paper-with-me

Papers

Evaluating Ill-Defined Tasks in Large Language Models

2026-03-17 · Yi Zhou, Basel Shbita arxiv

Many evaluations of Large Language Models (LLMs) target tasks that are inherently ill-defined, with unclear input and output spaces and ambiguous success criteria. We analyze why existing evaluation benchmarks and metrics fail to provide reliable or diagnostic signals of model capability for such tasks. We examine two case studies: Complex Instruction Following (CIF), where we identify recurring issues including limited coverage of real-world instruction complexity, sensitivity to instruction phrasing, inconsistent and non-comparable metrics, and instability introduced by LLM-based judges; and Natural Language to Mermaid Sequence Diagrams (NL2Mermaid), where we show how multi-faceted evaluation criteria can yield actionable insights beyond aggregate scores. Together, these case studies show that current evaluations frequently conflate distinct failure modes, yielding scores that are unstable, non-diagnostic, and difficult to act upon. Our findings expose fundamental limitations in existing evaluation practices for ill-defined tasks and motivate more robust, interpretable evaluation designs.

📄 PDF Abstract BibTeX arXiv:2603.17067

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

View From Above: A Framework for Evaluating Distribution Shifts in Model Behavior

2024-07-01 · Tanush Chopra, Michael Li, Jacob Haimes

When large language models (LLMs) are asked to perform certain tasks, how can we be sure that their learned representations align with reality? We propose a domain-agnostic framework for systematically evaluating distrib…

Decision Making

Objective Metrics for Evaluating Large Language Models Using External Data Sources

2025-08-01 · Haoze Du, Richard Li, Edward Gehringer arxiv

Evaluating the performance of Large Language Models (LLMs) is a critical yet challenging task, particularly when aiming to avoid subjective assessments. This paper proposes a framework for leveraging subjective metrics d…

Evaluating, Understanding, and Improving Constrained Text Generation for Large Language Models

2023-10-25 · Xiang Chen, Xiaojun Wan

Advancements in natural language generation (NLG) and large language models (LLMs) have led to proficient text generation in various tasks. However, integrating intricate constraints into neural text generation, due to L…

Text Generation

EvalLM: Interactive Evaluation of Large Language Model Prompts on User-Defined Criteria

2023-09-24 · Tae Soo Kim, Yoonjoo Lee, Jamin Shin, Young-Ho Kim 외

By simply composing prompts, developers can prototype novel generative applications with Large Language Models (LLMs). To refine prototypes into products, however, developers must iteratively revise prompts by evaluating…

Language ModelingLanguage ModellingLarge Language Model

UFO: a Unified and Flexible Framework for Evaluating Factuality of Large Language Models

2024-02-22 · Zhaoheng Huang, Zhicheng Dou, Yutao Zhu, Ji-Rong Wen

Large language models (LLMs) may generate text that lacks consistency with human knowledge, leading to factual inaccuracies or \textit{hallucination}. Existing research for evaluating the factuality of LLMs involves extr…

HallucinationRetrievalText Generation