asahi417 commited on
Commit
806b513
1 Parent(s): 15e7e2d

fix readme

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -5,13 +5,15 @@ license:
5
  - other
6
  multilinguality:
7
  - monolingual
8
- pretty_name: SemEval2012 task 2 Relational Similarity
 
 
9
  ---
10
  # Dataset Card for "relbert/semeval2012_relational_similarity"
11
  ## Dataset Description
12
  - **Repository:** [RelBERT](https://github.com/asahi417/relbert)
13
  - **Paper:** [https://aclanthology.org/S12-1047/](https://aclanthology.org/S12-1047/)
14
- - **Dataset:** SemEval2012: Relational Similarity
15
 
16
  ### Dataset Summary
17
  Relational similarity dataset from [SemEval2012 task 2](https://aclanthology.org/S12-1047/), compiled to fine-tune [RelBERT](https://github.com/asahi417/relbert) model.
@@ -37,7 +39,7 @@ Each of the parent relation is further grouped into child relation types where t
37
  ## Dataset Structure
38
  ### Data Instances
39
  An example of `train` looks as follows.
40
- ```
41
  {
42
  'relation_type': '8d',
43
  'positives': [ [ "breathe", "live" ], [ "study", "learn" ], [ "speak", "communicate" ], ... ]
@@ -46,12 +48,13 @@ An example of `train` looks as follows.
46
  ```
47
 
48
  ### Data Splits
49
- | name |train|validation|
50
- |---------|----:|---------:|
51
- |semeval2012_relational_similarity| 79 | 79|
 
52
 
53
 
54
- ### Citation Information
55
  ```
56
  @inproceedings{jurgens-etal-2012-semeval,
57
  title = "{S}em{E}val-2012 Task 2: Measuring Degrees of Relational Similarity",
 
5
  - other
6
  multilinguality:
7
  - monolingual
8
+ size_categories:
9
+ - n<1K
10
+ pretty_name: SemEval2012 relational similarity dataset
11
  ---
12
  # Dataset Card for "relbert/semeval2012_relational_similarity"
13
  ## Dataset Description
14
  - **Repository:** [RelBERT](https://github.com/asahi417/relbert)
15
  - **Paper:** [https://aclanthology.org/S12-1047/](https://aclanthology.org/S12-1047/)
16
+ - **Dataset:** SemEval2012 relational similarity dataset
17
 
18
  ### Dataset Summary
19
  Relational similarity dataset from [SemEval2012 task 2](https://aclanthology.org/S12-1047/), compiled to fine-tune [RelBERT](https://github.com/asahi417/relbert) model.
 
39
  ## Dataset Structure
40
  ### Data Instances
41
  An example of `train` looks as follows.
42
+ ```shell
43
  {
44
  'relation_type': '8d',
45
  'positives': [ [ "breathe", "live" ], [ "study", "learn" ], [ "speak", "communicate" ], ... ]
 
48
  ```
49
 
50
  ### Data Splits
51
+
52
+ |train|validation|
53
+ |----:|---------:|
54
+ | 79 | 79 |
55
 
56
 
57
+ ## Citation Information
58
  ```
59
  @inproceedings{jurgens-etal-2012-semeval,
60
  title = "{S}em{E}val-2012 Task 2: Measuring Degrees of Relational Similarity",