← Search

Roee Aharoni

19 accepted papers

2025

Keep Guessing? When Considering Inference Scaling, Mind the Baselines

NAACL 2025findings

Scaling inference compute in large language models (LLMs) through repeated sampling consistently increases the coverage (fraction of problems solved) as the number of samples increases. We conjecture that this observed improvement is partially due to the answer distribution of standard evaluation be…

2024

A Chain-of-Thought Is as Strong as Its Weakest Link: A Benchmark for Verifiers of Reasoning Chains

ACL 2024long

Prompting language models to provide step-by-step answers (e.g., “Chain-of-Thought”) is the prominent approach for complex reasoning tasks, where more accurate reasoning chains typically improve downstream task performance. Recent literature discusses automatic methods to verify reasoning to evaluat…

2024

Can Large Language Models Faithfully Express Their Intrinsic Uncertainty in Words?

EMNLP 2024main

We posit that large language models (LLMs) should be capable of expressing their intrinsic uncertainty in natural language. For example, if the LLM is equally likely to output two contradicting answers to the same question, then its generated response should reflect this uncertainty by hedging its a…

Cited by 18SourcePDFScholar
2024

Does Fine-Tuning LLMs on New Knowledge Encourage Hallucinations?

EMNLP 2024main

When large language models are aligned via supervised fine-tuning, they may encounter new factual information that was not acquired through pre-training. It is often conjectured that this can teach the model the behavior of hallucinating factually incorrect responses, as the model is trained to gene…

Cited by 95SourcePDFScholar
2024

Multilingual Instruction Tuning With Just a Pinch of Multilinguality

ACL 2024findings

As instruction-tuned large language models (LLMs) gain global adoption, their ability to follow instructions in multiple languages becomes increasingly crucial. In this work, we investigate how multilinguality during instruction tuning of a multilingual LLM affects instruction-following across langu…

Cited by 31SourcePDFScholar
2024

Narrowing the Knowledge Evaluation Gap: Open-Domain Question Answering with Multi-Granularity Answers

ACL 2024long

Factual questions typically can be answered correctly at different levels of granularity. For example, both “August 4, 1961” and “1961” are correct answers to the question “When was Barack Obama born?”. Standard question answering (QA) evaluation protocols, however, do not explicitly take this into…

Cited by 15SourcePDFScholar
2024

Representation Surgery: Theory and Practice of Affine Steering

ICML 2024poster

Language models often exhibit undesirable behavior, e.g., generating toxic or gender-biased text. In the case of neural language models, an encoding of the undesirable behavior is often present in the model's representations. Thus, one natural (and common) approach to prevent the model from exhibiti…

2023

A Comprehensive Evaluation of Tool-Assisted Generation Strategies

EMNLP 2023long findings

A growing area of research investigates augmenting language models with tools (e.g., search engines, calculators) to overcome their shortcomings (e.g., missing or incorrect knowledge, incorrect logical inferences). Various few-shot tool-usage strategies have been proposed. However, there is no syste…

Cited by 0SourceScholar
2023

DisentQA: Disentangling Parametric and Contextual Knowledge with Counterfactual Question Answering

ACL 2023long

Question answering models commonly have access to two sources of “knowledge” during inference time: (1) parametric knowledge - the factual knowledge encoded in the model weights, and (2) contextual knowledge - external knowledge (e.g., a Wikipedia passage) given to the model to generate a grounded a…

2023

Evaluating and Modeling Attribution for Cross-Lingual Question Answering

EMNLP 2023long main

Trustworthy answer content is abundant in many high-resource languages and is instantly accessible through question answering systems — yet this content can be hard to access for those that do not speak these languages. The leap forward in cross-lingual modeling quality offered by generative languag…

Cited by 0SourceScholar
2023

Factually Consistent Summarization via Reinforcement Learning with Textual Entailment Feedback

ACL 2023long

Despite the seeming success of contemporary grounded text generation systems, they often tend to generate factually inconsistent text with respect to their input. This phenomenon is emphasized in tasks like summarization, in which the generated summaries should be corroborated by their source articl…

Cited by 82SourcePDFScholar
2023

Multilingual Sequence-to-Sequence Models for Hebrew NLP

ACL 2023findings

Recent work attributes progress in NLP to large language models (LMs) with increased model size and large quantities of pretraining data. Despite this, current state-of-the-art LMs for Hebrew are both under-parameterized and under-trained compared to LMs in other languages. Additionally, previous wo…

Cited by 4SourcePDFScholar
2023

Multilingual Summarization with Factual Consistency Evaluation

ACL 2023findings

Abstractive summarization has enjoyed renewed interest in recent years, thanks to pre-trained language models and the availability of large-scale datasets. Despite promising results, current models still suffer from generating factually inconsistent summaries, reducing their utility for real-world a…

2023

SEAHORSE: A Multilingual, Multifaceted Dataset for Summarization Evaluation

EMNLP 2023long main

Reliable automatic evaluation of summarization systems is challenging due to the multifaceted and subjective nature of the task. This is especially the case for languages other than English, where human evaluations are scarce. In this work, we introduce SEAHORSE, a dataset for multilingual, multifac…

Cited by 0SourceScholar
2023

TrueTeacher: Learning Factual Consistency Evaluation with Large Language Models

EMNLP 2023long main

Factual consistency evaluation is often conducted using Natural Language Inference (NLI) models, yet these models exhibit limited success in evaluating summaries. Previous work improved such models with synthetic training data. However, the data is typically based on perturbed human-written summarie…

Cited by 0SourcecodeScholar
2023

What You See is What You Read? Improving Text-Image Alignment Evaluation

NeurIPS 2023poster

Automatically determining whether a text and a corresponding image are semantically aligned is a significant challenge for vision-language models, with applications in generative text-to-image and image-to-text tasks. In this work, we study methods for automatic text-image alignment evaluation. We f…

2023

q2d: Turning Questions into Dialogs to Teach Models How to Search

EMNLP 2023long main

One of the exciting capabilities of recent language models for dialog is their ability to independently search for relevant information to ground a given dialog response. However, obtaining training data to teach models how to issue search queries is time and resource consuming. In this work, we pro…

Cited by 0SourceScholar
2022

TRUE: Re-evaluating Factual Consistency Evaluation

NAACL 2022long

Grounded text generation systems often generate text that contains factual inconsistencies, hindering their real-world applicability. Automatic factual consistency evaluation may help alleviate this limitation by accelerating evaluation cycles, filtering inconsistent outputs and augmenting training…

2021

Q2: Evaluating Factual Consistency in Knowledge-Grounded Dialogues via Question Generation and Question Answering

EMNLP 2021main

Neural knowledge-grounded generative models for dialogue often produce content that is factually inconsistent with the knowledge they rely on, making them unreliable and limiting their applicability. Inspired by recent work on evaluating factual consistency in abstractive summarization, we propose a…