CoolFace
Datasetpublic

guinansu/literesearcher-stage2-masked

LiteResearcher Stage-2 (URL-masked, train/val split) Stage-2 RL data for training a multi-turn search agent, prepared for verl-style GRPO training with search and browse tools. Provenance Derived from simplex-ai-inc/LiteResearcher-Data (Apache-2.0). Upstream's pipeline is SFT cold-start → Stage-1 RL → Stage-2 RL; this repository carries only the Stage-2 portion. Processing applied on top of upstream: Stage-2 rows only (upstream Stage 1 is a pure local-RAG warmup… See the full description on the dataset page: https://huggingface.co/datasets/guinansu/literesearcher-stage2-masked.

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes15downloads
Dataset Card

LiteResearcher Stage-2 (URL-masked, train/val split)

Stage-2 RL data for training a multi-turn search agent, prepared for verl-style GRPO training with search and browse tools.

Provenance

Derived from `simplex-ai-inc/LiteResearcher-Data` (Apache-2.0). Upstream's pipeline is SFT cold-start → Stage-1 RL → Stage-2 RL; this repository carries only the Stage-2 portion.

Processing applied on top of upstream:

  1. 1.Stage-2 rows only (upstream Stage 1 is a pure local-RAG warmup and is not included)
  2. 2.URL masking in tool responses, via upstream's merge_rag_with_mask_url.py (extra_info.mask_url)
  3. 3.A held-out validation split, stratified to match the training distribution

Upstream Stage 2 ships 16,199 rows; the row-count difference here comes from the masking/split step.

Size

splitrowssize
train15,68711.3 MB
validation5120.3 MB

Structure

fielddescription
questionthe user query
data_sourcecurriculum bucket, literesearcher_rag_{task}_1-7_{ctx} — also the grouping key for per-bucket eval metrics
promptchat-format prompt handed to the policy
abilityalways search
reward_model{style: "llm", ground_truth: {target: [...]}} — scored by an LLM judge
extra_infoindex, split, mask_url, need_tools_kwargs, tools_kwargs (per-sample search/browse config)
metadataunused (null)

Curriculum buckets

25 buckets = 7 task types x 4 context-length bands. data_source is what per-subset accuracy is reported against during validation, so each bucket gets its own score rather than a single pooled number.

Task types: direct, direct_wiki, mqa, mqa_subgraph5/6/7, science Context bands: lt16k, 16k-32k, 32k-48k, 48k-64k

data_sourcetrainvalidation
literesearcher_rag_direct_1-7_16k-32k81944
literesearcher_rag_direct_1-7_32k-48k844
literesearcher_rag_direct_1-7_48k-64k141
literesearcher_rag_direct_1-7_lt16k4222120
literesearcher_rag_direct_wiki_1-7_16k-32k140840
literesearcher_rag_direct_wiki_1-7_32k-48k1059
literesearcher_rag_direct_wiki_1-7_48k-64k20
literesearcher_rag_direct_wiki_1-7_lt16k4102127
literesearcher_rag_mqa_1-7_16k-32k42913
literesearcher_rag_mqa_1-7_32k-48k844
literesearcher_rag_mqa_1-7_48k-64k391
literesearcher_rag_mqa_subgraph5_1-7_16k-32k3468
literesearcher_rag_mqa_subgraph5_1-7_32k-48k290
literesearcher_rag_mqa_subgraph5_1-7_48k-64k30
literesearcher_rag_mqa_subgraph5_1-7_lt16k57823
literesearcher_rag_mqa_subgraph6_1-7_16k-32k30212
literesearcher_rag_mqa_subgraph6_1-7_32k-48k151
literesearcher_rag_mqa_subgraph6_1-7_lt16k87230
literesearcher_rag_mqa_subgraph7_1-7_16k-32k1161
literesearcher_rag_mqa_subgraph7_1-7_32k-48k60
literesearcher_rag_mqa_subgraph7_1-7_lt16k36620
literesearcher_rag_science_1-7_16k-32k39910
literesearcher_rag_science_1-7_32k-48k591
literesearcher_rag_science_1-7_48k-64k180
literesearcher_rag_science_1-7_lt16k127043

The distribution is heavily skewed toward short contexts: lt16k is ~71% of the validation split, while six buckets have 0-1 validation rows. Per-bucket accuracy on those buckets is not meaningful on its own — weight by row count before drawing conclusions about long-context or multi-hop performance.

Intended use

Stage-2 GRPO training of a tool-using search agent against a local retrieval stack (Milvus + BGE-M3 for search, a page corpus for browse). Upstream notes that Stage 2 continues from a Stage-1 checkpoint; starting directly from an SFT checkpoint skips that warmup.

License

Apache-2.0, inherited from upstream. Please cite `simplex-ai-inc/LiteResearcher-Data`.