-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
280 lines (266 loc) · 10.4 KB
/
Copy pathindex.html
File metadata and controls
280 lines (266 loc) · 10.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AREX | Recursively Self-Improving Deep Research Agents</title>
<meta
name="description"
content="AREX recursively improves deep research by verifying provisional answers, preserving established evidence, and targeting unresolved constraints."
/>
<meta name="theme-color" content="#ffffff" />
<meta property="og:type" content="website" />
<meta property="og:title" content="AREX | Recursively Self-Improving Deep Research Agents" />
<meta
property="og:description"
content="Research, verify, and improve: AREX turns partially verified answers into better-targeted research problems."
/>
<link rel="preload" href="./fonts/manrope-latin.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="./figure/arex.png" as="image" />
<link rel="preload" href="./figure/benchmark-results.png" as="image" />
<link rel="stylesheet" href="./styles.css" />
<script src="./app.js" defer></script>
</head>
<body>
<a class="skip-link" href="#main-content">Skip to content</a>
<header class="site-header">
<div class="nav-shell">
<a class="wordmark" href="#top" aria-label="AREX home">
<img src="./figure/arex.png" width="1360" height="337" alt="AREX" />
</a>
<nav class="site-nav" aria-label="Primary navigation">
<a href="#results">Results</a>
<a href="#framework">Framework</a>
<a href="#explore">Explore</a>
</nav>
<a
class="header-app-link"
href="https://arex-research.com"
target="_blank"
rel="noopener noreferrer"
>
Open app <span aria-hidden="true">↗</span>
</a>
</div>
</header>
<main id="main-content">
<section class="hero" id="top" aria-labelledby="hero-title">
<div class="hero-shell">
<header class="hero-copy">
<div class="hero-brand" aria-label="AREX">
<span class="hero-mark" aria-hidden="true">
<img src="./figure/arex.png" width="1360" height="337" alt="" />
</span>
<span>AREX</span>
</div>
<h1
class="hero-title"
id="hero-title"
aria-label="AREX: Recursively Self-Improving Deep Research Agents"
>
<span class="typing-line">
<span id="typed-phrase">Recursively Self-Improving Deep Research Agents.</span><span
class="typing-caret"
aria-hidden="true"
></span>
</span>
</h1>
<p class="hero-note">
Verification preserves established evidence and turns unresolved
constraints into the next research objective.
</p>
</header>
<figure class="results-figure" id="results">
<div
class="figure-viewport results-viewport"
tabindex="0"
aria-label="Scrollable benchmark results figure"
>
<img
src="./figure/benchmark-results.png"
width="2880"
height="1456"
alt="AREX benchmark results across BrowseComp, GAIA, xbench-2510, DeepSearchQA, WideSearch, and HLE."
fetchpriority="high"
loading="eager"
/>
</div>
<figcaption>
<span>Six search, reasoning, and tool-use evaluations.</span>
<span>AREX-Turbo · 4B dense / AREX-Base · 122B-A10B MoE</span>
</figcaption>
</figure>
<a class="section-cue" href="#framework">
<span>See the framework</span>
<span aria-hidden="true">↓</span>
</a>
</div>
</section>
<section class="method-section" id="framework" aria-labelledby="framework-title">
<div class="section-shell">
<header class="method-copy">
<div>
<p class="eyebrow">Framework</p>
<h2 id="framework-title">Research. Verify. Improve.</h2>
</div>
<p>
AREX alternates an inner research loop with an outer self-improvement
loop. Each provisional answer is audited constraint by constraint,
then accepted, refined, or restarted.
</p>
</header>
<figure class="method-figure">
<div
class="figure-viewport method-viewport"
tabindex="0"
aria-label="Scrollable AREX framework figure"
>
<img
src="./figure/method-recursive.png"
width="3804"
height="2025"
alt="AREX framework with an inner research loop and an outer self-improvement loop that accepts, refines, or restarts research based on verification."
loading="eager"
/>
</div>
<figcaption>
Verified findings survive across rounds; unresolved constraints guide what happens next.
</figcaption>
</figure>
<a class="section-cue" href="#explore">
<span>Method & models</span>
<span aria-hidden="true">↓</span>
</a>
</div>
</section>
<section class="explore-section" id="explore" aria-labelledby="explore-title">
<div class="section-shell explore-shell">
<header class="explore-copy">
<div>
<p class="eyebrow">Method in brief</p>
<h2 id="explore-title">A better research state, every round.</h2>
</div>
<p>
AREX uses verification as a transition—not a final filter. It preserves
supported evidence, compresses the working context, and turns remaining
uncertainty into a targeted next research problem.
</p>
</header>
<ol class="method-principles" aria-label="AREX recursive method">
<li>
<span>01</span>
<div>
<h3>Research</h3>
<p>Search, read, and construct a provisional answer.</p>
</div>
</li>
<li>
<span>02</span>
<div>
<h3>Verify</h3>
<p>Audit each required claim against its evidence.</p>
</div>
</li>
<li>
<span>03</span>
<div>
<h3>Update</h3>
<p>Keep verified findings, open constraints, and the next plan.</p>
</div>
</li>
<li>
<span>04</span>
<div>
<h3>Recurse</h3>
<p>Accept, refine, or restart from the improved state.</p>
</div>
</li>
</ol>
<div class="resource-dock" id="models" aria-label="AREX application, models, and paper">
<a
class="resource-card resource-card-app"
href="https://arex-research.com"
target="_blank"
rel="noopener noreferrer"
>
<span class="resource-icon resource-icon-app" aria-hidden="true">
<svg viewBox="0 0 24 24">
<circle cx="11" cy="11" r="6.5"></circle>
<path d="m16 16 4 4"></path>
<path d="M11 7.5v7M7.5 11h7"></path>
</svg>
</span>
<span class="resource-copy">
<small>Live application</small>
<strong>Research with AREX</strong>
<span>Open the AREX research workspace.</span>
</span>
<span class="resource-arrow" aria-hidden="true">↗</span>
</a>
<a
class="resource-card"
href="https://huggingface.co/BAAI/AREX-Base"
target="_blank"
rel="noopener noreferrer"
>
<span class="resource-icon resource-icon-base" aria-hidden="true">
<svg viewBox="0 0 24 24">
<path d="m12 3 7 4-7 4-7-4 7-4Z"></path>
<path d="m5 12 7 4 7-4M5 17l7 4 7-4"></path>
</svg>
</span>
<span class="resource-copy">
<small>Model · 122B-A10B MoE</small>
<strong>AREX-Base</strong>
<span>View the model on Hugging Face.</span>
</span>
<span class="resource-arrow" aria-hidden="true">↗</span>
</a>
<a
class="resource-card"
href="https://huggingface.co/BAAI/AREX-Turbo"
target="_blank"
rel="noopener noreferrer"
>
<span class="resource-icon resource-icon-turbo" aria-hidden="true">
<svg viewBox="0 0 24 24">
<path d="m13 2-8 12h7l-1 8 8-12h-7l1-8Z"></path>
</svg>
</span>
<span class="resource-copy">
<small>Model · 4B dense</small>
<strong>AREX-Turbo</strong>
<span>View the model on Hugging Face.</span>
</span>
<span class="resource-arrow" aria-hidden="true">↗</span>
</a>
<a
class="resource-card"
href="https://arxiv.org/pdf/2607.21461"
target="_blank"
rel="noopener noreferrer"
>
<span class="resource-icon resource-icon-paper" aria-hidden="true">
<svg viewBox="0 0 24 24">
<path d="M6 3h9l3 3v15H6V3Z"></path>
<path d="M14 3v4h4M9 12h6M9 16h6"></path>
</svg>
</span>
<span class="resource-copy">
<small>Paper · arXiv 2607.21461</small>
<strong>AREX Paper</strong>
<span>Towards a Recursively Self-Improving Agent for Deep Research.</span>
</span>
<span class="resource-arrow" aria-hidden="true">↗</span>
</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<span>AREX</span>
<span>Beijing Academy of Artificial Intelligence</span>
<span>Paper on arXiv</span>
</footer>
</body>
</html>