paper-with-me

Papers

GenTREC: The First Test Collection Generated by Large Language Models for Evaluating Information Retrieval Systems

2025-01-05 · Mehmet Deniz Türkmen, Mucahid Kutlu, Bahadir Altun, Gokalp Cosgun

Building test collections for Information Retrieval evaluation has traditionally been a resource-intensive and time-consuming task, primarily due to the dependence on manual relevance judgments. While various cost-effective strategies have been explored, the development of such collections remains a significant challenge. In this paper, we present GenTREC , the first test collection constructed entirely from documents generated by a Large Language Model (LLM), eliminating the need for manual relevance judgments. Our approach is based on the assumption that documents generated by an LLM are inherently relevant to the prompts used for their generation. Based on this heuristic, we utilized existing TREC search topics to generate documents. We consider a document relevant only to the prompt that generated it, while other document-topic pairs are treated as non-relevant. To introduce realistic retrieval challenges, we also generated non-relevant documents, ensuring that IR systems are tested against a diverse and robust set of materials. The resulting GenTREC collection comprises 96,196 documents, 300 topics, and 18,964 relevance "judgments". We conducted extensive experiments to evaluate GenTREC in terms of document quality, relevance judgment accuracy, and evaluation reliability. Notably, our findings indicate that the ranking of IR systems using GenTREC is compatible with the evaluations conducted using traditional TREC test collections, particularly for P@100, MAP, and RPrec metrics. Overall, our results show that our proposed approach offers a promising, low-cost alternative for IR evaluation, significantly reducing the burden of building and maintaining future IR evaluation resources.

📄 PDF Abstract BibTeX arXiv:2501.02408

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalLarge Language ModelRetrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

AgentRec: Agent Recommendation Using Sentence Embeddings Aligned to Human Feedback

2025-01-23 · Joshua Park, Yongfeng Zhang

Multi-agent systems must decide which agent is the most appropriate for a given task. We propose a novel architecture for recommending which LLM agent out of many should perform a task given a natural language prompt by …

reinforcement-learningReinforcement LearningSentenceSentence Embeddings

AgentRecBench: Benchmarking LLM Agent-based Personalized Recommender Systems

2025-05-26 · Yu Shang, Peijie Liu, Yuwei Yan, Zijing Wu 외

The emergence of agentic recommender systems powered by Large Language Models (LLMs) represents a paradigm shift in personalized recommendations, leveraging LLMs' advanced reasoning and role-playing capabilities to enabl…

BenchmarkingRecommendation Systems

AgentRec: Next-Generation LLM-Powered Multi-Agent Collaborative Recommendation with Adaptive Intelligence

2025-10-02 · Bo Ma, Hang Li, ZeHua Hu, XiaoFan Gui 외 arxiv

Interactive conversational recommender systems have gained significant attention for their ability to capture user preferences through natural language interactions. However, existing approaches face substantial challeng…

Can Generative LLMs Create Query Variants for Test Collections? An Exploratory Study

2025-01-29 · Marwah Alaofi, Luke Gallagher, Mark Sanderson, Falk Scholer 외

This paper explores the utility of a Large Language Model (LLM) to automatically generate queries and query variants from a description of an information need. Given a set of information needs described as backstories, w…

Language ModelingLanguage ModellingLarge Language Model

REANIMATOR: Reanimate Retrieval Test Collections with Extracted and Synthetic Resources

2025-04-10 · Björn Engelmann, Fabian Haak, Philipp Schaer, Mani Erfanian Abdoust 외

Retrieval test collections are essential for evaluating information retrieval systems, yet they often lack generalizability across tasks. To overcome this limitation, we introduce REANIMATOR, a versatile framework design…

Information RetrievalRetrievalRetrieval-augmented Generation