paper-with-me

Papers

It's All Relative! -- A Synthetic Query Generation Approach for Improving Zero-Shot Relevance Prediction

2023-11-14 · Aditi Chaudhary, Karthik Raman, Michael Bendersky

Recent developments in large language models (LLMs) have shown promise in their ability to generate synthetic query-document pairs by prompting with as few as 8 demonstrations. This has enabled building better IR models, especially for tasks with no training data readily available. Typically, such synthetic query generation (QGen) approaches condition on an input context (e.g. a text document) and generate a query relevant to that context, or condition the QGen model additionally on the relevance label (e.g. relevant vs irrelevant) to generate queries across relevance buckets. However, we find that such QGen approaches are sub-optimal as they require the model to reason about the desired label and the input from a handful of examples. In this work, we propose to reduce this burden of LLMs by generating queries simultaneously for different labels. We hypothesize that instead of asking the model to generate, say, an irrelevant query given an input context, asking the model to generate an irrelevant query relative to a relevant query is a much simpler task setup for the model to reason about. Extensive experimentation across seven IR datasets shows that synthetic queries generated in such a fashion translates to a better downstream performance, suggesting that the generated queries are indeed of higher quality.

📄 PDF Abstract BibTeX arXiv:2311.07930

Code (0)

등록된 구현이 없습니다.

Tasks

All

Similar Papers 제목 키워드 기반

Zero-Shot and Efficient Clarification Need Prediction in Conversational Search

2025-02-28 · Lili Lu, Chuan Meng, Federico Ravenda, Mohammad Aliannejadi 외

Clarification need prediction (CNP) is a key task in conversational search, aiming to predict whether to ask a clarifying question or give an answer to the current user query. However, current research on CNP suffers fro…

Conversational Searchcounterfactual

Link, Synthesize, Retrieve: Universal Document Linking for Zero-Shot Information Retrieval

2024-10-24 · Dae Yon Hwang, Bilal Taha, Harshit Pande, Yaroslav Nechaev

Despite the recent advancements in information retrieval (IR), zero-shot IR remains a significant challenge, especially when dealing with new domains, languages, and newly-released use cases that lack historical query tr…

Information Retrievalnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Unsupervised Domain Adaption for Neural Information Retrieval

2023-10-13 · Carlos Dominguez, Jon Ander Campos, Eneko Agirre, Gorka Azkune

Neural information retrieval requires costly annotated data for each target domain to be competitive. Synthetic annotation by query generation using Large Language Models or rule-based string manipulation has been propos…

Domain AdaptationInformation RetrievalRetrievalUnsupervised Domain Adaptation

Towards Foundation Models for Zero-Shot Time Series Anomaly Detection: Leveraging Synthetic Data and Relative Context Discrepancy

2025-09-25 · Tian Lan, Hao Duong Le, Jinbo Li, Wenjun He 외 arxiv

Time series anomaly detection (TSAD) is a critical task, but developing models that generalize to unseen data in a zero-shot manner remains challenging. Existing foundation models for TSAD often rely on reconstruction-er…

Time Series Anomaly Detection

GAR-meets-RAG Paradigm for Zero-Shot Information Retrieval

2023-10-31 · Daman Arora, Anush Kini, Sayak Ray Chowdhury, Nagarajan Natarajan 외

Given a query and a document corpus, the information retrieval (IR) task is to output a ranked list of relevant documents. Combining large language models (LLMs) with embedding-based retrieval models, recent work shows p…

Information RetrievalPassage RetrievalRAGRe-Ranking+2