fix readme
Browse files
README.md
CHANGED
@@ -6,14 +6,14 @@ license:
|
|
6 |
multilinguality:
|
7 |
- monolingual
|
8 |
size_categories:
|
9 |
-
-
|
10 |
pretty_name: ConceptNet with High Confidence
|
11 |
---
|
12 |
# Dataset Card for "relbert/conceptnet_relation_similarity"
|
13 |
## Dataset Description
|
14 |
- **Repository:** [RelBERT](https://github.com/asahi417/relbert)
|
15 |
- **Paper:** [https://home.ttic.edu/~kgimpel/commonsense.html](https://home.ttic.edu/~kgimpel/commonsense.html)
|
16 |
-
- **Dataset:**
|
17 |
|
18 |
### Dataset Summary
|
19 |
The selected subset of ConceptNet used in [this work](https://home.ttic.edu/~kgimpel/commonsense.html), which compiled
|
@@ -21,15 +21,11 @@ to fine-tune [RelBERT](https://github.com/asahi417/relbert) model.
|
|
21 |
We removed `NotCapableOf` and `NotDesires` to keep the positive relation only.
|
22 |
We consider the original test set as test set, dev1 as the training set, and dev2 as the validation set.
|
23 |
|
24 |
-
|train|validation|test|
|
25 |
-
|--------:|----:|---------:|
|
26 |
-
|15| 17 | 15|
|
27 |
-
|
28 |
|
29 |
## Dataset Structure
|
30 |
### Data Instances
|
31 |
An example of `train` looks as follows.
|
32 |
-
```
|
33 |
{
|
34 |
"relation_type": "AtLocation",
|
35 |
"positives": [["fish", "water"], ["cloud", "sky"], ["child", "school"], ... ],
|
@@ -37,6 +33,11 @@ An example of `train` looks as follows.
|
|
37 |
}
|
38 |
```
|
39 |
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
|
42 |
### Citation Information
|
|
|
6 |
multilinguality:
|
7 |
- monolingual
|
8 |
size_categories:
|
9 |
+
- n<1K
|
10 |
pretty_name: ConceptNet with High Confidence
|
11 |
---
|
12 |
# Dataset Card for "relbert/conceptnet_relation_similarity"
|
13 |
## Dataset Description
|
14 |
- **Repository:** [RelBERT](https://github.com/asahi417/relbert)
|
15 |
- **Paper:** [https://home.ttic.edu/~kgimpel/commonsense.html](https://home.ttic.edu/~kgimpel/commonsense.html)
|
16 |
+
- **Dataset:** Relational similarity dataset based on the high-confidence subset of ConceptNet
|
17 |
|
18 |
### Dataset Summary
|
19 |
The selected subset of ConceptNet used in [this work](https://home.ttic.edu/~kgimpel/commonsense.html), which compiled
|
|
|
21 |
We removed `NotCapableOf` and `NotDesires` to keep the positive relation only.
|
22 |
We consider the original test set as test set, dev1 as the training set, and dev2 as the validation set.
|
23 |
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Dataset Structure
|
26 |
### Data Instances
|
27 |
An example of `train` looks as follows.
|
28 |
+
```shell
|
29 |
{
|
30 |
"relation_type": "AtLocation",
|
31 |
"positives": [["fish", "water"], ["cloud", "sky"], ["child", "school"], ... ],
|
|
|
33 |
}
|
34 |
```
|
35 |
|
36 |
+
### Data Splits
|
37 |
+
|
38 |
+
| train |validation| test|
|
39 |
+
|--------:|---------:|---------:|
|
40 |
+
| 15| 17 | 15|
|
41 |
|
42 |
|
43 |
### Citation Information
|