-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
321 lines (285 loc) · 13.8 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5.0, minimum-scale=0.2">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--
<script async src="https://www.googletagmanager.com/gtag/js?id=G-09RRKD7CRD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-09RRKD7CRD');
</script>
<script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101296995);</script>
<script async src="//static.getclicky.com/js"></script>
-->
<script>
// 判断是否为移动端运行环境
// if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){
// if(window.location.href.indexOf("?mobile")<0){
try{
// if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){
if (window.screen.width < 700) {
// 判断访问环境是 Android|webOS|iPhone|iPod|BlackBerry 则加载以下样式
setActiveStyleSheet("jemdoc_mobile.css");
}
else if(/iPad/i.test(navigator.userAgent)){
// 判断访问环境是 iPad 则加载以下样式
setActiveStyleSheet("jemdoc.css");
}
else{
// 判断访问环境是 其他移动设备 则加载以下样式
setActiveStyleSheet("jemdoc.css");
}
}
catch(e){}
// }
// }
// else{
// 如果以上都不是,则加载以下样式
// setActiveStyleSheet("jemdoc.css");
// }
// 判断完毕后加载样式
function setActiveStyleSheet(filename){
document.write("<link href="+filename+" rel=stylesheet>");
}
</script>
<link rel="shortcut icon" href="assets/favicon.ico">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="keywords" content="Hua Lu, Baidu, NLP, HUST, 陆华">
<meta name="description" content="Hua Lu's home page">
<!-- <link rel="stylesheet" href="jemdoc.css" type="text/css" />
<link rel="stylesheet" media="screen and (max-width:700px)" href="jemdoc_mobile.css" type="text/css" />
<link rel="stylesheet" media="screen and (max-width:700px)" href="jemdoc.css" type="text/css" /> -->
<title>Hua Lu</title>
</head>
<body>
<div id="layout-content" style="margin-top:0px">
<table>
<tbody>
<tr>
<td width="70%">
<div id="toptitle">
<h1>Hua Lu (陆华)</h1>
</div>
<h3>R&D Engineer</h3>
<p><a href="https://nlp.baidu.com/homepage/index">NLP Group</a>, Baidu Campus, Shenzhen, China</p>
<p>Email: luhua98@foxmail.com</p>
<p>
<a href="https://github.com/luhua-rain"><img src="assets/github.png" height="30px"></a>
</p>
<!-- <b>The meaning of travel lies in taking a walk at night.</b> -->
<b>Live cheaply.</b>
</td>
<td width="30%"><img src="assets/luhua.jpg" border="0" width="100%"></br></td>
<tr>
</tbody>
</table>
<h2>Biography</h2>
<!-- <h2>Biography</h2> -->
<p>
<div style="text-align:justify">
Hi, my name is Hua Lu (陆华). I am currently a R&D Engineer in <a href="https://nlp.baidu.com/homepage/index">NLP Group</a> at Baidu. I am also an NLP competitor and have won multiple international competition championships so far.
</div>
</p>
<p>My research interests lie within Natural Language Processing, particularly in Machine Reading Comprehension and Dialogue System. Maybe a brand-new Open-Domain Dialogue System is coming, and I am looking forward to what will happen then.</p>
<h2>Publications (Selected)</h2>
*: equal contribution.
<ul>
<li>
<a href="https://arxiv.org/abs/2208.14165">Towards Boosting the Open-Domain Chatbot with Human Feedback</a><br>
<b>Hua Lu</b>*, Siqi Bao*, Huang He, Fan Wang, Hua Wu, Haifeng Wang.<br>
<em>To appear at the Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (<b>ACL</b>), 2023.</em>
<p style="margin-top:3px">
[<a href="https://arxiv.org/abs/2208.14165">Paper</a>]
[<a href="https://github.com/PaddlePaddle/Knover/tree/develop/projects/Diamante">Code</a>]
</p>
</li>
<li>
<a href="https://arxiv.org/pdf/2203.03835.pdf">Towards Building an Open-Domain Dialogue System Incorporated with Internet Memes</a><br>
<b>Hua Lu</b>*, Zhen Guo*, Chanjuan Li, Yunyi Yang, Huang He, Siqi Bao.<br>
<em>Proceedings of the 10th Dialog System Technology Challenge Workshop in AAAI2022.</em> (<b>DSTC10@AAAI2022</b>), 2022. <br>(Oral & Poster)<br>
<p style="margin-top:3px">
[<a href="https://arxiv.org/pdf/2203.03835.pdf">Paper</a>]
</p>
</li>
<li>
<a href="https://arxiv.org/pdf/2202.13197.pdf">Relational Surrogate Loss Learning</a><br>
Tao Huang, Zekang Li, <b>Hua Lu</b>, Yong Shan, Shusheng Yang, Yang Feng, Fei Wang, Shan You, Chang Xu.<br>
<em>International Conference on Learning Representations</em> (<b>ICLR</b>), 2022.<br>
<p style="margin-top:3px">
[<a href="https://arxiv.org/pdf/2202.13197.pdf">Paper</a>]
[<a href="https://github.com/hunto/ReLoss">Code</a>]
</p>
</li>
<li>
<a href="https://arxiv.org/pdf/2102.02096.pdf">Learning to Select External Knowledge with Multi-Scale Negative Sampling</a><br>
Huang He*, <b>Hua Lu</b>*, Siqi Bao, Fan Wang, Hua Wu, Zhengyu Niu, Haifeng Wang.<br>
<em>Proceedings of the 9th Dialog System Technology Challenge Workshop in AAAI2021.</em> (<b>DSTC9@AAAI2021</b>), 2021. (Oral)<br>
<p style="margin-top:3px">
[<a href="https://arxiv.org/pdf/2102.02096.pdf">Paper</a>]
[<a href="https://github.com/PaddlePaddle/Knover/blob/develop/projects/DSTC9-Track1/README.md">Code</a>]
</p>
</li>
</ul>
<h2>Manuscripts</h2>
*: equal contribution.
<ul>
<li>
<a href="https://arxiv.org/abs/2211.00910">PLATO-K: Internal and External Knowledge Enhanced Dialogue Generation</a><br>
Siqi Bao*, Huang He*, Jun Xu*, <b>Hua Lu</b>*, Fan Wang, Hua Wu, Han Zhou, Wenquan Wu, Zheng-Yu Niu, Haifeng Wang.<br>
<em>arXiv preprint arXiv:2211.00910 (2022).</em><br>
<p style="margin-top:3px">
[<a href="https://arxiv.org/abs/2211.00910">Paper</a>]
</p>
</li>
<li>
<a href="https://arxiv.org/pdf/2109.09519.pdf">PLATO-XL: Exploring the Large-scale Pre-training of Dialogue Generation</a><br>
Siqi Bao*, Huang He*, Fan Wang*, Hua Wu*, Haifeng Wang, Wenquan Wu, Zhihua Wu, Zhen Guo, <b>Hua Lu</b>, Xinxian Huang, Xin Tian, Xinchao Xu, Yingzhan Lin, Zhengyu Niu.<br>
<em>arXiv preprint arXiv:2109.09519 (2021).</em><br>
<p style="margin-top:3px">
[<a href="https://arxiv.org/pdf/2109.09519.pdf">Paper</a>]
[<a href="https://github.com/PaddlePaddle/Knover/tree/develop/projects/PLATO-XL">Code</a>]
</p>
</li>
</ul>
<h2>Education</h2>
<ul>
<li>
<div style="display: flex; justify-content: space-between;">
<div><a href="https://www.hust.edu.cn">Huazhong University of Science and Technology</a>, Wuhan, China</div>
<div style="margin-left: 2px;">Sep. 2017 – Jun. 2021</div>
</div>
B.E. in Electronic information and technology<br>
</li>
</ul>
<h2>Experience</h2>
<ul>
<li>
<a href="https://nlp.baidu.com/homepage/index">NLP Group</a>, Baidu, Shenzhen province, China<br>
<div style="display: flex; justify-content: space-between; font-style: italic;">
<div>R&D Engineer</div>
<div style="margin-left: 2px;">Jul. 2021 – Now</div>
</div>
<div style="display: flex; justify-content: space-between; font-style: italic;">
<div>Research Intern</div>
<div style="margin-left: 2px;">Jun. 2020 – Jul. 2021</div>
</div>
<ul>
<li style="margin-top: 0.2em">
<b>Interactive Dialogue</b>: Large Scale Dialogue Pre-training, Long-Term Dialogue Modeling, Interactive Dialogue System.
</li>
<li style="margin-top: 0.2em">
<b>Grounded Dialogue Generation</b>: Task-oriented Conversation with Unstructured Knowledge.
</li>
</ul>
</li>
<li>
<a href="https://www.ideepwise.ai/">iDeepWise</a>, Beijing, China<br>
<div style="display: flex; justify-content: space-between; font-style: italic;">
<div>Research Intern</div>
<div style="margin-left: 2px;">Jun. 2019 – Dec. 2019</div>
</div>
<ul>
<li style="margin-top: 0.2em">
<b>Machine Reading Comprehension</b>: Multi-hop Reading Comprehension.
</li>
<li style="margin-top: 0.2em">
<b>Task-oriented Dialogue</b>: Natural Language Understanding module (SMP2019-ECDT).
</li>
</ul>
</li>
</ul>
<h2>Competitions (Selected)</h2>
<ul>
<li>
<div style="display: flex; justify-content: space-between;">
<div>First Place🏆 in the <i>MRC</i> Track at <a href="http://cail.cipsc.org.cn/">China AI and Law Challenge, CAIL, 2021</a>. </div>
<div style="margin-left: 2px;">Dec. 2021</div>
</div>
</li>
<li>
<div style="display: flex; justify-content: space-between;">
<div>First Place🏆 in the <i>MOD</i> Track at <a href="https://dstc10.dstc.community/tracks">DSTC10 Challenge</a>. </div>
<div style="margin-left: 2px;">Sep. 2021</div>
</div>
</li>
<li>
<div style="display: flex; justify-content: space-between;">
<div>Second Prize🥈 in the <i><a href="https://aistudio.baidu.com/aistudio/competition/detail/66/0/introduction">MRC</a></i> Track at <a href="http://lic2021.ccf.org.cn/">CCF & Language and Intelligence Challenge(LIC), 2021</a>. </div>
<div style="margin-left: 2px;">May. 2021</div>
</div>
</li>
<li>
<div style="display: flex; justify-content: space-between;">
<div>First Place🏆 in the <i>Interactive Evaluation of Dialog</i> Track at <a href="https://dstc9.dstc.community/tracks">DSTC9 Challenge</a>. </div>
<div style="margin-left: 2px;">Sep. 2020</div>
</div>
</li>
<li>
<div style="display: flex; justify-content: space-between;">
<div>First Place🏆 in the <i>Task-oriented Conversationa with Unstructured Knowledge</i> Track at <a href="https://dstc9.dstc.community/tracks">DSTC9 Challenge</a>.</div>
<div style="margin-left: 2px;">Sep. 2020</div>
</div>
</li>
<li>
<div style="display: flex; justify-content: space-between;">
<div>Second Place🥈 in the <i><a href="https://aistudio.baidu.com/aistudio/competition/detail/28/0/introduction">MRC</a></i> Track at <a href="http://lic2020.cipsc.org.cn/">CCF & Language and Intelligence Challenge(LIC), 2020</a>. </div>
<div style="margin-left: 2px;">Jun. 2020</div>
</div>
</li>
<li>
<div style="display: flex; justify-content: space-between;">
<div>First Place🏆 in <a href="https://dev3-www.datafountain.cn/competitions/424">CCF Big Data & COVID19 QA Assistant</a>. </div>
<div style="margin-left: 2px;">Feb. 2020</div>
</div>
</li>
<li>
<div style="display: flex; justify-content: space-between;">
<div>Second Place🥈 in <a href="https://www.biendata.xyz/competition/idiom/data/">ChID NLPCC 2019</a>. <a href="https://aclanthology.org/P19-1075/"> (ACL 2019) </a></div>
<div style="margin-left: 2px;">Jul. 2019</div>
</div>
</li>
</ul>
<h2>Honors & Awards</h2>
<ul>
<li>
<div style="display: flex; justify-content: space-between;">
<div>Selected as <a href="https://www.luge.ai/#/luge/about">Baidu & luge Technical Expert</a> of the Year</div>
<div style="margin-left: 2px;">Jan. 2022 – Dec. 2022</div>
</div>
</li>
<li>
<div style="display: flex; justify-content: space-between;">
<div>Outstanding Graduate award (top 3%), Huazhong University of Science and Technology</div>
<div style="margin-left: 2px;">Jun. 2021</div>
</div>
</li>
</ul>
<h2>Technical Skills</h2>
<ul>
<li>
Programming Languages: PaddlePaddle, PyTorch, Python, Shell, Java, LaTeX
</li>
<li>
Experiences: Hadoop, Elasticsearch, Docker, Linux, Git, Vim
</li>
</ul>
<!-- <h2>Professional Services</h2>
<ul>
<li>ACL: Reviewer (2021, 2020)</li>
<li>EMNLP: Reviewer (2021)</li>
<li>AAAI: Reviewer (2021)</li>
</ul> -->
<div id="footer">
<div id="footer-text" style="text-align: center;">© Hua Lu | Last updated: 05/09/2023</div>
</div>
<!-- <center>© Tao Huang | Last updated: 02/19/2021</center> -->
<!--<center>© Tao Huang
<script type="text/javascript" language="javascript">
if (Date.parse(document.lastModified) != 0) document.write(" | Last updated: " + document.lastModified);</script>
</center>-->
</div>
</body>
</html>