SCRIBES: Web-Scale Script-Based Semi-Structured Data Extraction with Reinforcement Learning
Shicheng Liu, Kai Sun, Lisheng Fu, Xilun Chen, Xinyuan Zhang, Zhaojiang Lin, Rulin Shao, Yue Liu, Anuj Kumar, Wen-tau Yih, Xin Luna Dong
TL;DR
SCRIBES introduces a novel RL-based framework that generates reusable extraction scripts for groups of structurally similar web pages, enabling web-scale knowledge extraction from semi-structured HTML content. By leveraging layout similarity as a reward signal and incorporating both labeled and unlabeled CommonCrawl data, SCRIBES learns scripts that generalize across pages within a site, reducing per-page LLM cost while maintaining high extraction quality. Empirical results show >13% gains in script quality and >4% gains in downstream QA accuracy (e.g., GPT-4o), along with substantial token-speedups as page group size grows. The approach offers practical benefits for large-scale data curation and pretraining, enabling more efficient incorporation of semi-structured data into downstream tasks and models.
Abstract
Semi-structured content in HTML tables, lists, and infoboxes accounts for a substantial share of factual data on the web, yet the formatting complicates usage, and reliably extracting structured information from them remains challenging. Existing methods either lack generalization or are resource-intensive due to per-page LLM inference. In this paper, we introduce SCRIBES (SCRIpt-Based Semi-Structured Content Extraction at Web-Scale), a novel reinforcement learning framework that leverages layout similarity across webpages within the same site as a reward signal. Instead of processing each page individually, SCRIBES generates reusable extraction scripts that can be applied to groups of structurally similar webpages. Our approach further improves by iteratively training on synthetic annotations from in-the-wild CommonCrawl data. Experiments show that our approach outperforms strong baselines by over 13% in script quality and boosts downstream question answering accuracy by more than 4% for GPT-4o, enabling scalable and resource-efficient web information extraction.
