← Search

Trevor Cohn

39 accepted papers

2026

Active Budget Allocation for Efficient Scaling Law Estimation via Surrogate-Guided Pruning

ICML 2026poster

Predicting model performance at larger scales enables the design of training strategies and architectures tailored to specific performance targets. Empirical scaling law research identifies functional forms to aid this prediction task. These describe the relationship between loss and compute using a…

Cited by 0SourceScholar
2026

Don't Ignore the Tail: Decoupling top-K Probabilities for Efficient Language Model Distillation

ICML 2026poster

The core learning signal used in language model distillation is the standard Kullback-Leibler (KL) divergence between the distribution of the student and the teacher. Traditional KL divergence tends to be dominated by the teacher’s highest-probability modes, thus diminishing the influence of less pr…

Cited by 0SourceScholar
2025

Bridging Sign and Spoken Languages: Pseudo Gloss Generation for Sign Language Translation

NeurIPS 2025poster

Sign Language Translation (SLT) aims to map sign language videos to spoken language text. A common approach relies on gloss annotations as an intermediate representation, decomposing SLT into two sub-tasks: video-to-gloss recognition and gloss-to-text translation. While effective, this paradigm depe…

Cited by 0SourceScholar
2025

MuRating: A High Quality Data Selecting Approach to Multilingual Large Language Model Pretraining

NeurIPS 2025poster

Data quality is a critical driver of large language model performance, yet existing model-based selection methods focus almost exclusively on English, neglecting other languages that are essential in the training mix for multilingual LLMs. We introduce MuRating, a scalable framework that transfers h…

Cited by 0SourceScholar
2025

Mufu: Multilingual Fused Learning for Low-Resource Translation with LLM

ICLR 2025poster

Multilingual large language models (LLMs) are great translators, but this is largely limited to high-resource languages. For many LLMs, translating in and out of low-resource languages remains a challenging task. To maximize data efficiency in this low-resource setting, we introduce Mufu, which incl…

Cited by 1SourcePDFScholar
2025

Planning in the Dark: LLM-Symbolic Planning Pipeline Without Experts

AAAI 2025technical

Large Language Models (LLMs) have shown promise in solving natural language-described planning tasks, but their direct use often leads to inconsistent reasoning and hallucination. While hybrid LLM-symbolic planning pipelines have emerged as a more robust alternative, they typically require extensive…

2025

TUBA: Cross-Lingual Transferability of Backdoor Attacks in LLMs with Instruction Tuning

ACL 2025finding

The implications of backdoor attacks on English-centric large language models (LLMs) have been widely examined — such attacks can be achieved by embedding malicious behaviors during training and activated under specific conditions that trigger malicious outputs. Despite the increasing support for mu…

2025

Zero-Shot Performance Prediction for Probabilistic Scaling Laws

NeurIPS 2025poster

The prediction of learning curves for Natural Language Processing (NLP) models enables informed decision-making to meet specific performance objectives, while reducing computational overhead and lowering the costs associated with dataset acquisition and curation. In this work, we formulate the predi…

Cited by 0SourceScholar
2024

Backdoor Attacks on Multilingual Machine Translation

NAACL 2024long

While multilingual machine translation (MNMT) systems hold substantial promise, they also have security vulnerabilities. Our research highlights that MNMT systems can be susceptible to a particularly devious style of backdoor attack, whereby an attacker injects poisoned data into a low-resource lang…

Cited by 8SourcePDFScholar
2024

Revisiting subword tokenization: A case study on affixal negation in large language models

NAACL 2024long

In this work, we measure the impact of affixal negation on modern English large language models (LLMs). In affixal negation, the negated meaning is expressed through a negative morpheme, which is potentially challenging for LLMs as their tokenizers are often not morphologically plausible. We conduct…

Cited by 2SourcePDFScholar
2024

Simpson’s Paradox and the Accuracy-Fluency Tradeoff in Translation

ACL 2024short

A good translation should be faithful to the source and should respect the norms of the target language. We address a theoretical puzzle about the relationship between these objectives. On one hand, intuition and some prior work suggest that accuracy and fluency should trade off against each other,…

Cited by 4SourcePDFScholar
2023

A Survey for Efficient Open Domain Question Answering

ACL 2023long

Open domain question answering (ODQA) is a longstanding task aimed at answering factual questions from a large knowledge corpus without any explicit evidence in natural language processing (NLP). Recent works have predominantly focused on improving the answering accuracy and have achieved promising…

2023

Boot and Switch: Alternating Distillation for Zero-Shot Dense Retrieval

EMNLP 2023long findings

Neural 'dense' retrieval models are state of the art for many datasets, however these models often exhibit limited domain transfer ability. Existing approaches to adaptation are unwieldy, such as requiring explicit supervision, complex model architectures, or massive external models. We present $\te…

Cited by 0SourcecodeScholar
2023

Cost-effective Distillation of Large Language Models

ACL 2023findings

Knowledge distillation (KD) involves training a small “student” model to replicate the strong performance of a high-capacity “teacher” model, enabling efficient deployment in resource-constrained settings. Top-performing methods tend to be task- or architecture-specific and lack generalizability. Se…

2023

DeltaScore: Fine-Grained Story Evaluation with Perturbations

EMNLP 2023long findings

Numerous evaluation metrics have been developed for natural language generation tasks, but their effectiveness in evaluating stories is limited as they are not specifically tailored to assess intricate aspects of storytelling, such as fluency and interestingness. In this paper, we introduce DeltaSco…

Cited by 0SourcecodeScholar
2023

Everybody Needs Good Neighbours: An Unsupervised Locality-based Method for Bias Mitigation

ICLR 2023poster

