Skip to content

Commit e1d80ea

Browse files
committed
Update papers
1 parent a96157c commit e1d80ea

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

app/research/(projects)/opiniongpt/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function Page() {
5757

5858
<H2>Publication</H2>
5959
<P>
60-
<InlineLink href="OpinionGPT: Modelling Explicit Biases in Instruction-Tuned LLMs" target="_blank">CleanCoNLL: A Nearly Noise-Free Named Entity Recognition Dataset.</InlineLink>
60+
<InlineLink href="https://aclanthology.org/2024.naacl-demo.8/" target="_blank">OpinionGPT: Modelling Explicit Biases in Instruction-Tuned LLMs.</InlineLink>
6161
Patrick Haller, Ansar Aynetdinov and Alan Akbik. NAACL 2024.
6262
</P>
6363
</>

content/LatestNews.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,11 @@ const LatestNews: TimelineEntryData[] = [
234234

235235
export const PinnedMessages: PinnedMessage[] = [
236236
{
237-
title: "External students welcome: Join our Deep Learning and NLP class online!",
237+
title: "2 New Full-Time Researcher Positions!",
238238
content: <>
239-
This semester, you can join my "Deep Learning and NLP" course at HU Berlin online.
240-
Starting October 14th, we go all the way from zero to "NLP hero": from classical NLP to transformers
241-
and LLMs, plus in-depth into to PyTorch 🔥. External students can enrol <InlineLink href="https://www.hu-berlin.de/en/studies/counselling/leaflets/guest_students" target="_blank">here</InlineLink>!
242-
</>,
239+
We have two new full-time positions for researchers at my Chair. One fully-funded position for a PhD student
240+
and one position for a PostDoc. We are looking for exceptional candidates with a strong publication record
241+
(ACL, EMNLP) and a strong engineering background. Do reach out if you are interested!</>,
243242
},
244243
];
245244

content/Publications.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@
66
import type { Publication } from "@/content/types";
77

88
const Publications: Publication[] = [
9+
{
10+
year: 2026,
11+
title: "Beyond Marginal Distributions: A Framework to Evaluate the Representativeness of Demographic-Aligned LLMs",
12+
authors: "Tristan Williams, Franziska Weeber, Sebastian Padó and Alan Akbik",
13+
links: [{ label: "PDF", url: "https://arxiv.org/abs/2601.15755" }],
14+
footnote: "arXiv preprint",
15+
},
916
{
1017
year: 2026,
1118
conference: "EACL 2026",
1219
title: "FiNERweb: Datasets and Artifacts for Scalable Multilingual Named Entity Recognition",
13-
authors: "Jonas Golde, Patrick Haller and Alan Akbik ",
20+
authors: "Jonas Golde, Patrick Haller and Alan Akbik",
1421
links: [{ label: "PDF", url: "https://arxiv.org/pdf/2512.13884" }],
1522
footnote: "Findings of the Association for Computational Linguistics: EACL 2026",
1623
},

0 commit comments

Comments
 (0)