← Search

Ronan Le Bras

40 accepted papers

2026

SimpleToM: Exposing the Gap between Explicit ToM Inference and Implicit ToM Application in LLMs

ICLR 2026poster

Large language models (LLMs) are increasingly tested for a "Theory of Mind" (ToM) — the ability to attribute mental states to oneself and others. Yet most evaluations stop at explicit belief attribution in classical toy stories or stylized tasks, leaving open the questions of whether LLMs can implic…

Cited by 0SourcecodeScholar
2025

SciArena: An Open Evaluation Platform for Non-Verifiable Scientific Literature-Grounded Tasks

NeurIPS 2025spotlight

We present SciArena, an open and collaborative platform for evaluating foundation models on scientific literature-grounded tasks. Unlike traditional benchmarks for scientific literature understanding and synthesis, SciArena engages the research community directly, following the Chatbot Arena evalua…

Cited by 0SourceScholar
2025

WildBench: Benchmarking LLMs with Challenging Tasks from Real Users in the Wild

ICLR 2025spotlight

We introduce WildBench, an automated evaluation framework designed to benchmark large language models (LLMs) using challenging, real-world user queries. WildBench consists of 1,024 tasks carefully selected from over one million human-chatbot conversation logs. For automated evaluation with WildBench…

2025

ZebraLogic: On the Scaling Limits of LLMs for Logical Reasoning

ICML 2025poster

We investigate the logical reasoning capabilities of Large Language Models (LLMs) and their scalability across complex deductive tasks. Using ZebraLogic, a newly developed benchmark dataset of logic grid puzzles derived from constraint satisfaction problems (CSPs), we systematically evaluate LLM per…

Cited by 7SourcePDFScholar
2024

A Call for Clarity in Beam Search: How It Works and When It Stops

COLING 2024main

Text generation with beam search has proven successful in a wide range of applications. We point out that, though largely overlooked in the literature, the commonly-used implementation of beam decoding (e.g., Hugging Face Transformers and fairseq) uses a first come, first served heuristic: it keeps…

2024

Leftover Lunch: Advantage-based Offline Reinforcement Learning for Language Models

ICLR 2024poster

Reinforcement Learning with Human Feedback (RLHF) is the most prominent method for Language Model (LM) alignment. However, RLHF is an unstable and data-hungry process that continually requires new high-quality LM-generated data for finetuning. We introduce Advantage-Leftover Lunch RL (A-LoL), a new…

2024

MacGyver: Are Large Language Models Creative Problem Solvers?

NAACL 2024long

We explore the creative problem-solving capabilities of modern LLMs in a novel constrained setting. To this end, we create MACGYVER, an automatically generated dataset consisting of over 1,600 real-world problems deliberately designed to trigger innovative usage of objects and necessitate out-of-the…

2023

Commonsense Knowledge Transfer for Pre-trained Language Models

ACL 2023findings

Despite serving as the foundation models for a wide range of NLP benchmarks, pre-trained language models have shown limited capabilities of acquiring implicit commonsense knowledge from self-supervision alone, compared to learning linguistic and factual knowledge that appear more explicitly in the s…

2023

FANToM: A Benchmark for Stress-testing Machine Theory of Mind in Interactions

EMNLP 2023long main

Theory of mind (ToM) evaluations currently focus on testing models using passive narratives that inherently lack interactivity. We introduce FANToM, a new benchmark designed to stress-test ToM within information-asymmetric conversational contexts via question answering. Our benchmark draws upon impo…

Cited by 0SourceScholar
2023

Faith and Fate: Limits of Transformers on Compositionality

NeurIPS 2023spotlight

Transformer large language models (LLMs) have sparked admiration for their exceptional performance on tasks that demand intricate multi-step reasoning. Yet, these models simultaneously show failures on surprisingly trivial problems. This begs the question: Are these errors incidental, or do they si…

2023

From Dogwhistles to Bullhorns: Unveiling Coded Rhetoric with Language Models

ACL 2023long

Dogwhistles are coded expressions that simultaneously convey one meaning to a broad audience and a second, often hateful or provocative, meaning to a narrow in-group; they are deployed to evade both political repercussions and algorithmic content moderation. For example, the word “cosmopolitan” in a…

Cited by 23SourcePDFScholar
2023

Fusing Pre-Trained Language Models With Multimodal Prompts Through Reinforcement Learning

CVPR 2023poster

Language models are capable of commonsense reasoning: while domain-specific models can learn from explicit knowledge (e.g. commonsense graphs [6], ethical norms [25]), and larger models like GPT-3 manifest broad commonsense reasoning capacity. Can their knowledge be extended to multimodal inputs suc…

2023

I2D2: Inductive Knowledge Distillation with NeuroLogic and Self-Imitation

