aidenjhwu/ASearcher_en_no-math_Qwen3-8B-reject-sample
See our blog for details: Cut the Bill, Keep the Turns: Affordable Multi-Turn Search RL This dataset is originally from https://huggingface.co/datasets/inclusionAI/ASearcher-train-data We do filtering to original data: Remove Chinese samples Our wiki server does not handle Chinese retrieval well and may return garbled text; There are about 2k Chinese-related samples in the ASearcher dataset, which we remove entirely. Remove math problems Use formula patterns / specific regexes to filter… See the full description on the dataset page: https://huggingface.co/datasets/aidenjhwu/ASearcher_en_no-math_Qwen3-8B-reject-sample.
See our blog for details: Cut the Bill, Keep the Turns: Affordable Multi-Turn Search RL
This dataset is originally from https://huggingface.co/datasets/inclusionAI/ASearcher-train-data
We do filtering to original data:
- Remove Chinese samples
- Our wiki server does not handle Chinese retrieval well and may return garbled text;
- There are about 2k Chinese-related samples in the ASearcher dataset, which we remove entirely.
- Remove math problems
- Use formula patterns / specific regexes to filter out math questions.
- Reject sampling with n=8 on the pretrained model
- Use an initial search agent (based on the pretrained base model) to roll out 8 trajectories per sample;
- If all 8 trajectories have reward 0 or reward 1, discard the sample:
- all 0s: too difficult / annotation issues / the environment fails to retrieve useful information → training signal is too weak;
- all 1s: too easy / does not require multi-turn retrieval → wastes RL budget;
