Papers by Douwe Kiela

37 papers
Dynatask: A Framework for Creating Dynamic AI Benchmark Tasks (2022.acl-demo)

Copied to clipboard

Challenge: Open source system for setting up custom NLP tasks aims to lower technical knowledge and effort required for hosting and evaluating state-of-the-art models.
Approach: They propose to integrate Dynatask with Dynabench to simplify benchmarking . they use a dataset to collect and clean data and train and evaluate models .
Outcome: Dynatask is an open source system for setting up custom NLP tasks . it is integrated with Dynabench, a research platform for rethinking benchmarking in AI .
Queens are Powerful too: Mitigating Gender Bias in Dialogue Generation (2020.emnlp-main)

Copied to clipboard

Challenge: Social biases present in data are often directly reflected in the predictions of models trained on that data.
Approach: They analyze gender bias in dialogue data and propose techniques to mitigate it . they use counterfactual data augmentation, targeted data collection, and bias controlled training .
Outcome: The proposed techniques mitigate gender bias by balancing genderedness of generated dialogue utterances.
Multi-Dimensional Gender Bias Classification (2020.emnlp-main)

Copied to clipboard

Challenge: a novel framework decomposes gender bias in text along several pragmatic and semantic dimensions . language is a primary means by which people communicate, express identities and categorize themselves . unwanted gender biases can affect downstream applications, leading to poor user experiences .
Approach: They propose a framework that decomposes gender bias in text along several dimensions . they annotate eight large scale datasets with gender information and collect a benchmark .
Outcome: The proposed framework decomposes gender bias in text along several pragmatic and semantic dimensions.
Analyzing Dynamic Adversarial Training Data in the Limit (2022.findings-acl)

Copied to clipboard

Challenge: Dynamic adversarial data collection (DADC) can be used to build models that are robust across a wide range of test inputs.
Approach: They propose to run Dynamic adversarial data collection over many rounds to maximize its training-time benefits.
Outcome: The proposed model makes 26% fewer errors on the premise paragraphs compared to models trained on non-adversarial examples.
Masked Language Modeling and the Distributional Hypothesis: Order Word Matters Pre-training for Little (2021.emnlp-main)

Copied to clipboard

Challenge: masked language models (MLMs) pre-train to model higher-order word co-occurrence statistics . authors suggest that such models have learned to represent syntactic structures prevalent in classical NLP pipelines . purely distributional information largely explains the success of pre-training, authors say .
Approach: They propose to pre-train masked language models on sentences with random shuffled word order and show they still achieve high accuracy after fine-tuning on many downstream tasks.
Outcome: The proposed model performs well according to parametric syntactic probes . the authors argue that the model is not all that different from earlier distributional models .
Dynamic Meta-Embeddings for Improved Sentence Representations (D18-1)

Copied to clipboard

Challenge: A sprawling literature has emerged about what word embeddings are most useful for which tasks . word embed-ding is a technique that can be used to learn word-level meaning representations for a variety of tasks.
Approach: They propose a method for supervised learning of embedding ensembles that leads to state-of-the-art performance on a variety of tasks.
Outcome: The proposed method leads to state-of-the-art performance on a variety of tasks.
Learning Visually Grounded Sentence Representations (N18-1)

Copied to clipboard

Challenge: Unsupervised sentence representation models suffer from the grounding problem because of lack of association between symbols and external information.
Approach: They train a sentence encoder to predict image features of a caption and use them as sentence representations.
Outcome: The proposed model improves on word embeddings and word representations on standard benchmarks.
Nearest Neighbor Normalization Improves Multimodal Retrieval (2024.emnlp-main)

Copied to clipboard

Challenge: Recent training-free methods suggest that accuracy can be improved without fine-tuning.
Approach: They propose a method for correcting errors in trained contrastive image-text retrieval models with no additional training, called Nearest Neighbor Normalization.
Outcome: The proposed method improves retrieval metrics for all contrastive models and datasets and does not require training on the reference database.
Improving Question Answering Model Robustness with Synthetic Adversarial Data Generation (2021.emnlp-main)

Copied to clipboard

Challenge: a new approach to generate adversarial data is needed to improve question answering models . crowdworkers can fool a model only 8.8% of the time, compared to 17.6% for a trained model without synthetic data.
Approach: They develop a pipeline that generates questions and then filters or labels them to improve quality.
Outcome: The proposed approach improves state-of-the-art on a human-written adversarial dataset by 3.7F1 and improves model generalisation on nine of the twelve MRQA datasets.
Dynabench: Rethinking Benchmarking in NLP (2021.naacl-main)

