Commit
·
6d9bfdd
1
Parent(s):
20b3e35
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: aid
|
5 |
+
dtype: string
|
6 |
+
- name: mid
|
7 |
+
dtype: string
|
8 |
+
- name: abstract
|
9 |
+
dtype: string
|
10 |
+
- name: related_work
|
11 |
+
dtype: string
|
12 |
+
- name: ref_abstract
|
13 |
+
struct:
|
14 |
+
- name: abstract
|
15 |
+
sequence: string
|
16 |
+
- name: cite_N
|
17 |
+
sequence: string
|
18 |
+
- name: mid
|
19 |
+
sequence: string
|
20 |
+
- name: title
|
21 |
+
dtype: string
|
22 |
+
- name: text_except_rw
|
23 |
+
dtype: string
|
24 |
+
- name: total_words
|
25 |
+
dtype: int64
|
26 |
+
splits:
|
27 |
+
- name: test
|
28 |
+
num_bytes: 172570713
|
29 |
+
num_examples: 5093
|
30 |
+
download_size: 37798321
|
31 |
+
dataset_size: 172570713
|
32 |
+
---
|
33 |
+
# Dataset Card for "multi_x_science_test_full"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|