Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 705960339 bytes, limit is 300000000 bytes Make sure that 1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code:   TooBigContentError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

The FORAGE Dataset

FORAGE (Finding Out Related Articles via Generative Exploration) is an agentic retrieval benchmark based on the related works prediction task.

Subset: neurips25

Split Rows Description
source_papers 1,024 NeurIPS 2025 papers used as queries
cited_papers 25,050 Retrieval corpus of cited papers

source_papers columns

Column Type Description
id string NeurIPS 2025 submission ID
content string Full paper text (Markdown)
arxiv_id string arXiv identifier
title string Paper title
abstract string Paper abstract
author string Semicolon-separated author names
first_author_last_name string Last name of first author
related_work list[string] arXiv IDs cited in Related Work — primary eval target
all_cited list[string] arXiv IDs cited anywhere in the paper

cited_papers columns

Column Type Description
id string arXiv paper ID
content string Full paper text (Markdown)
title string Paper title
abstract string Paper abstract
first_author_last_name string Last name of first author
year int32 Publication year
created date arXiv submission date
Downloads last month
29