Spaces:
Running
Running
Update meta_data.py
Browse files- meta_data.py +3 -0
meta_data.py
CHANGED
@@ -6,9 +6,12 @@ DETAIL_MATH_SCORE_FILE = "src/detail_math_score.json"
|
|
6 |
LEADERBORAD_INTRODUCTION = """# Open Agent Leaderboard
|
7 |
### Welcome to the Open Agent Leaderboard! We share the evaluation results of open agents: CoT, SC-CoT, PoT, ReAct, ToT, etc. The agents are implemented by the OpenSource Framework: [*OmAgent*](https://github.com/om-ai-lab/OmAgent)
|
8 |
|
|
|
|
|
9 |
This leaderboard was last updated: {}.
|
10 |
|
11 |
To add your own agent to the leaderboard, please create a PR in [*OmAgent*](https://github.com/om-ai-lab/OmAgent), then we will help with the evaluation and updating the leaderboard. For any questions or concerns, please feel free to contact us.
|
|
|
12 |
"""
|
13 |
|
14 |
DEFAULT_MATH_BENCH = [
|
|
|
6 |
LEADERBORAD_INTRODUCTION = """# Open Agent Leaderboard
|
7 |
### Welcome to the Open Agent Leaderboard! We share the evaluation results of open agents: CoT, SC-CoT, PoT, ReAct, ToT, etc. The agents are implemented by the OpenSource Framework: [*OmAgent*](https://github.com/om-ai-lab/OmAgent)
|
8 |
|
9 |
+
We are excited to announce that the paper "Unifying Language Agent Algorithms with Graph-based Orchestration Engine for Reproducible Agent Research" has been accepted to ACL 2025 Systems Demonstration Track! 🎉
|
10 |
+
|
11 |
This leaderboard was last updated: {}.
|
12 |
|
13 |
To add your own agent to the leaderboard, please create a PR in [*OmAgent*](https://github.com/om-ai-lab/OmAgent), then we will help with the evaluation and updating the leaderboard. For any questions or concerns, please feel free to contact us.
|
14 |
+
|
15 |
"""
|
16 |
|
17 |
DEFAULT_MATH_BENCH = [
|