-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
207 lines (190 loc) · 9.3 KB
/
Copy pathindex.html
File metadata and controls
207 lines (190 loc) · 9.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LLM4XAI</title>
<meta name="description" content="LLM4XAI: Generative Models for Explainable AI Narratives — a workshop co-located with CIKM 2026.">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧠</text></svg>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="home">
<header class="site-header">
<nav class="nav">
<a class="brand" href="index.html">LLM4XAI <span class="accent">@ CIKM 2026</span></a>
<button class="nav-toggle" aria-label="Toggle navigation">
<span></span><span></span><span></span>
</button>
<ul class="nav-links">
<li><a href="index.html" aria-current="page">Home</a></li>
<li><a href="call-for-papers.html">Call for Papers</a></li>
<li><a href="schedule.html">Program</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero hero-home">
<div class="hero-media" role="img" aria-label="The Colosseum at dusk in Rome, overlaid with glowing AI data-flow networks and analytics dashboards"></div>
<div class="container">
<div class="hero-content">
<h1>LLM4XAI</h1>
<p class="subtitle">Generative Models for Explainable AI Narratives</p>
<span class="eyebrow">Half-Day Workshop · Co-located with CIKM 2026</span>
<p class="meta">
<strong>November 8, 2026</strong> <span class="dot">•</span> Rome, Italy
</p>
</div>
</div>
</section>
<section>
<div class="container container-narrow">
<div class="section-heading">
<h2>The Goal of the Workshop</h2>
</div>
<div class="prose">
<p>
As AI systems are increasingly deployed in high-stakes domains, regulatory and societal demands
for transparency and interpretability continue to grow. While classical Explainable AI (XAI)
methods produce structured technical artifacts (e.g., feature attributions and counterfactual
examples), these remain difficult to interpret for non-technical users and only partially meet
usability and legal requirements. Large Language Models (LLMs) can transform these structured
outputs into accessible natural-language XAI narratives, but they introduce new challenges
regarding faithfulness, hallucination, and epistemic misalignment.
</p>
<p>
<strong>LLM4XAI</strong> sits at the intersection of XAI, NLP, IR, and HCI, investigating how
generative systems can act as reliable mediators. The workshop provides a multidisciplinary
forum for both academia and industry, focusing on the grounding, robustness, and real-world
deployment of XAI narratives to ensure AI explanations bridge the gap between technical rigor
and end-user accessibility.
</p>
</div>
</div>
</section>
<section class="alt">
<div class="container container-narrow">
<div class="section-heading">
<h2>The Call for Papers</h2>
</div>
<div class="prose">
<p>
We welcome contributions spanning methods, evaluation frameworks, human-subject studies, and
position papers that advance our understanding of LLM-generated explanations. Both full and
short papers are invited, with the option to present accompanying posters.
</p>
<p>
Full topics of interest, submission guidelines, and important dates are available on the
dedicated page.
</p>
<div class="cta-row">
<a class="btn btn-primary" href="call-for-papers.html">Read the Call for Papers</a>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="section-heading center">
<h2>Key Dates</h2>
<p>All deadlines are Anywhere on Earth (AoE) unless noted otherwise.</p>
</div>
<div class="dates-strip">
<div class="date-card">
<div class="label">Submission Deadline</div>
<div class="value">August 31, 2026 (extended)</div>
</div>
<div class="date-card">
<div class="label">Notification of Acceptance</div>
<div class="value tbd">September 23, 2026</div>
</div>
<div class="date-card">
<div class="label">Camera-Ready Due</div>
<div class="value tbd">September 30, 2026</div>
</div>
<div class="date-card highlight">
<div class="label">Workshop Date</div>
<div class="value">November 8, 2026</div>
</div>
</div>
</div>
</section>
<section class="alt">
<div class="container">
<div class="section-heading center">
<h2>Organizers</h2>
<p>Main point of contact: <a href="mailto:tolomei@di.uniroma1.it,vineis@diag.uniroma1.it">Gabriele Tolomei & Vittoria Vineis</a></p>
</div>
<div class="people-grid">
<div class="person">
<img class="avatar" src="https://hercolelab.netlify.app/author/gabriele-tolomei/avatar_hu14480012443265253551.png" alt="Gabriele Tolomei" loading="lazy">
<div class="name"><a href="https://gabrieletolomei.netlify.app/" target="_blank" rel="noopener">Gabriele Tolomei</a></div>
<div class="tag lead">Lead Organizer</div>
<div class="role">Associate Professor, Sapienza University of Rome · Co-Founder & CSO, tellmewAI</div>
</div>
<div class="person">
<img class="avatar" src="https://hercolelab.netlify.app/author/ziheng-chen/avatar_hu8410988989486940577.png" alt="Ziheng Chen" loading="lazy">
<div class="name">Ziheng Chen</div>
<div class="tag">Co-Organizer</div>
<div class="role">Senior Data Scientist, Walmart Global Tech</div>
</div>
<div class="person">
<img class="avatar" src="https://hercolelab.netlify.app/author/flavio-giorgi/avatar_hu7876034890151478189.png" alt="Flavio Giorgi" loading="lazy">
<div class="name"><a href="https://www.flaviogiorgi.com/about-me" target="_blank" rel="noopener">Flavio Giorgi</a></div>
<div class="tag">Co-Organizer</div>
<div class="role">Co-Founder, CEO & CTO, tellmewAI</div>
</div>
<div class="person">
<img class="avatar" src="https://hercolelab.netlify.app/author/vittoria-vineis/avatar_hu18091015139737520613.png" alt="Vittoria Vineis" loading="lazy">
<div class="name">Vittoria Vineis</div>
<div class="tag">Co-Organizer</div>
<div class="role">PhD Student, Data Science, Sapienza University of Rome</div>
</div>
<div class="person">
<img class="avatar" src="https://hercolelab.netlify.app/author/matteo-silvestri/avatar_hu7904124602390129983.png" alt="Matteo Silvestri" loading="lazy">
<div class="name"><a href="https://msilver22.github.io/" target="_blank" rel="noopener">Matteo Silvestri</a></div>
<div class="tag">Co-Organizer</div>
<div class="role">PhD Student, Computer Science, Sapienza University of Rome</div>
</div>
<div class="person">
<img class="avatar" src="https://hercolelab.netlify.app/author/fabiano-veglianti/avatar_hu16442649218355948268.png" alt="Fabiano Veglianti" loading="lazy">
<div class="name">Fabiano Veglianti</div>
<div class="tag">Co-Organizer</div>
<div class="role">PhD Student, Data Science, Sapienza University of Rome</div>
</div>
<div class="person">
<img class="avatar" src="https://hercolelab.netlify.app/author/lorenzo-antonelli/avatar_hu9662202269872085326.png" alt="Lorenzo Antonelli" loading="lazy">
<div class="name">Lorenzo Antonelli</div>
<div class="tag">Co-Organizer</div>
<div class="role">PhD Student, Sapienza University of Rome</div>
</div>
<div class="person">
<img class="avatar" src="https://hercolelab.netlify.app/author/edoardo-gabrielli/avatar_hu8935221800773861300.jpeg" alt="Edoardo Gabrielli" loading="lazy">
<div class="name"><a href="https://edogab33.github.io/academic-website/" target="_blank" rel="noopener">Edoardo Gabrielli</a></div>
<div class="tag">Co-Organizer</div>
<div class="role">PhD Candidate, Cybersecurity, Sapienza University of Rome</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="footer-links">
<a href="index.html">Home</a>
<a href="call-for-papers.html">Call for Papers</a>
<a href="schedule.html">Program</a>
<a href="mailto:contact@example.com">Contact</a>
</div>
<p>© 2026 LLM4XAI Workshop. Co-located with CIKM 2026.</p>
<p>The Microsoft CMT service was used for managing the peer-reviewing process for this conference.
This service was provided for free by Microsoft and they bore all expenses, including costs for Azure
cloud services as well as for software development and support.</p>
</div>
</footer>
<script src="assets/nav.js"></script>
<script src="assets/reveal.js"></script>
</body>
</html>