Learning models from human behavioural data often leads to outputs that are biased with respect to user demographics, such as gender or race. This effect can be controlled by explicit mitigation methods, but this typically presupposes access to demographically-labelled training data. Such data is of…

Cited by 3SourcePDFScholar
2023

Mitigating Backdoor Poisoning Attacks through the Lens of Spurious Correlation

EMNLP 2023long main

Modern NLP models are often trained over large untrusted datasets, raising the potential for a malicious adversary to compromise model behaviour. For instance, backdoors can be implanted through crafting training instances with a specific textual trigger and a target label. This paper posits that ba…

Cited by 0SourcecodeScholar
2023

More than Votes? Voting and Language based Partisanship in the US Supreme Court

EMNLP 2023short findings

Understanding the prevalence and dynamics of justice partisanship and ideology in the US Supreme Court is critical in studying jurisdiction. Most research quantifies partisanship based on voting behavior, and oral arguments in the courtroom --- the last essential procedure before the final case outc…

Cited by 0SourceScholar
2023

Predicting Human Translation Difficulty Using Automatic Word Alignment

ACL 2023findings

Translation difficulty arises when translators are required to resolve translation ambiguity from multiple possible translations. Translation difficulty can be measured by recording the diversity of responses provided by human translators and the time taken to provide these responses, but these beha…

2023

Rethinking Round-Trip Translation for Machine Translation Evaluation

ACL 2023findings

Automatic evaluation methods for translation often require model training, and thus the availability of parallel corpora limits their applicability to low-resource settings. Round-trip translation is a potential workaround, which can reframe bilingual evaluation into a much simpler monolingual task.…

2022

Foiling Training-Time Attacks on Neural Machine Translation Systems

EMNLP 2022finding

Neural machine translation (NMT) systems are vulnerable to backdoor attacks, whereby an attacker injects poisoned samples into training such that a trained model produces malicious translations. Nevertheless, there is little research on defending against such backdoor attacks in NMT. In this paper,…

Cited by 2SourcePDFScholar
2022

Improving negation detection with negation-focused pre-training

NAACL 2022long

Negation is a common linguistic feature that is crucial in many language understanding tasks, yet it remains a hard problem due to diversity in its expression in different types of text. Recent works show that state-of-the-art NLP models underperform on samples containing negation in various tasks,…

Cited by 18SourcePDFScholar
2022

Measuring and Mitigating Name Biases in Neural Machine Translation

ACL 2022long

Neural Machine Translation (NMT) systems exhibit problematic biases, such as stereotypical gender bias in the translation of occupation terms into languages with grammatical gender. In this paper we describe a new source of bias prevalent in NMT systems, relating to translations of sentences contain…

2022

Optimising Equal Opportunity Fairness in Model Training

NAACL 2022long

Real-world datasets often encode stereotypes and societal biases. Such biases can be implicitly captured by trained models, leading to biased predictions and exacerbating existing societal preconceptions. Existing debiasing methods, such as adversarial training and removing protected information fro…

2022

Unsupervised Cross-Lingual Transfer of Structured Predictors without Source Data

NAACL 2022long

Providing technologies to communities or domains where training data is scarce or protected e.g., for privacy reasons, is becoming increasingly important. To that end, we generalise methods for unsupervised transfer from multiple input models for structured prediction. We show that the means of aggr…

2021

Evaluating Debiasing Techniques for Intersectional Biases

EMNLP 2021main

Bias is pervasive for NLP models, motivating the development of automatic debiasing techniques. Evaluation of NLP debiasing methods has largely been limited to binary attributes in isolation, e.g., debiasing with respect to binary gender or race, however many corpora involve multiple such attributes…

Cited by 55SourcePDFScholar
2021

Fairness-aware Class Imbalanced Learning

EMNLP 2021main

Class imbalance is a common challenge in many NLP tasks, and has clear connections to bias, in that bias in training data often leads to higher accuracy for majority groups at the expense of minority groups. However there has traditionally been a disconnect between research on class-imbalanced learn…

Cited by 35SourcePDFScholar
2021

Framing Unpacked: A Semi-Supervised Interpretable Multi-View Model of Media Frames

NAACL 2021long

Understanding how news media frame political issues is important due to its impact on public attitudes, yet hard to automate. Computational approaches have largely focused on classifying the frame of a full news article while framing signals are often subtle and local. Furthermore, automatic news an…

2021

Incorporating Syntax and Semantics in Coreference Resolution with Heterogeneous Graph Attention Network

NAACL 2021long

External syntactic and semantic information has been largely ignored by existing neural coreference resolution models. In this paper, we present a heterogeneous graph-based model to incorporate syntactic and semantic structures of sentences. The proposed graph contains a syntactic sub-graph where to…

2021

It Is Not As Good As You Think! Evaluating Simultaneous Machine Translation on Interpretation Data

EMNLP 2021main

Most existing simultaneous machine translation (SiMT) systems are trained and evaluated on offline translation corpora. We argue that SiMT systems should be trained and tested on real interpretation data. To illustrate this argument, we propose an interpretation test set and conduct a realistic eval…

2021

Mitigating Data Poisoning in Text Classification with Differential Privacy

EMNLP 2021finding

NLP models are vulnerable to data poisoning attacks. One type of attack can plant a backdoor in a model by injecting poisoned examples in training, causing the victim model to misclassify test instances which include a specific pattern. Although defences exist to counter these attacks, they are spec…

Cited by 10SourcePDFScholar
2019

Exploiting Worker Correlation for Label Aggregation in Crowdsourcing

ICML 2019oral

Crowdsourcing has emerged as a core component of data science pipelines. From collected noisy worker labels, aggregation models that incorporate worker reliability parameters aim to infer a latent true annotation. In this paper, we argue that existing crowdsourcing approaches do not sufficiently mod…