-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
151 lines (132 loc) · 10.1 KB
/
Copy pathindex.html
File metadata and controls
151 lines (132 loc) · 10.1 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
<!DOCTYPE html>
<html>
<head>
<title>Ryan A. Chi</title>
<link rel="stylesheet" type="text/css" href="static/styles/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PPTVM6QZJP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PPTVM6QZJP');
</script>
</head>
<body>
<div class="wrapper">
<div class="main">
<div class="header">
<div class="header-row">
<img src="static/img/headshot-smaller.jpeg">
<div class="headline">
<h1>ryan a. chi</h1>
<div class="button-panel">
<a href="https://linkedin.com/in/ryanachi" class="button1" target="_blank">LinkedIn</a>
<a href="https://www.youtube.com/channel/UCXLqK-Ks-YBostXPkDcCmTA" class="button1" target="_blank">YouTube</a>
<a href="https://scholar.google.com/citations?user=mGmeiRYAAAAJ&hl=en&citsig=AEDxBGx8LZBhj0G6loDFFCUzPo1F" class="button1" target="_blank">GScholar</a>
</div>
</div>
</div>
</div>
<hr class="line-break">
<!--I'm also the Co-President of <a href="https://stanfordacm.org" class="no-line" target="_blank">Stanford ACM</a> and the Co-Vice President of the <a href="https://web.stanford.edu/group/sso/cgi-bin/orchestras/" class="no-line" target="_blank">Stanford Symphony</a>. -->
<div class="container">
<div class="PSA">
<h2>PSA</h2>
<p>My X handle is <a href="https://x.com/ryanandrewchi" class="no-line" target="_blank">ryanandrewchi</a>, which has been suspended recently. Please beware of any activity from accounts claiming to be me!</p>
</div>
</div>
<div class="container">
<div class="bio">
<h2>About</h2>
<p>Hello! I'm a researcher at OpenAI working on reinforcement learning and scaling test-time compute. Previously, I was an MS/BS student at Stanford University majoring in computer
science and minoring in music. I'm a pianist, violinist, and organist—check
out my performances <a href="https://www.youtube.com/channel/UCXLqK-Ks-YBostXPkDcCmTA" class="no-line" target="_blank">here</a>!
<br><br>
My expertise is in <a href="https://nlp.stanford.edu" class="no-line" target="_blank">NLP</a>. I led the Stanford NLP's <a href="https://stanfordnlp.github.io/chirpycardinal/" class="no-line" target="_blank">Team Chirpy Cardinal</a> to the $250K 1st Place (Science Prize) in the <a href="https://www.linkedin.com/feed/update/urn:li:activity:7107462569602203649/" class="no-line" target="_blank">Amazon Alexa Socialbot Grand Challenge 5.</a> I've worked at <a href="https://deepmind.google/" class="no-line" target="_blank">Google Deepmind</a>, <a href="https://www.hudsonrivertrading.com/" class="no-line" target="_blank">Hudson River Trading</a>, <a href="https://www.citadel.com/" class="no-line" target="_blank">Citadel</a>, <a href="https://www.netflix.com/" class="no-line" target="_blank">Netflix</a>, and <a href="https://www.nvidia.com/en-us/ai-data-science/" class="no-line" target="_blank">NVIDIA AI</a>, served as the president of <a href="https://stanfordacm.org" class="no-line" target="_blank">Stanford ACM</a> and <a href="https://web.stanford.edu/group/sso/cgi-bin/orchestras/" class="no-line" target="_blank">Stanford Symphony</a>, and co-founded the <a href="https://www.stanfordacm.org/pokerTournament" class="no-line" target="_blank">Stanford Poker Tournament</a>.
<br><br>
I enjoy teaching and was recognized as one of <a href="https://ctl.stanford.edu/cta-winners#2024" class="no-line" target="_blank">Stanford's Centennial Teaching Assistants</a>.
<br><br>
In my free time, I enjoy playing board games, solving crosswords,
and writing <a href="https://naclo.org" class="no-line" target="_blank">fun linguistics puzzles</a>. In addition to NACLO, I've contributed to <a href="https://puzzles.mit.edu/" class="no-line" target="_blank">MIT Mystery Hunt</a>, and co-chaired <a href="https://www.stanfordacm.org/puzzleHunt" class="no-line" target="_blank">Stanford Puzzle Hunt</a>.</p>
</div>
</div>
<!--
<hr class="line-break">
<div class="container">
<div class="experience">
<h2>Experience</h2>
<b>Research Assistant, Stanford NLP Group</b> | 2021 –
<ul>
<li>systematically studying social bias in language models as related to fine-tuning</li>
<li>advised by <a href="https://rishibommasani.github.io/" class="no-line" target="_blank">Rishi Bommasani</a> and <a href="https://cs.stanford.edu/~pliang/" class="no-line" target="_blank">Percy Liang</a></li>
</ul>
<b>Research Assistant, Stanford AI for Healthcare Bootcamp</b> | 2021 –
<ul>
<li>applying AI methods to generate synthetic electronic health records</li>
<li>advised by <a href="https://rajpurkar.github.io/" class="no-line" target="_blank">Pranav Rajpurkar</a> and <a href="https://www.linkedin.com/in/andrewyng/" class="no-line" target="_blank">Andrew Ng</a></li>
</ul>
<b>Section Leader, Stanford CS 106</b> | 2021 –
<ul>
<li>lead weekly section & interactive grading for CS 106A (Python) + CS 106B (C++)</li>
<li>pretested HW for 400+ students; received 100% perfect ratings from students</li>
</ul>
<b>North American Computational Linguistics Olympiad</b> | 2020 –
<ul>
<li>authored problems on linguistic & computational linguistic phenomena for US, UK, AUS, CAN olympiads</li>
<li>Assistant Coach for 2021 Int'l Linguistics Olympiad USA team</li>
</ul>
</div>
</div>
-->
<hr class="line-break">
<div class="container">
<div class="honors">
<h2>Linguistics Puzzles</h2>
<ul>
<li><a href="https://www.naclo.org/resources/problems/2021/N2021-G.pdf" class="no-line" target="_blank">The Skates of Wrath</a>: Sauk semantics with a 21st-century twist.</li>
<li><a href="https://www.naclo.org/resources/problems/2021/N2021-E.pdf" class="no-line" target="_blank">The Script of Your Dreams</a>: the curiously mirror-like Mandombe script.</li>
<li><a href="https://www.naclo.org/resources/problems/2021/N2021-Q.pdf" class="no-line" target="_blank">A Stress Test</a>: a computational approach to English stress (co-author: <a href="https://rtmccoy.com/" class="no-line" target="_blank">Tom McCoy</a>).</li>
</ul>
</div>
</div>
<hr class="line-break">
<div class="container">
<div class="honors">
<h2>Honors</h2>
<b>Academic</b>
<ul>
<li>Represented USA at <a href="https://ioling.org/" class="no-line" target="_blank">International Linguistics Olympiad</a> (cancelled due to COVID-19)</li>
<li>North American Computational Linguistics Olympiad: 2nd place nationally</li>
<li>Best Project, <a href="https://web.stanford.edu/class/cs224n/" class="no-line" target="_blank">CS 224N</a> (out of 400+ students) and Best Project, <a href="https://cs229.stanford.edu/" class="no-line" target="_blank">CS 229</a> (out of 250+)</li>
<li>Nominee, Stanford Boothe Prize for Excellence in Undergraduate Writing</li>
</ul>
<b>Musical</b>
<ul>
<li>performed at Carnegie Hall (NY) and Royal Albert Hall (London)</li>
<li>prizes at numerous competitions: Steinway Jr, Los Angeles Liszt Int'l, ENKOR Int'l, AFAF, CAPMT, Burlingame, Quimby, MTAC, Young Pianists' Beethoven</li>
<li><a href="https://music.stanford.edu/news/2022-department-music-awards-announced-0" class="no-line" target="_blank">Daniel V. Robinson Prize</a> (top undergrad instrumentalist, Stanford Music Dept.)</li>
</ul>
</div>
</div>
<hr class="line-break">
<div class="container">
<div class="music">
<h2>Music</h2>
<p>Currenly, I study piano with <a href="https://music.stanford.edu/people/elizabeth-schumann" class="no-line" target="_blank">Dr. Elizabeth Schumann</a> and organ with <a href="https://music.stanford.edu/people/robert-huw-morgan" class="no-line" target="_blank">Dr. Robert Huw Morgan</a>. Preivously, I studied with <a href="https://music.stanford.edu/people/frederick-weldy" class="no-line" target="_blank">Frederick Weldy</a>, Erna Gulabyan, Angela Kraft Cross, Debra Fong, and Daisy Bate. You can find more of my performances <a href="https://www.youtube.com/channel/UCXLqK-Ks-YBostXPkDcCmTA" class="no-line" target="_blank">here</a>!</p>
<p class="embed">
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/EhHgUP8Jl8c" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
<iframe width="594.01" height="334.13" src="https://www.youtube.com/embed/EhHgUP8Jl8c" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p class="embed">
<iframe width="594.01" height="334.13" src="https://www.youtube.com/embed/RreNEZENvnQ?si=VJRE98zaXPcD3RJA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p class="embed">
<iframe width="594.01" height="334.13" src="https://www.youtube.com/embed/tPkgU9Dyh6w" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
</div>
</div>
</div>
</div>
</body>
</html>