BoZhang commited on
Commit
f4be44e
Β·
verified Β·
1 Parent(s): 7a9d3d5

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # InternAgent: When Agent Becomes the Scientist – Building Closed-Loop System from Hypothesis to Verification
2
 
3
- [[ Paper πŸ““ ]](https://arxiv.org/abs/2505.16938) [[ Website 🏠 ]](https://alpha-innovator.github.io/InternAgent-project-page/) [[ InternΒ·Agent Examples πŸ€— ]](https://huggingface.co/U4R/InternAgent)
4
 
5
  <i>
6
  From One Idea to Autonomous Experimentation
@@ -8,19 +8,20 @@ From One Idea to Autonomous Experimentation
8
  </div>
9
 
10
  # πŸ”₯ News
11
- - <p style='text-align:justify'><i>2025.07.17</i>: &nbsp; πŸ”₯ InternAgent has been open-sourced.
12
  - <p style='text-align:justify'><i>2025.07.10</i>: &nbsp; NovelSeek has be renamed to <b>InternAgent</b>. This change embodies our hopeful vision for autonomous scientific research framework, and we hope it will empower all researchers to achieve great scientific discoveries.</p>
13
 
14
  ## πŸ“– Overview
15
 
16
-
17
- ![InternAgent](/images/InternAgent_Fig1.png)
 
18
 
19
  InternAgent can support **12** types of scientific research tasks ranging from the AI field to the science field, including reaction yield prediction, molecular dynamics, power flow estimation, time series forecasting, transcription prediction, enhancer activity prediction, sentiment classification, 2D image classification, 3D point classification, 2D semantic segmentation, 3D autonomous driving, large vision-language model fine-tuning.
20
 
21
  ## 🌟 Core Features
22
 
23
- ![Framework](/images/InternAgent_pipeline.png)
24
 
25
  InternAgent covers three main capabilities: (1) **Self-evolving idea generation with human-interactive feedback**, (2) **Idea-to-methodology construction**, and (3) **Evolutionary experimental planning and execution**.
26
 
@@ -71,4 +72,3 @@ It is a unified, closed-loop multi-agent system designed to automate and acceler
71
  ## πŸš€ Performance
72
 
73
  By leveraging multi-source knowledge injection, InternAgent intelligently generates and verifies research ideas across multiple domains. Our system has significantly improved research efficiency in Suzuki Yield Prediction, Enhancer Activity Prediction, Transcription Prediction for Perturbation Respons, and so on.
74
-
 
1
  # InternAgent: When Agent Becomes the Scientist – Building Closed-Loop System from Hypothesis to Verification
2
 
3
+ [[ Paper πŸ““ ]](https://arxiv.org/abs/2505.16938) [[ Website 🏠 ]](https://alpha-innovator.github.io/InternAgent-project-page/) [[ InternAgent Examples πŸ€— ]](https://huggingface.co/U4R/InternAgent)
4
 
5
  <i>
6
  From One Idea to Autonomous Experimentation
 
8
  </div>
9
 
10
  # πŸ”₯ News
11
+ - <p style='text-align:justify'><i>2025.07.17</i>: &nbsp; πŸ”₯ InternAgent has been partially open-sourced.
12
  - <p style='text-align:justify'><i>2025.07.10</i>: &nbsp; NovelSeek has be renamed to <b>InternAgent</b>. This change embodies our hopeful vision for autonomous scientific research framework, and we hope it will empower all researchers to achieve great scientific discoveries.</p>
13
 
14
  ## πŸ“– Overview
15
 
16
+ <div align=center>
17
+ <img src=https://github.com/Alpha-Innovator/InternAgent/blob/main/images/internagent_overall.png width=540 />
18
+ </div>
19
 
20
  InternAgent can support **12** types of scientific research tasks ranging from the AI field to the science field, including reaction yield prediction, molecular dynamics, power flow estimation, time series forecasting, transcription prediction, enhancer activity prediction, sentiment classification, 2D image classification, 3D point classification, 2D semantic segmentation, 3D autonomous driving, large vision-language model fine-tuning.
21
 
22
  ## 🌟 Core Features
23
 
24
+ ![Framework](https://github.com/Alpha-Innovator/InternAgent/blob/main/images/internagent_framework.png)
25
 
26
  InternAgent covers three main capabilities: (1) **Self-evolving idea generation with human-interactive feedback**, (2) **Idea-to-methodology construction**, and (3) **Evolutionary experimental planning and execution**.
27
 
 
72
  ## πŸš€ Performance
73
 
74
  By leveraging multi-source knowledge injection, InternAgent intelligently generates and verifies research ideas across multiple domains. Our system has significantly improved research efficiency in Suzuki Yield Prediction, Enhancer Activity Prediction, Transcription Prediction for Perturbation Respons, and so on.