Copied to clipboard

Challenge: Dynabench is an open-source platform for dynamic dataset creation and model benchmarking.
Approach: They propose an open-source platform for dynamic dataset creation and model benchmarking.
Outcome: The proposed platform can be used to create models that fail on simple challenges and falter in real-world scenarios.
Adversarial NLI: A New Benchmark for Natural Language Understanding (2020.acl-main)

Copied to clipboard

Challenge: a new large-scale NLI benchmark dataset is presented to test models on a variety of popular NLIs.
Approach: They propose a large-scale NLI benchmark dataset that is iteratively compared with a human-and-model-in-the-loop procedure.
Outcome: The proposed method can be applied in a never-ending learning scenario, becoming a moving target for NLU, rather than a static benchmark that will quickly saturate.
Inferring Concept Hierarchies from Text Corpora via Hyperbolic Embeddings (P19-1)

Copied to clipboard

Challenge: Using hyperbolic embeddings, we can infer concept hierarchies from distributional contexts while also being able to predict missing “is-a”-relationships and correct wrong extractions.
Approach: They propose a method combining hyperbolic embeddings and Hearst patterns to set appropriate constraints for inferring “is-a” relationships from large text corpora and improve taxonomic consistency.
Outcome: The proposed method achieves state-of-the-art performance on a variety of hypernymy benchmarks.
What’s Hidden in a One-layer Randomly Weighted Transformer? (2021.emnlp-main)

Copied to clipboard

Challenge: Existing subnetworks of one-layer randomly weighted neural networks can achieve impressive performance without changing initializations.
Approach: They find subnetworks within one-layer randomly weighted neural networks that can achieve impressive performance without ever modifying the initializations.
Outcome: The proposed subnetworks match 98%/92% of the performance of a trained Transformersmall/base on IWSLT14/WMT14.
Finding Generalizable Evidence by Learning to Convince Q&A Models (D19-1)

Copied to clipboard

Challenge: a system that finds the strongest supporting evidence for a given answer is proposed . a study using passage-based question-answering (QA) shows that agents select evidence that generalizes .
Approach: They propose a system that finds the strongest supporting evidence for a given answer . they use passage-based question-answering (QA) as a testbed to train evidence agents .
Outcome: The proposed system improves QA in a robust manner by using agent-selected evidence.
What makes a good conversation? How controllable attributes affect human judgments (N19-1)

Copied to clipboard

Challenge: Existing work on dialogue models for conversational quality is incompletely understanding the relationship between quality and individual attributes.
Approach: They propose to use conditional training and weighted decoding to control four attributes for chit-chat dialogue: repetition, specificity, response-relatedness and question-asking.
Outcome: The proposed methods improve human quality judgments by controlling combinations of these variables.
Retrieval Augmentation Reduces Hallucination in Conversation (2021.findings-emnlp)

Copied to clipboard

Challenge: State-of-the-art dialogue models suffer from factual incorrectness and hallucination of knowledge.
Approach: They propose to use neural-retrieval-in-the-loop architectures to optimize knowledge-grounded dialogue by retrieving, ranking, and encoder-decoders.
Outcome: The proposed architectures exhibit open-domain conversational capabilities and generalize effectively to scenarios not within the training data.
Cross-Modal Retrieval Augmentation for Multi-Modal Classification (2021.findings-emnlp)

Copied to clipboard

Challenge: Recent advances in using retrieval components over external knowledge sources have shown impressive results for a variety of downstream tasks in natural language processing.
Approach: They propose a retrieval-augmented multi-modal transformer architecture for embedding images and captions in the same space.
Outcome: The proposed approach improves visual question answering over strong baselines and hot-swapping indices.
Learning to Speak and Act in a Fantasy Text Adventure Game (D19-1)

Copied to clipboard

Challenge: Existing studies on grounded dialogue use only statistical regularities of text data, without explicit understanding of the world that the text describes.
Approach: They propose a large-scale crowdsourced text adventure game as a research platform for studying grounded dialogue.
Outcome: The proposed game allows agents to perceive, emote, and act whilst conducting dialogue with other agents.
I like fish, especially dolphins: Addressing Contradictions in Dialogue Modeling (2021.acl-long)

