On Synthetic Data Strategies for Domain-Specific Generative Retrieval

📅 2025-02-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address the high annotation cost and poor scalability of manual query labeling in domain-specific generative retrieval, this paper proposes a two-stage synthetic data construction paradigm. In the first stage, a large language model generates multi-granularity queries under domain constraints to train document identifier decoding. In the second stage, hard negative samples are dynamically mined via initial model predictions—based on confidence scores and ranking deviations—to optimize retrieval ranking. This work is the first to integrate domain-aware query generation with dynamic hard negative sampling, effectively alleviating the annotation bottleneck. Evaluated on multiple public domain-specific datasets, our method achieves a 12.3% improvement in Recall@10 over strong baselines and matches fully supervised performance using only 10% of human-annotated queries.

Technology Category

Application Category

📝 Abstract
This paper investigates synthetic data generation strategies in developing generative retrieval models for domain-specific corpora, thereby addressing the scalability challenges inherent in manually annotating in-domain queries. We study the data strategies for a two-stage training framework: in the first stage, which focuses on learning to decode document identifiers from queries, we investigate LLM-generated queries across multiple granularity (e.g. chunks, sentences) and domain-relevant search constraints that can better capture nuanced relevancy signals. In the second stage, which aims to refine document ranking through preference learning, we explore the strategies for mining hard negatives based on the initial model's predictions. Experiments on public datasets over diverse domains demonstrate the effectiveness of our synthetic data generation and hard negative sampling approach.
Problem

Research questions and friction points this paper is trying to address.

synthetic data generation
generative retrieval models
domain-specific corpora
Innovation

Methods, ideas, or system contributions that make the work stand out.

LLM-generated queries
domain-relevant search constraints
hard negative sampling strategy
🔎 Similar Papers
No similar papers found.