CoolFace
Modelpublic

inclusionAI/ASearcher-Local-14B

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
29likes121downloads
Model Card

<style> .no-border-table table, .no-border-table th, .no-border-table td { border: none !important; } </style>

<div class="no-border-table">

![GitHub](https://github.com/inclusionAI/ASearcher)![arXiv](https://arxiv.org/abs/2508.07976)

</div>

Instruction

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.

We have released multiple models trained with different settings and based on foundation models of varying sizes. These models have achieved outstanding performance on Single-Hop / Multi-Hop QA and more challenging tool-augmented benchmarks like GAIA, Xbench.

Model Download

Model NameBase ModelTraining SettingDownload Link
ASearcher-Local-7BQwen2.5-7BLocal knowledge base with RAG๐Ÿค—Huggingface
ASearcher-Web-7BQwen2.5-7BWeb-based search and browsing๐Ÿค—Huggingface
ASearcher-Local-14BQwen2.5-14BLocal knowledge base with RAG๐Ÿค—Huggingface
ASearcher-Web-14BQwen2.5-14BWeb-based search and browsing๐Ÿค—Huggingface
ASearcher-Web-QwQ-32BQwQ-32BWeb-based search and browsing๐Ÿค—Huggingface

Performance

Evaluation on challenging benchmarks (ASearcher-Web-QwQ)

<img src="https://cdn-uploads.huggingface.co/production/uploads/63159678915d0b80682fe9f9/dsPHc5cD0PXO8TmiY7U.png" style="width:100%;">

Evaluation with a local knowledge base with RAG

<img src="https://cdn-uploads.huggingface.co/production/uploads/63159678915d0b80682fe9f9/SkWaECNeJUHGF4BJYMKWz.png" style="width:100%;">

Evaluation with web-based search and browsing

<img src="https://cdn-uploads.huggingface.co/production/uploads/63159678915d0b80682fe9f9/SmRjd6RsrTiWAY9957-1Z.png" style="width:100%;">

Dataset Download

We also release our full training data and test data, you can easily get them and reproduce our result.

Quickstart

If you want to learn more details, please refer to our GitHub repository: ASearcher