paper-with-me

Papers

Where vs What: Decomposing Structural and Content Failures in LLM-Generated Structured Outputs

2026-08-26 · Yiwei Zhang, Chengke Wu, Li Wang, Jianqiang Li arxiv

Structured outputs such as JSON and tables are central to modern LLM-based systems, yet generation failures are evaluated monolithically, conflating two distinct error modes: placement errors (correct values at wrong positions) and value errors (wrong values at intended positions). We introduce Structure-Content Decomposition (SCD), a framework that independently measures structural fidelity and content accuracy. Applying SCD to nested JSON and table tasks across six models (7B to frontier), we uncover a consistent phenomenon: structural fidelity degrades earlier and more sharply than content accuracy as complexity increases. At the highest complexity, even DeepSeek-V4-Flash (with reasoning) misplaces 35% of recalled values, while Qwen2.5-7B misplaces 74%. Controlled ablations suggest that this pattern is associated with reliance on semantic shortcuts rather than topological understanding of output structure. Based on these findings, we propose SA-RLVR, converting SCD metrics into verifiable rewards for reinforcement learning via GRPO. SA-RLVR successfully optimizes structural addressing across distinct topologies: it lifts JSON Value Placement Accuracy (VPA) from 26% to 63% while generalizing to held-out schemas; moreover, it consistently drives VPA improvements in the table domain, demonstrating that structure-aware rewards can directly enhance multi-domain structural positioning.

📄 PDF Abstract BibTeX arXiv:2608.25358

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Transitive Expert Error and Routing Problems in Complex AI Systems

2026-01-07 · Forest Mars arxiv

Domain expertise enhances judgment within boundaries but creates systematic vulnerabilities specifically at borders. We term this Transitive Expert Error (TEE), distinct from Dunning-Kruger effects, requiring calibrated …

Transcribing Content from Structural Images with Spotlight Mechanism

2019-05-27 · Yu Yin, Zhenya Huang, Enhong Chen, Qi Liu 외

Transcribing content from structural images, e.g., writing notes from music scores, is a challenging task as not only the content objects should be recognized, but the internal structure should also be preserved. Existin…

How Do Document Parsers Break? Auditing Structural Vulnerability in Document Intelligence

2026-05-19 · Yue Chen, Yihao Wang, Ziyi Tang, Yongsen Zheng 외 arxiv

Document Layout Analysis (DLA) pipelines provide structured page representations for retrieval-augmented generation, long-document question answering, and other document intelligence systems, yet their robustness evaluat…

Document Layout AnalysisQuestion Answering

What Happens Inside Agent Memory? Circuit Analysis from Emergence to Diagnosis

2026-05-05 · Xutao Mao, Jinman Zhao, Gerald Penn, Cong Wang arxiv

Agent memory failures are silent: an LLM-based agent can produce a fluent response even when it fails to extract, retain, or retrieve the information needed across sessions. The write-manage-read loop describes the exter…

A Survey on Failure Analysis and Fault Injection in AI Systems

2024-06-28 · Guangba Yu, Gou Tan, Haojia Huang, Zhenyu Zhang 외

The rapid advancement of Artificial Intelligence (AI) has led to its integration into various areas, especially with Large Language Models (LLMs) significantly enhancing capabilities in Artificial Intelligence Generated …

Fault DiagnosisSurvey