← Search

Leshem Choshen

36 accepted papers

2026

Beyond Binary Rewards: Training LMs to Reason About Their Uncertainty

ICLR 2026poster

When language models (LMs) are trained via reinforcement learning (RL) to generate natural language “reasoning chains”, their performance improves on a variety of difficult question answering tasks. Today, almost all successful applications of RL for reasoning use binary reward functions that evalua…

Cited by 0SourceScholar
2026

Position: Agentic Systems Should be General

ICML 2026poster

We call for the development of agentic systems that thrive in new environments. Agentic systems, comprising foundation models, tools, and an execution strategy, have demonstrated strong capabilities, yet their development is often constrained by narrow benchmarks and their operation is siloed to lim…

Cited by 0SourceScholar
2026

When AI Benchmarks Plateau: A Systematic Study of Benchmark Saturation

ICML 2026poster

Artificial Intelligence (AI) benchmarks play a central role in measuring progress in model development and guiding deployment decisions. However, many benchmarks quickly become saturated, meaning that they can no longer differentiate between the best-performing models, diminishing their long-term va…

Cited by 0SourceScholar
2025

Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead

ICML 2025poster

Fine-tuning large language models (LLMs) with low-rank adaptations (LoRAs) has become common practice, often yielding numerous copies of the same LLM differing only in their LoRA updates. This paradigm presents challenges for systems that serve real-time responses to queries that each involve a diff…

Cited by 5SourcePDFScholar
2025

DOVE: A Large-Scale Multi-Dimensional Predictions Dataset Towards Meaningful LLM Evaluation

ACL 2025finding

Recent work found that LLMs are sensitive to a wide range of arbitrary prompt dimensions, including the type of delimiters, answer enumerators, instruction wording, and more. This throws into question popular single-prompt evaluation practices. We present DOVE (Dataset Of Variation Evaluation) a lar…

2025

Global MMLU: Understanding and Addressing Cultural and Linguistic Biases in Multilingual Evaluation

ACL 2025long

Reliable multilingual evaluation is difficult, and culturally appropriate evaluation is even harder to achieve.A common practice to fill this gap is to machine-translate English evaluation sets. However, translation introduces language bias and carries over cultural and regional assumptions from the…

Cited by 0SourcePDFScholar
2025

LiveXiv - A Multi-Modal live benchmark based on Arxiv papers content

ICLR 2025poster

The large-scale training of multi-modal models on data scraped from the web has shown outstanding utility in infusing these models with the required world knowledge to perform effectively on multiple downstream tasks. However, one downside of scraping data from the web can be the potential sacrifice…

2025

Model merging with SVD to tie the Knots

ICLR 2025poster

Recent model merging methods demonstrate that the parameters of fully-finetuned models specializing in distinct tasks can be combined into one model capable of solving all tasks without retraining. Yet, this success does not transfer well when merging LoRA finetuned models. We study this phenomenon…

2025

Sloth: scaling laws for LLM skills to predict multi-benchmark performance across families

NeurIPS 2025poster

Scaling laws for large language models (LLMs) predict model performance based on parameters like size and training data. However, differences in training configurations and data processing across model families lead to significant variations in benchmark performance, making it difficult for a single…

Cited by 0SourcecodeScholar
2024

Achieving Human Parity in Content-Grounded Datasets Generation

ICLR 2024poster

The lack of high-quality data for content-grounded generation tasks has been identified as a major obstacle to advancing these tasks. To address this gap, we propose Genie, a novel method for automatically generating high-quality content-grounded data. It consists of three stages: (a) Content Prepar…

Cited by 5SourcePDFScholar
2024

Asymmetry in Low-Rank Adapters of Foundation Models

ICML 2024poster

Parameter-efficient fine-tuning optimizes large, pre-trained foundation models by updating a subset of parameters; in this class, Low-Rank Adaptation (LoRA) is particularly effective. Inspired by an effort to investigate the different roles of LoRA matrices during fine-tuning, this paper characteriz…

2024

Deductive Closure Training of Language Models for Coherence, Accuracy, and Updatability

ACL 2024findings

While language models (LMs) can sometimes generate factually correct text and estimate truth values of individual claims, these generally do not reflect a globally coherent, manipulable model of the world. As a consequence, current LMs also generate incorrect or nonsensical content, and are difficul…

Cited by 13SourcePDFScholar
2024

Efficient Benchmarking (of Language Models)

NAACL 2024long

The increasing versatility of language models (LMs) has given rise to a new class of benchmarks that comprehensively assess a broad range of capabilities. Such benchmarks are associated with massive computational costs, extending to thousands of GPU hours per model. However, the efficiency aspect of…

Cited by 33SourcePDFScholar
2024

Efficient multi-prompt evaluation of LLMs

NeurIPS 2024poster

Most popular benchmarks for comparing LLMs rely on a limited set of prompt templates, which may not fully capture the LLMs’ abilities and can affect the reproducibility of results on leaderboards. Many recent works empirically verify prompt sensitivity and advocate for changes in LLM evaluation. In…

Cited by 12SourcePDFScholar
2024

Fuse to Forget: Bias Reduction and Selective Memorization through Model Fusion

EMNLP 2024main

Model fusion research aims to aggregate the knowledge of multiple individual models to enhance performance by combining their weights. In this work, we study the inverse problem: investigating whether model fusion can be used to reduce unwanted knowledge. We investigate the effects of model fusion i…

2024

Jump to Conclusions: Short-Cutting Transformers with Linear Transformations

COLING 2024main

Transformer-based language models create hidden representations of their inputs at every layer, but only use final-layer representations for prediction. This obscures the internal decision-making process of the model and the utility of its intermediate representations. One way to elucidate this is t…

