cfli commited on
Commit
089d991
·
verified ·
1 Parent(s): 1eef665

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ tags:
29
 
30
  AREX is a family of deep research agents developed by the Beijing Academy of Artificial Intelligence (BAAI). It is designed for long-horizon tasks in which an agent must search across sources, assemble candidate answers, verify multiple constraints, and revise its research plan when the available evidence is incomplete.
31
 
32
- AREX treats discovery and verification as asymmetric processes. Discovering an answer that satisfies every constraint may require broad exploration, while verifying a candidate can often be decomposed into focused checks. AREX uses the outcome of these checks to preserve verified progress and turn unresolved constraints into targeted follow-up research.
33
 
34
  This repository contains **AREX-Base**, the larger model in the AREX family. It is built on Qwen3.5-122B-A10B and uses a Mixture-of-Experts architecture with 122B total parameters and 10B activated parameters.
35
 
 
29
 
30
  AREX is a family of deep research agents developed by the Beijing Academy of Artificial Intelligence (BAAI). It is designed for long-horizon tasks in which an agent must search across sources, assemble candidate answers, verify multiple constraints, and revise its research plan when the available evidence is incomplete.
31
 
32
+ AREX follows a recursive self-improvement framework consisting of an inner research loop and an outer self-improvement loop. The inner loop conducts deep research, while the outer loop evaluates and improves the research process.
33
 
34
  This repository contains **AREX-Base**, the larger model in the AREX family. It is built on Qwen3.5-122B-A10B and uses a Mixture-of-Experts architecture with 122B total parameters and 10B activated parameters.
35