BardeenAgent records a single extraction on a webpage, generalizes it with CSS selectors, and replays it across all matching items, reaching 66% recall on a new 200-task WebLists benchmark versus 31% for the best baseline.
Multilingual Attribute Extraction from News Web Pages
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
This paper addresses the challenge of automatically extracting attributes from news article web pages across multiple languages. Recent neural network models have shown high efficacy in extracting information from semi-structured web pages. However, these models are predominantly applied to domains like e-commerce and are pre-trained using English data, complicating their application to web pages in other languages. We prepared a multilingual dataset comprising 3,172 marked-up news web pages across six languages (English, German, Russian, Chinese, Korean, and Arabic) from 161 websites. The dataset is publicly available on GitHub. We fine-tuned the pre-trained state-of-the-art model, MarkupLM, to extract news attributes from these pages and evaluated the impact of translating pages into English on extraction quality. Additionally, we pre-trained another state-of-the-art model, DOM-LM, on multilingual data and fine-tuned it on our dataset. We compared both fine-tuned models to existing open-source news data extraction tools, achieving superior extraction metrics.
fields
cs.AI 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
WebLists: Extracting Structured Information From Complex Interactive Websites Using Executable LLM Agents
BardeenAgent records a single extraction on a webpage, generalizes it with CSS selectors, and replays it across all matching items, reaching 66% recall on a new 200-task WebLists benchmark versus 31% for the best baseline.