Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ We benchmark MiroFlow on a series of benchmarks including **GAIA**, **HLE**, **B

| Model/Framework | GAIA Val | HLE | HLE-Text | BrowserComp-EN | BrowserComp-ZH | xBench-DeepSearch |
|----------------|----------|-----|----------|----------------|----------------|-------------------|
| **MiroFlow** | **82.4%** | 27.2% | **29.5%** | 33.2% | **47.1%** | **72.0%** |
| **MiroFlow** | **82.4%** | **27.2%** | 29.5% | 33.2% | **47.1%** | **72.0%** |
Copy link

Copilot AI Aug 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The bold formatting change for MiroFlow's HLE score appears inconsistent with the PR description which focuses on DeepSeek v3.1. Consider whether this formatting change is intentional or if it should be reverted to maintain consistency.

Suggested change
| **MiroFlow** | **82.4%** | **27.2%** | 29.5% | 33.2% | **47.1%** | **72.0%** |
| **MiroFlow** | **82.4%** | 27.2% | 29.5% | 33.2% | **47.1%** | **72.0%** |

Copilot uses AI. Check for mistakes.
| OpenAI Deep Research | 67.4% | 26.6% | - | **51.5%** | 42.9% | - |
| Gemini Deep Research | - | 26.9% | - | - | - | 50+% |
| Kimi Researcher | - | - | 26.9% | - | - | 69.0% |
| WebSailor-72B | 55.4% | - | - | - | 30.1% | 55.0% |
| Manus | 73.3% | - | - | - | - | - |
| DeepSeek v3.1 | - | **29.8%** | - | - | - | 71.2% |
| DeepSeek v3.1 | - | - | **29.8%** | - | - | 71.2% |



Expand Down