Skip to content

Commit e7e5a3e

Browse files
authored
Update README.md
1 parent b44feff commit e7e5a3e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ It provides a reproducible training recipe with multi-turn tool calling, retriev
1212

1313
## Key Features
1414

15-
- **Native verl AgentLoop multi-turn search rollout**: Uses verl's AgentLoop abstraction to connect search tools, enabling multi-turn search, reading, reasoning, and answer generation during actor rollout.
16-
- **Reproducible Search-R1 and ASearch recipes**: Provides scripts for reproducing short-horizon Search-R1 training and long-horizon Qwen3-8B ASearch training.
17-
- **Local dense retriever and custom search services**: Supports a Search-R1-style local E5 + Wikipedia retrieval service by default, while allowing users to replace it with their own retriever or search API.
1815
- **Abnormal trajectory monitoring**: Tracks Search Agent-specific metrics during training, including tool call success rate, average search turns, repeated queries, excessive parallel queries, tool parsing failures, and trajectory truncation.
1916
- **Abnormal trajectory filtering and credit assignment**: Filters or penalizes low-quality trajectories such as repeated searches, too many parallel queries in one turn, and malformed tool calls. When an abnormal event occurs in only one tool-call turn, only the tokens related to that turn are penalized, reducing unintended punishment of earlier valid search behavior.
2017
- **Search result summary compression**: Supports self-summary and external-summary to preserve key information across more search turns within a limited context budget.

0 commit comments

Comments
 (0)