paper-with-me

Papers

Passage Query Methods for Retrieval and Reranking in Conversational Agents

2025-02-28 · Victor De Lima. Grace Hui Yang

This paper presents our approach to the TREC Interactive Knowledge Assistance Track (iKAT), which focuses on improving conversational information-seeking (CIS) systems. While recent advancements in CIS have improved conversational agents' ability to assist users, significant challenges remain in understanding context and retrieving relevant documents across domains and dialogue turns. To address these issues, we extend the Generate-Retrieve-Generate pipeline by developing passage queries (PQs) that align with the target document's expected format to improve query-document matching during retrieval. We propose two variations of this approach: Weighted Reranking and Short and Long Passages. Each method leverages a Meta Llama model for context understanding and generating queries and responses. Passage ranking evaluation results show that the Short and Long Passages approach outperformed the organizers' baselines, performed best among Llama-based systems in the track, and achieved results comparable to GPT-4-based systems. These results indicate that the method effectively balances efficiency and performance. Findings suggest that PQs improve semantic alignment with target documents and demonstrate their potential to improve multi-turn dialogue systems.

📄 PDF Abstract BibTeX arXiv:2503.00238

Code (0)

등록된 구현이 없습니다.

Tasks

Passage RankingRerankingRetrieval

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
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 제목 키워드 기반

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

IRLab@iKAT24: Learned Sparse Retrieval with Multi-aspect LLM Query Generation for Conversational Search

2024-11-22 · Simon Lupart, Zahra Abbasiantaeb, Mohammad Aliannejadi

The Interactive Knowledge Assistant Track (iKAT) 2024 focuses on advancing conversational assistants, able to adapt their interaction and responses from personalized user knowledge. The track incorporates a Personal Text…

Conversational SearchPassage RankingRerankingResponse Generation+1

Hybrid and Collaborative Passage Reranking

2023-05-16 · Zongmeng Zhang, Wengang Zhou, Jiaxin Shi, Houqiang Li

In passage retrieval system, the initial passage retrieval results may be unsatisfactory, which can be refined by a reranking scheme. Existing solutions to passage reranking focus on enriching the interaction between que…

Passage RerankingPassage RetrievalRerankingRetrieval

TREC CAsT 2019: The Conversational Assistance Track Overview

2020-03-30 · Jeffrey Dalton, Chenyan Xiong, Jamie Callan

The Conversational Assistance Track (CAsT) is a new track for TREC 2019 to facilitate Conversational Information Seeking (CIS) research and to create a large-scale reusable test collection for conversational search syste…

Conversational SearchLearning-To-RankMachine Reading ComprehensionReading Comprehension+2

Rank-K: Test-Time Reasoning for Listwise Reranking

2025-05-20 · Eugene Yang, Andrew Yates, Kathryn Ricci, Orion Weller 외

Retrieve-and-rerank is a popular retrieval pipeline because of its ability to make slow but effective rerankers efficient enough at query time by reducing the number of comparisons. Recent works in neural rerankers take …

Language ModelingLanguage ModellingPassage RerankingReranking+1