Skip to content

Commit

Permalink
Add new paper
Browse files Browse the repository at this point in the history
  • Loading branch information
alanakbik committed Jan 24, 2025
1 parent 49300c9 commit 1a61de7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/LatestNews.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ import type { PinnedMessage, TimelineEntryData } from "@/content/types";
*/

const LatestNews: TimelineEntryData[] = [
{
date: "2025-01-25",
category: "Paper accepted",
conference: "NAACL 2025",
content: <>
Our paper &quot;Familarity: Better Evaluation of Zero-Shot Named Entity Recognition by Quantifying Label Shifts in Synthetic Training Data&quot;
accepted to <InlineLink href="https://arxiv.org/abs/2412.10121" target="_blank">NAACL 2025</InlineLink> (main conference)!
</>,
},
{
date: "2024-12-05",
category: "New Model",
Expand Down
14 changes: 14 additions & 0 deletions content/Publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
import type { Publication } from "@/content/types";

const Publications: Publication[] = [
{
year: 2025,
conference: "NAACL 2025",
title: "Familarity: Better Evaluation of Zero-Shot Named Entity Recognition by Quantifying Label Shifts in Synthetic Training Data",
authors: "Jonas Golde, Patrick Haller, Max Ploner, Fabio Barth, Nicolaas Jedema and Alan Akbik",
footnote: "Proceedings of the 2025 Annual Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics",
links: [{ label: "PDF", url: "https://arxiv.org/abs/2412.10121/" }],
},
{
year: 2024,
conference: "CoNLL 2024",
Expand Down Expand Up @@ -83,6 +91,12 @@ const Publications: Publication[] = [
authors: "Max Ploner and Alan Akbik",
footnote: "Findings of the Association for Computational Linguistics: EACL 2024",
links: [{ label: "PDF", url: "https://aclanthology.org/2024.findings-eacl.122/" }],
}, {
year: 2024,
title: "Don't Mesh with Me: Generating Constructive Solid Geometry Instead of Meshes by Fine-Tuning a Code-Generation LLM",
authors: "Maximilian Mews, Ansar Aynetdinov, Vivian Schiller, Peter Eisert and Alan Akbik",
links: [{ label: "PDF", url: "https://arxiv.org/abs/2411.15279" }],
footnote: "arXiv preprint",
}, {
year: 2024,
title: "TransformerRanker: A Tool for Efficiently Finding the Best-Suited Language Models for Downstream Classification Tasks",
Expand Down

0 comments on commit 1a61de7

Please sign in to comment.