paper-with-me

Papers

Improving Generated and Retrieved Knowledge Combination Through Zero-shot Generation

2024-12-25 · Xinkai Du, Quanjie Han, Chao Lv, Yan Liu, Yalin Sun, Hao Shu, Hongbo Shan, Maosong Sun

Open-domain Question Answering (QA) has garnered substantial interest by combining the advantages of faithfully retrieved passages and relevant passages generated through Large Language Models (LLMs). However, there is a lack of definitive labels available to pair these sources of knowledge. In order to address this issue, we propose an unsupervised and simple framework called Bi-Reranking for Merging Generated and Retrieved Knowledge (BRMGR), which utilizes re-ranking methods for both retrieved passages and LLM-generated passages. We pair the two types of passages using two separate re-ranking methods and then combine them through greedy matching. We demonstrate that BRMGR is equivalent to employing a bipartite matching loss when assigning each retrieved passage with a corresponding LLM-generated passage. The application of our model yielded experimental results from three datasets, improving their performance by +1.7 and +1.6 on NQ and WebQ datasets, respectively, and obtaining comparable result on TriviaQA dataset when compared to competitive baselines.

📄 PDF Abstract BibTeX arXiv:2412.18800

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question AnsweringQuestion AnsweringRerankingRe-RankingTriviaQA

Similar Papers 제목 키워드 기반

CoCoA: Collaborative Chain-of-Agents for Parametric-Retrieved Knowledge Synergy

2025-08-03 · Yi Jiang, Sendong Zhao, Jianbo Li, Haochun Wang 외 arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs), especially for knowledge-intensive tasks. Despite its advantages, current RAG methods often struggle to fully exploit knowledge during generatio…

MILL: Mutual Verification with Large Language Models for Zero-Shot Query Expansion

2023-10-29 · Pengyue Jia, Yiding Liu, Xiangyu Zhao, Xiaopeng Li 외

Query expansion, pivotal in search engines, enhances the representation of user information needs with additional terms. While existing methods expand queries using retrieved or generated contextual documents, each appro…

Information RetrievalLanguage ModellingLarge Language ModelRetrieval

A Cognitive Ideation Support Framework using IBM Watson Services

2024-12-18 · Samaa Elnagar, Kweku-Muata Osei-Bryson

Ideas generation is a core activity for innovation in organizations. The creativity of the generated ideas depends not only on the knowledge retrieved from the organizations' knowledge bases, but also on the external kno…

Question Answering

Establishing Knowledge Preference in Language Models

2024-07-17 · Sizhe Zhou, Sha Li, Yu Meng, Yizhu Jiao 외

Language models are known to encode a great amount of factual knowledge through pretraining. However, such knowledge might be insufficient to cater to user requests, requiring the model to integrate external knowledge so…

Articles

Retrieving Supporting Evidence for Generative Question Answering

2023-09-20 · Siqing Huo, Negar Arabzadeh, Charles L. A. Clarke

Current large language models (LLMs) can exhibit near-human levels of performance on many natural language-based tasks, including open-domain question answering. Unfortunately, at this time, they also convincingly halluc…

Generative Question AnsweringOpen-Domain Question AnsweringQuestion AnsweringRetrieval