Bounded citation-graph search improves recall while cutting scholarly search costs

Crase replaces open-ended agent searches with a fixed, inspectable pipeline that expands, verifies, and ranks papers from a single seed query.

PaperTop Universitycs.CLarXiv:2608.24809v1
Rima Hazra · Sayan Layek · Somnath Banerjee · Soumen Chakrabarti · Animesh Mukherjee

National University of Singapore · TCG CREST · Indian Institute of Technology Kharagpur · Singapore Institute of Technology · Indian Institute of Technology Bombay

Research Digest··2 min read
Hazra et al. introduce Crase, a scholarly search system that explores a predefined citation neighborhood rather than letting an agent search iteratively without a fixed stopping rule. Across two benchmarks on a 500,000-paper arXiv corpus, the authors report up to three times the recall@50 of proprietary-model deep research agents at roughly one-third of their cost.

What they did

Crase queries a search engine once to retrieve seed papers, then expands the candidate set through their 1.5-hop citation neighborhood. It removes citation edges when the associated claims lack entailment support—meaning the cited evidence does not substantiate the claim—and ranks the remaining papers using a recency-aware random walk over the graph.

The authors evaluated this bounded pipeline on LitSearch and one additional benchmark using a corpus of 500,000 arXiv papers. They compared it with deep research agents built on proprietary language models.

Key findings

  • Crase achieved up to 3× higher recall@50, the share of relevant papers recovered among the top 50 results, than the proprietary-model agent baselines.
  • It delivered these results at roughly one-third of the reported cost.
  • The fixed 1.5-hop expansion provides an explicit candidate set and stopping condition before inference.
  • Entailment-based pruning makes the rationale for retaining citation links inspectable rather than leaving selection entirely to an open-ended agent loop.

Why it matters

The results suggest that scholarly retrieval may benefit more from constrained graph exploration and evidence checks than from repeatedly invoking a general-purpose research agent. Such structure can make search behavior easier to audit, reproduce, and budget while retaining strong retrieval coverage.

Caveats

The reported evaluation covers two benchmarks and a 500,000-paper arXiv corpus, so performance on broader, multidisciplinary collections remains uncertain. The abstract reports maximum relative recall and cost gains but not absolute scores, variation across benchmarks, latency, or the contribution of each pipeline component; it also does not establish whether better retrieval yields better final literature syntheses.

§
newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.