-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
124 lines (107 loc) · 4.02 KB
/
Copy pathpublications.html
File metadata and controls
124 lines (107 loc) · 4.02 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/eylon.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<title>Eylon Caplan</title>
<style>
/* --- custom color scheme --- */
a, a:visited { /* bright link blue */
color:#0066CC;
}
.paper-title,
.paper-author { /* slate / charcoal to complement gold bars */
color:#34424F;
}
.paper-title {
font-weight: 700;
}
.paper-status { /* forces “Under review …” onto its own line */
display:block;
font-style:italic;
color:#34424F;
}
.artifact-links {
display:block;
margin-top:2px;
font-size:0.95em;
}
.artifact-links a {
color:#0066CC;
text-decoration:none;
margin-right:6px;
}
.artifact-links a:hover {
text-decoration:underline;
}
.author-highlight {
color:#1F2933;
background-color:#D6F4E8;
padding:0 3px;
border-radius:2px;
}
</style>
</head>
<body>
<div class="container">
<center><h2>Eylon Caplan</h2></center>
<hr class="nomargin">
<nav class="mynavbar">
<a href="index.html">HOME</a>
<a href="publications.html"><span class="focus">PUBLICATIONS</span></a>
<a href="contact.html">CONTACT</a>
<a href="cv.html">CV</a>
</nav>
<hr class="nomargin"><br>
<!-- ========== 2026 ========== -->
<div class="year">
<h4>2026</h4>
<p>|||||||||||||||||||||||||||||||||||||||||||</p>
</div>
<div class="publication">
<h4 style="margin-bottom:0">
<span class="paper-title">Splits! A Flexible Dataset and Evaluation Framework for Sociocultural Linguistic Investigation</span>
<span class="paper-status">Accepted to ACL 2026 Main Conference [Oral]</span>
<span class="artifact-links"><a href="https://arxiv.org/pdf/2504.04640">[paper]</a>
<a href="https://huggingface.co/spaces/ecaplan/splits">[demo]</a>
<a href="https://github.com/eyloncaplan/splits">[code]</a></span>
</h4>
<span class="paper-author"><span class="author-highlight">Eylon Caplan</span>, Tania Chakraborty, and Dan Goldwasser</span><br>
</div>
<div class="publication">
<h4 style="margin-bottom:0">
<span class="paper-title">TAIGR: Towards Modeling Influencer Content on Social Media via Structured, Pragmatic Inference</span>
<span class="paper-status">Accepted to ACL 2026 Main Conference</span>
<span class="artifact-links"><a href="https://arxiv.org/abs/2601.20032">[paper]</a></span>
</h4>
<span class="paper-author">Nishanth S. Nakshatri, <span class="author-highlight">Eylon Caplan</span>, Rajkumar Pujari, and Dan Goldwasser</span><br>
</div>
<!-- ========== 2025 ========== -->
<div class="year">
<h4>2025</h4>
<p>|||||||||||||||||||||||||||||||||||||||||||</p>
</div>
<div class="publication">
<h4 style="margin-bottom:0">
<span class="paper-title">VIBE: Can a VLM Read the Room?</span>
<span class="paper-status">Accepted to Findings of EMNLP 2025</span>
<span class="artifact-links"><a href="https://aclanthology.org/2025.findings-emnlp.1252.pdf">[paper]</a>
<a href="https://huggingface.co/datasets/taniarini/vibe">[data]</a></span>
</h4>
<span class="paper-author">Tania Chakraborty, <span class="author-highlight">Eylon Caplan</span>, and Dan Goldwasser</span><br>
</div>
<div class="publication">
<h4 style="margin-bottom:0">
<span class="paper-title">ConceptCarve: Dynamic Realization of Evidence</span>
<span class="paper-status">Accepted to ACL 2025 Main Conference</span>
<span class="artifact-links"><a href="https://aclanthology.org/2025.acl-long.1014.pdf">[paper]</a>
<a href="https://huggingface.co/datasets/ecaplan/conceptcarve">[data]</a></span>
</h4>
<span class="paper-author"><span class="author-highlight">Eylon Caplan</span> and Dan Goldwasser</span><br>
</div>
</div>
</body>
</html>