Preprint
Large Language Models

RCV1: A New Benchmark Collection for Text Categorization Research

David Lewis, Yiming Yang, Tony Rose, Fan Li
December 1, 2004Goldsmiths (University of London)2,607 citations

2.6k

Citations

0

Influential Citations

Goldsmiths (University of London)

Venue

2004

Year

Abstract

Reuters Corpus Volume I (RCV1) is an archive of over 800,000 manually categorized newswire stories recently made available by Reuters, Ltd. for research purposes.Use of this data for research on text categorization requires a detailed understanding of the real world constraints under which the data was produced.Drawing on interviews with Reuters personnel and access to Reuters documentation, we describe the coding policy and quality control procedures used in producing the RCV1 data, the intended semantics of the hierarchical category taxonomies, and the corrections necessary to remove errorful data.We refer to the original data as RCV1-v1, and the corrected data as RCV1-v2.We benchmark several widely used supervised learning methods on RCV1-v2, illustrating the collection's properties, suggesting new directions for research, and providing baseline results for future studies.We make available detailed, per-category experimental results, as well as corrected versions of the category assignments and taxonomy structures, via online appendices.

Analysis

Why This Paper Matters

This paper is foundational for text categorization research because it provides a large-scale, high-quality benchmark dataset that addresses critical issues in real-world data. The authors go beyond simply releasing a dataset; they meticulously document the coding policy, quality control, and taxonomy semantics, which are essential for understanding the data's constraints and avoiding misinterpretation. By correcting errors in the original RCV1-v1 to produce RCV1-v2, they set a standard for dataset curation that many subsequent benchmarks have followed.

The paper's significance is amplified by its timing—2004—when text categorization was transitioning from small, proprietary datasets to larger, publicly available ones. RCV1's size (over 800,000 stories) and hierarchical taxonomy enabled more realistic evaluations of supervised learning methods, moving the field beyond toy problems. The detailed per-category results and baseline benchmarks provided a common ground for comparing algorithms, accelerating progress in areas like feature selection, classifier design, and evaluation metrics.

Technical Contributions

  • Dataset Curation: The authors provide a corrected version (RCV1-v2) of the original RCV1-v1, removing errorful data and ensuring consistency in category assignments and taxonomy structures.
  • Documentation of Real-World Constraints: Through interviews and access to Reuters documentation, the paper explains the coding policy, quality control procedures, and intended semantics of the hierarchical category taxonomies, which are crucial for proper use of the data.
  • Baseline Benchmarks: The paper benchmarks several widely used supervised learning methods (e.g., naive Bayes, k-nearest neighbors, support vector machines) on RCV1-v2, providing baseline results that allow future researchers to compare their methods.
  • Online Appendices: Detailed per-category experimental results and corrected category assignments and taxonomy structures are made available online, enabling reproducibility and further analysis.

Results

The paper reports baseline performance for several supervised learning methods on RCV1-v2, though specific numerical metrics (e.g., accuracy, F1 scores) are not provided in the abstract. The results illustrate the collection's properties, such as category imbalance and hierarchical structure, and serve as a reference for future studies. The authors emphasize that the benchmarks are intended to suggest new research directions, such as handling large-scale, multi-label, hierarchical classification problems.

Significance

RCV1 has become one of the most widely used benchmarks in text categorization, with over 2,600 citations. It enabled systematic comparisons of algorithms and spurred research into scalable, multi-label, and hierarchical classification methods. The paper's emphasis on data quality and documentation set a precedent for dataset creation in NLP and machine learning, influencing later benchmarks like the Reuters-21578 and the 20 Newsgroups. For AI practitioners, RCV1 remains a standard testbed for evaluating text classification models, and its lessons about real-world data constraints are still relevant today.