Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Zaid commited on
Commit
3cb89cb
·
verified ·
1 Parent(s): 16c2d73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -145
README.md CHANGED
@@ -1,147 +1,54 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: category
5
- dtype: string
6
- - name: split
7
- dtype: string
8
- - name: Name
9
- dtype: string
10
- - name: Subsets
11
- dtype: string
12
- - name: HF Link
13
- dtype: string
14
- - name: Link
15
- dtype: string
16
- - name: License
17
- dtype: string
18
- - name: Year
19
- dtype: int64
20
- - name: Language
21
- dtype: string
22
- - name: Dialect
23
- dtype: string
24
- - name: Domain
25
- dtype: string
26
- - name: Form
27
- dtype: string
28
- - name: Collection Style
29
- dtype: string
30
- - name: Description
31
- dtype: string
32
- - name: Volume
33
- dtype: float64
34
- - name: Unit
35
- dtype: string
36
- - name: Ethical Risks
37
- dtype: string
38
- - name: Provider
39
- dtype: string
40
- - name: Derived From
41
- dtype: string
42
- - name: Paper Title
43
- dtype: string
44
- - name: Paper Link
45
- dtype: string
46
- - name: Script
47
- dtype: string
48
- - name: Tokenized
49
- dtype: bool
50
- - name: Host
51
- dtype: string
52
- - name: Access
53
- dtype: string
54
- - name: Cost
55
- dtype: string
56
- - name: Test Split
57
- dtype: bool
58
- - name: Tasks
59
- dtype: string
60
- - name: Venue Title
61
- dtype: string
62
- - name: Venue Type
63
- dtype: string
64
- - name: Venue Name
65
- dtype: string
66
- - name: Authors
67
- dtype: string
68
- - name: Affiliations
69
- dtype: string
70
- - name: Abstract
71
- dtype: string
72
- - name: Name_exist
73
- dtype: int64
74
- - name: Subsets_exist
75
- dtype: int64
76
- - name: HF Link_exist
77
- dtype: int64
78
- - name: Link_exist
79
- dtype: int64
80
- - name: License_exist
81
- dtype: int64
82
- - name: Year_exist
83
- dtype: int64
84
- - name: Language_exist
85
- dtype: int64
86
- - name: Dialect_exist
87
- dtype: int64
88
- - name: Domain_exist
89
- dtype: int64
90
- - name: Form_exist
91
- dtype: int64
92
- - name: Collection Style_exist
93
- dtype: int64
94
- - name: Description_exist
95
- dtype: int64
96
- - name: Volume_exist
97
- dtype: int64
98
- - name: Unit_exist
99
- dtype: int64
100
- - name: Ethical Risks_exist
101
- dtype: int64
102
- - name: Provider_exist
103
- dtype: int64
104
- - name: Derived From_exist
105
- dtype: int64
106
- - name: Paper Title_exist
107
- dtype: int64
108
- - name: Paper Link_exist
109
- dtype: int64
110
- - name: Script_exist
111
- dtype: int64
112
- - name: Tokenized_exist
113
- dtype: int64
114
- - name: Host_exist
115
- dtype: int64
116
- - name: Access_exist
117
- dtype: int64
118
- - name: Cost_exist
119
- dtype: int64
120
- - name: Test Split_exist
121
- dtype: int64
122
- - name: Tasks_exist
123
- dtype: int64
124
- - name: Venue Title_exist
125
- dtype: int64
126
- - name: Venue Type_exist
127
- dtype: int64
128
- - name: Venue Name_exist
129
- dtype: int64
130
- - name: Authors_exist
131
- dtype: int64
132
- - name: Affiliations_exist
133
- dtype: int64
134
- - name: Abstract_exist
135
- dtype: int64
136
- splits:
137
- - name: train
138
- num_bytes: 110360
139
- num_examples: 52
140
- download_size: 82409
141
- dataset_size: 110360
142
- configs:
143
- - config_name: default
144
- data_files:
145
- - split: train
146
- path: data/train-*
147
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - metadata
4
+ - extraction
5
+ language:
6
+ - en
7
+ - ar
8
+ - fr
9
+ - jp
10
+ - ru
11
+ pretty_name: MOLE
12
+ size_categories:
13
+ - n<1K
14
+ license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
+ # MOLE: *Metadata Extraction and Validation in Scientific Papers*
17
+
18
+
19
+ ## 📋 Dataset Structure
20
+ Description of the dataset features
21
+ - `column1 (type)`: column 1 description.
22
+ - `column2 (type)`: column 2 description.
23
+
24
+
25
+
26
+ ## 📁 Loading The Dataset
27
+ How to load the dataset
28
+
29
+ ```python
30
+ from datasets import load_dataset
31
+ dataset = load_dataset('IVUL-KAUST/mole')
32
+ ```
33
+
34
+ ## 📄 Sample From The Dataset:
35
+ Show a sample from the dataset
36
+ ```
37
+ {
38
+ "column1": ...,
39
+ "column2": ...
40
+ }
41
+ ```
42
+
43
+ ## ⛔️ Limitations
44
+ mention some limitations of using the dataset
45
+
46
+ ## 🔑 License
47
+ [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
48
+
49
+ ## Citation
50
+
51
+ ```
52
+ @misc{
53
+ }
54
+ ```