AI Navigate

LiveWeb-IE: A Benchmark For Online Web Information Extraction

arXiv cs.CL / 3/17/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • A new benchmark called LiveWeb-IE evaluates web information extraction (WIE) systems against live websites rather than static HTML snapshots, addressing the web's temporal dynamics.
  • The benchmark uses trusted, permission-granted sites and natural language queries that cover text, images, and hyperlinks, with four complexity levels to test extraction granularity.
  • The paper introduces Visual Grounding Scraper (VGS), a multi-stage agentic framework that visually narrows page content to locate and extract the desired information.
  • Experiments across diverse backbone models show VGS is effective and robust, suggesting LiveWeb-IE can serve as a practical foundation for robust WIE systems.

Abstract

Web information extraction (WIE) is the task of automatically extracting data from web pages, offering high utility for various applications. The evaluation of WIE systems has traditionally relied on benchmarks built from HTML snapshots captured at a single point in time. However, this offline evaluation paradigm fails to account for the temporally evolving nature of the web; consequently, performance on these static benchmarks often fails to generalize to dynamic real-world scenarios. To bridge this gap, we introduce \dataset, a new benchmark designed for evaluating WIE systems directly against live websites. Based on trusted and permission-granted websites, we curate natural language queries that require information extraction of various data categories, such as text, images, and hyperlinks. We further design these queries to represent four levels of complexity, based on the number and cardinality of attributes to be extracted, enabling a granular assessment of WIE systems. In addition, we propose Visual Grounding Scraper (VGS), a novel multi-stage agentic framework that mimics human cognitive processes by visually narrowing down web page content to extract desired information. Extensive experiments across diverse backbone models demonstrate the effectiveness and robustness of VGS. We believe that this study lays the foundation for developing practical and robust WIE systems.