CLIRMar 22, 2024

Fundus: A Simple-to-Use News Scraper Optimized for High Quality Extractions

arXiv:2403.15279v228 citationsh-index: 4Has CodeACL
Originality Incremental advance
AI Analysis

This provides a tool for researchers and non-technical users to easily obtain complete, artifact-free news articles from predefined sources, though it is incremental as it builds on existing scraping methods with domain-specific optimizations.

The paper tackles the problem of extracting high-quality news articles by introducing Fundus, a user-friendly scraper that uses manually crafted extractors tailored to each newspaper's formatting, resulting in significantly higher quality extractions compared to prior work.

This paper introduces Fundus, a user-friendly news scraper that enables users to obtain millions of high-quality news articles with just a few lines of code. Unlike existing news scrapers, we use manually crafted, bespoke content extractors that are specifically tailored to the formatting guidelines of each supported online newspaper. This allows us to optimize our scraping for quality such that retrieved news articles are textually complete and without HTML artifacts. Further, our framework combines both crawling (retrieving HTML from the web or large web archives) and content extraction into a single pipeline. By providing a unified interface for a predefined collection of newspapers, we aim to make Fundus broadly usable even for non-technical users. This paper gives an overview of the framework, discusses our design choices, and presents a comparative evaluation against other popular news scrapers. Our evaluation shows that Fundus yields significantly higher quality extractions (complete and artifact-free news articles) than prior work. The framework is available on GitHub under https://github.com/flairNLP/fundus and can be simply installed using pip.

Code Implementations2 repos
Foundations

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

Your Notes