← Search

James Henderson

16 accepted papers

2025

Fast-and-Frugal Text-Graph Transformers are Effective Link Predictors

ACL 2025finding

We propose Fast-and-Frugal Text-Graph (FnF-TG) Transformers, a Transformer-based framework that unifies textual and structural information for inductive link prediction in text-attributed knowledge graphs. We demonstrate that, by effectively encoding ego-graphs (1-hop neighbourhoods), we can reduce…

2025

RAGferee: Building Contextual Reward Models for Retrieval-Augmented Generation

EMNLP 2025

Existing Reward Models (RMs), typically trained on general preference data, struggle in Retrieval Augmented Generation (RAG) settings, which require judging responses for faithfulness to retrieved context, relevance to the user query, appropriate refusals when context is insufficient, completeness a

2023

HyperMixer: An MLP-based Low Cost Alternative to Transformers

ACL 2023long

Transformer-based architectures are the model of choice for natural language understanding, but they come at a significant cost, as they have quadratic complexity in the input length, require a lot of training data, and can be difficult to tune. In the pursuit of lower costs, we investigate simple M…

2023

Learning to Abstract with Nonparametric Variational Information Bottleneck

EMNLP 2023short findings

Learned representations at the level of characters, sub-words, words, and sentences, have each contributed to advances in understanding different NLP tasks and linguistic phenomena. However, learning textual embeddings is costly as they are tokenization specific and require different models to be tr…

Cited by 0SourceScholar
2023

RQUGE: Reference-Free Metric for Evaluating Question Generation by Answering the Question

ACL 2023findings

Existing metrics for evaluating the quality of automatically generated questions such as BLEU, ROUGE, BERTScore, and BLEURT compare the reference and predicted questions, providing a high score when there is a considerable lexical overlap or semantic similarity between the candidate and the referenc…

2022

Prompt-free and Efficient Few-shot Learning with Language Models

ACL 2022long

Current methods for few-shot fine-tuning of pretrained masked language models (PLMs) require carefully engineered prompts and verbalizers for each new task to convert examples into a cloze-format that the PLM can score. In this work, we propose Perfect, a simple and efficient method for few-shot fin…

2022

SMaLL-100: Introducing Shallow Multilingual Machine Translation Model for Low-Resource Languages

EMNLP 2022main

In recent years, multilingual machine translation models have achieved promising performance on low-resource language pairs by sharing information between similar languages, thus enabling zero-shot translation. To overcome the “curse of multilinguality”, these models often opt for scaling up the num…

2022

What Do Compressed Multilingual Machine Translation Models Forget?

EMNLP 2022finding

Recently, very large pre-trained models achieve state-of-the-art results in various natural language processing (NLP) tasks, but their size makes it more challenging to apply them in resource-constrained environments. Compression techniques allow to drastically reduce the size of the models and ther…

2021

Compacter: Efficient Low-Rank Hypercomplex Adapter Layers

NeurIPS 2021poster

Adapting large-scale pretrained language models to downstream tasks via fine-tuning is the standard method for achieving state-of-the-art performance on NLP benchmarks. However, fine-tuning all weights of models with millions or billions of parameters is sample-inefficient, unstable in low-resource…

2021

Multi-Adversarial Learning for Cross-Lingual Word Embeddings

NAACL 2021long

Generative adversarial networks (GANs) have succeeded in inducing cross-lingual word embeddings - maps of matching words across languages - without supervision. Despite these successes, GANs’ performance for the difficult case of distant languages is still not satisfactory. These limitations have be…

2021

Parameter-efficient Multi-task Fine-tuning for Transformers via Shared Hypernetworks

ACL 2021long

State-of-the-art parameter-efficient fine-tuning methods rely on introducing adapter modules between the layers of a pretrained language model. However, such modules are trained separately for each task and thus do not enable sharing information across tasks. In this paper, we show that we can learn…

2021

Variational Information Bottleneck for Effective Low-Resource Fine-Tuning

ICLR 2021poster

While large-scale pretrained language models have obtained impressive results when fine-tuned on a wide variety of tasks, they still often suffer from overfitting in low-resource scenarios. Since such models are general-purpose feature extractors, many of these features are inevitably irrelevant for…