ACL 2023long

Commonsense capabilities of pre-trained language models dramatically improve with scale, leading many to believe that scale is the only winning recipe. But is it? Here, we investigate an alternative that a priori seems impossible: can smaller language models (e.g., GPT-2) win over models that are or…

Cited by 32SourcePDFScholar
2023

Modular Transformers: Compressing Transformers into Modularized Layers for Flexible Efficient Inference

ACL 2023findings

Pre-trained Transformer models like T5 and BART have advanced the state of the art on a wide range of text generation tasks. Compressing these models into smaller ones has become critically important for practical use. Common neural network compression techniques such as knowledge distillation or qu…

Cited by 4SourcePDFScholar
2023

NLPositionality: Characterizing Design Biases of Datasets and Models

ACL 2023long

Design biases in NLP systems, such as performance differences for different populations, often stem from their creator’s positionality, i.e., views and lived experiences shaped by identity and background. Despite the prevalence and risks of design biases, they are hard to quantify because researcher…

2023

NovaCOMET: Open Commonsense Foundation Models with Symbolic Knowledge Distillation

EMNLP 2023long findings

We present NovaCOMET, an open commonsense knowledge model, that combines the best aspects of knowledge and general task models. Compared to previous knowledge models, NovaCOMET allows open-format relations enabling direct application to reasoning tasks; compared to general task models like Flan-T5,…

Cited by 0SourceScholar
2023

RealTime QA: What's the Answer Right Now?

NeurIPS 2023poster

We introduce RealTime QA, a dynamic question answering (QA) platform that announces questions and evaluates systems on a regular basis (weekly in this version). RealTime QA inquires about the current world, and QA systems need to answer questions about novel events or information. It therefore chall…

2023

SODA: Million-scale Dialogue Distillation with Social Commonsense Contextualization

EMNLP 2023long main

Data scarcity has been a long standing issue in the field of open-domain social dialogue. To quench this thirst, we present SODA: the first publicly available, million-scale high-quality social dialogue dataset. By contextualizing social commonsense knowledge from a knowledge graph, we are able to d…

Cited by 0SourcecodeScholar
2022

Bidimensional Leaderboards: Generate and Evaluate Language Hand in Hand

NAACL 2022long

Natural language processing researchers have identified limitations of evaluation methodology for generation tasks, with new questions raised about the validity of automatic metrics and of crowdworker judgments. Meanwhile, efforts to improve generation models tend to depend on simple n-gram overlap…

2022

Generated Knowledge Prompting for Commonsense Reasoning

ACL 2022long

It remains an open question whether incorporating external knowledge benefits commonsense reasoning while maintaining the flexibility of pretrained sequence models. To investigate this question, we develop generated knowledge prompting, which consists of generating knowledge from a language model, t…

2022

Maieutic Prompting: Logically Consistent Reasoning with Recursive Explanations

EMNLP 2022main

Pre-trained language models (LMs) struggle with consistent reasoning; recently, prompting LMs to generate explanations that self-guide the inference has emerged as a promising direction to amend this. However, these approaches are fundamentally bounded by the correctness of explanations, which thems…

Cited by 60SourcePDFScholar
2022

Neural Theory-of-Mind? On the Limits of Social Intelligence in Large LMs

EMNLP 2022main

Social intelligence and Theory of Mind (TOM), i.e., the ability to reason about the different mental states, intents, and reactions of all people involved, allows humans to effectively navigate and understand everyday social interactions. As NLP systems are used in increasingly complex social situat…

Cited by 226SourcePDFScholar
2022

NeuroLogic A*esque Decoding: Constrained Text Generation with Lookahead Heuristics

NAACL 2022long

The dominant paradigm for neural text generation is left-to-right decoding from autoregressive language models. Constrained or controllable generation under complex lexical constraints, however, requires foresight to plan ahead feasible future paths. Drawing inspiration from the A* search algorithm,…

2022

Symbolic Knowledge Distillation: from General Language Models to Commonsense Models

NAACL 2022long

The common practice for training commonsense models has gone from–human–to–corpus–to–machine: humans author commonsense knowledge graphs in order to train commonsense models. In this work, we investigate an alternative, from–machine–to–corpus–to–machine: general language models author these commonse…

2022

Transparent Human Evaluation for Image Captioning

NAACL 2022long

