CoCoOne commited on
Commit
d36a9ac
·
verified ·
1 Parent(s): 44e3154

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +119 -47
README.md CHANGED
@@ -1,58 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- dataset_info:
3
- features:
4
- - name: field
5
- dtype: string
6
- - name: paper_idx
7
- dtype: string
8
- - name: doi
9
- dtype: string
10
- - name: type
11
- dtype: string
12
- - name: table_or_image
13
- dtype: image
14
- - name: text_or_caption
15
- dtype: string
16
- splits:
17
- - name: atmosphere
18
- num_bytes: 202134712.5
19
- num_examples: 1196
20
- - name: agriculture
21
- num_bytes: 446617002
22
- num_examples: 4336
23
- - name: environment
24
- num_bytes: 165016111.375
25
- num_examples: 1125
26
- download_size: 779035060
27
- dataset_size: 813767825.875
28
- configs:
29
- - config_name: default
30
- data_files:
31
- - split: atmosphere
32
- path: data/atmosphere-*
33
- - split: agriculture
34
- path: data/agriculture-*
35
- - split: environment
36
- path: data/environment-*
37
- license: mit
38
- language:
39
- - en
40
- ---
41
 
42
- # Manalyzer: End-to-end Automated Meta-analysis with Multi-agent System
 
 
 
 
43
 
44
- ## Overview
 
 
 
 
45
 
46
  Meta-analysis is a systematic research methodology that synthesizes data from multiple existing studies to derive comprehensive conclusions. This approach not only mitigates limitations inherent in individual studies but also facilitates novel discoveries through integrated data analysis. Traditional meta-analysis involves a complex multi-stage pipeline including literature retrieval, paper screening, and data extraction, which demands substantial human effort and time. However, while LLM-based methods can accelerate certain stages, they still face significant challenges, such as hallucinations in paper screening and data extraction. In this paper, we propose a multi-agent system, Manalyzer, which achieves end-to-end automated meta-analysis through tool calls. The hybrid review, hierarchical extraction, self-proving, and feedback checking strategies implemented in Manalyzer significantly alleviate these two hallucinations. To comprehensively evaluate the performance of meta-analysis, we construct a new benchmark comprising 729 papers across 3 domains, encompassing text, image, and table modalities, with over 10,000 data points. Extensive experiments demonstrate that Manalyzer achieves significant performance improvements over the LLM baseline in multi meta-analysis tasks.
47
 
48
- ## Paper
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
- https://arxiv.org/pdf/2505.20310
51
 
52
- ## Project Page
53
 
54
- https://black-yt.github.io/meta-analysis-page/
55
 
56
- ## GitHub Code
57
 
58
- https://github.com/black-yt/Manalyzer
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: field
5
+ dtype: string
6
+ - name: paper_idx
7
+ dtype: string
8
+ - name: doi
9
+ dtype: string
10
+ - name: type
11
+ dtype: string
12
+ - name: table_or_image
13
+ dtype: image
14
+ - name: text_or_caption
15
+ dtype: string
16
+ splits:
17
+ - name: atmosphere
18
+ num_bytes: 202134712.5
19
+ num_examples: 1196
20
+ - name: agriculture
21
+ num_bytes: 446617002
22
+ num_examples: 4336
23
+ - name: environment
24
+ num_bytes: 165016111.375
25
+ num_examples: 1125
26
+ download_size: 779035060
27
+ dataset_size: 813767825.875
28
+ configs:
29
+ - config_name: default
30
+ data_files:
31
+ - split: atmosphere
32
+ path: data/atmosphere-*
33
+ - split: agriculture
34
+ path: data/agriculture-*
35
+ - split: environment
36
+ path: data/environment-*
37
+ license: mit
38
+ language:
39
+ - en
40
+ task_categories:
41
+ - question-answering
42
+ - visual-question-answering
43
+ tags:
44
+ - climate
45
+ - chemistry
46
+ - medical
47
+ size_categories:
48
+ - 1K<n<10K
49
+ ---
50
+
51
+ <div align="center">
52
+ <h1>Manalyzer: End-to-end Automated Meta-analysis with Multi-agent System
53
+ </div>
54
+
55
+ <div align="center">
56
+
57
+ [![Official Site](https://img.shields.io/badge/Official%20Site-333399.svg?logo=homepage)](https://black-yt.github.io/meta-analysis-page/)&#160;
58
+ <a href="https://arxiv.org/pdf/2505.20310" target="_blank"><img src="https://img.shields.io/badge/arXiv-b5212f.svg?logo=arxiv" height="21px"></a>
59
+ [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-gray)](https://huggingface.co/datasets/CoCoOne/Manalyzer)&#160;
60
+ [![GitHub](https://img.shields.io/badge/GitHub-000000?logo=github&logoColor=white)](https://github.com/black-yt/Manalyzer)&#160;
61
+
62
+ </div>
63
+
64
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
+ ## 🆕 Updates/News
67
+
68
+ 🚩 **Updates** (2026-02-09) Code has been released.
69
+
70
+ 🚩 **Updates** (2025-05-22) Initial upload to arXiv [[PDF]](https://arxiv.org/pdf/2505.20310). The code will be released soon.
71
 
72
+
73
+
74
+ ## 🎯 Abstract
75
+
76
+ <img src="./assets/comparison.png" width="100%" alt="main-results" align="center">
77
 
78
  Meta-analysis is a systematic research methodology that synthesizes data from multiple existing studies to derive comprehensive conclusions. This approach not only mitigates limitations inherent in individual studies but also facilitates novel discoveries through integrated data analysis. Traditional meta-analysis involves a complex multi-stage pipeline including literature retrieval, paper screening, and data extraction, which demands substantial human effort and time. However, while LLM-based methods can accelerate certain stages, they still face significant challenges, such as hallucinations in paper screening and data extraction. In this paper, we propose a multi-agent system, Manalyzer, which achieves end-to-end automated meta-analysis through tool calls. The hybrid review, hierarchical extraction, self-proving, and feedback checking strategies implemented in Manalyzer significantly alleviate these two hallucinations. To comprehensively evaluate the performance of meta-analysis, we construct a new benchmark comprising 729 papers across 3 domains, encompassing text, image, and table modalities, with over 10,000 data points. Extensive experiments demonstrate that Manalyzer achieves significant performance improvements over the LLM baseline in multi meta-analysis tasks.
79
 
80
+ ---
81
+
82
+
83
+ ## 🚀 Method Overview
84
+
85
+ <img src="./assets/workflow.png" width="100%" alt="pipeline" align="center">
86
+
87
+ Manalyzer is a multi-agent system incorporating tool calling and feedback mechanisms, enabling end-to-end automated meta-analysis in real scientific research scenarios. We divide the meta-analysis process into three stages. The first stage involves receiving user input, searching for and downloading papers, followed by filtering out relevant and valuable ones. The second stage focuses on extracting data from these selected papers and integrating it into tables. The third stage is to analyze the integrated data and output the final meta-analysis report.
88
+
89
+ ## 🔥 Quick Start
90
+
91
+ ```bash
92
+ export LLM_API_KEY="your-api-key"
93
+ export LLM_BASE_URL="your-api-base-url"
94
+ export MINERU_TOKEN="your-mineru-api-key" # Apply for the API at https://mineru.net/
95
+
96
+ python workflow/main.py
97
+ ```
98
+
99
+ ## 📬 Contact Us
100
+
101
+ - 💬 **GitHub Issues**: Please open an issue for bug reports or feature requests
102
+
103
+ - 📧 **Email**: [xu_wanghan@sjtu.edu.cn](https://black-yt.github.io/)
104
+
105
+ ---
106
+
107
+ ## 📜 Citation
108
+
109
+ If you would like to cite our work, please use the following BibTeX.
110
+
111
+ ```bib
112
+ @article{xu2025manalyzer,
113
+ title={Manalyzer: End-to-end Automated Meta-analysis with Multi-agent System},
114
+ author={Xu, Wanghan and Zhang, Wenlong and Ling, Fenghua and Fei, Ben and Hu, Yusong and Ren, Fangxuan and Lin, Jintai and Ouyang, Wanli and Bai, Lei},
115
+ journal={arXiv preprint arXiv:2505.20310},
116
+ year={2025}
117
+ }
118
+ ```
119
+
120
+ ---
121
 
122
+ ## 🌟 Star History
123
 
124
+ If you find this work helpful, please consider to **star⭐** this [repo](https://github.com/black-yt/Manalyzer). Thanks for your support! 🤩
125
 
126
+ [![black-yt/Manalyzer Stargazers](https://reporoster.com/stars/black-yt/Manalyzer)](https://github.com/black-yt/Manalyzer/stargazers)
127
 
128
+ [![Star History Chart](https://api.star-history.com/svg?repos=black-yt/Manalyzer&type=date&legend=top-left)](https://www.star-history.com/#black-yt/Manalyzer&type=date&legend=top-left)
129
 
130
+ <p align="right"><a href="#top">🔝Back to top</a></p>