-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
352 lines (348 loc) · 20.9 KB
/
test.html
File metadata and controls
352 lines (348 loc) · 20.9 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
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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="test.css">
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous">
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</head>
<body>
<div style="display: flex; justify-content: center; flex-direction: column;">
<nav
class="navbar navbar-expand-lg navbar-dark"
style=" background-image: linear-gradient(135deg,#0064b1,#0b3250);">
<div class="container-fluid">
<a class="navbar-brand fw-bold" href="/"><img
style="max-width: 92px; height: auto;"
src="https://cdn.web.uta.edu/-/media/feature/header/uta-logo.ashx?revision=c825792e-43a2-4634-98b1-bb046df48ed1&h=194&w=493&la=en&hash=EA7D894E6230FC53078511D11F24A050"
class="img-fluid"
alt="UTA - The University of Texas at Arlington">
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="dropdown nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false">
Links
</a>
<ul class="dropdown-menu ">
<li>
<a
target="_blank"
rel="noopener noreferrer"
class="dropdown-item"
href="https://www.uta.edu/">University of Texas at Arlington</a>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
class="dropdown-item"
href="https://www.uta.edu/academics/schools-colleges/engineering/academics/departments/cse">Computer Science and Engineering Department</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/research.html">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/people.html">People</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/research.html">Resources and Links</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="grouplogocontainer">
<img src="static/images/acl2_logo_01.png" style="height: 140px;max-width: 100%;"/>
</div>
<div class="groupcontactheadingContainer">
<a target="_blank" href="/research.html" role="button" class="btn btn-warning btn-lg researchbutton">Research</a>
<a target="_blank" href="/contact.html" role="button" class="btn btn-outline-danger btn-lg">Contact Us</a>
</div>
<div class="GroupInfoContainer">
<div class="">
<p class="utaheadingMain">Basic Infomation</p>
<ul class="disc">
<li>Our research mainly focuses on artificial intelligence, particularly natural
language processing and knowledge engineering.</li>
<li>Currently we have 15 graduate and many undergradute students.</li>
</ul>
</div>
<div>
<p class="utaheadingMain">ACL<sup>2</sup> Advantage</p>
<ul class="disc">
<li>Cutting-edge research opportunities.</li>
<li>Top priority is research and helping you excel.</li>
<li>Extensive collaboration with MS Research, Princeton, AT&T Research and NUS –
good chance to intern, study or work.</li>
<li>English is our working language.</li>
</ul>
</div>
</div>
<div class="ResearchpanelContainer" style="border-radius: 3em;">
<div class="insideResearchContainer">
<p
style="display: flex; justify-content: center; color: #d17327;text-shadow: 0px 0px 1px #0d14e5; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: 900; font-size: xx-large; text-align: center;">News And Announcements</p>
<p>
<font color="#FF0000" style="display: flex; justify-content: center;">We are looking for self-motivated and hardworking students
to do exciting research in: programming languages, databases, or knowledge
discovery. Please email your CV to Prof. Zhu if you are interested!</font>
</->
<ul class="newsandannouncements">
<li>Weekly seminar is hosted at Thursday 10:00 AM - 11:00 AM in ERB 316.</li>
<li><img class="newlogo" src="static/images/new.gif"/>
<i>2023.05.2</i>
One full paper and four findings paper accepted by
<b>ACL 2023</b>. Congrats to Angel, Roy, Zitong and Jieyi!
<li><img class="newlogo" src="static/images/new.gif"/>
<i>2022.09.31</i>
Two full papers accepted by
<b>EMNLP 2022</b>. Congrats to Yizhu and Zhiling!
<li><img class="newlogo" src="static/images/new.gif"/>
<i>2022.05.31</i>
One full paper accepted by
<b>IJCAI 2022</b>. Congrats to Zhiling!
<li>
<i>2022.03.31</i>
One full paper accepted by
<b>SIGIR 2022</b>. Congrats to Sansa!
<li>
<i>2022.02.26</i>
Two full papers accepted by
<b>ACL 2022 (main conference)</b>. Congrats to Yizhu and Ruolan!
<li><img class="newlogo" src="static/images/new.gif"/>
<i>2022.02.01</i>
One full paper accepted by
<b>ICASSP 2022</b>. Congrats to Zelin and Zhiling!
<li>
<i>2021.09.01</i>
One short paper accepted by
<b>CIKM 2021</b>. Congrats to Zhiling!
<li>
<i>2021.03.01</i>
One full paper accepted by
<b>IJCAI 2021</b>. Congrats to Zilu!
<li>
<i>2021.01.16</i>
Two full papers accepted by
<b>WWW 2021</b>. Congrats to Yizhu and Zhiling!
<li>
<i>2020.12.2</i>
Two full papers accepted by
<b>AAAI 2021</b>. Congrats to Angel and Roy!
<li>
<i>2020.9.30</i>
Congrats to Angel for her paper accepted by
<b>EMNLP 2020</b>!
<li>
<i>2018.7.30</i>
Three full papers accepted by
<b>EMNLP 2018</b>! Congrats to Kangqi, Jessie and Yizhu!
<li>
<i>2018.5.20</i>
Congrats to Gavin for his paper accepted by
<b>COLING 2018</b>!
<li>
<i>2018.4.20</i>
Congrats to Bill and Frank for their two papers accepted by
<b>ACL 2018</b>! These are the first ACL publications in ADAPT history!
<li>
<i>2017.9.01</i>
Congrats to Xusheng, Kangqi, Xianyang and Yuding for 2 papers accepted by
<b>AAAI 2018</b>
</a>!
<li>
<i>2017.4.24</i>
Kangqi, Xusheng and Xianyang's paper,
<b>"A Data-Driven Approach to Infer Knowledge Base Representation of Natural
Language Relations"</b>, has been accepted as a full paper by
<b>IJCAI 2017</b>. Congratulations to all of these ADAPTers!
<li>
<i>2016.9.30</i>
Bean and Yizhong's paper,
<b>"Towards Non-projective High-Order Dependency Parser"</b>, has been accepted as a demo paper by
<b>COLING 2016</b>. Frank, Bill, Qi and Yifei's paper,
<b>"Cross-region Traffic Prediction for China on OpenStreetMap"</b>, has been accepted by
<b>IWCTS</b>, a workshop affiliated with ACM SIGSPATIAL 2016. Congratulations to
all of these ADAPTers!
<li>
<i>2016.7.20</i>
Dong, Yanping and Fan's paper
<b>"DTMiner: Identification of Potential Disease Targets Through Biomedical
Literature Mining"</b>
has been accepted by
<b>Bioinformatics</b>. Congratulations to these ADAPTers!</li>
<li>
<i>2016.6.19</i>
Frank and Zhuoyue have won the Best Thesis Award in SJTU Bachelor's Thesis
Defense</b>. Congratulations to both of them!</li>
<li>
<i>2016.1.22</i>
Zhiyi (Jessie) and Yuchen's paper
<b>"Commonsense Causal Reasoning between Short Texts"</b>
has been accepted by
<b>KR 2016</b>. Congratulations to both of them!</li>
<li>
<i>2015.11.13</i>
Yu and Kaiqi's paper
<b>"Representing Verbs as Argument Concepts"</b>
has been accepted by
<b>AAAI 2016</b>. Congratulations to both of them!</li>
<li>
<i>2015.8.7</i>
Dong, Chen and Tianwan's paper
<b>"Data-Driven Information Extraction from Chinese Electronic Medical Records"</b>
has been accepted by
<b>PLoS One</b>. Congratulations to these ADAPTers!</li>
<li>
<i>2015.7.30</i>
Kangqi and Xusheng's paper
<b>"Inferring Binary Relation Schemas for Open Information Extraction"</b>
has been accepted by
<b>EMNLP 2015</b>. Congratulations to Kangqi, Xusheng and Kenny!</li>
<li>
<i>2015.6.24</i>
Keyang's thesis
<b>"An Association Network for Semantically Enhanced Recommender System"</b>
has won the first prize in the whole CS department. Congratulations to Keyang!</li>
<li>
<i>2014.11.10</i>
Keyang's paper
<b>"An Association Network for Computing Semantic Relatedness"</b>
has been accepted by
<b>AAAI 2015</b>
as a full paper. Congratulations to Keyang and Kenny!</li>
<li>
<i>2014.10.18</i>
Two papers from ADAPT have been accepted by
<b>ICDE 2015</b>
as FULL PAPERs.
<br>[ Ke Wu, Song Yang and Kenny Zhu.
<b>"False Rumor Detection on Sina Weibo by Propagation Structures."</b>]
<br>[ Kaiqi Zhao, Kenny Zhu, et al.
<b>"SAR: A Sentiment-Aspect-Region Model for User Preference Analysis in
Geo-tagged Reviews."</b>]
<br>Congratulations to Ke, Song, Kaiqi and Kenny!</li>
<li>
<i>2014.9.25</i>
Kenny and his Korean collaborator, Seung-Won Hwang, has won the NSFC/NRF
collaborative research grant. They will be working on
<b>"A Multi-lingual, Cross-cultural Semantic Association Network"</b>. Congratulations to them!</li>
<li>
<i>2014.06.10</i>
Kaiqi Zhao, Zhiyuan Cai, Qingyu Sui and Enxun Wei's paper
<b>Clustering Image Search Results by Entity Disambigua-tion</b>
was accepted by
<b>ECML/PKDD 2014</b>. Congratulations to these ADAPTers.</li>
<li>
<i>2014.04.24</i>
Xiao Jia, Chao Pan and Xinhui Xu's papaer
<b>"Rho-uncertainty Anoymization by Partial Suppression"</b>
won the
<b>Best Paper Award</b>
in
<b>DASFAA 2014</b>! Congratulations to Kenny and these ADAPTers! (Check
<a href="http://www.dasfaa2014.org/awards.html">here</a>
for award details)</li>
<li>
<i>2014.01.13</i>
Xiao Jia, Chao Pan and Xinhui Xu's paper
<b>"Rho-uncertainty Anonymization by Partial Suppression"</b>
was accepted by
<b>DASFAA 2014</b>. Congratulaions to these ADAPTers.</li>
<li>
<i>2013.09.12</i>
Kenny's paper
<b>"Data-Driven Metaphor Recognition and Explanation"</b>
has been accepted by Transactions of ACL and will appear at
<b>ACL 2014</b>.</li>
<li>
<i>2013.08.20</i>
Congratulations to Kenny Zhu for receiving the
<b>
NSFC
</b>
general research grant No. 61373031.</li>
<li>
<i>2013.08.18</i>
Jack Sun's poster paper
<b>"Query Suggestion by Concept Instantiation"</b>
was accepted by
<b>ISWC 2013</b>. Congratulations to Jack.</li>
<li>
<i>2013.08.08</i>
Congratulations to Kenny Zhu for receiving the
<b>
2013 Google Faculty Research Award</b>
for
<b>"Action Conceptualization from Text Documents"</b>. Kenny is the only winner in mainland of China.
</li>
<li>
<i>2013.07.14</i>
Two papers from ADAPT have been accepted by
<b>CIKM 2013</b>
as FULL PAPERs.
<br>[ Zhiyuan Cai, Kaiqi Zhao, Kenny Zhu and Haixun Wang.
<b>"Wikificiation By Link Co-occurrence."</b>]
<br>[ Peipei Li, Haixun Wang, Kenny Zhu, et al.
<b>"Computing Term Similarity by Large Probabilistic isA Knowledge."</b>
]
<br>Congratulations to Zhiyuan, Kaiqi and Kenny.</li>
<li>
<i>2013.06.22</i>
Congratulations to Menglu Li for winning the 3rd prize of
<b>The Graduation Thesis Award</b>.</li>
<li>
<i>2013.06.22</i>
"CS304 Database System Concepts" (An ACM class course) disigned and lectured by
Kenny Q. Zhu has been endorsed by Education Bureau of Shanghai as the
<b>"Model University Course instructed by in English"</b>. Congratulations to Kenny.
</li>
<li>
<i>2013.04.12</i>
Kai Jiang's paper
<b>"Watermarking Road Maps against Crop and Merge Attacks"</b>
is accepted by
<b>ACM IH&MMsec 2013</b>. Congratulations to Kai Jiang.</li>
<li>Zhixian Zhang wins the
<b>National Graduate Student Fellowship</b>.</li>
<li>One demo paper is accepted by
<b>EDBT 2013</b>. Congratulations to Kaiqi Zhao, Enxun Wei, Qingyu Sui.</li>
<li>One paper is accepted by
<b>ICDE 2013</b>. Congratulations to Zhixian Zhang.</li>
</ur>
</div>
</div>
<a class="stt" title="scroll to top"></a>
</div>
</body>
</html>