-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (132 loc) · 7.66 KB
/
Copy pathindex.html
File metadata and controls
132 lines (132 loc) · 7.66 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
<!doctype html>
<!-- The DOCTYPE declaration above will set the -->
<!-- browser's rendering engine into -->
<!-- "Standards Mode". Replacing this declaration -->
<!-- with a "Quirks Mode" doctype is not supported. -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- -->
<!-- Consider inlining css to reduce the number of requested files -->
<!-- -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/eylon.css">
<!-- -->
<!-- Any title is fine -->
<!-- -->
<title>Eylon Caplan</title>
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="https://rajkumar-pujari.com/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79894772-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div style="position: fixed; top: 40px; left: 40px; z-index: 1000;">
<div style="margin-bottom: 8px;">
<a href="https://github.com/eyloncaplan" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
<img src="images/gh-logo.png" alt="GitHub" style="height: 1em; width: auto; margin-right: 5px;">
<span style="color: #333; font-size: 14px;">GitHub</span>
</a>
</div>
<div style="margin-bottom: 8px;">
<a href="https://scholar.google.com/citations?user=Q9Ioto4AAAAJ&hl=en&oi=ao" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
<img src="images/scholar-logo.png" alt="Google Scholar" style="height: 1em; width: auto; margin-right: 5px;">
<span style="color: #333; font-size: 14px;">Scholar</span>
</a>
</div>
<div style="margin-bottom: 8px;">
<a href="https://www.linkedin.com/in/eylon-caplan-377499286/" target="_blank" style="text-decoration: none; display: flex; align-items: center;">
<img src="images/linkedin-logo.png" alt="LinkedIn" style="height: 1em; width: auto; margin-right: 5px;">
<span style="color: #333; font-size: 14px;">LinkedIn</span>
</a>
</div>
</div>
<div class="container">
<center><h2>Eylon Caplan</h2></center>
<hr class="nomargin">
<nav class="mynavbar">
<a href="index.html"><span class="focus">HOME</span></a>
<a href="publications.html">PUBLICATIONS</a>
<a href="contact.html">CONTACT</a>
<a href="cv.html">CV</a>
</nav>
<hr class="nomargin">
<br>
<div class="content row">
<div class="col-md-8">
<p>
Hello! I am a third-year Ph.D. student in the Department of Computer Science at Purdue University, advised by <a href="https://www.cs.purdue.edu/homes/dgoldwas/">Prof. Dan Goldwasser</a>. My work centers on using natural language processing to understand and draw conclusions from large amounts of unstructured data. In particular, I've built scalable and interpretable NLP systems that reason about human behavior, beliefs, emotions, and values as expressed in noisy real-world corpora—especially social media.
</p>
<p>
During my Ph.D., I developed <a href="https://arxiv.org/abs/2504.07228">ConceptCarve</a>, a framework for identifying how abstract social concepts are expressed across communities by combining language model reasoning with scalable retrieval. I introduced <a href="https://arxiv.org/abs/2504.04640">Splits!</a>, a Reddit 9.6M-post sandbox for investigating how different demographic groups communicate about shared topics. I also investigated social concepts in a multimodal setting, developing <a href="https://arxiv.org/abs/2506.11162">VIBE</a>, a benchmark for evaluating how well VLMs interpret visual cues in videos, and <a href="https://arxiv.org/abs/2601.20032">TAIGR</a>, a framework for modeling influencer content on social media via structured, pragmatic inference.
</p>
<p>
From a technical standpoint, my work has extensively involved large-scale text/video data processing, retrieval, reranking, text clustering, and dataset design, collection, annotation, and validation—in multiple modalities—all working with real, messy data sources.
</p>
<p>
Before coming to Purdue, I earned my B.Sc. in Computer Science and Mathematics from the University of Nebraska-Lincoln, where I was first introduced to ML in working with <a href="https://cse-apps.unl.edu/facdb/users/15/details">Prof. Stephen Scott</a> and <a href="https://mrhasan-ai.github.io/index.html">Prof. M. R. Hasan</a>.
</p>
</div>
<div class="col-md-4">
<img alt="" src="images/website_image.jpg" height="400">
</div>
</div>
<br>
<hr class="nomargin">
<br>
<div class="content row">
<div class="col-md-12 news-container">
<p>News</p>
<div class="myBox">
<ul class="news">
<!-- newest first -->
<li>[Jul 2026] ✈️
Looking forward to attending ACL 2026 in San Diego!
</li>
<li>[May 2026] 💼
Excited to share that I'll be joining AWS AI as an Applied Science intern in Santa Clara, CA for the summer!
</li>
<li>[Apr 2026] 🎉
Our paper, <a href="https://arxiv.org/abs/2504.04640"><em>Splits! Flexible Sociocultural Linguistic Investigation at Scale</em></a>, was accepted to ACL 2026 Main as an oral!
</li>
<li>[Apr 2026] 🎉
Our paper, <a href="https://arxiv.org/abs/2601.20032"><em>TAIGR: Towards Modeling Influencer Content on Social Media via Structured, Pragmatic Inference</em></a>, was accepted to ACL 2026 Main Conference.
</li>
<li>[Nov 2025] ✈️
Looking forward to attending EMNLP 2025 in Suzhou, China!
</li>
<li>[Aug 2025] 🎉
Our paper, <a href="https://arxiv.org/abs/2506.11162"><em>VIBE: Can a VLM Read the Room?</em></a>, has been accepted to Findings of EMNLP 2025.
</li>
<li>[Jul 2025] ✈️
Looking forward to attending ACL 2025 in Vienna, Austria!
</li>
<li>[May 2025] 🎉
Our paper, <a href="https://aclanthology.org/2025.acl-long.1014/"><em>ConceptCarve: Dynamic Realization of Evidence</em></a>, has been accepted to ACL 2025 Main Conference.
</li>
<li>[Jan 2025] 💻
I created and released <a href="https://github.com/eyloncaplan/acl-searcher"><em>ACL Searcher</em></a>, an open-source semantic search tool for ACL paper abstracts using ColBERT.
</li>
<li>[Aug 2023] 🎓
Started my Ph.D. in Computer Science at Purdue University (advisor: Dan Goldwasser).
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>