Papersnake commited on
Commit
ae3e966
Β·
verified Β·
1 Parent(s): 7e57148

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -3
README.md CHANGED
@@ -1,3 +1,88 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - zh
7
+ tags:
8
+ - ACG
9
+ - animation
10
+ size_categories:
11
+ - 1K<n<10K
12
+ ---
13
+
14
+ # ACG-SimpleQA
15
+
16
+ <p align="center">
17
+ 🌐 <a href="https://prnake.github.io/ACG-SimpleQA/" target="_blank">Website</a> β€’
18
+ πŸ€— <a href="https://huggingface.co/datasets/Papersnake/ACG-SimpleQA" target="_blank">Hugging Face</a>
19
+ <br>
20
+ <a href="README.md">δΈ­ζ–‡</a> | <a href="README_en.md">English</a>
21
+ </p>
22
+
23
+ **ACG-SimpleQA** is an objective knowledge question-answering dataset focused on the Chinese ACG (Animation, Comic, Game) domain, containing **4242** ~~auto-generated~~ carefully designed QA samples. This benchmark aims to evaluate large language models' factual capabilities in the ACG culture domain, featuring Chinese language, diversity, high quality, static answers, and easy evaluation.
24
+
25
+ ## πŸ“’ Latest Updates
26
+
27
+ - **\[2025.04.24\]** We officially release the ACG-SimpleQA dataset! Welcome to download it from πŸ€—[Hugging Face](https://huggingface.co/datasets/Papersnake/ACG-SimpleQA)
28
+
29
+ ## πŸ’« Introduction
30
+
31
+ ACG-SimpleQA is a comprehensive benchmark designed to test large language models' factual knowledge in the ACG culture domain. The dataset features:
32
+
33
+ * πŸ€„ **Chinese**: ACG-SimpleQA focuses on Chinese ACG knowledge, providing a thorough evaluation of LLMs' factual abilities in this area.
34
+ * πŸ€ **Diversity**: Covers multiple subdomains such as anime, games, manga, and music, ensuring comprehensive assessment.
35
+ * ⚑ **High Quality**: Strict quality control ensures the accuracy of questions and answers.
36
+ * πŸ’‘ **Static**: All reference answers are time-invariant, and the knowledge cutoff is before 2024, ensuring long-term validity.
37
+ * πŸ—‚οΈ **Easy Evaluation**: The evaluation method is consistent with [SimpleQA](https://github.com/openai/simple-evals) and [ChineseSimpleQA](https://github.com/OpenStellarTeam/ChineseSimpleQA).
38
+
39
+ ## πŸ“Š Leaderboard
40
+
41
+ <p align="center">
42
+ <img src="https://raw.githubusercontent.com/prnake/ACG-SimpleQA/refs/heads/gh-pages/static/images/leaderboard.png?token=GHSAT0AAAAAACJSKQM7KFQUBCSSBAXTLY7U2AJFTAA" width="800px"/>
43
+ </p>
44
+
45
+ | Model | ACG-SimpleQA |
46
+ |--------------------------------|--------------|
47
+ | gemini-2.5-pro-preview-03-25 | 0.5434 |
48
+ | gpt-4.5-preview | 0.4884 |
49
+ | gemini-2.5-flash-preview-04-17 | 0.3993 |
50
+ | deepseek-v3-241226 | 0.3963 |
51
+ | deepseek-v3-250324 | 0.3944 |
52
+ | gpt-4.1 | 0.3880 |
53
+ | grok-3-beta | 0.3810 |
54
+ | chatgpt-4o-latest | 0.3758 |
55
+ | gemini-2.0-flash-001 | 0.3597 |
56
+ | minimax-01 | 0.3175 |
57
+ | gemini-2.0-flash-lite-001 | 0.2897 |
58
+ | claude-3.7-sonnet | 0.2864 |
59
+ | glm-4-plus | 0.2659 |
60
+ | claude-3.5-sonnet | 0.2515 |
61
+ | qwen-max | 0.2466 |
62
+ | doubao-1.5-pro-32k-250115 | 0.2435 |
63
+ | grok-3-mini-beta | 0.2357 |
64
+ | o4-mini | 0.2263 |
65
+ | llama-4-maverick | 0.1655 |
66
+ | gpt-4.1-mini | 0.1610 |
67
+ | glm-4-air-250414 | 0.1412 |
68
+ | claude-3.5-haiku | 0.1334 |
69
+ | gemma-3-27b-it | 0.1247 |
70
+ | llama-3.3-70b-instruct | 0.1106 |
71
+ | qwq-32b | 0.0974 |
72
+ | qwen2.5-32b-instruct | 0.0969 |
73
+ | gpt-4.1-nano | 0.0957 |
74
+ | glm-4-flash-250414 | 0.0700 |
75
+ | gemma-3-4b-it | 0.0370 |
76
+
77
+ ## πŸ“œ Citation
78
+
79
+ If you use this repository in your research, please consider citing:
80
+
81
+ ```bibtex
82
+ @misc{pka2025acgsimpleqa,
83
+ title={ACG-SimpleQA},
84
+ author={Papersnake},
85
+ howpublished = {\url{https://github.com/prnake/ACG-SimpleQA}},
86
+ year={2025}
87
+ }
88
+ ```