Copied to clipboard

Challenge: Recent advances on neural approaches to natural language processing have triggered a resurgent interest on building intelligent open-domain chatbots.
Approach: They propose a dialoguE COntradiction DEtection task and a conversational dataset . they show that their best contradiction detection model correlates well with human judgments .
Outcome: The proposed model is more robust and generalizes well on analysis and out-of-distribution dialogues than standard (unstructured) Transformer models that explicitly hinge on utterance structures are more robust, the study shows .
Gradient-based Adversarial Attacks against Text Transformers (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for obtaining adversarial examples are difficult with text data.
Approach: They propose a gradient-based adversarial attack against transformer models that searches for a distribution of adversarials parameterized by a continuous-valued matrix.
Outcome: The proposed attack outperforms existing methods on a variety of natural language tasks with matching imperceptibility.
DynaSent: A Dynamic Benchmark for Sentiment Analysis (2021.acl-long)

Copied to clipboard

Challenge: Sentiment analysis is an early success story for NLP, in both a technical and an industrial sense.
Approach: They propose to combine naturally occurring sentences with sentences created using the open-source Dynabench Platform, which facilities human-and-model-in-the-loop dataset creation.
Outcome: The proposed model is more coherent than comparable models and motivates training models from scratch over successive fine-tuning.
LMUNIT: Fine-grained Evaluation with Natural Language Unit Tests (2025.findings-emnlp)

Copied to clipboard

Challenge: Using natural language unit tests, language models are costly and noisy, and automated metrics provide only coarse, difficult-to-interpret signals.
Approach: They propose a paradigm that decomposes response quality into explicit, testable criteria and a unified scoring model, LMUnit, which combines multi-objective training across preferences, direct ratings, and natural language rationales.
Outcome: The proposed paradigm significantly improves inter-annotator agreement and enables more effective LLM development workflows.
Personalizing Dialogue Agents: I have a dog, do you have pets too? (P18-1)

Copied to clipboard

Challenge: chit-chat models lack specificity, do not display a consistent personality and are often not very captivating.
Approach: They propose to train chit-chat models to condition on profile information and profile information about the interlocutors.
Outcome: The proposed model can predict profile information about the interlocutors based on the data . the proposed model is able to generate meaningful responses in a chit-chat setting .
Models in the Loop: Aiding Crowdworkers with Generative Annotation Assistants (2022.naacl-main)

Copied to clipboard

Challenge: Dynamic Adversarial Data Collection (DADC) is a time-consuming and costly approach . DADC is based on training data collected from adversarial and out-of-domain settings .
Approach: They propose a dynamic data collection approach that uses generator-in-the-loop models to provide real-time suggestions that annotators can approve, modify, or reject.
Outcome: The proposed model is more robust in adversarial and out-of-domain settings and harder for humans to fool.
Reservoir Transformers (2021.acl-long)

Copied to clipboard

Challenge: Using random initialization, we show that some transformers obtain impressive performance even when some of the layers are frozen.
Approach: They propose to freeze transformer layers and use them to improve performance . they find that the transformers obtain impressive performance even when some of the layers are randomly initialized and never updated.
Outcome: The proposed model improves on translation and language modelling tasks even when some layers are frozen.
Seeded self-play for language learning (D19-64)

Copied to clipboard

Challenge: Current methods for learning human language are too data inefficient to learn it in this way.
Approach: They propose to train a meta-learning agent in simulation to interact with populations of pre-trained agents, each with their own distinct communication protocol.
Outcome: The proposed algorithm minimizes the number of on-policy interactions while learning human language while minimizing the number on-political interactions.
Emergent Linguistic Phenomena in Multi-Agent Communication Games (D19-1)

Copied to clipboard

Challenge: a recent study examines the behavior of linguistic agents in a community-level setting . a linguistic continuum emerges where neighboring languages are more mutually intelligible than farther removed ones .
Approach: They propose a multi-agent communication framework for studying linguistic phenomena at the community level.
Outcome: The proposed framework can reproduce complex linguistic behavior observed in natural language . it can be used to study interactions between perceptually-enabled agents .
Learning from the Worst: Dynamically Generated Datasets to Improve Online Hate Detection (2021.acl-long)

Copied to clipboard

Challenge: Detecting online hate speech has proven difficult and concerns raised about performance, robustness, generalisability and fairness of stateof-the-art models.
Approach: They propose a human-and-model-in-the-loop process for dynamically generating datasets and training better performing hate detection models.
Outcome: The proposed model improves on a dataset of 40,000 hateful entries . the model is harder for annotators to trick and better on HateCheck .
Countering Language Drift via Visual Grounding (D19-1)

Copied to clipboard

Challenge: Emergent multi-agent communication protocols are different from natural language . a long-standing goal of artificial intelligence research is to develop agents that can cooperate with other agents .
Approach: They propose to use syntactic and semantic constraints to improve communication . they propose to combine these constraints with auxiliary training constraints to reduce language drift .
Outcome: a new study shows that pre-trained agents retain English syntax while learning to convey intended meaning . the proposed training constraints can be used to mitigate language drift .
Unsupervised Question Decomposition for Question Answering (2020.emnlp-main)

Copied to clipboard

Challenge: Existing QA systems struggle to answer complex questions because information is scattered in different places.
Approach: They propose an unsupervised algorithm that decomposes hard questions into simpler sub-questions . they propose an algorithm that can be used to generate a final answer from millions of questions .
Outcome: The proposed algorithm decomposes hard questions into simpler sub-questions that existing QA systems can answer.
Investigating Multi-source Active Learning for Natural Language Inference (2023.eacl-main)

Copied to clipboard

Challenge: Recent studies often assume that training and test data are drawn from the same distribution.
Approach: They propose to apply active learning to unlabelled data pools to test for learning and generalisation.
Outcome: The proposed strategies outperform random selection and outperformed hard-to-learn data on the task of natural language inference.
I am a Strange Dataset: Metalinguistic Tests for Language Models (2024.acl-long)

Copied to clipboard

Challenge: Existing datasets for metalinguistic self-reference are limited by the number of subtasks.
Approach: They propose a dataset that aims to address metalinguistic self-reference in large language models.
Outcome: The proposed dataset is hand-crafted by experts and validated by non-expert annotators.
Hearst Patterns Revisited: Automatic Hypernym Detection from Large Text Corpora (P18-2)

Copied to clipboard

Challenge: a well-known problem of Hearst-like patterns is their extreme sparsity.
Approach: They propose to use pattern-based and distributional methods to perform unsupervised hypernym detection.
Outcome: The proposed method outperforms distributional methods on hypernymy tasks.
Perturbation Augmentation for Fairer NLP (2022.emnlp-main)

Copied to clipboard

Challenge: Unwanted and often harmful social biases are becoming more salient in NLP research.
Approach: They propose to train a neural perturbation model that rewrites demographic references in text to make them more fair.
Outcome: The proposed model outperforms heuristic alternatives on a large dataset of human annotated text perturbations.
SentEval: An Evaluation Toolkit for Universal Sentence Representations (L18-1)

Copied to clipboard

Challenge: a toolkit for evaluating the quality of universal sentence representations is available for download and preprocessing . word embeddings are not trained to perform well on one specific task, but their value lies in their transferability . evaluation of general-purpose word and sentence embeddables has been problematic .
Approach: They propose a toolkit to evaluate the quality of universal sentence representations.
Outcome: The proposed toolkit includes scripts to download and preprocess datasets and an easy interface to evaluate sentence encoders.
On the Efficacy of Adversarial Data Collection for Question Answering: Results from a Large-Scale Randomized Study (2021.acl-long)

Copied to clipboard

Challenge: Existing studies have shown that adversarial data collection (ADC) models perform better on other adversarially collected data but are liable under plausible domain shifts.
Approach: They conduct a large-scale controlled study on question answering by assigning workers at random to compose questions either adversarially (with a model in the loop) or in the standard fashion (without a modeling).
Outcome: The proposed model performs better on other adversarial datasets but worse on diverse collection of out-of-domain evaluation sets.
Anchor Points: Benchmarking Models with Much Fewer Examples (2024.eacl-long)

Copied to clipboard

Challenge: Modern language models exhibit powerful but brittle behavior, leading to larger and more diverse benchmarks.
Approach: They propose to use anchor points to select small subsets of a language model-prompt dataset to capture model behavior across the entire dataset.
Outcome: The proposed technique outperforms standard benchmarks in language models with 1-30 anchor points . the proposed technique can be used to compare models on different regions of the dataset .

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations