mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-11 22:51:10 +00:00
add experiments data
This commit is contained in:
parent
c894d499bd
commit
90f761946d
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -238,7 +238,16 @@ print(response.json())
|
|||
|
||||
### 🌍 Experiment on Appworld
|
||||
|
||||
Coming Soon! Stay tuned for comprehensive evaluation results.
|
||||
# Qwen3-8B Experimental Results
|
||||
|
||||
We test ExperienceMaker on Appworld with qwen3-8b:
|
||||
|
||||
| Method | best@1 | best@2 | best@4 |
|
||||
|------------------------------------------|--------|----------|------------|
|
||||
| w/o ExperienceMaker (baseline) | 0.3561 | 0.4052 | 0.4536 |
|
||||
| **w ExperienceMaker** | | | |
|
||||
| [1] extract + compare + recall | **0.4069** | **0.5066** | 0.618 |
|
||||
| [2] extract + compare + recall + rewrite | 0.3910 | 0.5038 | **0.6211** |
|
||||
|
||||
### 🔧 Experiment on BFCL-V3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue