Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
English
Size:
100K - 1M
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,40 @@ task_ids:
|
|
19 |
- topic-classification
|
20 |
paperswithcode_id: dbpedia
|
21 |
pretty_name: DBpedia
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for DBpedia14
|
@@ -162,4 +196,4 @@ Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for
|
|
162 |
Lehmann, Jens, Robert Isele, Max Jakob, Anja Jentzsch, Dimitris Kontokostas, Pablo N. Mendes, Sebastian Hellmann et al. "DBpedia–a large-scale, multilingual knowledge base extracted from Wikipedia." Semantic web 6, no. 2 (2015): 167-195.
|
163 |
### Contributions
|
164 |
|
165 |
-
Thanks to [@hfawaz](https://github.com/hfawaz) for adding this dataset.
|
|
|
19 |
- topic-classification
|
20 |
paperswithcode_id: dbpedia
|
21 |
pretty_name: DBpedia
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: label
|
25 |
+
dtype:
|
26 |
+
class_label:
|
27 |
+
names:
|
28 |
+
0: Company
|
29 |
+
1: EducationalInstitution
|
30 |
+
2: Artist
|
31 |
+
3: Athlete
|
32 |
+
4: OfficeHolder
|
33 |
+
5: MeanOfTransportation
|
34 |
+
6: Building
|
35 |
+
7: NaturalPlace
|
36 |
+
8: Village
|
37 |
+
9: Animal
|
38 |
+
10: Plant
|
39 |
+
11: Album
|
40 |
+
12: Film
|
41 |
+
13: WrittenWork
|
42 |
+
- name: title
|
43 |
+
dtype: string
|
44 |
+
- name: content
|
45 |
+
dtype: string
|
46 |
+
config_name: dbpedia_14
|
47 |
+
splits:
|
48 |
+
- name: test
|
49 |
+
num_bytes: 22310285
|
50 |
+
num_examples: 70000
|
51 |
+
- name: train
|
52 |
+
num_bytes: 178428970
|
53 |
+
num_examples: 560000
|
54 |
+
download_size: 68341743
|
55 |
+
dataset_size: 200739255
|
56 |
---
|
57 |
|
58 |
# Dataset Card for DBpedia14
|
|
|
196 |
Lehmann, Jens, Robert Isele, Max Jakob, Anja Jentzsch, Dimitris Kontokostas, Pablo N. Mendes, Sebastian Hellmann et al. "DBpedia–a large-scale, multilingual knowledge base extracted from Wikipedia." Semantic web 6, no. 2 (2015): 167-195.
|
197 |
### Contributions
|
198 |
|
199 |
+
Thanks to [@hfawaz](https://github.com/hfawaz) for adding this dataset.
|