paper-with-me

홈 › 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 approaches that learn direct conversation-to-passage matching, RCEM aligns conversations, prepended by special token, to LLM-rewritten queries, while preserving the original embedding space. The unchanged embedding space automatically maps the rewritten-query to the relevant passages. As a result, RCEM (1) reduces overfitting by simplifying the alignment task from long passages to shorter rewritten queries, (2) eliminates the need for conversation-to-passage relevance labels for training, and (3) maintains its original embedding space that allows conversational queries against indexes built by original embedder without rebuilding them. Extensive experiments show that RCEM consistently outperforms prior approaches, achieving up to 30% improvement under distributional shift.

📄 PDF Abstract BibTeX arXiv:2606.01697

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Unified Causal-Origin Taxonomy of Distributional Shifts in Reinforcement Learning

2026-06-15 · Ardianto Wibowo, Paulo E Santos, Amer Baghdadi, Matthew Stephenson 외 arxiv

Reinforcement learning (RL) systems often degrade when operating conditions differ from those previously encountered, reflecting distributional shifts in the underlying data-generating process. Such shifts may occur betw…

Reinforcement Learning

Bridging Passive and Active: Enhancing Conversation Starter Recommendation via Active Expression Modeling

2026-05-07 · Yiqing Wu, Haoming Li, Guanyu Jiang, Jiahao Liang 외 arxiv

Large Language Model (LLM)-driven conversational search is shifting information retrieval from reactive keyword matching to proactive, open-ended dialogues. In this context, Conversation Starters are widely deployed to p…

Information Retrieval

LLM-based Embedders for Prior Case Retrieval

2025-07-24 · Damith Premasiri, Tharindu Ranasinghe, Ruslan Mitkov arxiv

In common law systems, legal professionals such as lawyers and judges rely on precedents to build their arguments. As the volume of cases has grown massively over time, effectively retrieving prior cases has become essen…

Information Retrieval

Adaptation of Hierarchical Structured Models for Speech Act Recognition in Asynchronous Conversation

2019-04-01 · NAACL 2019 6 · Tasnim Mohiuddin, Thanh-Tung Nguyen, Shafiq Joty

We address the problem of speech act recognition (SAR) in asynchronous conversations (forums, emails). Unlike synchronous conversations (e.g., meetings, phone), asynchronous domains lack large labeled datasets to train a…

Word Embeddings

Distributionally Safe Reinforcement Learning under Model Uncertainty: A Single-Level Approach by Differentiable Convex Programming

2023-10-03 · Alaa Eddine Chriat, Chuangchuang Sun

Safety assurance is uncompromisable for safety-critical environments with the presence of drastic model uncertainties (e.g., distributional shift), especially with humans in the loop. However, incorporating uncertainty i…

Safe Reinforcement Learning