Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
text-scoring
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
Meronym-Prediction
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,24 @@ paperswithcode_id: haspart-kb
|
|
21 |
pretty_name: hasPart KB
|
22 |
tags:
|
23 |
- Meronym-Prediction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for [HasPart]
|
|
|
21 |
pretty_name: hasPart KB
|
22 |
tags:
|
23 |
- Meronym-Prediction
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: arg1
|
27 |
+
dtype: string
|
28 |
+
- name: arg2
|
29 |
+
dtype: string
|
30 |
+
- name: score
|
31 |
+
dtype: float64
|
32 |
+
- name: wikipedia_primary_page
|
33 |
+
sequence: string
|
34 |
+
- name: synset
|
35 |
+
sequence: string
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 4363417
|
39 |
+
num_examples: 49848
|
40 |
+
download_size: 7437382
|
41 |
+
dataset_size: 4363417
|
42 |
---
|
43 |
|
44 |
# Dataset Card for [HasPart]
|