paper-with-me

홈 › Papers

Towards Filling the Gap in Conversational Search: From Passage Retrieval to Conversational Response Generation

2023-08-17 · The 32nd ACM International Conference on Information and Knowledge Management 2023 10 · Weronika Łajewska, Krisztian Balog

Research on conversational search has so far mostly focused on query rewriting and multi-stage passage retrieval. However, synthesizing the top retrieved passages into a complete, relevant, and concise response is still an open challenge. Having snippet-level annotations of relevant passages would enable both (1) the training of response generation models that are able to ground answers in actual statements and (2) the automatic evaluation of the generated responses in terms of completeness. In this paper, we address the problem of collecting high-quality snippet-level answer annotations for two of the TREC Conversational Assistance track datasets. To ensure quality, we first perform a preliminary annotation study, employing different task designs, crowdsourcing platforms, and workers with different qualifications. Based on the outcomes of this study, we refine our annotation protocol before proceeding with the full-scale data collection. Overall, we gather annotations for 1.8k question-paragraph pairs, each annotated by three independent crowd workers. The process of collecting data at this magnitude also led to multiple insights about the problem that can inform the design of future response-generation methods. This is an extended version of the article published with the same title in the Proceedings of CIKM'23.

📄 PDF Abstract BibTeX arXiv:2308.08911

Code (1)

iai-group/cast-snippets 공식 구현

Tasks

Conversational Response GenerationConversational SearchPassage RetrievalResponse GenerationRetrieval

Similar Papers 제목 키워드 기반

Learning When to Retrieve, What to Rewrite, and How to Respond in Conversational QA

2024-09-23 · Nirmal Roy, Leonardo F. R. Ribeiro, Rexhina Blloshmi, Kevin Small

Augmenting Large Language Models (LLMs) with information retrieval capabilities (i.e., Retrieval-Augmented Generation (RAG)) has proven beneficial for knowledge-intensive tasks. However, understanding users' contextual s…

Conversational Question AnsweringInformation RetrievalPassage RetrievalQuestion Answering+4

Making Information Seeking Easier: An Improved Pipeline for Conversational Search

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Vaibhav Kumar, Jamie Callan

This paper presents a highly effective pipeline for passage retrieval in a conversational search setting. The pipeline comprises of two components: Conversational Term Selection (CTS) and Multi-View Reranking (MVR). CTS …

Conversational SearchPassage RankingPassage RerankingPassage Retrieval+2

Multi-Stage Conversational Passage Retrieval: An Approach to Fusing Term Importance Estimation and Neural Query Rewriting

2020-05-05 · Sheng-Chieh Lin, Jheng-Hong Yang, Rodrigo Nogueira, Ming-Feng Tsai 외

Conversational search plays a vital role in conversational information seeking. As queries in information seeking dialogues are ambiguous for traditional ad-hoc information retrieval (IR) systems due to the coreference a…

Ad-Hoc Information RetrievalConversational SearchInformation RetrievalPassage Retrieval+1

Dense Passage Retrieval in Conversational Search

2025-03-21 · Ahmed H. Salamah, Pierre McWhannel, Nicole Yan

Information retrieval systems have traditionally relied on exact term match methods such as BM25 for first-stage retrieval. However, recent advancements in neural network-based techniques have introduced a new method cal…

Conversational SearchInformation RetrievalOpen-Domain Question AnsweringPassage Retrieval+2

RCEM: Robust Conversational Search EMbedder in Distributional Shift

2026-06-01 · Kilho Son, Paul Hsu, Cha Zhang, Dinei Florencio arxiv

We propose RCEM, a Robust Conversational search EMbedder that is additionally equipped with LLM's query reformulation capability without losing base model's generalization. Unlike prior conversational dense retrieval app…