Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,23 @@ base_model:
|
|
6 |
- Qwen/Qwen2.5-7B
|
7 |
---
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
### Instruction
|
10 |
-
[](https://github.com/inclusionAI/ASearcher)
|
11 |
|
12 |
-
📄Paper: [https://arxiv.org/abs/2508.07976](https://arxiv.org/abs/2508.07976)
|
13 |
|
14 |
ASearcher is an open-source framework designed for large-scale online reinforcement learning (RL) training of search agents. Our mission is to advance Search Intelligence to expert-level performance. We are fully committed to open-source by releasing model weights, detailed training methodologies, and data construction pipelines. Additionally, we provide comprehensive guidance on building and training customized agents based on AReaL. ASearcher empowers developers to build their own high-performance search agents easily and cost-effectively.
|
15 |
|
|
|
6 |
- Qwen/Qwen2.5-7B
|
7 |
---
|
8 |
|
9 |
+
<style>
|
10 |
+
.no-border-table table, .no-border-table th, .no-border-table td {
|
11 |
+
border: none !important;
|
12 |
+
}
|
13 |
+
</style>
|
14 |
+
|
15 |
+
<div class="no-border-table">
|
16 |
+
|
17 |
+
| | |
|
18 |
+
|-|-|
|
19 |
+
| [](https://github.com/inclusionAI/ASearcher) | [](https://arxiv.org/abs/2508.07976) |
|
20 |
+
|
21 |
+
</div>
|
22 |
+
|
23 |
+
|
24 |
### Instruction
|
|
|
25 |
|
|
|
26 |
|
27 |
ASearcher is an open-source framework designed for large-scale online reinforcement learning (RL) training of search agents. Our mission is to advance Search Intelligence to expert-level performance. We are fully committed to open-source by releasing model weights, detailed training methodologies, and data construction pipelines. Additionally, we provide comprehensive guidance on building and training customized agents based on AReaL. ASearcher empowers developers to build their own high-performance search agents easily and cost-effectively.
|
28 |
|