paper-with-me

Papers

StructEval: Benchmarking LLMs' Capabilities to Generate Structural Outputs

2025-05-26 · Jialin Yang, Dongfu Jiang, Lipeng He, Sherman Siu, Yuxuan Zhang, Disen Liao, Zhuofeng Li, Huaye Zeng, Yiming Jia, Haozhe Wang, Benjamin Schneider, Chi Ruan, Wentao Ma, Zhiheng Lyu, Yifei Wang, Yi Lu, Quy Duc Do, Ziyan Jiang, Ping Nie, Wenhu Chen

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 evaluating LLMs' capabilities in producing both non-renderable (JSON, YAML, CSV) and renderable (HTML, React, SVG) structured formats. Unlike prior benchmarks, StructEval systematically evaluates structural fidelity across diverse formats through two paradigms: 1) generation tasks, producing structured output from natural language prompts, and 2) conversion tasks, translating between structured formats. Our benchmark encompasses 18 formats and 44 types of task, with novel metrics for format adherence and structural correctness. Results reveal significant performance gaps, even state-of-the-art models like o1-mini achieve only 75.58 average score, with open-source alternatives lagging approximately 10 points behind. We find generation tasks more challenging than conversion tasks, and producing correct visual content more difficult than generating text-only structures.

📄 PDF Abstract BibTeX arXiv:2505.20139

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

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…

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

2024-08-06 · Boxi Cao, Mengjie Ren, Hongyu Lin, Xianpei Han 외

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

Language ModelingLanguage ModellingLarge Language Model

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

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…

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