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.
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 and is not included)
- URL masking in tool responses, via upstream's
merge_rag_with_mask_url.py(extra_info.mask_url) - 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
Structure
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
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`.
