← Search

Orevaoghene Ahia

15 accepted papers

2025

Broken Tokens? Your Language Model can Secretly Handle Non-Canonical Tokenizations

NeurIPS 2025spotlight

Modern tokenizers employ deterministic algorithms to map text into a single ``canonical" token sequence, yet the same string can be encoded as many non-canonical tokenizations using the language model vocabulary, including tokenizing by character. In this paper, we investigate the robustness of LMs…

Cited by 0SourceScholar
2024

Critical Learning Periods: Leveraging Early Training Dynamics for Efficient Data Pruning

ACL 2024findings

Neural Machine Translation models are extremely data and compute-hungry. However, not all datapoints contribute equally to model training and generalization. Data pruning to remove the low-value data points has the benefit of drastically reducing the compute budget without significantdrop in model p…

2024

DIALECTBENCH: An NLP Benchmark for Dialects, Varieties, and Closely-Related Languages

ACL 2024long

Language technologies should be judged on their usefulness in real-world use cases. An often overlooked aspect in natural language processing (NLP) research and evaluation is language variation in the form of non-standard dialects or language varieties (hereafter, varieties). Most NLP benchmarks are…

2024

Extracting Lexical Features from Dialects via Interpretable Dialect Classifiers

NAACL 2024short

Identifying linguistic differences between dialects of a language often requires expert knowledge and meticulous human analysis. This is largely due to the complexity and nuance involved in studying various dialects. We present a novel approach to extract distinguishing lexical features of dialects…

2024

MAGNET: Improving the Multilingual Fairness of Language Models with Adaptive Gradient-Based Tokenization

NeurIPS 2024poster

In multilingual settings, non-Latin scripts and low-resource languages are usually disadvantaged in terms of language models’ utility, efficiency, and cost. Specifically, previous studies have reported multiple modeling biases that the current tokenization algorithms introduce to non-Latin script la…

Cited by 4SourcePDFScholar
2024

MYTE: Morphology-Driven Byte Encoding for Better and Fairer Multilingual Language Modeling

ACL 2024long

A major consideration in multilingual language modeling is how to best represent languages with diverse vocabularies and scripts.Although contemporary text encoding methods cover most of the world’s writing systems, they exhibit bias towards the high-resource languages of the Global West. As a resul…

Cited by 15SourcePDFScholar
2024

Teaching LLMs to Abstain across Languages via Multilingual Feedback

EMNLP 2024main

Multilingual LLMs often have knowledge disparities across languages, with larger gaps in under-resourced languages. Teaching LLMs to abstain in the face of knowledge gaps is thus a promising strategy to mitigate hallucinations in multilingual settings. However, previous studies on LLM abstention pri…

2024

Voices Unheard: NLP Resources and Models for Yorùbá Regional Dialects

EMNLP 2024main

Yoruba—an African language with roughly 47 million speakers—encompasses a continuum with several dialects. Recent efforts to develop NLP technologies for African languages have focused on their standard dialects, resulting in disparities for dialects and varieties for which there are little to no re…

2023

Better Quality Pre-training Data and T5 Models for African Languages

EMNLP 2023short main

In this study, we highlight the importance of enhancing the quality of pretraining data in multilingual language models. Existing web crawls have demonstrated quality issues, particularly in the context of low-resource languages. Consequently, we introduce a new multilingual pretraining corpus for…

Cited by 0SourcecodeScholar
2023

Cross-lingual Open-Retrieval Question Answering for African Languages

EMNLP 2023long findings

African languages have far less in-language content available digitally, making it challenging for question answering systems to satisfy the information needs of users. Cross-lingual open-retrieval question answering (XOR QA) systems -- those that retrieve answer content from other languages while s…

Cited by 0SourceScholar
2023

Do All Languages Cost the Same? Tokenization in the Era of Commercial Language Models

EMNLP 2023long main

Language models have graduated from being research prototypes to commercialized products offered as web APIs, and recent works have highlighted the multilingual capabilities of these products. The API vendors charge their users based on usage, more specifically on the number of ``tokens'' processed…

Cited by 0SourceScholar
2023

That was the last straw, we need more: Are Translation Systems Sensitive to Disambiguating Context?

EMNLP 2023long findings

The translation of ambiguous text presents a challenge for translation systems, as it requires using the surrounding context to disambiguate the intended meaning as much as possible. While prior work has studied ambiguities that result from different grammatical features of the source and target lan…

Cited by 0SourcecodeScholar
2022

Intriguing Properties of Compression on Multilingual Models

EMNLP 2022main

Multilingual models are often particularly dependent on scaling to generalize to a growing number of languages. Compression techniques are widely relied upon to reconcile the growth in model size with real world resource constraints, but compression can have a disparate effect on model performance f…

2022

MasakhaNER 2.0: Africa-centric Transfer Learning for Named Entity Recognition

EMNLP 2022main

African languages are spoken by over a billion people, but they are under-represented in NLP research and development. Multiple challenges exist, including the limited availability of annotated training and evaluation datasets as well as the lack of understanding of which settings, languages, and re…

2021

The Low-Resource Double Bind: An Empirical Study of Pruning for Low-Resource Machine Translation

EMNLP 2021finding

A “bigger is better” explosion in the number of parameters in deep neural networks has made it increasingly challenging to make state-of-the-art networks accessible in compute-restricted environments. Compression techniques have taken on renewed importance as a way to bridge the gap. However, evalua…