Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
CoCoOne commited on
Commit
325a564
·
verified ·
1 Parent(s): fbae0f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -18,7 +18,7 @@ dataset_info:
18
  num_bytes: 202134712.5
19
  num_examples: 1196
20
  - name: agriculture
21
- num_bytes: 446617002.0
22
  num_examples: 4336
23
  - name: environment
24
  num_bytes: 165016111.375
@@ -34,4 +34,25 @@ configs:
34
  path: data/agriculture-*
35
  - split: environment
36
  path: data/environment-*
 
 
 
37
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
 
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