paper-with-me

Papers

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

2026-04-08 · Yixi Zhou, Fan Zhang, Zhiqiao Guo, Yu Chen, Haipeng Zhang, Preslav Nakov, Zhuohan Xie 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 introduce SQLStructEval, a framework for analyzing program structures through canonical abstract syntax tree (AST) representations. Our experiments on the Spider benchmark show that modern LLMs often produce structurally diverse queries for the same input, even when execution results are correct, and that such variance is frequently triggered by surface-level input changes such as paraphrases or schema presentation. We further show that generating queries in a structured space via a compile-style pipeline can improve both execution accuracy and structural consistency. These findings suggest that structural reliability is a critical yet overlooked dimension for evaluating LLM-based program generation systems. Our code is available at https://anonymous.4open.science/r/StructEval-2435.

📄 PDF Abstract BibTeX arXiv:2604.06736

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GDGB: A Benchmark for Generative Dynamic Text-Attributed Graph Learning

2025-07-04 · Jie Peng, Jiarui Ji, Runlin Lei, Zhewei Wei 외

Dynamic Text-Attributed Graphs (DyTAGs), which intricately integrate structural, temporal, and textual attributes, are crucial for modeling complex real-world systems. However, most of the existing DyTAG datasets exhibit…

BenchmarkingGraph GenerationGraph Learning

TextPecker: Rewarding Structural Anomaly Quantification for Enhancing Visual Text Rendering

2026-02-24 · Hanshen Zhu, Yuliang Liu, Xuecheng Wu, An-Lan Wang 외 arxiv

Visual Text Rendering (VTR) remains a critical challenge in text-to-image generation, where even advanced models frequently produce text with structural anomalies such as distortion, blurriness, and misalignment. However…

Text-to-Image GenerationText Generation

BLEU is Not Suitable for the Evaluation of Text Simplification

2018-10-14 · EMNLP 2018 10 · Elior Sulem, Omri Abend, Ari Rappoport

BLEU is widely considered to be an informative metric for text-to-text generation, including Text Simplification (TS). TS includes both lexical and structural aspects. In this paper we show that BLEU is not suitable for …

SentenceText GenerationText Simplification

CCiV: A Benchmark for Structure, Rhythm and Quality in LLM-Generated Chinese \textit{Ci} Poetry

2026-02-15 · Shangqing Zhao, Yupei Ren, Yuhao Zhou, Xiaopeng Bai 외 arxiv

The generation of classical Chinese \textit{Ci} poetry, a form demanding a sophisticated blend of structural rigidity, rhythmic harmony, and artistic quality, poses a significant challenge for large language models (LLMs…

SciFlow-Bench: Evaluating Structure-Aware Scientific Diagram Generation via Inverse Parsing

2026-02-10 · Tong Zhang, Honglin Lin, Zhou Liu, Chong Chen 외 arxiv

Scientific diagrams convey explicit structural information, yet modern text-to-image models often produce visually plausible but structurally incorrect results. Existing benchmarks either rely on image-centric or subject…