pith. sign in

arxiv: 1904.08375 · v2 · pith:U7Z7VF7Unew · submitted 2019-04-17 · 💻 cs.IR · cs.LG

Document Expansion by Query Prediction

classification 💻 cs.IR cs.LG
keywords documentdocumentsretrievaleffectivenessmethodqueryre-rankingachieve
0
0 comments X
read the original abstract

One technique to improve the retrieval effectiveness of a search engine is to expand documents with terms that are related or representative of the documents' content.From the perspective of a question answering system, this might comprise questions the document can potentially answer. Following this observation, we propose a simple method that predicts which queries will be issued for a given document and then expands it with those predictions with a vanilla sequence-to-sequence model, trained using datasets consisting of pairs of query and relevant documents. By combining our method with a highly-effective re-ranking component, we achieve the state of the art in two retrieval tasks. In a latency-critical regime, retrieval results alone (without re-ranking) approach the effectiveness of more computationally expensive neural re-rankers but are much faster.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 21 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Latent Terms: Dense Retrievers Contain Trivially Extractable BM25-ready Zipfian Vocabularies

    cs.IR 2026-05 unverdicted novelty 7.0

    Sparse autoencoders applied to frozen dense retrievers extract Zipfian latent vocabularies that support BM25 scoring and match or exceed the base model's performance on some tasks.

  2. BIM Information Extraction Through LLM-based Adaptive Exploration

    cs.CL 2026-05 unverdicted novelty 7.0

    LLM adaptive exploration via runtime code execution outperforms static query generation for information extraction from heterogeneous BIM models on the new ifc-bench v2 benchmark.

  3. Field Order Should Not Matter: Permutation-Invariant Embedding Model Fine-Tuning for Structured Metadata Retrieval

    cs.CL 2026-06 unverdicted novelty 6.0

    Permutation-invariant fine-tuning (PI-FT) randomizes field order and applies dropout during embedding model training to eliminate sensitivity to serialization order, reducing order-change penalty from 7.4 to 0.2 nDCG@...

  4. SPECTRA: Synthetic IR Test Collections with Relevance Oracles and Controlled Distractor Diagnostics

    cs.IR 2026-05 unverdicted novelty 6.0

    SPECTRA generates reproducible synthetic IR corpora up to 60,000 documents with controllable distractors, long-tail vocabulary, and graded relevance labels via a single-process Python prototype.

  5. RICE-PO: Turning Retrieval Interactions into Credit Signals for Reasoning Agents

    cs.CL 2026-05 unverdicted novelty 6.0

    RICE-PO is a policy optimization framework that converts retrieval interactions into credit signals for latent reasoning steps in agents by selecting high-uncertainty actions as anchors and propagating credit based on...

  6. Iterate Until Retrieved: Factual Nugget Optimization for Discoverable Continual Corrections in Agentic RAG

    cs.CL 2026-05 unverdicted novelty 6.0

    INO is an index-time method that uses the production RAG agent to iteratively create, test with queries and paraphrases, reflect on failures, and revise factual nuggets until they are discoverable and used correctly.

  7. Understanding Wacky Weights: A Dissection of SPLADE's Learned Term Importance

    cs.IR 2026-05 conditional novelty 6.0

    SPLADE models produce wacky expansion terms whose prevalence rises with larger vocabularies and falls with stricter sparsity; these terms primarily aid in-domain retrieval rather than out-of-domain generalization.

  8. Superintelligent Retrieval Agent: The Next Frontier of Agentic Retrieval

    cs.IR 2026-05 unverdicted novelty 6.0

    SIRA compresses multi-round exploratory retrieval into one corpus-discriminative BM25 action via LLM document enrichment, query-time term prediction, and corpus-statistic filtering, reporting top average performance o...

  9. Verbal-R3: Verbal Reranker as the Missing Bridge between Retrieval and Reasoning

    cs.CL 2026-05 unverdicted novelty 6.0

    Verbal-R3 uses a verbal reranker to generate analytic narratives that guide retrieval and reasoning in LLMs, achieving SOTA results on complex QA benchmarks.

  10. Why Advanced Encoders Lag on Sparse Retrieval? The Answer and an Approach to Bridging Vocabulary Gaps

    cs.IR 2026-04 conditional novelty 6.0

    Transferring modern encoders to normalized (lowercased) vocabularies via geometric embedding initialization and activation calibration closes the performance gap in learned sparse retrieval, achieving 52.4 nDCG on BEIR.

  11. Formalized Information Needs Improve Large-Language-Model Relevance Judgments

    cs.IR 2026-04 conditional novelty 6.0

    Synthetically formalizing information needs into topics with descriptions and narratives improves LLM relevance assessor agreement with humans and reduces over-labeling of relevant documents on TREC Deep Learning and ...

  12. SelRoute: Query-Type-Aware Routing for Long-Term Conversational Memory Retrieval

    cs.IR 2026-04 conditional novelty 6.0

    SelRoute routes queries to type-specific retrieval pipelines, achieving Recall@5 of 0.800 with a 109M model on LongMemEval_M and outperforming LLM-augmented baselines including a strong zero-ML lexical method.

  13. RankFlow: A Multi-Role Collaborative Reranking Workflow Utilizing Large Language Models

    cs.IR 2025-02 unverdicted novelty 6.0

    RankFlow deploys four LLM roles in sequence to rewrite queries, generate pseudo-answers, summarize passages, and rerank candidates, outperforming prior methods on TREC-DL, BEIR, and NovelEval.

  14. Designing Reward Signals for Portable Query Generation: A Case Study in Industrial Semantic Job Search

    cs.LG 2026-06 unverdicted novelty 5.0

    Empirical study of RLAIF for portable query generation finds reward shaping controls performance more than optimizer choice and a rule-based reward floor yields +0.147 quality gain.

  15. EMBER: Efficient Memory via Budgeted Evidence Retention for Long-Horizon Agents

    cs.CL 2026-06 unverdicted novelty 5.0

    EMBER learns to retain source-backed evidence capsules under a fixed token budget, improving F1, Retain-Recall, and Read-Recall on LongMemEval-RR over budgeted baselines.

  16. BEATS: Bootstrapping E-commerce Attribute Taxonomies for Search through Iterative Human-AI Collaboration

    cs.IR 2026-06 unverdicted novelty 5.0

    BEATS generates and validates e-commerce attribute taxonomies from category-only catalogs via multi-stage LLM pipelines refined by human feedback, yielding measurable gains in dense retrieval models.

  17. TextClusterLab: An Integrated Framework for Reliable Text Clustering Studies

    cs.IR 2026-05 unverdicted novelty 5.0

    TextClusterLab introduces an LLM-driven generator for synthetic text clustering datasets with tunable attributes and a suitability benchmark for evaluation.

  18. Superintelligent Retrieval Agent: The Next Frontier of Agentic Retrieval

    cs.IR 2026-05 unverdicted novelty 5.0

    SIRA compresses multi-round exploratory retrieval into one LLM-guided, corpus-statistic-validated weighted BM25 query and reports superior results over dense retrievers and agentic baselines on BEIR benchmarks.

  19. The Role of Vocabularies in Learning Sparse Representations for Ranking

    cs.IR 2025-09 unverdicted novelty 5.0

    Larger 100K vocabularies in SPLADE models, especially those initialized with ESPLADE pretraining, improve retrieval effectiveness after pruning compared to 32K baselines while keeping similar efficiency.

  20. Bridging the Cold-Start Gap: LLM-Powered Synthetic Data Generation for Natural Language Search at Airbnb

    cs.IR 2026-05 unverdicted novelty 4.0

    The paper introduces a seed-guided contrastive framework that uses LLMs to generate realistic synthetic queries and topicality labels for cold-start natural language search, outperforming no-seed and InPars baselines ...

  21. Let's measure run time! Extending the IR replicability infrastructure to include performance aspects

    cs.IR 2019-07 unverdicted novelty 3.0

    Position paper proposing to extend the OSIRRC replicability infrastructure with two performance benchmark scenarios, backed by a case study on neural re-ranking model runtimes.