Do Current Retrievers Cover All the Evidence? A Controlled Study of Conjunctive Cross-Page Retrieval

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

A controlled study using n-Clue, comprising 1,000 queries over 2,021 documents, investigates the gap in conjunctive cross-page retrieval between finding a relevant document and ensuring it contains all requested evidence across different pages. The research reveals that condition-wise decomposition improves two dense backbones by 6.8-7.3 points, and lexical-visual fusion adds 8.7 points. Conversely, four generic rerankers reduce Gold-NDCG. Scaling a dense family from 0.6B to 8B parameters showed no change (0.0 points) in complete-first success. The strongest hybrid system found a gold document for 81.1% of queries but achieved complete-first success on only 35.8%. Page-aware visual systems performed even lower, surfacing all conditions for only 5.1-5.3% of queries. These findings identify condition coverage, rather than just gold document discovery, as the primary bottleneck in such retrieval tasks.

Key takeaway

For Information Retrieval Engineers developing systems for complex, multi-part queries, you must prioritize ensuring complete evidence coverage across documents, not just overall document relevance. Focus on integrating condition-wise decomposition and lexical-visual fusion techniques, which demonstrably improve the retrieval of all required evidence. Be cautious with generic rerankers, as this study shows they can significantly reduce complete-first success, creating a substantial gap between finding a document and confirming all conditions are met.

Key insights

Current retrieval systems struggle to ensure all conjunctive evidence is covered across document pages, even when relevant documents are found.

Principles

Method

The study uses n-Clue, a controlled instrument with 1,000 queries over 2,021 documents, to measure "complete-first success" by pairing all-condition golds with subset-only documents.

In practice

Topics

Best for: Research Scientist, AI Engineer, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.