paper-with-me

홈 › Papers

Query Expansion Strategy based on Pseudo Relevance Feedback and Term Weight Scheme for Monolingual Retrieval

2015-02-18 · Vaidyanathan Rekha, Das Sujoy, Srivastava Namita

Query Expansion using Pseudo Relevance Feedback is a useful and a popular technique for reformulating the query. In our proposed query expansion method, we assume that relevant information can be found within a document near the central idea. The document is normally divided into sections, paragraphs and lines. The proposed method tries to extract keywords that are closer to the central theme of the document. The expansion terms are obtained by equi-frequency partition of the documents obtained from pseudo relevance feedback and by using tf-idf scores. The idf factor is calculated for number of partitions in documents. The group of words for query expansion is selected using the following approaches: the highest score, average score and a group of words that has maximum number of keywords. As each query behaved differently for different methods, the effect of these methods in selecting the words for query expansion is investigated. From this initial study, we extend the experiment to develop a rule-based statistical model that automatically selects the best group of words incorporating the tf-idf scoring and the 3 approaches explained here, in the future. The experiments were performed on FIRE 2011 Adhoc Hindi and English test collections on 50 queries each, using Terrier as retrieval engine.

📄 PDF Abstract BibTeX arXiv:1502.05168

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

GQE-PRF: Generative Query Expansion with Pseudo-Relevance Feedback

2021-08-13 · Minghui Huang, Dong Wang, Shuang Liu, Meizhen Ding

Query expansion with pseudo-relevance feedback (PRF) is a powerful approach to enhance the effectiveness in information retrieval. Recently, with the rapid advance of deep learning techniques, neural text generation has …

Information RetrievalRerankingRetrievalText Generation

ADORE: Iterative Query Expansion with Retrieval-Grounded Relevance Feedback

2026-06-11 · Amin Bigdeli, Negar Arabzadeh, Radin Hamidi Rad, Sajad Ebrahimi 외 arxiv

LLM-based query expansion improves retrieval by enriching the original query with additional context. Yet most methods remain generation-driven, producing plausible pseudo-documents or expansions without checking how the…

Exploring the Best Practices of Query Expansion with Large Language Models

2024-01-12 · Le Zhang, Yihong Wu, Qian Yang, Jian-Yun Nie

Large Language Models (LLMs) are foundational in language technologies, particularly in information retrieval (IR). Previous studies have utilized LLMs for query expansion, achieving notable improvements in IR. In this p…

Information RetrievalRe-RankingRetrievalText Generation+1

Generative and Pseudo-Relevant Feedback for Sparse, Dense and Learned Sparse Retrieval

2023-05-12 · Iain Mackie, Shubham Chatterjee, Jeffrey Dalton

Pseudo-relevance feedback (PRF) is a classical approach to address lexical mismatch by enriching the query using first-pass retrieval. Moreover, recent work on generative-relevance feedback (GRF) shows that query expansi…

Document RankingRetrieval

Query Expansion by Prompting Large Language Models

2023-05-05 · Rolf Jagerman, Honglei Zhuang, Zhen Qin, Xuanhui Wang 외

Query expansion is a widely used technique to improve the recall of search systems. In this paper, we propose an approach to query expansion that leverages the generative abilities of Large Language Models (LLMs). Unlike…