paper-with-me

홈 › Papers

Improving the Reusability of Conversational Search Test Collections

2025-03-12 · Zahra Abbasiantaeb, Chuan Meng, Leif Azzopardi, Mohammad Aliannejadi

Incomplete relevance judgments limit the reusability of test collections. When new systems are compared to previous systems that contributed to the pool, they often face a disadvantage. This is due to pockets of unjudged documents (called holes) in the test collection that the new systems return. The very nature of Conversational Search (CS) means that these holes are potentially larger and more problematic when evaluating systems. In this paper, we aim to extend CS test collections by employing Large Language Models (LLMs) to fill holes by leveraging existing judgments. We explore this problem using TREC iKAT 23 and TREC CAsT 22 collections, where information needs are highly dynamic and the responses are much more varied, leaving bigger holes to fill. Our experiments reveal that CS collections show a trend towards less reusability in deeper turns. Also, fine-tuning the Llama 3.1 model leads to high agreement with human assessors, while few-shot prompting the ChatGPT results in low agreement with humans. Consequently, filling the holes of a new system using ChatGPT leads to a higher change in the location of the new system. While regenerating the assessment pool with few-shot prompting the ChatGPT model and using it for evaluation achieves a high rank correlation with human-assessed pools. We show that filling the holes using few-shot training the Llama 3.1 model enables a fairer comparison between the new system and the systems contributed to the pool. Our hole-filling model based on few-shot training of the Llama 3.1 model can improve the reusability of test collections.

📄 PDF Abstract BibTeX arXiv:2503.09899

Code (1)

ZahraAbbasiantaeb/LLMs-for-relevance-judgment-assessment 공식 구현

Tasks

Conversational Search

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…

Similar Papers 제목 키워드 기반

Understanding and Predicting Characteristics of Test Collections in Information Retrieval

2020-12-24 · Md Mustafizur Rahman, Mucahid Kutlu, Matthew Lease

Research community evaluations in information retrieval, such as NIST's Text REtrieval Conference (TREC), build reusable test collections by pooling document rankings submitted by many teams. Naturally, the quality of th…

Information RetrievalRetrievalText Retrieval

On the Reliability of Test Collections for Evaluating Systems of Different Types

2020-04-28 · Emine Yilmaz, Nick Craswell, Bhaskar Mitra, Daniel Campos

As deep learning based models are increasingly being used for information retrieval (IR), a major challenge is to ensure the availability of test collections for measuring their quality. Test collections are generated ba…

Deep LearningFairnessInformation RetrievalRetrieval+1

TREC Deep Learning Track: Reusable Test Collections in the Large Data Regime

2021-04-19 · Nick Craswell, Bhaskar Mitra, Emine Yilmaz, Daniel Campos 외

The TREC Deep Learning (DL) Track studies ad hoc search in the large data regime, meaning that a large set of human-labeled training data is available. Results so far indicate that the best models with large data may be …

Selection bias

Can Old TREC Collections Reliably Evaluate Modern Neural Retrieval Models?

2022-01-26 · Ellen M. Voorhees, Ian Soboroff, Jimmy Lin

Neural retrieval models are generally regarded as fundamentally different from the retrieval techniques used in the late 1990's when the TREC ad hoc test collections were constructed. They thus provide the opportunity to…

Retrieval

Introducing MANtIS: a novel Multi-Domain Information Seeking Dialogues Dataset

2019-12-10 · Gustavo Penha, Alexandru Balan, Claudia Hauff

Conversational search is an approach to information retrieval (IR), where users engage in a dialogue with an agent in order to satisfy their information needs. Previous conceptual work described properties and actions a …

Conversational SearchInformation RetrievalRetrieval