asahi417 commited on
Commit
d6ac91a
·
1 Parent(s): e0c7be5

fix readme

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. analogy_questions.py +1 -1
README.md CHANGED
@@ -27,7 +27,8 @@ This dataset contains 5 different word analogy questions used in [Analogy Langua
27
  | `u4` | 48/432 | 5,4,3 | 5 | [EnglishForEveryone](https://englishforeveryone.org/Topics/Analogies.html) |
28
  | `google` | 50/500 | 4 | 2 | [Mikolov et al., (2013)](https://www.aclweb.org/anthology/N13-1090.pdf) |
29
  | `bats` | 199/1799 | 4 | 3 | [Gladkova et al., (2016)](https://www.aclweb.org/anthology/N18-2017.pdf) |
30
-
 
31
 
32
  ## Dataset Structure
33
  ### Data Instances
 
27
  | `u4` | 48/432 | 5,4,3 | 5 | [EnglishForEveryone](https://englishforeveryone.org/Topics/Analogies.html) |
28
  | `google` | 50/500 | 4 | 2 | [Mikolov et al., (2013)](https://www.aclweb.org/anthology/N13-1090.pdf) |
29
  | `bats` | 199/1799 | 4 | 3 | [Gladkova et al., (2016)](https://www.aclweb.org/anthology/N18-2017.pdf) |
30
+ | `t_rex_relation_similarity` | 467/467 | 6 | - | [relbert/t_rex_relation_similarity](https://huggingface.co/datasets/relbert/t_rex_relation_similarity) |
31
+ | `semeval2012_relational_similarity` | 78/- | 3 | - | [relbert/semeval2012_relational_similarity](https://huggingface.co/datasets/relbert/semeval2012_relational_similarity) |
32
 
33
  ## Dataset Structure
34
  ### Data Instances
analogy_questions.py CHANGED
@@ -5,7 +5,7 @@ import datasets
5
  logger = datasets.logging.get_logger(__name__)
6
  _DESCRIPTION = """[Analogy Question](https://aclanthology.org/2021.acl-long.280/)"""
7
  _NAME = "analogy_questions"
8
- _VERSION = "1.0.3"
9
  _CITATION = """
10
  @inproceedings{ushio-etal-2021-bert,
11
  title = "{BERT} is to {NLP} what {A}lex{N}et is to {CV}: Can Pre-Trained Language Models Identify Analogies?",
 
5
  logger = datasets.logging.get_logger(__name__)
6
  _DESCRIPTION = """[Analogy Question](https://aclanthology.org/2021.acl-long.280/)"""
7
  _NAME = "analogy_questions"
8
+ _VERSION = "1.0.4"
9
  _CITATION = """
10
  @inproceedings{ushio-etal-2021-bert,
11
  title = "{BERT} is to {NLP} what {A}lex{N}et is to {CV}: Can Pre-Trained Language Models Identify Analogies?",