paper-with-me

Papers

DeepJSONEval: Benchmarking Complex Nested JSON Data Mining for Large Language Models

2025-09-30 · Zhicheng Zhou, Jing Li, Suming Qiu, Junjie Huang, Linyuan Qiu, Zhijie Sun arxiv

The internet is saturated with low-density, high-redundancy information, such as social media comments, repetitive news, and lengthy discussions, making it difficult to extract valuable insights efficiently. Multi-layer nested JSON structures provide an effective solution by compressing such information into semantically rich, hierarchical representations, which organize data into key-value pairs, arrays, and nested objects, preserving contextual relationships and enabling efficient storage, retrieval, and semantic querying. For instance, in news aggregation, a JSON object can nest an article's metadata (title, author, date), content (text, multimedia), and multimedia information (multimedia type, caption) hierarchically. Large Language Models (LLMs) play a transformative role in web data mining by parsing unstructured text and outputting structured results directly into complex JSON schemas. However, current benchmarks for evaluating LLMs' JSON output capabilities overemphasize pure JSON generation rather than assessing data comprehension and extraction abilities, a limitation that lacks relevance to practical web data mining tasks. To address this, we introduce DeepJSONEval, a novel benchmark featuring 2100 multi-domain instances with deep nested structures, categorized by difficulty. Experiments show significant performance gaps among LLMs in handling such complexity. Our benchmark and datasets are open-sourced to advance research in structured JSON generation.(https://github.com/GTS-AI-Infra-Lab-SotaS/DeepJSONEval).

📄 PDF Abstract BibTeX arXiv:2509.25922

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Corpona – The Pythonic Way of Processing Corpora

2021-03-18 · Khalid Alnajjar, Mika Hämäläinen

Every NLP researcher has to work with different XML or JSON encoded files. This often involves writing code that serves a very specific purpose. Corpona is meant to streamline any workflow that involves XML and JSON base…

Autoregressive Synthesis of Sparse and Semi-Structured Mixed-Type Data

2026-03-02 · Thomas Rückstieß, Robin Vujanic arxiv

Synthetic data generation is an important capability for privacy-preserving data sharing, system benchmarking and test data provisioning. For mixed-type data, existing synthesizers largely target dense, fixed-schema tabl…

Synthetic Data Generation

Simplified SPARQL REST API - CRUD on JSON Object Graphs via URI Paths

2018-05-03 · Markus Schröder, Jörn Hees, Ansgar Bernardi, Daniel Ewert 외

Within the Semantic Web community, SPARQL is one of the predominant languages to query and update RDF knowledge. However, the complexity of SPARQL, the underlying graph structure and various encodings are common sources …

ONTO: A Token-Efficient Columnar Notation for LLM Input Optimization

2026-04-19 · Harshavardhanan Deekeswar arxiv

Serialization formats designed for document interchange impose structural overhead that becomes prohibitive when large language models consume operational data at scale. A modest dataset of 1,000 IoT sensor readings seri…

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

Reinforcement Learning