Datasets:

Modalities:
Text
Formats:
json
Languages:
Chinese
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Lab1806 commited on
Commit
50dc91f
·
verified ·
1 Parent(s): 3309ca1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -3
README.md CHANGED
@@ -1,3 +1,84 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ ---
6
+
7
+ # Welcome to AcademicBrowse created by PKU-DS-LAB!
8
+
9
+ ## Dataset Description
10
+
11
+ AcademicBrowse is the first dataset specifically designed to evaluate the complex information retrieval capabilities of Large Language Models (LLMs) in academic research.
12
+
13
+ Key characteristics of AcademicBrowse include:
14
+
15
+ - **Academic Practicality**: Questions are based on real academic learning and research environments, avoiding misleading the models.
16
+ - **High Difficulty**: Answers often require at least three deep searches to derive, making them challenging for single models.
17
+ - **Concise Evaluation**: Answers are unique, with clear sources and brief explanations, facilitating audit and verification.
18
+ - **Broad Coverage**: The dataset spans at least 15 different academic disciplines, including Computer Science, Literature, Biology, Political Science, Economics, Mathematics, Demography, History of Science and Technology, Chemistry, Sociology, Public Health, and Physics.
19
+
20
+ The dataset consists of 234 meticulously curated questions in Chinese, each accompanied by an answer, explanation, and domain. It was created by a team of undergraduate and graduate students from various faculties at Peking University, ensuring the questions reflect genuine academic search scenarios.
21
+
22
+ ## Dataset Structure
23
+
24
+ Each entry in the dataset contains the following fields:
25
+
26
+ - **question**: The academic query or problem.
27
+ - **answer**: The correct answer to the question.
28
+ - **explanation**: A brief explanation or justification for the answer, including sources.
29
+ - **domain**: The academic discipline or field to which the question belongs.
30
+
31
+ The dataset is provided as a JSON file containing a list of entries.
32
+
33
+
34
+
35
+ ## Experiment Result
36
+
37
+ | **Model** | **All (%)** | **Science & Engineering (%)** | **Social Sciences & Humanities (%)** |
38
+ |-----------|-------------|-------------------------------|--------------------------------------|
39
+ | gpt-4o-search-preview | 18.83 | 18.64 | 19.05 |
40
+ | gpt-4o-mini-search-preview | 10.31 | 10.17 | 10.48 |
41
+ | deepseek-r1-0528 | 8.52 | 5.08 | 12.38 |
42
+ | gpt-4.1 | 7.17 | 5.93 | 8.57 |
43
+ | gpt-4o-2024-11-20 | 3.59 | 1.69 | 5.71 |
44
+ | gpt-4o-mini | 2.24 | 0.85 | 3.81 |
45
+
46
+ *The judge model for all experiments is GPT-4o-mini.*
47
+ ## How to Load the Dataset
48
+
49
+ You can load the dataset using the `datasets` library:
50
+
51
+ ```python
52
+ from datasets import load_dataset
53
+
54
+ dataset = load_dataset("PKU-DS-LAB/AcademicBrowse")
55
+ ```
56
+
57
+ ## Citation Information
58
+
59
+ This paper will soon be published on arXiv for open access.
60
+
61
+ ## License
62
+
63
+ The dataset is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
64
+
65
+ ## Additional Information
66
+
67
+ - This project was funded by Grant 624B2005.
68
+ - We would like to thank the following individuals for their contributions to problem-solving and evaluation: Xun Zhao, Zizhuo Fu, Yuqian Zhan, Xinhao Ji, Jiarui Sun, Junhao Zhang, Shengfan Wang, Ziteng Lu, Yumeng Song, Ziyan Yang, Hongjiao Wang, Shan Zhang, Huahui Lin, Junhong Liu, Zhengyang Wang, Yuchen Lu, Yanxi Xu.
69
+
70
+ For more details, please refer to the dataset page on Hugging Face: [https://huggingface.co/datasets/PKU-DS-LAB/AcademicBrowse](https://huggingface.co/datasets/PKU-DS-LAB/AcademicBrowse)
71
+ ## Team Members:
72
+
73
+ Leading By:
74
+
75
+ Tong Yang; Yuhan Wu;
76
+
77
+ Core Contributors:
78
+
79
+ Junting Zhou; Wang Li; Yiyan Liao; Nengyuan Zhang; Tingjia Miao; Zhihui Qi
80
+
81
+
82
+ ## Dataset Card Contact
83
+
84
+ For more details, please contact: yangtong@pku.edu.cn