File size: 5,104 Bytes
ecd7f42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d36a9ac
 
 
 
 
 
 
 
 
 
 
 
 
 
bded994
206c3d0
d36a9ac
 
 
 
 
206c3d0
d36a9ac
 
 
 
 
206c3d0
bfba05c
 
d36a9ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fc91fac
d36a9ac
fc91fac
d36a9ac
bfba05c
d36a9ac
fc91fac
d36a9ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
dataset_info:
  features:
  - name: field
    dtype: string
  - name: paper_idx
    dtype: string
  - name: doi
    dtype: string
  - name: type
    dtype: string
  - name: table_or_image
    dtype: image
  - name: text_or_caption
    dtype: string
  splits:
  - name: atmosphere
    num_bytes: 202134712.5
    num_examples: 1196
  - name: agriculture
    num_bytes: 446617002
    num_examples: 4336
  - name: environment
    num_bytes: 165016111.375
    num_examples: 1125
  download_size: 779035060
  dataset_size: 813767825.875
configs:
- config_name: default
  data_files:
  - split: atmosphere
    path: data/atmosphere-*
  - split: agriculture
    path: data/agriculture-*
  - split: environment
    path: data/environment-*
license: mit
language:
- en
task_categories:
- question-answering
- visual-question-answering
tags:
- climate
- chemistry
- medical
size_categories:
- 1K<n<10K
---

<div align="center">
<h1>Manalyzer: End-to-end Automated Meta-analysis with Multi-agent System
</div>

<div align="center">

[![Official Site](https://img.shields.io/badge/Official%20Site-333399.svg?logo=homepage)](https://black-yt.github.io/meta-analysis-page/)&#160;
<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>
[![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-gray)](https://huggingface.co/datasets/CoCoOne/Manalyzer)&#160;
[![GitHub](https://img.shields.io/badge/GitHub-000000?logo=github&logoColor=white)](https://github.com/black-yt/Manalyzer)&#160;

</div>

---

## 🆕 Updates/News

🚩 **Updates** (2026-02-09) Code has been released.

🚩 **Updates** (2025-05-22) Initial upload to arXiv [[PDF]](https://arxiv.org/pdf/2505.20310). The code will be released soon.



## 🎯 Abstract

<img src="./assets/comparison.png" width="100%" alt="main-results" align="center">

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.

---


## 🚀 Method Overview

<img src="./assets/workflow.png" width="100%" alt="pipeline" align="center">

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.

## 🔥 Quick Start

```bash
export LLM_API_KEY="your-api-key"
export LLM_BASE_URL="your-api-base-url"
export MINERU_TOKEN="your-mineru-api-key" # Apply for the API at https://mineru.net/

python workflow/main.py
```

## 📬 Contact Us

- 💬 **GitHub Issues**: Please open an issue for bug reports or feature requests

- 📧 **Email**: [xu_wanghan@sjtu.edu.cn](https://black-yt.github.io/)

---

## 📜 Citation

If you would like to cite our work, please use the following BibTeX.

```bib
@article{xu2025manalyzer,
  title={Manalyzer: End-to-end Automated Meta-analysis with Multi-agent System},
  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},
  journal={arXiv preprint arXiv:2505.20310},
  year={2025}
}
```

---

## 🌟 Star History

If you find this work helpful, please consider to **star⭐** this [repo](https://github.com/black-yt/Manalyzer). Thanks for your support! 🤩

[![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)

<p align="right"><a href="#top">🔝Back to top</a></p>