DBAIIRMay 21, 2025

NEXT-EVAL: Next Evaluation of Traditional and LLM Web Data Record Extraction

arXiv:2505.17125v11 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This provides a standardized evaluation foundation for researchers and practitioners in web data extraction, though it is incremental as it focuses on benchmarking rather than new extraction methods.

The paper tackles the challenge of evaluating web data record extraction methods by introducing a framework that generates datasets from MHTML snapshots and uses structure-aware metrics, showing that Flat JSON input enables LLMs to achieve an F1 score of 0.9567 with minimal hallucination.

Effective evaluation of web data record extraction methods is crucial, yet hampered by static, domain-specific benchmarks and opaque scoring practices. This makes fair comparison between traditional algorithmic techniques, which rely on structural heuristics, and Large Language Model (LLM)-based approaches, offering zero-shot extraction across diverse layouts, particularly challenging. To overcome these limitations, we introduce a concrete evaluation framework. Our framework systematically generates evaluation datasets from arbitrary MHTML snapshots, annotates XPath-based supervision labels, and employs structure-aware metrics for consistent scoring, specifically preventing text hallucination and allowing only for the assessment of positional hallucination. It also incorporates preprocessing strategies to optimize input for LLMs while preserving DOM semantics: HTML slimming, Hierarchical JSON, and Flat JSON. Additionally, we created a publicly available synthetic dataset by transforming DOM structures and modifying content. We benchmark deterministic heuristic algorithms and off-the-shelf LLMs across these multiple input formats. Our benchmarking shows that Flat JSON input enables LLMs to achieve superior extraction accuracy (F1 score of 0.9567) and minimal hallucination compared to other input formats like Slimmed HTML and Hierarchical JSON. We establish a standardized foundation for rigorous benchmarking, paving the way for the next principled advancements in web data record extraction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes