← Search

Rachel Bawden

13 accepted papers

2026

Disentangling meaning from language in LLM-based machine translation

ICML 2026poster

Mechanistic Interpretability (MI) seeks to explain how neural networks implement their capabilities, but the scale of Large Language Models (LLMs) has limited prior MI work in Machine Translation (MT) to word-level analyses. We study sentence-level MT from a mechanistic perspective by analyzing atte…

Cited by 0SourceScholar
2025

AFRIDOC-MT: Document-level MT Corpus for African Languages

EMNLP 2025

This paper introduces AFRIDOC-MT, a document-level multi-parallel translation dataset covering English and five African languages: Amharic, Hausa, Swahili, Yorùbá, and Zulu. The dataset comprises 334 health and 271 information technology news documents, all human-translated from English to these lan

2025

Compositional Translation: A Novel LLM-based Approach for Low-resource Machine Translation

EMNLP 2025

The ability of generative large language models (LLMs) to perform in-context learning has given rise to a large body of research into how best to prompt models for various natural language processing tasks. Machine Translation (MT) has been shown to benefit from in-context examples, in particular wh

Cited by 14SourcePDFScholar
2025

In-Context Example Selection via Similarity Search Improves Low-Resource Machine Translation

NAACL 2025findings

The ability of generative large language models (LLMs) to perform in-context learning has given rise to a large body of research into how best to prompt models for various natural language processing tasks. In this paper, we focus on machine translation (MT), a task that has been shown to benefit fr…

2025

TopXGen: Topic-Diverse Parallel Data Generation for Low-Resource Machine Translation

EMNLP 2025

LLMs have been shown to perform well in machine translation (MT) with the use of in-context learning, rivalling supervised models when translating into high-resource languages (HRLs). However, they lag behind when dealing with low-resource language (LRLs). Example selection via similarity search and

2025

Towards Zero-Shot Multimodal Machine Translation

NAACL 2025findings

Current multimodal machine translation (MMT) systems rely on fully supervised data (i.e sentences with their translations and accompanying images), which is costly to collect and prevents the extension of MMT to language pairs with no such data. We propose a method to bypass the need for fully super…

2025

mOSCAR: A Large-scale Multilingual and Multimodal Document-level Corpus

ACL 2025finding

Multimodal Large Language Models (mLLMs) are trained on a large amount of text-image data. While most mLLMs are trained on caption-like data only, Alayrac et al. (2022) showed that additionally training them on interleaved sequences of text and images can lead to the emergence of in-context learning…

2024

Tree of Problems: Improving structured problem solving with compositionality

EMNLP 2024main

Large Language Models (LLMs) have demonstrated remarkable performance across multipletasks through in-context learning. For complex reasoning tasks that require step-by-step thinking, Chain-of-Thought (CoT) prompting has given impressive results, especially when combined with self-consistency. Nonet…

2024

When Your Cousin Has the Right Connections: Unsupervised Bilingual Lexicon Induction for Related Data-Imbalanced Languages

COLING 2024main

Most existing approaches for unsupervised bilingual lexicon induction (BLI) depend on good quality static or contextual embeddings requiring large monolingual corpora for both languages. However, unsupervised BLI is most likely to be useful for low-resource languages (LRLs), where large datasets are…

2023

Tackling Ambiguity with Images: Improved Multimodal Machine Translation and Contrastive Evaluation

ACL 2023long

One of the major challenges of machine translation (MT) is ambiguity, which can in some cases be resolved by accompanying context such as images. However, recent work in multimodal MT (MMT) has shown that obtaining improvements from images is challenging, limited not only by the difficulty of buildi…

2022

Multitask Prompted Training Enables Zero-Shot Task Generalization

ICLR 2022spotlight

Large language models have recently been shown to attain reasonable zero-shot generalization on a diverse set of tasks (Brown et al., 2020). It has been hypothesized that this is a consequence of implicit multitask learning in language models’ pretraining (Radford et al., 2019). Can zero-shot genera…