paper-with-me

Papers

How Can Context Help? Exploring Joint Retrieval of Passage and Personalized Context

2023-08-26 · Hui Wan, Hongkang Li, Songtao Lu, Xiaodong Cui, Marina Danilevsky

The integration of external personalized context information into document-grounded conversational systems has significant potential business value, but has not been well-studied. Motivated by the concept of personalized context-aware document-grounded conversational systems, we introduce the task of context-aware passage retrieval. We also construct a dataset specifically curated for this purpose. We describe multiple baseline systems to address this task, and propose a novel approach, Personalized Context-Aware Search (PCAS), that effectively harnesses contextual information during passage retrieval. Experimental evaluations conducted on multiple popular dense retrieval systems demonstrate that our proposed approach not only outperforms the baselines in retrieving the most relevant passage but also excels at identifying the pertinent context among all the available contexts. We envision that our contributions will serve as a catalyst for inspiring future research endeavors in this promising direction.

📄 PDF Abstract BibTeX arXiv:2308.13760

Code (0)

등록된 구현이 없습니다.

Tasks

Passage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Challenging Decoder helps in Masked Auto-Encoder Pre-training for Dense Passage Retrieval

2023-05-22 · Zehan Li, Yanzhao Zhang, Dingkun Long, Pengjun Xie

Recently, various studies have been directed towards exploring dense passage retrieval techniques employing pre-trained language models, among which the masked auto-encoder (MAE) pre-training architecture has emerged as …

DecoderPassage RetrievalRetrieval

CoT-MoTE: Exploring ConTextual Masked Auto-Encoder Pre-training with Mixture-of-Textual-Experts for Passage Retrieval

2023-04-20 · Guangyuan Ma, Xing Wu, Peng Wang, Songlin Hu

Passage retrieval aims to retrieve relevant passages from large collections of the open-domain corpus. Contextual Masked Auto-Encoding has been proven effective in representation bottleneck pre-training of a monolithic d…

Passage RetrievalRetrieval

Best in Tau@LLMJudge: Criteria-Based Relevance Evaluation with Llama3

2024-10-17 · Naghmeh Farzi, Laura Dietz

Traditional evaluation of information retrieval (IR) systems relies on human-annotated relevance labels, which can be both biased and costly at scale. In this context, large language models (LLMs) offer an alternative by…

Information Retrieval

Dense Passage Retrieval for Open-Domain Question Answering

2020-04-10 · EMNLP 2020 11 · Vladimir Karpukhin, Barlas Oğuz, Sewon Min, Patrick Lewis 외

Open-domain question answering relies on efficient passage retrieval to select candidate contexts, where traditional sparse vector space models, such as TF-IDF or BM25, are the de facto method. In this work, we show that…

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

End-to-End Beam Retrieval for Multi-Hop Question Answering

2023-08-17 · Jiahao Zhang, Haiyang Zhang, Dongmei Zhang, Yong liu 외

Multi-hop question answering (QA) involves finding multiple relevant passages and step-by-step reasoning to answer complex questions, indicating a retrieve-and-read paradigm. However, previous retrievers were customized …

Language ModellingLarge Language ModelMulti-hop Question AnsweringQuestion Answering+1