-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
336 lines (298 loc) · 10 KB
/
index.html
File metadata and controls
336 lines (298 loc) · 10 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Xiaoyu Chen 陈晓雨</title>
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap"
rel="stylesheet">
<style>
body {
font-family: 'Lato', sans-serif;
font-size: 1.1em;
line-height: 1.5;
color: #333;
max-width: 700px;
margin: 0 auto;
padding: 20px;
}
.header {
display: flex;
justify-content: center;
margin: 0px 0;
}
.profile-container {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.profile-photo {
width: 150px;
height: 150px;
border-radius: 30%;
margin-right: 20px;
}
.name-container h1 {
margin-bottom: 0px;
border-bottom: none;
}
.name-container p {
margin-top: 0;
text-align: center;
font-size: 2rem;
color: #4a5568;
}
.pronoun {
font-size: 0.5em;
vertical-align: sub;
margin-left: 0px;
color: #F7A8B8;
font-weight: normal;
}
nav {
margin-top: 20px;
}
nav a {
margin-right: 15px;
/* text-decoration: underline; */
color: #333;
}
nav a[href="/blog"] {
color: violet;
/* text-decoration: underline; */
}
section {
margin-top: 0px;
}
h1,
h2 {
color: #2c3e50;
border-bottom: 2px solid #333;
}
#ipaLink {
text-decoration: none;
}
.experience {
margin-bottom: 20px;
display: flex;
align-items: flex-start;
}
.date {
font-weight: bold;
width: 10rem;
flex-shrink: 0;
}
.content {
display: flex;
align-items: flex-start;
}
.details {
flex-grow: 1;
}
.position {
font-weight: bold;
}
.course {
font-style: italic;
}
/* New styles for publications */
.publication {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.publication:last-child {
border-bottom: none;
}
.publication .title {
font-weight: bold;
font-size: 1.1em;
}
.publication .authors {
font-style: italic;
}
.publication .journal {
color: #666;
}
.publication .links a {
color: #0066cc;
text-decoration: none;
margin-right: 10px;
}
.publication .links a:hover {
text-decoration: underline;
}
.publication .authors .highlight {
font-weight: bold;
}
.publication .authors .equal-contribution {
font-size: 0.9em;
}
.publication .footnote {
font-size: 0.9em;
color: #666;
margin-top: 5px;
font-style: italic;
}
</style>
<script>
function toggleIPA() {
var ipaLink = document.getElementById("ipaLink");
if (ipaLink.innerHTML === "[show IPA]") {
ipaLink.innerHTML = "[ˈʃjɑʊ.y ˈt͡ʃən]";
} else {
ipaLink.innerHTML = "[show IPA]";
}
}
</script>
</head>
<body>
<div class="header">
<div class="photo-container">
<img src="images/avatar.jpg" alt="Xiaoyu Chen"
class="profile-photo">
</div>
<div class="name-container">
<h1>Xiaoyu Chen</h1>
<p>Sherry<span class="pronoun">she/her</span></p>
</div>
</div>
<section id="about">
<h2>About Me</h2>
<p>
I will be joining <a
href="https://cs.washington.edu" target="_blank"
rel="noopener noreferrer">Paul G. Allen School of Computer
Science & Engineering</a> at the <b>University of
Washington</b> as a Ph.D. student in Autumn 2026, advised by <a href="https://jerryzli.github.io/"
target="_blank" rel="noopener noreferrer">Jerry Li</a>.
I received my B.S. from the <a
href="https://cfcs.pku.edu.cn/english/research/turing_program/introduction1/index.htm"
target="_blank" rel="noopener noreferrer">Turing Class</a> at
<b>Peking University</b>.
<a href="CV.pdf" target="_blank">View my CV (July 2025)</a>.
</p>
<p>My research interests
lie at the intersection of <b>TCS & math</b> with some representative
topics
including high-dimensional probability, quantum, learning theory,
etc. I'm also interested in understanding deep learning and large language models, including theory and interpretability research.</p>
<p>During my undergraduate studies, I was fortunate to learn from great
people across various fields to understand my interests more
clearly. I was advised by <a
href="https://www.shaofengjiang.cn/">Shaofeng Jiang</a> on
streaming geometric algorithms, <a
href="https://www.tongyangli.com/">Tongyang Li</a> on quantum
algorithms, and <a href="https://zhiyuanli.ttic.edu/">Zhiyuan Li</a>
on deep learning theory.</p>
<p>If you want to chat, feel free to reach out at <a
href="mailto:kohakuchern@gmail.com">kohakuchern@gmail.com</a>!
</p>
</section>
<section id="publications">
<h2>Publications</h2>
<div class="publication">
<div class="title">Near-Optimal Quantum Coreset Construction
Algorithms for Clustering</div>
<div class="authors">
Yecheng Xue<span class="equal-contribution">*</span>,
<span class="highlight">Xiaoyu Chen<span
class="equal-contribution">*</span></span>,
Tongyang Li,
Shaofeng H.-C. Jiang
</div>
<div class="journal">ICML 2023</div>
<div class="links">
<a
href="https://proceedings.mlr.press/v202/xue23a.html">[Conference]</a>
<a href="https://arxiv.org/abs/2306.02826">[arXiv]</a>
<a
href="https://dblp.org/rec/conf/icml/XueCLJ23.bib">[BibTeX]</a>
</div>
</div>
<div class="publication">
<div class="title">Streaming Euclidean Max-Cut: Dimension vs Data
Reduction</div>
<div class="authors">
<span class="highlight">Xiaoyu Chen</span>,
Shaofeng H.-C. Jiang,
Robert Krauthgamer
</div>
<div class="journal">STOC 2023</div>
<div class="links">
<a href="https://doi.org/10.1145/3564246.3585170">[DOI]</a>
<a href="https://arxiv.org/abs/2211.05293">[arXiv]</a>
<a
href="https://dblp.org/rec/conf/stoc/ChenJK23.bib">[BibTeX]</a>
</div>
</div>
</section>
<!-- New Experience section -->
<section id="experience">
<h2>Experience</h2>
<div class="experience">
<div class="date">Jun 2025 – Present</div>
<div class="content">
<div class="details">
<span class="position">Machine Learning Researcher</span>, Sixie Capital
</div>
</div>
</div>
<div class="experience">
<div class="date">Summer 2024</div>
<div class="content">
<div class="details">
<span class="position">Research Intern</span>, Toyota Technological Institute at Chicago (TTIC) — advised by <a href="https://zhiyuanli.ttic.edu/">Zhiyuan Li</a>
</div>
</div>
</div>
</section>
<section id="teaching">
<h2>Teaching</h2>
<div class="experience">
<div class="date">Fall 2023</div>
<div class="content">
<div class="details">
<span class="position">Teaching Assistant</span> for
<span class="course">Discrete Mathematics and
Structures</span>
(taught by <a href="https://liutianren.com/">Tianren
Liu</a>), Peking University.
</div>
</div>
</div>
</section>
<section id="awards">
<h2>Awards</h2>
<div class="experience">
<div class="date">2024</div>
<div class="content">
<div class="details">
<b>SenseTime Scholarship</b> (25 recipients nationwide)
</div>
</div>
</div>
<div class="experience">
<div class="date">2019</div>
<div class="content">
<div class="details">
<b>Gold medal</b>, Chinese National Olympiad in Informatics
(<b>CNOI</b>, top 50 in China)
</div>
</div>
</div>
</section>
<section id="misc">
<h2>Miscellaneous</h2>
<ul>
<li>I'm a player of <a
href="https://en.wikipedia.org/wiki/Go_(game)">Go</a>
and always looking to improve. AlphaGo is one of my
motivations to study AI.</li>
<li>I like reading. Recent interests are non-fiction in social sciences.</li>
</ul>
</section>
</body>
</html>