← Search

Yotam Perlitz

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

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

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…

2023

Active Learning for Natural Language Generation

EMNLP 2023long main

The field of Natural Language Generation (NLG) suffers from a severe shortage of labeled data due to the extremely expensive and time-consuming process involved in manual annotation. A natural approach for coping with this problem is active learning (AL), a well-known machine learning technique for…

Cited by 0SourceScholar
2023

nBIIG: A Neural BI Insights Generation System for Table Reporting

AAAI 2023technical

We present nBIIG, a neural Business Intelligence (BI) Insights Generation system. Given a table, our system applies various analyses to create corresponding RDF representations, and then uses a neural model to generate fluent textual insights out of these representations. The generated insights can…

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