paper-with-me

Papers

Using Query Expansion in Manifold Ranking for Query-Oriented Multi-Document Summarization

2021-07-31 · CCL 2021 8 · Quanye Jia, Rui Liu, Jianying Lin

Manifold ranking has been successfully applied in query-oriented multi-document summarization. It not only makes use of the relationships among the sentences, but also the relationships between the given query and the sentences. However, the information of original query is often insufficient. So we present a query expansion method, which is combined in the manifold ranking to resolve this problem. Our method not only utilizes the information of the query term itself and the knowledge base WordNet to expand it by synonyms, but also uses the information of the document set itself to expand the query in various ways (mean expansion, variance expansion and TextRank expansion). Compared with the previous query expansion methods, our method combines multiple query expansion methods to better represent query information, and at the same time, it makes a useful attempt on manifold ranking. In addition, we use the degree of word overlap and the proximity between words to calculate the similarity between sentences. We performed experiments on the datasets of DUC 2006 and DUC2007, and the evaluation results show that the proposed query expansion method can significantly improve the system performance and make our system comparable to the state-of-the-art systems.

📄 PDF Abstract BibTeX arXiv:2108.01441

Code (1)

homealim2012/QE_Mani_Summary 공식 구현

Tasks

Document SummarizationMulti-Document Summarization

Similar Papers 제목 키워드 기반

Expand, Rerank, and Retrieve: Query Reranking for Open-Domain Question Answering

2023-05-26 · Yung-Sung Chuang, Wei Fang, Shang-Wen Li, Wen-tau Yih 외

We propose EAR, a query Expansion And Reranking approach for improving passage retrieval, with the application to open-domain question answering. EAR first applies a query expansion model to generate a diverse set of que…

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringReranking+1

CODEC: Complex Document and Entity Collection

2022-05-09 · Iain Mackie, Paul Owoicho, Carlos Gemmell, Sophie Fischer 외

CODEC is a document and entity ranking benchmark that focuses on complex research topics. We target essay-style information needs of social science researchers, i.e. "How has the UK's Open Banking Regulation benefited Ch…

Document RankingRe-RankingRetrieval

BERT-QE: Contextualized Query Expansion for Document Re-ranking

2020-09-15 · Findings of the Association for Computational Linguistics 2020 · Zhi Zheng, Kai Hui, Ben He, Xianpei Han 외

Query expansion aims to mitigate the mismatch between the language used in a query and in a document. However, query expansion methods can suffer from introducing non-relevant information when expanding the query. To bri…

Re-RankingRetrieval

CEQE: Contextualized Embeddings for Query Expansion

2021-03-09 · Shahrzad Naseri, Jeffrey Dalton, Andrew Yates, James Allan

In this work we leverage recent advances in context-sensitive language models to improve the task of query expansion. Contextualized word representation models, such as ELMo and BERT, are rapidly replacing static embeddi…

RerankingRe-RankingRetrieval

Query Expansion Should Be Coordinated: Dense Expands, Sparse Anchors

2026-08-16 · Chunran Zhang arxiv

Retrieval-augmented generation (RAG) systems rely on retrieval modules to ground large language model (LLM) outputs. LLM-based query expansion enriches retrieval with document-like passages, but evaluations of hybrid ret…