Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tangxiangru/Eigen-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eigen-1

🔗 Full paper: https://arxiv.org/abs/2505.20286

Installation

conda env create -f environment.yaml
conda activate eigen1
pip install -e .

# install tool dependencies
cd mcp_sandbox/
pip install -r requirements.txt

Configuration

  1. Configure the tools following the instructions in mcp_sandbox/README.md.

  2. Configure configs/common_config.py file, set the following parameters:

  • DEEPSEEK_CONFIG: Deepseek v3.1 model, which is used as the main agent
  • OPENAI_CONFIG: for RAG
  • O3-MINI_CONFIG: for evaluation
  • SANDBOX: for MCP toolbox URL

Running the Project

To run the agent on the HLE Bio/Chem dataset(data/hle-bio.json):

  1. Run the Agent

    python -m functions.eigen1_hle
  2. Calculate Score Once the agent has finished, run the scoring script:

    python utils/hle_score.py

Acknowledgment

This repository benefit from X-Master.

Cite US

@article{tang2025eigen,
  title={Eigen-1: Adaptive Multi-Agent Refinement with Monitor-Based RAG for Scientific Reasoning},
  author={Tang, Xiangru and Xu, Wanghan and Wang, Yujie and Guo, Zijie and Shao, Daniel and Chen, Jiapeng and Zhang, Cixuan and Wang, Ziyi and Zhang, Lixin and Wan, Guancheng and others},
  journal={arXiv preprint arXiv:2509.21193},
  year={2025}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages