Skip to content

Commit bd37f2c

Browse files
committed
add pub, and refine projects
1 parent 0c0e41a commit bd37f2c

File tree

1 file changed

+62
-11
lines changed

1 file changed

+62
-11
lines changed

index.html

Lines changed: 62 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
text-align: center;
8484
}
8585

86+
.bio {
87+
font-size: 1.1em;
88+
}
89+
8690
</style>
8791

8892
</head>
@@ -125,8 +129,8 @@
125129
<img class="img-responsive" src="img/self.jpeg" alt=""
126130
style="width: 30%"><br>
127131

128-
<div style="margin-top:3%; text-align:justify;">
129-
<p>I am a fourth year PhD candidate at University of
132+
<div class="bio" style="margin-top:3%; text-align:justify;">
133+
<p>I am a final year PhD candidate at University of
130134
Michigan, Ann Arbor. My research interests are at the
131135
intersection of Machine Learning and Human-Computer
132136
Interaction (HCI).</p>
@@ -168,6 +172,17 @@
168172
<div class="experience" id="publications">
169173

170174
<h2 class="section-header">Publications</h2>
175+
<div class="row experience-card">
176+
<div class="col-md-8 offset-md-2">
177+
<div class="card mb-4">
178+
<div class="card-body">
179+
<h3 class="card-title">Evaluating LLMs for Targeted Concept Simplification for Domain-Specific Texts.</h3>
180+
<h4 class="card-subtitle mb-2 text-muted">In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 6208–6226, Miami, Florida, USA. Association for Computational Linguistics.</h4>
181+
<p class="card-text"> Sumit Asthana, Hannah Rashkin, Elizabeth Clark, Fantine Huot, Mirella Lapata </p>
182+
</div>
183+
</div>
184+
</div>
185+
</div>
171186
<div class="row experience-card">
172187
<div class="col-md-8 offset-md-2">
173188
<div class="card mb-4">
@@ -186,7 +201,7 @@ <h4 class="card-subtitle mb-2 text-muted">In Proceedings of ACM conferene on Com
186201
<div class="card mb-4">
187202
<div class="card-body">
188203
<h3 class="card-title">
189-
Understanding Uncertainty Understanding Uncertainty: How Lay Decision-makers
204+
Understanding Uncertainty: How Lay Decision-makers
190205
Perceive and Interpret Uncertainty in Human-AI Decision Making
191206
</h3>
192207
<h4 class="card-subtitle mb-2 text-muted">
@@ -199,6 +214,25 @@ <h4 class="card-subtitle mb-2 text-muted">
199214
</div>
200215
</div>
201216
</div>
217+
<div class="row experience-card">
218+
<div class="col-md-8 offset-md-2">
219+
<div class="card mb-4">
220+
<div class="card-body">
221+
<h3 class="card-title">
222+
eneration and assessment of multiple-choice
223+
questions from video transcripts using large language models
224+
</h3>
225+
<h4 class="card-subtitle mb-2 text-muted">
226+
In Proceedings of the Eleventh ACM Conference on
227+
Learning@ Scale (pp. 530-534).
228+
</h4>
229+
<p class="card-text">
230+
Taimoor Arif, Sumit Asthana, Kevyn Collins Thompson
231+
</p>
232+
</div>
233+
</div>
234+
</div>
235+
</div>
202236
<div class="row experience-card">
203237
<div class="col-md-8 offset-md-2">
204238
<div class="card mb-4">
@@ -380,12 +414,28 @@ <h2 class="section-header">Projects</h2>
380414
<div class="col-md-8 offset-md-2">
381415
<div class="card mb-4">
382416
<div class="card-body">
383-
<h3 class="card-title">Adaptive methods for supporting students in course learning</h3>
417+
<h3 class="card-title">Designing adaptive assessments for understanding students knowledge in course learning</h3>
384418
<p>
385419
Personalized AI can improve education significantly by giving each student the opportunity to learn at their own pace and understanding.
386-
In this work, I am leveraging cognitive theory retention of concepts to build an adaptive course practice scheduler that allows students to practice
387-
course materials. The algorithm uses RL on the underlying memory model to adaptively schedule concepts for practice that account for past recall of concepts
388-
as well as maximize lookahead gains of learning future concepts.
420+
In this work, I am leveraging cognitive theory concept understanding to build an adaptive assessment methodology that assesses student competence while minimizing burden on them.
421+
I formulated a structured decision space of concepts necessary to understand the course, and combined LLM interaction with a submodular objective evaluation of concepts.
422+
</p>
423+
</div>
424+
</div>
425+
</div>
426+
</div>
427+
<div class="project row experience-card">
428+
<div class="col-md-8 offset-md-2">
429+
<div class="card mb-4">
430+
<div class="card-body">
431+
<h3 class="card-title">Alinging AI-assisted decision-making with end-user preferences</h3>
432+
<p>
433+
AI may make decisions that do not always align with end-user sensibilities. For example, during personalization, systems
434+
may collect data and infer and use sensitive attributes about their users without their awareness or consent. In this work, I engineered a Human-AI interactive system
435+
that collects the most optimal and informative data about its users for personalization using a submodular objective. In a between and within-subjects user study,
436+
I then demonstrated that users show differential preferences for the usage of sensitive attributes about them that the AI infers.
437+
Their preferences depend on the sensitivity and the accuracy of inferences. The study provides concrete evidence of incorporating explicit
438+
user feedback in systems for aligning AI objectives with user preferences.
389439
</p>
390440
</div>
391441
</div>
@@ -395,10 +445,11 @@ <h3 class="card-title">Adaptive methods for supporting students in course learni
395445
<div class="col-md-8 offset-md-2">
396446
<div class="card mb-4">
397447
<div class="card-body">
398-
<h3 class="card-title">Building agents that learn about users for personalization while respecting their privacy.</h3>
399-
<p>Understanding the privacy implications of human - agent interactions when agents try to learn about users for personalization.
400-
Built a bayesian network from a massive data of user preferences and using the network to drive interactions in a quantative study to
401-
measure privacy violations and privacy concerns, so that more privacy-aware agents can be built.
448+
<h3 class="card-title">Aligning Wikipedia article quality assessment by learning from policy-guided Wikipedia edits.</h3>
449+
<p>Content assessment is guided by content policies -- neutral point of view (NPOV), citations, and clear writing. For AI to understand
450+
Wikipedia content quality assessment, it needs to understand the application of the content policies in-context. I showed that Wikipedia
451+
edits that instantiate these content policies learn more aligned assessments of Wikipedia content policies than learning form
452+
sentences on highest quality articles.
402453
</p>
403454
</div>
404455
</div>

0 commit comments

Comments
 (0)