← Search

Eyal Shnarch

7 accepted papers

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
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

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

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
2023

The Benefits of Bad Advice: Autocontrastive Decoding across Model Layers

ACL 2023long

Applying language models to natural language processing tasks typically relies on the representations in the final model layer, as intermediate hidden layer representations are presumed to be less informative. In this work, we argue that due to the gradual improvement across model layers, additional…

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

Zero-Shot Text Classification with Self-Training

EMNLP 2022main

Recent advances in large pretrained language models have increased attention to zero-shot text classification. In particular, models finetuned on natural language inference datasets have been widely adopted as zero-shot classifiers due to their promising results and off-the-shelf availability. Howev…