PyTorch
qwen2
xssstory commited on
Commit
7a29918
·
verified ·
1 Parent(s): 1ffad9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -6,10 +6,23 @@ base_model:
6
  - Qwen/Qwen2.5-7B
7
  ---
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ### Instruction
10
- [![GitHub](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](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
+ | [![GitHub](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](https://github.com/inclusionAI/ASearcher) | [![arXiv](http://img.shields.io/badge/cs.AI-arXiv%3A2506.07982-B31B1B.svg?logo=arxiv&logoColor=red)](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