We establish THumB, a rubric-based human evaluation protocol for image captioning models. Our scoring rubrics and their definitions are carefully developed based on machine- and human-generated captions on the MSCOCO dataset. Each caption is evaluated along two main dimensions in a tradeoff (precisi…

2022

Twist Decoding: Diverse Generators Guide Each Other

EMNLP 2022main

Many language generation models are now available for a wide range of generation tasks, including machine translation and summarization. Combining such diverse models may lead to further progress, but ensembling generation models is challenging during inference: conventional ensembling methods (e.g.…

2021

(Comet-) Atomic 2020: On Symbolic and Neural Commonsense Knowledge Graphs

AAAI 2021technical

Recent years have brought about a renewed interest in commonsense representation and reasoning in the field of natural language understanding. The development of new commonsense knowledge graphs (CSKG) has been central to these advances as their diverse facts can be used and referenced by machine le…

2021

CLIPScore: A Reference-free Evaluation Metric for Image Captioning

EMNLP 2021main

Image captioning has conventionally relied on reference-based automatic evaluations, where machine captions are compared against captions written by humans. This is in contrast to the reference-free manner in which humans assess caption quality. In this paper, we report the surprising empirical find…

2021

CommonsenseQA 2.0: Exposing the Limits of AI through Gamification

NeurIPS 2021poster

Constructing benchmarks that test the abilities of modern natural language understanding models is difficult - pre-trained language models exploit artifacts in benchmarks to achieve human parity, but still fail on adversarial examples and make errors that demonstrate a lack of common sense. In this…

Cited by 124SourceScholar
2021

Dynamic Neuro-Symbolic Knowledge Graph Construction for Zero-shot Commonsense Question Answering

AAAI 2021technical

Understanding narratives requires reasoning about implicit world knowledge related to the causes, effects, and states of situations described in text. At the core of this challenge is how to access contextually relevant knowledge on demand and reason over it. In this paper, we present initial studi…

Cited by 193SourcePDFScholar
2021

Moral Stories: Situated Reasoning about Norms, Intents, Actions, and their Consequences

EMNLP 2021main

In social settings, much of human behavior is governed by unspoken rules of conduct rooted in societal norms. For artificial systems to be fully integrated into social environments, adherence to such norms is a central prerequisite. To investigate whether language generation models can serve as beha…

2021

NaturalProofs: Mathematical Theorem Proving in Natural Language

NeurIPS 2021poster

Understanding and creating mathematics using natural mathematical language - the mixture of symbolic and natural language used by humans - is a challenging and important problem for driving progress in machine learning. As a step in this direction, we develop NaturalProofs, a multi-domain corpus of…

Cited by 69SourcecodeScholar
2021

NeuroLogic Decoding: (Un)supervised Neural Text Generation with Predicate Logic Constraints

NAACL 2021long

Conditional text generation often requires lexical constraints, i.e., which words should or shouldn’t be included in the output text. While the dominant recipe for conditional text generation has been large-scale pretrained language models that are finetuned on the task-specific training data, such…

Cited by 165SourcePDFScholar
2021

Paragraph-level Commonsense Transformers with Recurrent Memory

AAAI 2021technical

Human understanding of narrative texts requires making commonsense inferences beyond what is stated in the text explicitly. A recent model, COMET, can generate such inferences along several dimensions such as pre- and post-conditions, motivations, and mental states of the participants. However, COME…

Cited by 46SourcePDFScholar
2021

SCRUPLES: A Corpus of Community Ethical Judgments on 32,000 Real-Life Anecdotes

AAAI 2021technical

As AI systems become an increasing part of people's everyday lives, it becomes ever more important that they understand people's ethical norms. Motivated by descriptive ethics, a field of study that focuses on people's descriptive judgments rather than theoretical prescriptions on morality, we inves…

2021

UNICORN on RAINBOW: A Universal Commonsense Reasoning Model on a New Multitask Benchmark

AAAI 2021technical

Commonsense AI has long been seen as a near impossible goal---until recently. Now, research interest has sharply increased with an influx of new benchmarks and models. We propose two new ways to evaluate commonsense models, emphasizing their generality on new tasks and building on diverse, recently…

2021

proScript: Partially Ordered Scripts Generation

EMNLP 2021finding

Scripts – prototypical event sequences describing everyday activities – have been shown to help understand narratives by providing expectations, resolving ambiguity, and filling in unstated information. However, to date they have proved hard to author or extract from text. In this work, we demonstra…

Cited by 0SourcePDFScholar
2020

Abductive Commonsense Reasoning

ICLR 2020poster

Abductive reasoning is inference to the most plausible explanation. For example, if Jenny finds her house in a mess when she returns from work, and remembers that she left a window open, she can hypothesize that a thief broke into her house and caused the mess, as the most plausible explanat…

Cited by 468SourceScholar
2020

Adversarial Filters of Dataset Biases

ICML 2020poster

Large neural models have demonstrated human-level performance on language and vision benchmarks, while their performance degrades considerably on adversarial or out-of-distribution samples. This raises the question of whether these models have learned to solve a dataset rather than the underlying ta…