← Search

Hinrich Schuetze

56 accepted papers

2026

EEPO: Exploration-Enhanced Policy Optimization via Sample-Then-Forget

ICLR 2026poster

Balancing exploration and exploitation remains a central challenge in reinforcement learning with verifiable rewards (RLVR) for large language models (LLMs). Current RLVR methods often overemphasize exploitation, leading to entropy collapse, reduced exploratory capacity, and ultimately limited perfo…

Cited by 0SourcecodeScholar
2026

Human Uncertainty-Aware Data Selection and Automatic Labeling in Visual Question Answering

ICLR 2026poster

Large vision-language models (VLMs) achieve strong performance in Visual Question Answering but still rely heavily on supervised fine-tuning (SFT) with massive labeled datasets, which is costly due to human annotations. Crucially, real-world datasets often exhibit *human uncertainty* (**HU**) — var…

Cited by 0SourceScholar
2026

Steering MoE LLMs via Expert (De)Activation

ICLR 2026poster

Mixture-of-Experts (MoE) in Large Language Models (LLMs) routes each token through a subset of specialized Feed-Forward Networks (FFN), known as experts. We present SteerMoE, a framework to steer MoE models by detecting and controlling behavior-associated experts. We detect key experts by comparing…

Cited by 0SourcecodeScholar
2026

The Geometry of Reasoning: Self-Evaluation via Layerwise Trajectory Evolution

ICML 2026poster

Large Reasoning Models (LRMs) enhance performance by generating explicit Chain-of-Thought (CoT) trajectories, yet enabling them to self-evaluate correctness without external supervision remains a critical challenge. Existing methods often rely on ground-truth labels or shallow output probabilities, …

Cited by 0SourceScholar
2026

With Argus Eyes: Assessing Retrieval Gaps via Uncertainty Scoring to Detect and Remedy Retrieval Blind Spots

ICML 2026poster

Reliable retrieval-augmented generation (RAG) systems depend fundamentally on the retriever’s ability to find relevant information. We show that neural retrievers used in RAG systems have blind spots, which we define as the failure to retrieve entities that are relevant to the query, but have low si…

Cited by 0SourceScholar
2025

A Recipe of Parallel Corpora Exploitation for Multilingual Large Language Models

NAACL 2025findings

Recent studies have highlighted the potential of exploiting parallel corpora to enhance multilingual large language models, improving performance in both bilingual tasks, e.g., machine translation, and general-purpose tasks, e.g., text classification. Building upon these findings, our comprehensive…

Cited by 2SourcePDFScholar
2025

BMIKE-53: Investigating Cross-Lingual Knowledge Editing with In-Context Learning

ACL 2025long

This paper introduces BMIKE-53, a comprehensive benchmark for cross-lingual in-context knowledge editing (IKE), spanning 53 languages and three KE datasets: zsRE, CounterFact, and WikiFactDiff. Cross-lingual KE, which requires knowledge edited in one language to generalize across diverse languages w…

2025

Collapse of Dense Retrievers: Short, Early, and Literal Biases Outranking Factual Evidence

ACL 2025long

Dense retrieval models are commonly used in Information Retrieval (IR) applications, such as Retrieval-Augmented Generation (RAG). Since they often serve as the first step in these systems, their robustness is critical to avoid downstream failures. In this work, we repurpose a relation extraction da…

Cited by 0SourcePDFScholar
2025

How Programming Concepts and Neurons Are Shared in Code Language Models

ACL 2025finding

Several studies have explored the mechanisms of large language models (LLMs) in coding tasks, but most have focused on programming languages (PLs) in a monolingual setting. In this paper, we investigate the relationship between multiple PLs and English in the concept space of LLMs. We perform a few-…

2025

ImpliRet: Benchmarking the Implicit Fact Retrieval Challenge

EMNLP 2025

Retrieval systems are central to many NLP pipelines, but often rely on surface-level cues such as keyword overlap and lexical semantic similarity. To evaluate retrieval beyond these shallow signals, recent benchmarks introduce reasoning-heavy queries; however, they primarily shift the burden to quer

2025

LangSAMP: Language-Script Aware Multilingual Pretraining

ACL 2025long

Recent multilingual pretrained language models (mPLMs) often avoid using language embeddings – learnable vectors assigned to individual languages. However, this places a significant burden on token representations to encode all language-specific information, which may hinder language neutrality. To…

2025

Large Language Models as Neurolinguistic Subjects: Discrepancy between Performance and Competence

ACL 2025finding

This study investigates the linguistic understanding of Large Language Models (LLMs) regarding signifier (form) and signified (meaning) by distinguishing two LLM assessment paradigms: psycholinguistic and neurolinguistic. Traditional psycholinguistic evaluations often reflect statistical rules that…

Cited by 0SourcePDFScholar
2025

Lost in Multilinguality: Dissecting Cross-lingual Factual Inconsistency in Transformer Language Models

ACL 2025long

Multilingual language models (MLMs) store factual knowledge across languages but often struggle to provide consistent responses to semantically equivalent prompts in different languages. While previous studies point out this cross-lingual inconsistency issue, the underlying causes remain unexplored.…

Cited by 0SourcePDFScholar
2025

MEXA: Multilingual Evaluation of English-Centric LLMs via Cross-Lingual Alignment

ACL 2025finding

English-centric large language models (LLMs) often show strong multilingual capabilities. However, their multilingual performance remains unclear and is under-evaluated for many other languages. Most benchmarks for multilinguality focus on classic NLP tasks or cover a minimal number of languages. We…

2025

Mechanistic Understanding and Mitigation of Language Confusion in English-Centric Large Language Models

EMNLP 2025

Language confusion—where large language models (LLMs) generate unintended languages against the user’s need—remains a critical challenge, especially for English-centric models. We present the first mechanistic interpretability (MI) study of language confusion, combining behavioral benchmarking with

Cited by 0SourcePDFScholar
2025

NoLiMa: Long-Context Evaluation Beyond Literal Matching

ICML 2025poster

Recent large language models (LLMs) support long contexts ranging from 128K to 1M tokens. A popular method for evaluating these capabilities is the needle-in-a-haystack (NIAH) test, which involves retrieving a "needle" (relevant information) from a "haystack" (long irrelevant context). Extensions of…

2025

On Relation-Specific Neurons in Large Language Models

EMNLP 2025

In large language models (LLMs), certain neurons can store distinct pieces of knowledge learned during pretraining. While factual knowledge typically appears as a combination of relations and entities, it remains unclear whether some neurons focus on a relation itself – independent of any entity. We

2025

Refusal Direction is Universal Across Safety-Aligned Languages

NeurIPS 2025poster

Refusal mechanisms in large language models (LLMs) are essential for ensuring safety. Recent research has revealed that refusal behavior can be mediated by a single direction in activation space, enabling targeted interventions to bypass refusals. While this is primarily demonstrated in an English-c…

Cited by 0SourceScholar
2025

Taxi1500: A Dataset for Multilingual Text Classification in 1500 Languages

NAACL 2025short

While broad-coverage multilingual natural language processing tools have been developed, a significant portion of the world’s over 7000 languages are still neglected. One reason is the lack of evaluation datasets that cover a diverse range of languages, particularly those that are low-resource or en…

2025

Time Course MechInterp: Analyzing the Evolution of Components and Knowledge in Large Language Models

ACL 2025finding

Understanding how large language models (LLMs) acquire and store factual knowledge is crucial for enhancing their interpretability, reliability, and efficiency. In this work, we analyze the evolution of factual knowledge representation in the OLMo-7B model by tracking the roles of its Attention Head…

2025

Understanding In-Context Machine Translation for Low-Resource Languages: A Case Study on Manchu

ACL 2025long

In-context machine translation (MT) with large language models (LLMs) is a promising approach for low-resource MT, as it can readily take advantage of linguistic resources such as grammar books and dictionaries.Such resources are usually selectively integrated into the prompt so that LLMs can direct…

2025

XAMPLER: Learning to Retrieve Cross-Lingual In-Context Examples

NAACL 2025findings

Recent studies indicate that leveraging off-the-shelf or fine-tuned retrievers, capable of retrieving relevant in-context examples tailored to the input query, enhances few-shot in-context learning of English. However, adapting these methods to other languages, especially low-resource ones, poses ch…

2024

Better Call SAUL: Fluent and Consistent Language Model Editing with Generation Regularization

EMNLP 2024finding

To ensure large language models contain up-to-date knowledge, they need to be updated regularly. However, model editing is challenging as it might also affect knowledge that is unrelated to the new data. State-of-the-art methods identify parameters associated with specific knowledge and then modify…

Cited by 3SourcePDFScholar
2024

Consistent Document-level Relation Extraction via Counterfactuals

EMNLP 2024finding

Many datasets have been developed to train and evaluate document-level relation extraction (RE) models. Most of these are constructed using real-world data. It has been shown that RE models trained on real-world data suffer from factual biases. To evaluate and address this issue, we present CovEReD,…

2024

GNNavi: Navigating the Information Flow in Large Language Models by Graph Neural Network

ACL 2024findings

Large Language Models (LLMs) exhibit strong In-Context Learning (ICL) capabilities when prompts with demonstrations are used. However, fine-tuning still remains crucial to further enhance their adaptability. Prompt-based fine-tuning proves to be an effective fine-tuning method in low-data scenarios,…

2024

GlotCC: An Open Broad-Coverage CommonCrawl Corpus and Pipeline for Minority Languages

NeurIPS 2024poster

The need for large text corpora has increased with the advent of pretrained language models and, in particular, the discovery of scaling laws for these models. Most available corpora have sufficient data only for languages with large dominant communities. However, there is no corpus available that (…

2024

HiFT: A Hierarchical Full Parameter Fine-Tuning Strategy

EMNLP 2024main

Full-parameter fine-tuning (FPFT) has become the go-to choice for adapting language models (LMs) to downstream tasks due to its excellent performance. As LMs grow in size, fine-tuning the full parameters of LMs requires a prohibitively large amount of GPU memory. Existing approaches utilize zeroth-o…

2024

LongForm: Effective Instruction Tuning with Reverse Instructions

EMNLP 2024finding

Instruction tuning enables language models to more effectively generalize and better follow user intent. However, obtaining instruction data is costly and challenging. Prior work employs methods such as expensive human annotation, crowd-sourced datasets with alignment issues, and generating noisy ex…

2024

MaskLID: Code-Switching Language Identification through Iterative Masking

ACL 2024short

We present MaskLID, a simple, yet effective, code-switching (CS) language identification (LID) method. MaskLID does not require any training and is designed to complement current high-performance sentence-level LIDs. Sentence-level LIDs are classifiers trained on monolingual texts to provide single…

2024

Political Compass or Spinning Arrow? Towards More Meaningful Evaluations for Values and Opinions in Large Language Models

ACL 2024long

Much recent work seeks to evaluate values and opinions in large language models (LLMs) using multiple-choice surveys and questionnaires. Most of this work is motivated by concerns around real-world LLM applications. For example, politically-biased LLMs may subtly influence society when they are used…

2024

Rehearsal-Free Modular and Compositional Continual Learning for Language Models

NAACL 2024short

Continual learning aims at incrementally acquiring new knowledge while not forgetting existing knowledge. To overcome catastrophic forgetting, methods are either rehearsal-based, i.e., store data examples from previous tasks for data replay, or isolate parameters dedicated to each task. However, reh…

2024

SynthEval: Hybrid Behavioral Testing of NLP Models with Synthetic CheckLists

EMNLP 2024finding

Traditional benchmarking in NLP typically involves using static, held-out test sets and calculating aggregated statistics based on diverse examples. However, this approach often results in an overestimation of performance and lacks the ability to offer comprehensive, interpretable, and dynamic asses…

2024

TransliCo: A Contrastive Learning Framework to Address the Script Barrier in Multilingual Pretrained Language Models

ACL 2024long

The world’s more than 7000 languages are written in at least 293 scripts. Due to various reasons, many closely related languages use different scripts, which poses a difficulty for multilingual pretrained language models (mPLMs) in learning crosslingual knowledge through lexical overlap. As a conseq…

2024

TurkishMMLU: Measuring Massive Multitask Language Understanding in Turkish

EMNLP 2024finding

Multiple choice question answering tasks evaluate the reasoning, comprehension, and mathematical abilities of Large Language Models (LLMs). While existing benchmarks employ automatic translation for multilingual evaluation, this approach is error-prone and potentially introduces culturally biased qu…

2024

What Do Dialect Speakers Want? A Survey of Attitudes Towards Language Technology for German Dialects

ACL 2024short

Natural language processing (NLP) has largely focused on modelling standardized languages. More recently, attention has increasingly shifted to local, non-standardized languages and dialects. However, the relevant speaker populations’ needs and wishes with respect to NLP tools are largely unknown. I…

Cited by 12SourcePDFScholar
2023

Counting the Bugs in ChatGPT's Wugs: A Multilingual Investigation into the Morphological Capabilities of a Large Language Model

EMNLP 2023long main

Large language models (LLMs) have recently reached an impressive level of linguistic capability, prompting comparisons with human language skills. However, there have been relatively few systematic inquiries into the linguistic capabilities of the latest generation of LLMs, and those studies that do…

Cited by 0SourceScholar
2023

Crosslingual Transfer Learning for Low-Resource Languages Based on Multilingual Colexification Graphs

EMNLP 2023long findings

In comparative linguistics, colexification refers to the phenomenon of a lexical form conveying two or more distinct meanings. Existing work on colexification patterns relies on annotated word lists, limiting scalability and usefulness in NLP. In contrast, we identify colexification patterns of more…

Cited by 0SourceScholar
2023

GlotLID: Language Identification for Low-Resource Languages

EMNLP 2023long findings

Several recent papers have published good solutions for language identification (LID) for about 300 high-resource and medium-resource languages. However, there is no LID available that (i) covers a wide range of low-resource languages, (ii) is rigorously evaluated and reliable and (iii) efficient an…

Cited by 0SourcecodeScholar
2023

GradSim: Gradient-Based Language Grouping for Effective Multilingual Training

EMNLP 2023long main

Most languages of the world pose low-resource challenges to natural language processing models. With multilingual training, knowledge can be shared among languages. However, not all languages positively influence each other and it is an open research question how to select the most suitable set of l…

Cited by 0SourceScholar
2023

Language Models with Rationality

EMNLP 2023long main

While large language models (LLMs) are proficient at question-answering (QA), it is not always clear how (or even if) an answer follows from their latent "beliefs". This lack of interpretability is a growing impediment to widespread use of LLMs. To address this, our goals are to make model beliefs a…

Cited by 0SourceScholar
2023

Language-Agnostic Bias Detection in Language Models with Bias Probing

EMNLP 2023long findings

Pretrained language models (PLMs) are key components in NLP, but they contain strong social biases. Quantifying these biases is challenging because current methods focusing on fill-the-mask objectives are sensitive to slight changes in input. To address this, we propose a bias probing technique call…

Cited by 0SourcecodeScholar
2023

Unleashing the Multilingual Encoder Potential: Boosting Zero-Shot Performance via Probability Calibration

EMNLP 2023short findings

Pretrained multilingual encoder models can directly perform zero-shot multilingual tasks or linguistic probing by reformulating the input examples into cloze-style prompts. This is accomplished by predicting the probabilities of the label words at the masked token position, without requiring any up…

Cited by 0SourcecodeScholar
2022

An Embarrassingly Simple Method to Mitigate Undesirable Properties of Pretrained Language Model Tokenizers

ACL 2022short

We introduce FLOTA (Few Longest Token Approximation), a simple yet effective method to improve the tokenization of pretrained language models (PLMs). FLOTA uses the vocabulary of a standard tokenizer but tries to preserve the morphological structure of words during tokenization. We evaluate FLOTA on…

2022

An Information-Theoretic Approach and Dataset for Probing Gender Stereotypes in Multilingual Masked Language Models

NAACL 2022findings

Bias research in NLP is a rapidly growing and developing field. Similar to CrowS-Pairs (Nangia et al., 2020), we assess gender bias in masked-language models (MLMs) by studying pairs of sentences with gender swapped person references. Most bias research focuses on and often is specific to English.Us…

2022

CaMEL: Case Marker Extraction without Labels

ACL 2022long

We introduce CaMEL (Case Marker Extraction without Labels), a novel and challenging task in computational morphology that is especially relevant for low-resource languages. We propose a first model for CaMEL that uses a massively multilingual corpus to extract case markers in 83 languages based only…

2022

CoDA21: Evaluating Language Understanding Capabilities of NLP Models With Context-Definition Alignment

ACL 2022short

Pretrained language models (PLMs) have achieved superhuman performance on many benchmarks, creating a need for harder tasks. We introduce CoDA21 (Context Definition Alignment), a challenging benchmark that measures natural language understanding (NLU) capabilities of PLMs: Given a definition and a c…

2022

Differentiable Multi-Agent Actor-Critic for Multi-Step Radiology Report Summarization

ACL 2022long

The IMPRESSIONS section of a radiology report about an imaging study is a summary of the radiologist’s reasoning and conclusions, and it also aids the referring physician in confirming or excluding certain diagnoses. A cascade of tasks are required to automatically generate an abstractive summary of…

Cited by 15SourcePDFScholar
2022

Graph Neural Networks for Multiparallel Word Alignment

ACL 2022findings

After a period of decrease, interest in word alignments is increasing again for their usefulness in domains such as typological research, cross-lingual annotation projection and machine translation. Generally, alignment algorithms only use bitext and do not make use of the fact that many parallel co…

2022

LMTurk: Few-Shot Learners as Crowdsourcing Workers in a Language-Model-as-a-Service Framework

NAACL 2022findings

Vast efforts have been devoted to creating high-performance few-shot learners, i.e., large-scale pretrained language models (PLMs) that perform well with little downstream task training data. Training PLMs has incurred significant cost, but utilizing the few-shot learners is still challenging due to…

Cited by 20SourcePDFScholar
2022

Listening to Affected Communities to Define Extreme Speech: Dataset and Experiments

ACL 2022findings

Building on current work on multilingual hate speech (e.g., Ousidhoum et al. (2019)) and hate speech reduction (e.g., Sap et al. (2020)), we present XTREMESPEECH, a new hate speech dataset containing 20,297 social media passages from Brazil, Germany, India and Kenya. The key novelty is that we direc…

2022

Modeling Ideological Salience and Framing in Polarized Online Groups with Graph Neural Networks and Structured Sparsity

NAACL 2022findings

The increasing polarization of online political discourse calls for computational tools that automatically detect and monitor ideological divides in social media. We introduce a minimally supervised method that leverages the network structure of online discussion forums, specifically Reddit, to dete…

2020

Explainable and Discourse Topic-aware Neural Language Understanding

ICML 2020poster

Marrying topic models and language models exposes language understanding to a broader source of document-level context beyond sentences via topics. While introducing topical semantics in language models, existing approaches incorporate latent document topic proportions and ignore topical discourse i…

2020

Neural Topic Modeling with Continual Lifelong Learning

ICML 2020poster

Lifelong learning has recently attracted attention in building machine learning systems that continually accumulate and transfer knowledge to help future learning. Unsupervised topic modeling has been popularly used to discover topics from document collections. However, the application of topic mode…

2019

textTOvec: DEEP CONTEXTUALIZED NEURAL AUTOREGRESSIVE TOPIC MODELS OF LANGUAGE WITH DISTRIBUTED COMPOSITIONAL PRIOR

ICLR 2019poster

We address two challenges of probabilistic topic modelling in order to better estimate the probability of a word in a given context, i.e., P(wordjcontext) : (1) No Language Structure in Context: Probabilistic topic models ignore word order by summarizing a given context as a “bag-of-word” and conseq…