You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index2.html
+14-28Lines changed: 14 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
background:#fff;
41
41
color:#111;
42
42
font-family:"Crimson Pro", Georgia,"Times New Roman", serif;
43
-
font-size:23px;
43
+
font-size:21px;
44
44
line-height:1.45;
45
45
-webkit-font-smoothing: antialiased;
46
46
font-feature-settings:"kern","liga","onum";
@@ -59,16 +59,16 @@
59
59
60
60
h1 {
61
61
font-weight:500;
62
-
font-size:2.7rem;
62
+
font-size:2.5rem;
63
63
line-height:1.05;
64
64
margin:001.25rem;
65
65
letter-spacing:-0.015em;
66
66
}
67
67
68
68
h2 {
69
69
font-weight:500;
70
-
font-size:1.75rem;
71
-
margin:5rem01rem;
70
+
font-size:1.6rem;
71
+
margin:2.5rem01rem;
72
72
letter-spacing:-0.01em;
73
73
}
74
74
@@ -172,8 +172,8 @@
172
172
}
173
173
174
174
@media (max-width:560px) {
175
-
body { font-size:19px; }
176
-
h1 { font-size:2rem; }
175
+
body { font-size:17px; }
176
+
h1 { font-size:1.85rem; }
177
177
.header { gap:1.25rem; }
178
178
.photo { width:100px; height:100px; }
179
179
.style-switcher { top:0.75rem; left:0.75rem; }
@@ -207,39 +207,31 @@ <h1>Michael Li</h1>
207
207
</header>
208
208
209
209
<p>
210
-
I am an undergraduate at Carnegie Mellon University studying statistics and machine learning,
211
-
working with <ahref="https://nishantsubramani.github.io/" target="_blank" rel="noopener noreferrer">Nishant Subramani</a> at the
212
-
Language Technologies Institute.
210
+
I am currently an undergraduate at Carnegie Mellon University studying statistics and machine learning. In Fall 2026, I will be starting a PhD in CS at Northeastern University.
213
211
</p>
214
212
215
213
<p>
216
-
My research interests are in interpretability — in particular, understanding
217
-
the internal mechanisms of language models so that they can be made more
218
-
predictable and controllable.
214
+
I'm interested in developing our scientific understanding of neural networks, by studying the mechanisms and representations they learn. More broadly, I'm excited by foundational questions about phenomena in deep learning, e.g. generalization, emergent capabilities, scaling laws, and so on.
219
215
</p>
220
216
221
217
<h2>News</h2>
222
218
<divclass="news-box">
219
+
<divclass="news-item">
220
+
<spanclass="news-date">Apr 2026</span>
221
+
<pclass="news-body">Starting a CS PhD at Northeastern University in Fall 2026.</p>
222
+
</div>
223
223
<divclass="news-item">
224
224
<spanclass="news-date">Apr 2026</span>
225
225
<pclass="news-body"><em>How Much Do Circuits Tell Us? Measuring the Consistency and Specificity of Language Model Circuits</em> won a best paper award (preliminary track) at the LTI Student Research Symposium.</p>
226
226
</div>
227
227
<divclass="news-item">
228
228
<spanclass="news-date">Apr 2026</span>
229
-
<pclass="news-body"><em>Model Internal Sleuthing</em> was accepted to ACL 2026.</p>
229
+
<pclass="news-body"><em>Model Internal Sleuthing</em> was accepted to ACL 2026 (Main).</p>
230
230
</div>
231
231
<divclass="news-item">
232
232
<spanclass="news-date">Oct 2025</span>
233
233
<pclass="news-body">Presented <em>BERTology in the Modern World</em> at the Interplay workshop at COLM 2025.</p>
234
234
</div>
235
-
<divclass="news-item">
236
-
<spanclass="news-date">Aug 2025</span>
237
-
<pclass="news-body">Wrapped up a summer internship at Google Research working on graph neural networks for anomaly detection.</p>
238
-
</div>
239
-
<divclass="news-item">
240
-
<spanclass="news-date">Jun 2025</span>
241
-
<pclass="news-body">Started as a Software Engineering Intern at Google.</p>
242
-
</div>
243
235
</div>
244
236
245
237
<h2>Publications</h2>
@@ -288,13 +280,7 @@ <h2>Experience</h2>
288
280
<em>Developed a generative AI dialogue framework using GPT-4 and TypeScript to digitize evidence-based health interventions for Alzheimer's patients.</em>
289
281
</div>
290
282
291
-
<divclass="pub">
292
-
Researcher, University of Victoria.<br/>
293
-
2022 – 2023.<br/>
294
-
<em>Implemented and trained Temporal Convolutional Networks (TCNs) to forecast COVID-19 cases.</em>
0 commit comments