-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (49 loc) · 2.54 KB
/
index.html
File metadata and controls
50 lines (49 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>Yftah Ziser</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul style="font-size:28px">
<li><a href="/index">Home</a></li>
<li><a href="/publications">Publications</a></li>
<li><a href="/Yftah_Ziser_CV.pdf" download>CV</a></li>
<li><a href="/teaching">Teaching</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Yftah Ziser</h1>
<img src="pro.jpg" style="width:200px;height:150px;">
<p>I am an Assistant Professor at the <a href="https://www.rug.nl/research/bernoulli/?lang=en">Bernoulli Institute for Mathematics, Computer Science, and Artificial Intelligence</a> at the <a href="https://www.rug.nl/">University of Groningen</a> and a Senior Research Scientist at <a href="https://www.nvidia.com/en-us/research/">Nvidia Research</a>.</p>
<p>I was a Postdoctoral Researcher at the <a href = "https://www.ed.ac.uk/informatics">School of Informatics</a> at <a href = "https://www.ed.ac.uk/">Edinburgh University</a>, hosted by Prof. <a href = "https://homepages.inf.ed.ac.uk/scohen/">Shay Cohen</a>, and a proud member of the <a href = "https://bollin.inf.ed.ac.uk/">Cohort</a>.</p>
<p>Before that, I spent three great years at Amazon-Alexa and Facebook as a Research Scientist, where I worked on natural language processing solutions for E-commerce.</p>
<p>I completed my Ph.D. at the <a href = "http://www.technion.ac.il">Technion - Israel Institute of Technology</a>, where I was fortunate to be advised by Prof.
<a href = "https://roireichart.com/">Roi Reichart</a>.</p>
<p>
My research focuses on developing deep learning methods to overcome the resource bottleneck that limits the global accessibility of NLP technology.
<br>
Specifically, I am interested in:
</p>
<ul style="font-size:22px">
<li>LLM alignment, with a focus on fairness and truthfulness</li>
<li>Multilingual learning</li>
<li>Domain adaptation</li>
</ul>
<p>
That said, I’m always happy to explore new directions—feel free to reach out even if your ideas fall outside these areas!
</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul style="font-size:18px">
<li><a href="mailto:yftah89@gmail.com">yftah89@gmail.com</a></li>
<li><a href="https://github.com/yftah89">Github profile</a></li>
<il><a href="https://www.linkedin.com/in/yftah-ziser-02602332/">Linkedin profile</a></li>
</ul>
</footer>
</body>
</html>