File size: 10,671 Bytes
f489821 ea7827c f489821 ea7827c 9ffa8c7 ea7827c a1a9899 ea7827c bf42ef4 ea7827c 6087999 ea7827c 6087999 ea7827c 6087999 ea7827c 6087999 ea7827c 6087999 ea7827c 6087999 ea7827c 6087999 eca189e 6087999 ea7827c 6087999 ea7827c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 | ---
frameworks:
- ""
tasks: []
---
<p align="center">
<img src="https://raw.githubusercontent.com/chery-nextai/eviback/refs/heads/main/assets/eviback_logo.png" height=80>
</p>
<h1 align='center'>EviBack: Reinforcement Learning Search Agents via Evidence-Constrained Teacher Backoff</h1>
<div align='center'>
<a href='https://github.com/chery-nextai' target='_blank'>Xiao Ma</a><sup>*</sup> 
<a href='https://github.com/chery-nextai' target='_blank'>Zhiquan Hu</a><sup>*</sup> 
<a href='https://github.com/chery-nextai' target='_blank'>Yi Wei</a> 
<a href='https://github.com/chery-nextai' target='_blank'>Chenchen Zhao</a> 
<a href='https://github.com/chery-nextai' target='_blank'>Yijun Chen</a> 
<a href='https://github.com/chery-nextai' target='_blank'>Jicheng Zhao</a> 
<a href='https://lymhust.github.io/' target='_blank'>Yuming Li</a><sup>iβ </sup> 
<a href='https://github.com/chery-nextai' target='_blank'>Chuang Dai</a>
</div>
<div align='center'>
NEXTAI Research Institute, Chery Group.
</div>
<p align='center'>
<sup>*</sup>Equal Contribution,
<sup>iβ </sup>Corresponding Author
</p>
<div align='center'>
<a href='https://chery-nextai.github.io/eviback/'><img src='https://img.shields.io/badge/Project-Page-blue'></a>
<a href='https://arxiv.org/pdf/2607.23955'><img src='https://img.shields.io/badge/Paper-Arxiv-red'></a>
<a href='https://huggingface.co/chery-nextai/eviback'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-yellow'></a>
<a href='https://modelscope.cn/models/chery-nextai/eviback'><img src='https://img.shields.io/badge/ModelScope-Model-purple'></a>
<a href='https://raw.githubusercontent.com/chery-nextai/chery-nextai.github.io/refs/heads/main/eviback/assets/wechat_group.png'><img src='https://badges.aleen42.com/src/wechat.svg'></a>
</div>
<p align='center'> </p>
<p align="center">
<img src="https://raw.githubusercontent.com/chery-nextai/eviback/refs/heads/main/assets/framework.png" height=600>
</p>
<table align="center">
<tr>
<td align="center">
<img src="https://raw.githubusercontent.com/chery-nextai/eviback/refs/heads/main/assets/case1-1.gif" alt="Case 1" width="800">
</td>
</tr>
<tr>
<td align="center">
<img src="https://raw.githubusercontent.com/chery-nextai/eviback/refs/heads/main/assets/case2-1.gif" alt="Case 2" width="800">
</td>
</tr>
<tr>
<td align="center">
<img src="https://raw.githubusercontent.com/chery-nextai/eviback/refs/heads/main/assets/case3-1.gif" alt="Case 3" width="800">
</td>
</tr>
</table>
## 📣 Updates
* [2026.07.30] π₯ We have released the code and models for EviBack.
* [2026.07.28] π₯ Our [paper](https://arxiv.org/pdf/2607.23955) is in public on arxiv.
## π‘ Introduction
EviBack is a search-agent training framework with an Evidence-Constrained
Teacher. It keeps inference Actor-only and uses the Teacher as a fallback when
the Actor group receives no useful reward. The package provides the training,
retrieval, evaluation, and environment components needed to reproduce the method.
E2E-APE supplies the development-time prompt-engineering instructions used to
freeze the Teacher prompt. it is not used during Actor inference.
## πΊοΈ Code map
```
.
βββ src/
β βββ eviback/
β βββ teacher/
β β βββ Stage A, conditional Stage B, client, merge, provenance
β βββ rewards/
β β βββ Actor-first all-zero gate and paper reward
β βββ training/
β β βββ VERL adapter and post-normalization reference logic
β βββ retrieval/
β β βββ retriever client, optional server, public schema
β βββ inference.py
β β βββ iterative Actor-only search
β βββ evaluation.py
β β βββ aligned metrics and macro summaries
β βββ aggregate.py
β βββ paired bootstrap comparison
βββ release/
βββ source freeze, environment, licenses, data decision, blockers
```
## π§ Install
Choose one accelerator profile before installing:
| Profile | Runtime | Environment and requirements | Device argument |
| --- | --- | --- | --- |
| GPU | NVIDIA CUDA 12.4 | `environment.yml`, `requirements-gpu.txt` | `cuda` |
| NPU | Ascend 910B + CANN | `environment-npu.yml`, `requirements-npu.txt` | `npu` |
The full installation procedures are [GPU installation](docs/install_gpu.md)
and [Ascend NPU installation](docs/install_npu.md). Do not install the CUDA
and NPU runtime profiles into the same environment.
The pure reward, parser, mock Teacher, evaluation, and data JSONL paths need no
GPU:
```bash
python -m venv .venv
. .venv/bin/activate
pip install -e '.[test,data]'
python -m pytest -q tests
python scripts/run_reward_smoke.py
```
For GPU formal training, use Python 3.11, a CUDA-compatible PyTorch build,
Transformers 4.57.6, vLLM 0.11.0, Ray, and a compatible VERL checkout. Apply
`third_party/verl/group_postnorm.patch` before training. For Ascend NPU formal
training, use the matched `torch-npu` and `vllm-ascend` stack described in
`docs/install_npu.md`. The complete historical environment is not yet
recovered; consult `release/environment_snapshot.txt`.
## 🌱 Prepare data
Obtain each upstream QA dataset under its own terms and arrange it as described
in `datasets-examples/README.md`. Build the frozen 5,100/3,500 splits:
```bash
python scripts/prepare_data.py \
--raw-root /path/to/raw-datasets \
--output-root artifacts/data \
--format parquet
python scripts/prepare_data.py \
--check-only \
--manifest datasets-examples/manifests/train_5100.json
```
Sampling is a stable SHA-256 order after normalized-question deduplication. The
manifests publish quotas, seeds, and the original derived-artifact hashes without
redistributing the data.
## 📁 Services
Start a Search-R1-compatible dense retriever. Index, corpus, model, host, and
port are explicit parameters:
```bash
bash scripts/start_retriever.sh \
--index /path/to/e5_Flat.index \
--corpus /path/to/docs.jsonl \
--model intfloat/e5-base-v2 \
--device cuda \
--port 8000
```
Use `--device cuda` for NVIDIA GPUs or `--device npu` for Ascend NPUs.
Serve the training Teacher through an OpenAI-compatible chat-completions API,
then export its endpoint and model. API credentials, when needed, are read from
`EVIBACK_TEACHER_API_KEY`.
```bash
export EVIBACK_RETRIEVER_ENDPOINT=http://127.0.0.1:8000/retrieve
export EVIBACK_TEACHER_ENDPOINT=http://127.0.0.1:8001/v1/chat/completions
export EVIBACK_TEACHER_MODEL=your-glm-4.7-flash-revision
```
## 📈 Train
Start the formal VERL training job after installing VERL, applying the patch,
and preparing the datasets and services:
```bash
bash scripts/train_actor.sh \
--config configs/training/qwen3_1.7b.yaml
```
The entry point supports `--model`, `--train-data`, `--eval-data`,
`--retriever-endpoint`, `--teacher-endpoint`, `--teacher-model`, `--output-dir`,
`--seed`, `--group-size`, and `--teacher-fallback-scale`. Unknown arguments are
forwarded as VERL/Hydra overrides.
The formal 1.7B configuration freezes 5,100 examples, 79 steps, eight rollouts,
and seed 42. Model-scale and lambda matrices are documented in
`configs/training/qwen3_scale_matrix.yaml`. Hardware-specific batch sizes remain
explicit user overrides because they depend on the available accelerator.
## 📊 Evaluate
References are joined only after inference. The evaluator rejects duplicate or
misaligned `(data_source, index)` keys and mismatched question text.
| Models | Download Link HuggingFace | Download Link ModelScope |
|:--------------:|:-------------------------:|:------------------------:|
| QWen3-0.6B | π€ [HuggingFace](https://huggingface.co/chery-nextai/eviback/tree/main/qwen3-0.6b) | π· [ModelScope](https://modelscope.cn/models/chery-nextai/eviback/tree/master/qwen3-0.6b) |
| QWen3-1.7B | π€ [HuggingFace](https://huggingface.co/chery-nextai/eviback/tree/main/qwen3-1.7b) | π· [ModelScope](https://modelscope.cn/models/chery-nextai/eviback/tree/master/qwen3-1.7b) |
| QWen3-4B | π€ [HuggingFace](https://huggingface.co/chery-nextai/eviback/tree/main/qwen3-4b) | π· [ModelScope](https://modelscope.cn/models/chery-nextai/eviback/tree/master/qwen3-4b) |
```bash
bash scripts/run_evaluation.sh \
--predictions artifacts/inference/evi_actor.jsonl \
--references artifacts/data/eval_3500.jsonl \
--output artifacts/evaluation/evi_actor.json \
--model-checkpoint /path/to/actor-checkpoint \
--retriever-revision your-index-revision
```
Reported metrics are legacy EM, token F1, valid-answer rate, mean search calls,
duplicate-query rate, maximum-turn rate, single-hop macro, multi-hop macro, and
paired bootstrap confidence intervals.
## 📎 E2E-APE
E2E-APE is the project's development-time prompt-engineering process, not a
runtime component. The public artifacts are the English prompt in
`ape/controller_instructions.md`, the Chinese prompt in
`ape/controller_instructions_cn.md`, and the English contract in
`ape/contract_en.md`. They describe sample construction, labeling, prompt
ablation, evaluation, and strategy selection for an agent/model to carry out.
The generated runner, scorer, ablation, and selection code is intentionally not
included. `ape/prompts/frozen_policy.json` records the selected prompt
identifiers, while `ape/benchmark/` contains metadata and schema only; the raw
benchmark is not redistributed. See `ape/README.md`.
## 📒 Citation
If you find our work useful for your research, please consider citing the paper :
```
@article{ma2026eviback,
title={Search-Agent Reinforcement Learning via Evidence-Constrained Teacher Backoff},
author={Xiao Ma, Zhiquan Hu, Yi Wei, Chenchen Zhao, Yijun Chen, Jicheng Zhao, Yuming Li, Chuang Dai},
year={2026},
eprint={2607.23955},
archivePrefix={arXiv},
primaryClass={cs.AI}
}
```
## π License
The models in this repository are licensed under the Apache 2.0 License. We claim no rights over the your generated contents,
granting you the freedom to use them while ensuring that your usage complies with the provisions of this license.
You are fully accountable for your use of the models, which must not involve sharing any content that violates applicable laws,
causes harm to individuals or groups, disseminates personal information intended for harm, spreads misinformation, or targets vulnerable populations.
---
|