Zekunli commited on
Commit
80e50a0
·
verified ·
1 Parent(s): 759c98a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -1,3 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## Dataset Structure
2
 
3
  The dataset is stored in the `rawdata` directory, organized into multiple levels for ease of access and categorization. Below is a detailed explanation of the directory structure:
@@ -80,3 +100,19 @@ Below is an example of the structure of a metadata JSON file:
80
 
81
  The dataset includes various metadata for scientific articles, including abstracts, figure captions, and references, which can be used for tasks such as article summarization, figure captioning, or reference extraction. The directory structure allows researchers to access data at different levels, depending on the task.
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-to-text
5
+ language:
6
+ - en
7
+ pretty_name: NatureCommsCorpus
8
+ size_categories:
9
+ - 100G<n<1000G
10
+ tags:
11
+ - nature
12
+ - nature communications
13
+ - nature sciences
14
+ - multi-discipline
15
+ - multi-modal
16
+ - science understanding
17
+ - large vision language models
18
+ - multimodal large language models
19
+ ---
20
+
21
  ## Dataset Structure
22
 
23
  The dataset is stored in the `rawdata` directory, organized into multiple levels for ease of access and categorization. Below is a detailed explanation of the directory structure:
 
100
 
101
  The dataset includes various metadata for scientific articles, including abstracts, figure captions, and references, which can be used for tasks such as article summarization, figure captioning, or reference extraction. The directory structure allows researchers to access data at different levels, depending on the task.
102
 
103
+ ## Additional Information
104
+
105
+ ### Licensing Information
106
+
107
+ This corpus is released under [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/).
108
+
109
+ ### Citation Information
110
+
111
+ ```
112
+ @article{li2024mmsci,
113
+ title={Mmsci: A multimodal multi-discipline dataset for phd-level scientific comprehension},
114
+ author={Li, Zekun and Yang, Xianjun and Choi, Kyuri and Zhu, Wanrong and Hsieh, Ryan and Kim, HyeonJung and Lim, Jin Hyuk and Ji, Sungyoung and Lee, Byungju and Yan, Xifeng and others},
115
+ journal={arXiv preprint arXiv:2407.04903},
116
+ year={2024}
117
+ }
118
+ ```