paper-with-me

홈 › Papers

Aligning Query Representation with Rewritten Query and Relevance Judgments in Conversational Search

2024-07-29 · Fengran Mo, Chen Qu, Kelong Mao, Yihong Wu, Zhan Su, Kaiyu Huang, Jian-Yun Nie

Conversational search supports multi-turn user-system interactions to solve complex information needs. Different from the traditional single-turn ad-hoc search, conversational search encounters a more challenging problem of context-dependent query understanding with the lengthy and long-tail conversational history context. While conversational query rewriting methods leverage explicit rewritten queries to train a rewriting model to transform the context-dependent query into a stand-stone search query, this is usually done without considering the quality of search results. Conversational dense retrieval methods use fine-tuning to improve a pre-trained ad-hoc query encoder, but they are limited by the conversational search data available for training. In this paper, we leverage both rewritten queries and relevance judgments in the conversational search data to train a better query representation model. The key idea is to align the query representation with those of rewritten queries and relevant documents. The proposed model -- Query Representation Alignment Conversational Dense Retriever, QRACDR, is tested on eight datasets, including various settings in conversational search and ad-hoc search. The results demonstrate the strong performance of QRACDR compared with state-of-the-art methods, and confirm the effectiveness of representation alignment.

📄 PDF Abstract BibTeX arXiv:2407.20189

Code (1)

fengranMark/QRACDR 공식 구현 pytorch

Tasks

Conversational Search

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

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…

Generating Multi-Aspect Queries for Conversational Search

2024-03-28 · Zahra Abbasiantaeb, Simon Lupart, Mohammad Aliannejadi

Conversational information seeking (CIS) systems aim to model the user's information need within the conversational context and retrieve the relevant information. One major approach to modeling the conversational context…

Conversational SearchPassage RetrievalRetrieval

Qrlew: Rewriting SQL into Differentially Private SQL

2024-01-11 · Nicolas Grislain, Paul Roussel, Victoria de Sainte Agathe

This paper introduces Qrlew, an open source library that can parse SQL queries into Relations -- an intermediate representation -- that keeps track of rich data types, value ranges, and row ownership; so that they can ea…

CREAD: Combined Resolution of Ellipses and Anaphora in Dialogues

2021-05-20 · NAACL 2021 4 · Bo-Hsiang Tseng, Shruti Bhargava, Jiarui Lu, Joel Ruben Antony Moniz 외

Anaphora and ellipses are two common phenomena in dialogues. Without resolving referring expressions and information omission, dialogue systems may fail to generate consistent and coherent responses. Traditionally, anaph…

coreference-resolutionCoreference ResolutionDialogue Understanding

Mining Clues from Incomplete Utterance: A Query-enhanced Network for Incomplete Utterance Rewriting

2023-07-03 · NAACL 2022 7 · Shuzheng Si, Shuang Zeng, Baobao Chang

Incomplete utterance rewriting has recently raised wide attention. However, previous works do not consider the semantic structural information between incomplete utterance and rewritten utterance or model the semantic st…