This dataset contains trajectory-derived retrieval supervision used in LRAT (Learning to Retrieve from Agent Trajectories).
The dataset is designed for training retrievers for agentic search. Instead of relying on human click logs, it is built from deep research agent trajectories that record intermediate search queries, browsing actions, and post-browse reasoning traces.
LRAT formalizes a simple idea: when search is increasingly carried out by agents, retrieval training should be based on agent interaction data. This dataset operationalizes that idea by converting search agent trajectories into retrieval training pairs.
In the paper instantiation, the dataset is constructed from:
The resulting scale reported in the paper is:
Each training example is derived from a local search trajectory:
This process produces supervision that is better aligned with how search agents use retrieval during multi-step reasoning.
The LRAT training pipeline writes JSONL records with fields such as:
query: the intermediate query issued by the agentpos: positive document text listneg: negative document text listpos_id: positive document id listneg_id: negative document id listreasoning_len: token length of the post-browse reasoning tracesatisfied: whether the reasoning-aware judge treats the browsed document as relevantreweight_rate: a normalized relevance intensity weight derived from reasoning lengthIn the current pipeline, pos typically contains one retained positive document, while neg may contain multiple negatives.
{
"query": "Who coined the term ...",
"pos": ["positive document text ..."],
"neg": ["negative document text A ...", "negative document text B ..."],
"pos_id": ["12345"],
"neg_id": ["67890", "54321"],
"reasoning_len": 504,
"satisfied": true,
"reweight_rate": 1.18
}
The paper's trajectory analysis shows:
The reasoning-aware filter in the paper:
This means the dataset is neither a simple click-log imitation nor a standard human relevance dataset. It is specifically designed to capture agent-aligned document utility.
This dataset is intended for:
It is not intended as:
Before public release, please verify compatibility with:
This card can be updated later with the final license statement for the released dataset.
If you use this dataset, please cite the LRAT paper.
@inproceedings{zhou2026lrat,
title={Learning to Retrieve from Agent Trajectories},
author={Zhou, Yuqi and Dai, Sunhao and Qu, Changle and Pang, Liang and Xu, Jun and Wen, Ji-Rong},
booktitle={Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval},
year={2026}
}
https://arxiv.org/abs/2604.04949https://yuqi-zhou.github.io/LRAT-homepage/https://github.com/Yuqi-Zhou/LRAThttps://huggingface.co/datasets/Yuqi-Zhou/LRAT-Trainhttps://huggingface.co/Yuqi-Zhou/LRAT-Qwen3-Embedding-0.6Bhttps://huggingface.co/Yuqi-Zhou/LRAT-multilingual-e5-large4 commits
This dataset contains trajectory-derived retrieval supervision used in LRAT (Learning to Retrieve from Agent Trajectories).
The dataset is designed for training retrievers for agentic search. Instead of relying on human click logs, it is built from deep research agent trajectories that record intermediate search queries, browsing actions, and post-browse reasoning traces.
LRAT formalizes a simple idea: when search is increasingly carried out by agents, retrieval training should be based on agent interaction data. This dataset operationalizes that idea by converting search agent trajectories into retrieval training pairs.
In the paper instantiation, the dataset is constructed from:
The resulting scale reported in the paper is:
Each training example is derived from a local search trajectory:
This process produces supervision that is better aligned with how search agents use retrieval during multi-step reasoning.
The LRAT training pipeline writes JSONL records with fields such as:
query: the intermediate query issued by the agentpos: positive document text listneg: negative document text listpos_id: positive document id listneg_id: negative document id listreasoning_len: token length of the post-browse reasoning tracesatisfied: whether the reasoning-aware judge treats the browsed document as relevantreweight_rate: a normalized relevance intensity weight derived from reasoning lengthIn the current pipeline, pos typically contains one retained positive document, while neg may contain multiple negatives.
{
"query": "Who coined the term ...",
"pos": ["positive document text ..."],
"neg": ["negative document text A ...", "negative document text B ..."],
"pos_id": ["12345"],
"neg_id": ["67890", "54321"],
"reasoning_len": 504,
"satisfied": true,
"reweight_rate": 1.18
}
The paper's trajectory analysis shows:
The reasoning-aware filter in the paper:
This means the dataset is neither a simple click-log imitation nor a standard human relevance dataset. It is specifically designed to capture agent-aligned document utility.
This dataset is intended for:
It is not intended as:
Before public release, please verify compatibility with:
This card can be updated later with the final license statement for the released dataset.
If you use this dataset, please cite the LRAT paper.
@inproceedings{zhou2026lrat,
title={Learning to Retrieve from Agent Trajectories},
author={Zhou, Yuqi and Dai, Sunhao and Qu, Changle and Pang, Liang and Xu, Jun and Wen, Ji-Rong},
booktitle={Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval},
year={2026}
}
https://arxiv.org/abs/2604.04949https://yuqi-zhou.github.io/LRAT-homepage/https://github.com/Yuqi-Zhou/LRAThttps://huggingface.co/datasets/Yuqi-Zhou/LRAT-Trainhttps://huggingface.co/Yuqi-Zhou/LRAT-Qwen3-Embedding-0.6Bhttps://huggingface.co/Yuqi-Zhou/LRAT-multilingual-e5-large4 commits