XSum, a question-generation plus editor RAG pipeline, produces survey-style summaries from multiple scientific papers and reports improved scores on the SurveySum benchmark.
HyQE: Ranking Contexts with Hypothetical Query Embeddings
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In retrieval-augmented systems, context ranking techniques are commonly employed to reorder the retrieved contexts based on their relevance to a user query. A standard approach is to measure this relevance through the similarity between contexts and queries in the embedding space. However, such similarity often fails to capture the relevance. Alternatively, large language models (LLMs) have been used for ranking contexts. However, they can encounter scalability issues when the number of candidate contexts grows and the context window sizes of the LLMs remain constrained. Additionally, these approaches require fine-tuning LLMs with domain-specific data. In this work, we introduce a scalable ranking framework that combines embedding similarity and LLM capabilities without requiring LLM fine-tuning. Our framework uses a pre-trained LLM to hypothesize the user query based on the retrieved contexts and ranks the context based on the similarity between the hypothesized queries and the user query. Our framework is efficient at inference time and is compatible with many other retrieval and ranking techniques. Experimental results show that our method improves the ranking performance across multiple benchmarks. The complete code and data are available at https://github.com/zwc662/hyqe
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1roles
method 1polarities
unclear 1representative citing papers
citing papers explorer
-
Ask, Retrieve, Summarize: A Modular Pipeline for Scientific Literature Summarization
XSum, a question-generation plus editor RAG pipeline, produces survey-style summaries from multiple scientific papers and reports improved scores on the SurveySum benchmark.