From Relevance to Authority: Authority-aware Generative Retrieval in Web Search Engines (2026.acl-industry)
Copied to clipboard
| Challenge: | Existing methods that optimize for relevance overlook document trustworthiness . Generative information retrieval (GenIR) is a promising paradigm for retrieval tasks . |
| Approach: | They propose an Authority-aware Generative Retriever (AuthGR) that incorporates authority into GenIR. |
| Outcome: | The proposed framework improves authority and accuracy in real-world user engagement and reliability. |
Similar Papers
CA-GAR: Context-Aware Alignment of LLM Generation for Document Retrieval (2025.findings-acl)
Copied to clipboard
| Challenge: | Recent techniques such as Generation-Augmented Retrieval (GAR) and Generative Document Retrieleval (GDR) leverage LLMs to enhance retrieval performance but face key challenges: GAR’s generated content may not always align with the target document corpus, while GDR limits the generative capacity of LLM. |
| Approach: | They propose a Context-Aware Generation-Augmented Retrieval approach which integrates corpus information into their generation process. |
| Outcome: | Experimental results show that CA-GAR outperforms existing methods on seven tasks and four non-English languages. |
DiffusionRet: Diffusion-Enhanced Generative Retriever using Constrained Decoding (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Generative retrieval methods have suffered from the lack of the intermediate reasoning step . generative retrieval uses sequence-to-sequence diffusion models to map a query to relevant docids . |
| Approach: | They propose a novel method that uses query as an intermediate step before retrieval . they propose to use sequence-to-sequence diffusion models to map a query to relevant docids . |
| Outcome: | Experiments show that proposed method outperforms existing methods on MARCO and Natural Questions datasets. |
QueStER: Query Specification for Generative Keyword-Based Retrieval (2026.findings-eacl)
Copied to clipboard
| Challenge: | Generative retrieval (GR) models can be expensive and brittle out of domain. |
| Approach: | They propose a query specification for gEnerative Keyword-Based Retrieval which bridges GR and query reformulation by learning to generate explicit keyword-based search specifications. |
| Outcome: | The proposed query specification improves over existing queries and maintains strong efficiency. |
Re3val: Reinforced and Reranked Generative Retrieval (2024.findings-eacl)
Copied to clipboard
| Challenge: | generative retrieval models encode pointers to information in a corpus as an index within the model’s parameters. |
| Approach: | They propose a generative retrieval model that leverages contextual information to rerank retrieved page titles and utilizes REINFORCE to maximize rewards generated by constrained decoding. |
| Outcome: | The proposed model can't be tuned for the downstream readers as decoding the page title is a non-differentiable operation. |
Enhancing Generative Retrieval with Reinforcement Learning from Relevance Feedback (2023.emnlp-main)
Copied to clipboard
| Challenge: | End-to-end generative retrieval models produce document identifiers in response to a query . however, this approach has two challenges: an overemphasis on top-1 results at the expense of overall ranking quality. |
| Approach: | They propose a generative retrieval model with reinforcement learning from relevance feedback to align token-level docid generation with document-level relevance estimation. |
| Outcome: | The proposed model aligns token-level docid generation with document-level relevance estimation. |
Show, Write, and Retrieve: Entity-aware Article Generation and Retrieval (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Prior work typically encodes all tokens in articles using pre-trained language models, however, many named entities are difficult to accurately recognize and predict by language models. |
| Approach: | They propose an ENtity-aware article GeneratIoN and rEtrieval framework to explicitly incorporate named entities into language models. |
| Outcome: | The proposed framework can boost article generation and retrieval performance, with a 4-5 perplexity improvement in article generation, and a 3-4% boost in recall@1 in article retrieval. |
Retrieving Support to Rank Answers in Open-Domain Question Answering (2025.emnlp-main)
Copied to clipboard
| Challenge: | a novel question answering architecture retrieves content relevant to the combined pair . previous work on automatic claim verification has shown hallucinations . |
| Approach: | They propose a question-answer architecture that prioritizes supporting evidence . it retrieves paragraphs that directly substantiate the correctness of a with respect to q . |
| Outcome: | The proposed approach can be used by large language models to retrieve explanatory paragraphs that ground their reasoning. |
Improving Retrieval in Sponsored Search by Leveraging Query Context Signals (2024.emnlp-industry)
Copied to clipboard
| Challenge: | Existing models for retrieving relevant bid keywords fail to capture nuanced user intent . a new approach to enhance query understanding uses contextual signals . |
| Approach: | They propose a method to augment queries with rich contextual signals from web search results and large language models stored in an online cache. |
| Outcome: | The proposed approach outperforms context-free models in retrieving relevant bid keywords for user queries. |
Auto Search Indexer for End-to-End Document Retrieval (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Generative retrieval heavily relies on the “preprocessed” document identifiers, thus limiting its retrieval performance and ability to retrieve new documents. |
| Approach: | They propose a fully end-to-end retrieval paradigm that can learn the best docids for existing and new documents automatically via a semantic indexing module. |
| Outcome: | The proposed model outperforms baselines on public and industrial datasets and can handle new documents. |
Exploring the Practicality of Generative Retrieval on Dynamic Corpora (2024.emnlp-main)
Copied to clipboard
| Challenge: | a lack of comprehensive comparison between GR and Dual Encoders in IR systems is limiting . GR is more adaptable to evolving knowledge (4–11%), robust in learning knowledge with temporal information, and efficient in terms of inference FLOPs (x2), indexing time (x6) and storage footprint (x4) |
| Approach: | They propose to use autoregressive language models to perform information retrieval (IR) their results highlight the potential of GR for future use in practical IR systems . |
| Outcome: | The proposed model is more adaptable to evolving knowledge (4–11%), robust in learning knowledge with temporal information, efficient inference FLOPs (x2), indexing time (x6), and storage footprint (x4) compared to the most common model, Dual Encoder (DE). |