← Search

Alan Akbik

18 accepted papers

2025

Familiarity: Better Evaluation of Zero-Shot Named Entity Recognition by Quantifying Label Shifts in Synthetic Training Data

NAACL 2025long

Zero-shot named entity recognition (NER) is the task of detecting named entities of specific types (such as Person or Medicine) without any training examples. Current research increasingly relies on large synthetic datasets, automatically generated to cover tens of thousands of distinct entity types…

2025

LM-Pub-Quiz: A Comprehensive Framework for Zero-Shot Evaluation of Relational Knowledge in Language Models

NAACL 2025system demonstrations

Knowledge probing evaluates to which extent a language model (LM) has acquired relational knowledge during its pre-training phase. It provides a cost-effective means of comparing LMs of different sizes and training setups and is useful for monitoring knowledge gained or lost during continual learnin…

2025

Lemma Dilemma: On Lemma Generation Without Domain- or Language-Specific Training Data

EMNLP 2025

Lemmatization is the task of transforming all words in a given text to their dictionary forms. While large language models (LLMs) have demonstrated their ability to achieve competitive results across a wide range of NLP tasks, there is no prior evidence of how effective they are in the contextual le

Cited by 0SourcePDFScholar
2025

TransformerRanker: A Tool for Efficiently Finding the Best-Suited Language Models for Downstream Classification Tasks

NAACL 2025system demonstrations

Classification tasks in NLP are typically addressed by selecting a pre-trained language model (PLM) from a model hub, and fine-tuning it for the task at hand. However, given the very large number of PLMs that are currently available, a practical challenge is to determine which of them will perform b…

2024

BEAR: A Unified Framework for Evaluating Relational Knowledge in Causal and Masked Language Models

NAACL 2024findings

Knowledge probing assesses to which degree a language model (LM) has successfully learned relational knowledge during pre-training. Probing is an inexpensive way to compare LMs of different sizes and training configurations. However, previous approaches rely on the objective function used in pre-tra…

2024

Choose Your Transformer: Improved Transferability Estimation of Transformer Models on Classification Tasks

ACL 2024findings

There currently exists a multitude of pre-trained transformer language models (LMs) that are readily available. From a practical perspective, this raises the question of which pre-trained LM will perform best if fine-tuned for a specific downstream NLP task. However, exhaustively fine-tuning all ava…

Cited by 1SourcePDFScholar
2024

Fundus: A Simple-to-Use News Scraper Optimized for High Quality Extractions

ACL 2024system demonstrations

This paper introduces Fundus, a user-friendly news scraper that enables users to obtain millions of high-quality news articles with just a few lines of code. Unlike existing news scrapers, we use manually crafted, bespoke content extractors that are specifically tailored to the formatting guidelines…

2024

Less is More: Parameter-Efficient Selection of Intermediate Tasks for Transfer Learning

EMNLP 2024main

Intermediate task transfer learning can greatly improve model performance. If, for example, one has little training data for emotion detection, first fine-tuning a language model on a sentiment classification dataset may improve performance strongly. But which task to choose for transfer learning? P…

2024

NoiseBench: Benchmarking the Impact of Real Label Noise on Named Entity Recognition

EMNLP 2024main

Available training data for named entity recognition (NER) often contains a significant percentage of incorrect labels for entity types and entity boundaries. Such label noise poses challenges for supervised learning and may significantly deteriorate model quality. To address this, prior work propos…

2024

OpinionGPT: Modelling Explicit Biases in Instruction-Tuned LLMs

NAACL 2024system demonstrations

Instruction-tuned Large Language Models (LLMs) have recently showcased remarkable ability to generate fitting responses to natural language instructions. However, an open research question concerns the inherent biases of trained models and their responses. For instance, if the data used to tune an L…

2022

Medical Coding with Biomedical Transformer Ensembles and Zero/Few-shot Learning

NAACL 2022industry

Medical coding (MC) is an essential pre-requisite for reliable data retrieval and reporting. Given a free-text reported term (RT) such as “pain of right thigh to the knee”, the task is to identify the matching lowest-level term (LLT) –in this case “unilateral leg pain”– from a very large and continu…

2020

Task-Aware Representation of Sentences for Generic Text Classification

COLING 2020main

State-of-the-art approaches for text classification leverage a transformer architecture with a linear layer on top that outputs a class distribution for a given prediction problem. While effective, this approach suffers from conceptual limitations that affect its utility in few-shot or zero-shot tra…