2024

Label-Efficient Model Selection for Text Generation

ACL 2024long

Model selection for a given target task can be costly, as it may entail extensive annotation of the quality of outputs of different models. We introduce DiffUse, an efficient method to make an informed decision between candidate text generation models based on preference annotations. DiffUse reduces…

Cited by 4SourcePDFScholar
2024

NumeroLogic: Number Encoding for Enhanced LLMs’ Numerical Reasoning

EMNLP 2024main

Language models struggle with handling numerical data and performing arithmetic operations. We hypothesize that this limitation can be partially attributed to non-intuitive textual numbers representation. When a digit is read or generated by a causal language model it does not know its place value (…

Cited by 16SourcePDFScholar
2024

Unitxt: Flexible, Shareable and Reusable Data Preparation and Evaluation for Generative AI

NAACL 2024system demonstrations

In the dynamic landscape of generative NLP, traditional text processing pipelines limit research flexibility and reproducibility, as they are tailored to specific dataset, task, and model combinations. The escalating complexity, involving system prompts, model-specific formats, instructions, and mor…

2024

tinyBenchmarks: evaluating LLMs with fewer examples

ICML 2024poster

The versatility of large language models (LLMs) led to the creation of diverse benchmarks that thoroughly test a variety of language models’ abilities. These benchmarks consist of tens of thousands of examples making evaluation of LLMs very expensive. In this paper, we investigate strategies to redu…

Cited by 31SourcePDFScholar
2023

ColD Fusion: Collaborative Descent for Distributed Multitask Finetuning

ACL 2023long

Pretraining has been shown to scale well with compute, data size and data diversity. Multitask learning trains on a mixture of supervised datasets and produces improved performance compared to self-supervised pretraining. Until now, massively multitask learning required simultaneous access to all da…

Cited by 56SourcePDFScholar
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

Human Learning by Model Feedback: The Dynamics of Iterative Prompting with Midjourney

EMNLP 2023long main

Generating images with a Text-to-Image model often requires multiple trials, where human users iteratively update their prompt based on feedback, namely the output image. Taking inspiration from cognitive work on reference games and dialogue alignment, this paper analyzes the dynamics of the user pr…

Cited by 0SourcecodeScholar
2023

Knowledge is a Region in Weight Space for Fine-tuned Language Models

EMNLP 2023long findings

Research on neural networks has focused on understanding a single model trained on a single dataset. However, relatively little is known about the relationships between different models, particularly those trained or tested on different datasets. We address this by studying how the weight space and…

Cited by 0SourceScholar
2023

TIES-Merging: Resolving Interference When Merging Models

NeurIPS 2023poster

Transfer learning – i.e., further fine-tuning a pre-trained model on a downstream task – can confer significant advantages, including improved downstream performance, faster convergence, and better sample efficiency. These advantages have led to a proliferation of task-specific fine-tuned models, wh…

2023

Where to start? Analyzing the potential value of intermediate models

EMNLP 2023long main

Previous studies observed that finetuned models may be better base models than the vanilla pretrained model. Such a model, finetuned on some source dataset, may provide a better starting point for a new finetuning process on a desired target dataset. Here, we perform a systematic analysis of this \e…

Cited by 0SourceScholar
2022

Cluster & Tune: Boost Cold Start Performance in Text Classification

ACL 2022long

In real-world scenarios, a text classification task often begins with a cold start, when labeled data is scarce. In such cases, the common practice of fine-tuning pre-trained models, such as BERT, for a target classification task, is prone to produce poor performance. We suggest a method to boost th…

2022

PreQuEL: Quality Estimation of Machine Translation Outputs in Advance

EMNLP 2022main

We present the task of PreQuEL, Pre-(Quality-Estimation) Learning. A PreQuEL system predicts how well a given sentence will be translated, without recourse to the actual translation, thus eschewing unnecessary resource allocation when translation quality is bound to be low. PreQuEL can be defined re…

2022

Reinforcement Learning with Large Action Spaces for Neural Machine Translation

COLING 2022main

Applying Reinforcement learning (RL) following maximum likelihood estimation (MLE) pre-training is a versatile method for enhancing neural machine translation (NMT) performance. However, recent work has argued that the gains produced by RL for NMT are mostly due to promoting tokens that have already…

2022

The Grammar-Learning Trajectories of Neural Language Models

ACL 2022long

The learning trajectories of linguistic phenomena in humans provide insight into linguistic representation, beyond what can be gleaned from inspecting the behavior of an adult speaker. To apply a similar approach to analyze neural language models (NLM), it is first necessary to establish that differ…

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…

2020

Let’s Agree to Agree: Neural Networks Share Classification Order on Real Datasets

ICML 2020poster

We report a series of robust empirical observations, demonstrating that deep Neural Networks learn the examples in both the training and test sets in a similar order. This phenomenon is observed in all the commonly used benchmarks we evaluated, including many image classification benchmarks, and one…

Cited by 64SourcePDFScholar
2020

On the Weaknesses of Reinforcement Learning for Neural Machine Translation

ICLR 2020poster

Reinforcement learning (RL) is frequently used to increase performance in text generation tasks, including machine translation (MT), notably through the use of Minimum Risk Training (MRT) and Generative Adversarial Networks (GAN). However, little is known about what and how these methods learn in…

Cited by 98SourceScholar
2018

DORA The Explorer: Directed Outreaching Reinforcement Action-Selection

ICLR 2018poster

Exploration is a fundamental aspect of Reinforcement Learning, typically implemented using stochastic action-selection. Exploration, however, can be more efficient if directed toward gaining new world knowledge. Visit-counters have been proven useful both in practice and in theory for directed explo…