-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·141 lines (118 loc) · 6.97 KB
/
index.html
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>Yue Zhang</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-responsive.min.css">
<style type="text/css">
.nav { }
.nav li { float: left; width: 110px; }
.container { background-color: #ffffff; padding: 30px; }
.content { padding: 30px; }
body, h1, h2, h3, h4 { font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif,"Georgia";}
body { background-color: #eeeeee; }
header { width: 100%; }
blockquote p { font-size: 14px; }
.highlight {
color: red;
font-weight: bold;
}
</style>
<body>
<div class="table-bordered container">
<header class="header">
<div style="padding-bottom: 40px" class="row">
<div style="padding-top: 30px" class="col-md-10">
<div class="row">
<div class="col-md-12"><h2 class="pull-right">Yue Zhang</h2></div>
</div>
<p></p>
<div class="row"><div class="col-md-12"><span class="pull-right">Phone: +86 571 87381107</span></div></div>
<div class="row"><div class="col-md-12"><span class="pull-right">Email: yue.zhang@wias.org.cn</span></div></div>
</div>
<div class="col-md-2">
<img class="pull-right img-responsive img-thumbnail" src="yue_zhang.jpg" />
</div>
</div>
<div class="row">
<div class="col-md-12">
<ul class="nav">
<li><a href="index.html">Homepage</a></li>
<li><a href="publication.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
<!--
<li><a href="software.html">Software</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="services.html">Services</a></li>
-->
</ul>
</div>
</div>
</header>
<div class="content">
<div class="row">
<div class="col-md-12">
<p></p>
<h4><br>Biography</br></h4>
I am a tenured full professor at Westlake University.
I worked as associate professor at Westlake University from Sep 2018 to Jun 2022,
and assistant professor at Singapore Universit of Technology and Design from Sep 2012 to Aug 2018.
Before joining SUTD, I worked as a postdoctoral research associate at University of Cambridge.
I received my PhD degree from University of Oxford in Dec 2009, working on statistical Chinese processing for <a href="pub/thesis.pdf">my thesis</a>.
I received my MSc degree from University of Oxford in Oct 2006, working on statistical machine translation from Chinese to English by parsing (<a href="pub/mscthesis.pdf">MSc thesis</a>).
I received my undergraduate degree on Computer Science from Tsinghua University, China.
I have been lucky to have supervised numerous excellent PhD students at SUTD and Westlake University,
many of which half taken academic positions in renowned institute such as
<a href="https://connects.catalyst.harvard.edu/Profiles/display/Person/176151">Harvard University</a>,
<a href="https://scholar.google.com/citations?user=8P23zSkAAAAJ">University of Cambridge</a>,
<a href="https://goodbai-nlp.github.io">Harbin Institute of Technology</a>,
<a href="https://qianlanwyd.github.io">Peking University</a> and
<a href="https://aaronhd.github.io">Zhejiang University</a>.<br>
<a href="https://scholar.google.com/citations?user=6hA7WmUAAAAJ&hl=zh-CN&oi=ao">My Google Scholar</a><br>
<a href="https://westlakenlp.com/">Westlake NLP</a><br>
<a href="pub/cv.pdf">My CV</a>
<h4><br>We Are Hiring!</br></h4>
<p>Our lab is currently recruiting talented individuals for the following positions:</p>
<ul>
<li>PhD Candidates</li>
<li>Research Assistants</li>
<li>Postdoctoral Researchers</li>
</ul>
<p>We also welcome <span class="highlight">international PhD students</span> to join our team. For more details and to apply, please visit:
<a href="https://en.westlake.edu.cn/admissions/graduate/" class="highlight">Click Here</a>
</p>
<h4><br>Research Interesets</br></h4>
My research interests include natural language processing, its underlying machine learning algorithms and downstream applications.
I serve as reviewer for top journals such as Computational Linguistics,
Transaction of Association of Computational Linguistics (action editor), IEEE Transaction on Big Data (associate editor),
ACM Transactions on Asian and Low Resource Language Information Processing (associate editor) and Journal of Artificial Intelligence Research.
I am also PC member for conferences such as ACL, COLING, EMNLP, NAACL, EACL, AAAI and IJCAI. I am a PC co-chair of EMNLP (2022) and CCL (2020), and the area chairs of ACL (2017/18/19/20/21), COLING (2014/18), NAACL (2015/19/21), EMNLP (2015/17/19/20), EACL (2021) and IJCAI (2021). I won the best paper awards of IALP (2017), COLING (2018) and best paper honor
able mention of SemEval (2020).
<!-- machine learning based natural language processing, web information extraction and financial market prediction.
For natural language processing, I work on natural language parsing and generation (in particular for English and Chinese), as well as machine translation.-->
</div>
</div>
<div class="row">
<div class="col-md-12">
<img style="width:400px;margin: 0 auto;" class="img-responsive" src="images/research.jpg" />
</div>
</div>
<h4><br>Book</br></h4>
My textbook <a href="https://www.cambridge.org/core_title/gb/509717"> "Natural Language Processing - A Machine Learning Perspective" </a> is published with cambridge university press. I record online courses using this book.
<h4><br>Online courses</br></h4>
<ul>
<li><a href="https://www.zhihu.com/education/video-course/1564218549538607104">知乎知学堂自然语言处理在线课程(上)</a></li>
<li><a href="https://www.zhihu.com/education/video-course/1725528752119877632">知乎知学堂自然语言处理在线课程(下)</a></li>
<li><a href="https://space.bilibili.com/639900532">Bilibili自然语言处理在线课程</a></li>
<li><a href="https://westlakenlp.github.io/nlpml/">Teaching Material</a></li>
</ul>
<div class="row">
<div class="col-md-12">
<img style="width:400px;margin: 0 auto;" class="img-responsive" src="images/book.png" />
</div>
</div>
</div>
<footer class="text-center">
</footer>
</div>
</body></html>