-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
269 lines (247 loc) · 15.6 KB
/
index.html
File metadata and controls
269 lines (247 loc) · 15.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ELH5K66PLT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ELH5K66PLT');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Seth Bernstein</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" />
<meta name="description"
content="I'm interested in making computing education more accessible and personally meaningful through Human-Computer Interaction (HCI) and AI." />
</head>
<body>
<nav class="navbar">
<div class="nav-content">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#research">Research</a>
<a href="#publications">Publications</a>
<!-- <a href="#service">Service</a> -->
<a href="assets/Seth_Bernstein_CV_april-18-26.pdf" target="_blank" rel="noopener noreferrer">CV</a>
</div>
</nav>
<div class="wrapper">
<header class="site-header" id="home">
<div class="intro">
<img src="assets/headshot.png" alt="Seth Bernstein" class="profile-pic" />
<div class="intro-text">
<h1>Seth Bernstein</h1>
<p>PhD Student, University of Michigan<br>School of Information<br>NSF Graduate Research Fellow</p>
<p><strong>Research:</strong> HCI & Computing Education</p>
<div class="social-links">
<a href="mailto:sethbern@umich.edu"><i class="fas fa-envelope"></i> sethbern@umich.edu</a>
<span class="link-separator">|</span>
<a href="https://www.linkedin.com/in/seth-bern"><i class="fab fa-linkedin"></i> LinkedIn</a>
<span class="link-separator">|</span>
<a href="https://scholar.google.com/citations?user=mpn42u8AAAAJ"><i
class="fas fa-graduation-cap"></i> Google Scholar</a>
<span class="link-separator">|</span>
<a href="https://orcid.org/0000-0002-7552-5448"><i class="fab fa-orcid"></i> ORCID</a>
<span class="link-separator">|</span>
<a href="assets/Seth_Bernstein_CV_oct_25_25.pdf"><i class="fa-regular fa-file-lines"></i> View
CV</a>
</div>
</div>
</div>
</header>
<main>
<div id="announcement" class="announcement fade-in">
<i class="fa-solid fa-bullhorn"></i>
<div class="announcement-text">
<strong>Announcement:</strong><br>
Check out my recent paper
<a href="https://dl.acm.org/doi/abs/10.1145/3769994.3770036"
target="_blank"
rel="noopener noreferrer">
<em>“Beyond the Benefits: A Systematic Review of the Harms and Consequences of Generative AI in Computing Education”</em>
</a>
from <span class="blue">Koli Calling 2025</span>!
</div>
</div>
<section id="about" class="fade-in">
<h2>About</h2>
<p>
I’m interested in making computing education more accessible and personally meaningful through
Human-Computer Interaction (HCI) and AI. My interest in computing began in seventh grade when I
started programming on my TI-84 calculator. At Temple University, I began researching
how to help novice students understand programming concepts.
</p>
<p>
My work currently explores how large language models (LLMs) can generate analogies, explanations,
and learning
materials that reflect students' interests and backgrounds. I am passionate about making computing
more inclusive,
especially for students who don’t yet see themselves represented in technical spaces.
</p>
<p>
In the fall of 2025, I began my PhD at the <span class="blue">
University of Michigan School of Information.
Go blue!
</span>
</p>
</section>
<section id="research" class="fade-in">
<h2>Research</h2>
<p>
My research focuses on using LLMs to personalize learning in computing education. I study how
AI-generated
explanations and analogies can be adapted to align with students’ interests, cultural backgrounds,
and learning
needs.
<p>
I combine LLMs with perspectives from HCI to better understand how to support intrinsic motivation
and deliver adaptive feedback.
This includes building interactive tools, analyzing student responses, and evaluating how
personalized
support affects comprehension. I’m focused on making sure these systems help students learn, not
replace or
mislead them.
</p>
</section>
<section id="publications" class="fade-in">
<h2>Publications</h2>
<div class="sort-buttons">
Sort by:
<button id="sort-year" onclick="sortPublications('year')">Year</button>
<button id="sort-title" onclick="sortPublications('title')" >Title</button>
</div>
<div id="pub-container">
<div class="pub-card" data-year="2025"
data-title="Beyond the Benefits: A Systematic Review of the Harms and Consequences of Generative AI in Computing Education">
<a class="pub-title" href="https://dl.acm.org/doi/10.1145/3769994.3770036" target="_blank">
Beyond the Benefits: A Systematic Review of the Harms and Consequences of Generative AI in Computing Education
</a>
<div class="pub-meta"><b>Seth Bernstein</b>, Ashfin Rahman, Nadia Sharifi, Ariunjargal Terbish, Stephen MacNeil<br>Preprint: Koli Calling 2025</div>
</div>
<div class="pub-card" data-year="2024"
data-title="like a nesting doll: analyzing recursion analogies generated by cs students using large language models">
<a class="pub-title" href="https://doi.org/10.1145/3649217.3653533" target="_blank">Like
a
Nesting Doll: Analyzing Recursion Analogies Generated by CS Students using Large
Language
Models</a>
<div class="pub-meta"><b>Seth Bernstein</b>, Paul Denny, Juho Leinonen, Stephen MacNeil, et
al.<br>ITiCSE 2024</div>
</div>
<div class="pub-card" data-year="2024"
data-title="analyzing students' preferences for llm-generated analogies">
<a class="pub-title" href="https://doi.org/10.1145/3649405.3659504" target="_blank">Analyzing
Students' Preferences for LLM-Generated Analogies</a>
<div class="pub-meta"><b>Seth Bernstein</b>, Paul Denny, Juho Leinonen, Stephen MacNeil, et
al.<br>ITiCSE 2024</div>
</div>
<div class="pub-card" data-year="2026"
data-title="assessing the role of diversity in llm explanations for enhancing student understanding">
<a class="pub-title" href="https://doi.org/10.1145/3770761.3777320" target="_blank">Assessing the Role of Diversity in LLM Explanations for Enhancing Student Understanding</a>
<div class="pub-meta">Kush Patel, <b>Seth Bernstein</b>, Rayhona Nasimova, Paul Denny, Juho Leinonen, Stephen MacNeil<br>SIGCSE TS 2026</div>
</div>
<div class="pub-card" data-year="2022"
data-title="generating diverse code explanations using the gpt-3 large language model">
<a class="pub-title" href="https://doi.org/10.1145/3501709.3544280" target="_blank">Generating
Diverse Code Explanations using the GPT-3 Large Language Model</a>
<div class="pub-meta">Stephen MacNeil, Andrew Tran, Dan Mogil, <b>Seth Bernstein</b>, et
al.<br>ICER
2022</div>
</div>
<div class="pub-card" data-year="2023"
data-title="comparing code explanations created by students and large language models">
<a class="pub-title" href="https://doi.org/10.1145/3587102.3588785" target="_blank">Comparing
Code Explanations Created by Students and Large Language Models</a>
<div class="pub-meta">Juho Leinonen, Paul Denny, Stephen MacNeil, Sami Sarsa, <b>Seth Bernstein</b>, et
al.<br>ITiCSE 2023</div>
</div>
<div class="pub-card" data-year="2023"
data-title="the implications of large language models for cs teachers and students">
<a class="pub-title" href="https://doi.org/10.1145/3545947.3573358" target="_blank">The
Implications of Large Language Models for CS Teachers and Students</a>
<div class="pub-meta">Stephen MacNeil, Joanne Kim, Juho Leinonen, Paul Denny, <b>Seth Bernstein</b>, et
al.<br>SIGCSE 2023</div>
</div>
<div class="pub-card" data-year="2024"
data-title="decoding logic errors: a comparative study on bug detection by students and large language models">
<a class="pub-title" href="https://doi.org/10.1145/3636243.3636245" target="_blank">Decoding
Logic Errors: A Comparative Study on Bug Detection by Students and Large
Language
Models</a>
<div class="pub-meta">Stephen MacNeil, Paul Denny, Andrew Tran, Juho Leinonen, <b>Seth Bernstein</b>,
et al.<br>ACE 2024</div>
</div>
<div class="pub-card" data-year="2023"
data-title="experiences from using code explanations generated by large language models in a web software development e-book">
<a class="pub-title" href="https://doi.org/10.1145/3545945.3569785" target="_blank">Experiences
from Using Code Explanations Generated by Large Language Models in a Web
Software
Development E-Book</a>
<div class="pub-meta">Stephen MacNeil, Andrew Tran, Arto Hellas, Joanne Kim, Sami
Sarsa,
Paul
Denny, <b>Seth Bernstein</b>, et al.<br>SIGCSE 2023</div>
</div>
<div class="pub-card" data-year="2023"
data-title="automatically generating cs learning materials with large language models">
<a class="pub-title" href="https://doi.org/10.1145/3545947.3569630"
target="_blank">Automatically Generating CS Learning Materials with Large
Language
Models</a>
<div class="pub-meta">Stephen MacNeil, Andrew Tran, Juho Leinonen, Paul Denny,
Joanne
Kim,
Arto
Hellas, <b>Seth Bernstein</b>, et al.<br>SIGCSE 2023</div>
</div>
<div class="pub-card" data-year="2023"
data-title="prompt middleware: mapping prompts for large language models to ui affordances">
<a class="pub-title" href="https://arxiv.org/abs/2307.01142" target="_blank">Prompt
middleware:
Mapping prompts for large language models to UI affordances</a>
<div class="pub-meta">Stephen MacNeil, Andrew Tran, Joanne Kim, Ziheng Huang, <b>Seth Bernstein</b>,
Dan Mogil<br>arXiv 2023</div>
</div>
</div>
</section>
<!-- <section id="service" class="fade-in"> -->
<!-- <h2>Service</h2>
<p>
Most of my service work has been rooted in the Temple HCI Lab, where I took on a leadership role
mentoring newer students, facilitating reading groups, and organizing collaborative workshops. I
helped structure onboarding processes, provided feedback on projects, and worked closely with
faculty to ensure that students felt supported and engaged. An important aspect was creating an
environment where everyone
could contribute meaningfully—regardless of prior experiences.
</p>
<p>
Outside the lab, I served as President of Temple’s ACM chapter. I worked with a small team to host
employer visits, technical workshops, student socials, and
events designed to bring the department together. I wanted ACM to feel like a space where students
could grow.
</p>
<p>
I also directed OwlHacks, Temple’s annual hackathon, reviving the event after a two-year hiatus. We
organized two hackathons in under a year, growing participation by over 100 students and ending with
the largest hackathon in Temple’s history, with more than 250 attendees. I focused on building a
beginner-friendly experience that encouraged collaboration and learning.
</p>
<p>
I’ve also mentored undergraduate researchers through the NSF REU program. My focus there was on
building a near-peer mentorship model where students felt comfortable asking questions and learning
research practices. I aimed to reduce the power distance between faculty and students by fostering a
supportive and conversational research environment.
</p>
</section> -->
</main>
<footer class="site-footer">
<p>© 2025 Seth Bernstein · <a href="mailto:sethbern@umich.edu">sethbern@umich.edu</a></p>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>