← Search

Asaf Yehudai

13 accepted papers

2026

CLEAR: Error Analysis via LLM-as-a-Judge Made Easy

AAAI 2026technical

The evaluation of Large Language Models (LLMs) increasingly relies on other LLMs acting as judges. However, current evaluation paradigms typically yield a single score or ranking, answering which model is better but not why. While essential for benchmarking, these top-level scores obscure the specif

Cited by 0SourcePDFScholar
2026

Guided Query Refinement: Multimodal Hybrid Retrieval with Test-Time Optimization

ICLR 2026poster

Multimodal encoders have pushed the boundaries of visual document retrieval, matching textual tokens directly to image patches and achieving state-of-the-art performance on challenging benchmarks. Recent models relying on this paradigm have massively scaled the dimensionality of their query and docu…

Cited by 0SourcecodeScholar
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
2025

JuStRank: Benchmarking LLM Judges for System Ranking

ACL 2025long

Given the rapid progress of generative AI, there is a pressing need to systematically compare and choose between the numerous models and configurations available. The scale and versatility of such evaluations make the use of LLM-based judges a compelling solution for this challenge. Crucially, this…

Cited by 0SourcePDFScholar
2025

Selective Self-to-Supervised Fine-Tuning for Generalization in Large Language Models

NAACL 2025findings

Fine-tuning Large Language Models (LLMs) on specific datasets is a common practice to improve performance on target tasks. However, this performance gain often leads to overfitting, where the model becomes too specialized in either the task or the characteristics of the training data, resulting in a…

Cited by 0SourcePDFScholar
2024

A Grounded Preference Model for LLM Alignment

ACL 2024findings

Despite LLMs’ recent advancements, they still suffer from factual inconsistency and hallucination. An often-opted remedy is retrieval-augmented generation – however, there is no guarantee that the model will strictly adhere to retrieved grounding. Fundamentally, LLMs need to be aligned to be more fa…

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

Applying Intrinsic Debiasing on Downstream Tasks: Challenges and Considerations for Machine Translation

EMNLP 2024main

Most works on gender bias focus on intrinsic bias — removing traces of information about a protected group from the model’s internal representation. However, these works are often disconnected from the impact of such debiasing on downstream applications, which is the main motivation for debiasing in…

2024

FastFit: Fast and Effective Few-Shot Text Classification with a Multitude of Classes

NAACL 2024system demonstrations

We present FastFit, a Python package designed to provide fast and accurate few-shot classification, especially for scenarios with many semantically similar classes. FastFit utilizes a novel approach integrating batch contrastive learning and token-level similarity score. Compared to existing few-sho…

Cited by 1SourcePDFScholar
2024

More Bang for your Context: Virtual Documents for Question Answering over Long Documents

EMNLP 2024finding

We deal with the problem of Question Answering (QA) over a long document, which poses a challenge for modern Large Language Models (LLMs). Although LLMs can handle increasingly longer context windows, they struggle to effectively utilize the long content. To address this issue, we introduce the conc…

2023

QAID: Question Answering Inspired Few-shot Intent Detection

ICLR 2023poster

Intent detection with semantically similar fine-grained intents is a challenging task. To address it, we reformulate intent detection as a question-answering retrieval task by treating utterances and intent names as questions and answers. To that end, we utilize a question-answering retrieval archit…

Cited by 8SourcePDFScholar
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…

2021

Filling the Gaps in Ancient Akkadian Texts: A Masked Language Modelling Approach

EMNLP 2021main

We present models which complete missing text given transliterations of ancient Mesopotamian documents, originally written on cuneiform clay tablets (2500 BCE - 100 CE). Due to the tablets’ deterioration, scholars often rely on contextual cues to manually fill in missing parts in the text in a subje…