paper-with-me

Papers

StructEval: Deepen and Broaden Large Language Model Assessment via Structured Evaluation

2024-08-06 · Boxi Cao, Mengjie Ren, Hongyu Lin, Xianpei Han, Feng Zhang, Junfeng Zhan, Le Sun

Evaluation is the baton for the development of large language models. Current evaluations typically employ a single-item assessment paradigm for each atomic test objective, which struggles to discern whether a model genuinely possesses the required capabilities or merely memorizes/guesses the answers to specific questions. To this end, we propose a novel evaluation framework referred to as StructEval. Starting from an atomic test objective, StructEval deepens and broadens the evaluation by conducting a structured assessment across multiple cognitive levels and critical concepts, and therefore offers a comprehensive, robust and consistent evaluation for LLMs. Experiments on three widely-used benchmarks demonstrate that StructEval serves as a reliable tool for resisting the risk of data contamination and reducing the interference of potential biases, thereby providing more reliable and consistent conclusions regarding model capabilities. Our framework also sheds light on the design of future principled and trustworthy LLM evaluation protocols.

📄 PDF Abstract BibTeX arXiv:2408.03281

Code (1)

c-box/structeval 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

INSTRUCTEVAL: Towards Holistic Evaluation of Instruction-Tuned Large Language Models

2023-06-07 · Yew Ken Chia, Pengfei Hong, Lidong Bing, Soujanya Poria

Instruction-tuned large language models have revolutionized natural language processing and have shown great potential in applications such as conversational agents. These models, such as GPT-4, can not only master langu…

StructEval: Benchmarking LLMs' Capabilities to Generate Structural Outputs

2025-05-26 · Jialin Yang, Dongfu Jiang, Lipeng He, Sherman Siu 외

As Large Language Models (LLMs) become integral to software development workflows, their ability to generate structured outputs has become critically important. We introduce StructEval, a comprehensive benchmark for eval…

Benchmarking

InstructEval: Systematic Evaluation of Instruction Selection Methods

2023-07-01 · Anirudh Ajith, Chris Pan, Mengzhou Xia, Ameet Deshpande 외

In-context learning (ICL) performs tasks by prompting a large language model (LLM) using an instruction and a small set of annotated examples called demonstrations. Recent work has shown that precise details of the input…

BenchmarkingIn-Context LearningLanguage ModellingLarge Language Model

LexInstructEval: Lexical Instruction Following Evaluation for Large Language Models

2025-11-13 · Huimin Ren, Yan Liang, Baiqiao Su, Chaobo Sun 외 arxiv

The ability of Large Language Models (LLMs) to precisely follow complex and fine-grained lexical instructions is a cornerstone of their utility and controllability. However, evaluating this capability remains a significa…

Instruction Following

SQLStructEval: Structural Evaluation of LLM Text-to-SQL Generation

2026-04-08 · Yixi Zhou, Fan Zhang, Zhiqiao Guo, Yu Chen 외 arxiv

Despite strong performance on Text-to-SQL benchmarks, it remains unclear whether LLM-generated SQL programs are structurally reliable. In this work, we investigate the structural behavior of LLM-generated SQL queries and…