CoolFace
Datasetpublic

relbert/analogy_questions

[Analogy Question](https://aclanthology.org/2021.acl-long.280/)

sourceHugging Faceotherupdated 3y agoView on Hugging Face
7likes321downloads
Dataset Card

Dataset Card for "relbert/analogy_questions"

Dataset Description

Dataset Summary

This dataset contains 5 different word analogy questions used in Analogy Language Model.

  • original analogy questions
nameSize (valid/test)Num of choiceNum of relation groupOriginal Reference
u224/2285,4,39EnglishForEveryone
u448/4325,4,35EnglishForEveryone
google50/50042Mikolov et al., (2013)
bats199/179943Gladkova et al., (2016)
  • extra analogy questions
nameSize (valid/test)Num of choice (valid/test)Num of relation group (valid/test)Original Reference
semeval2012_relational_similarity79/-3/-79/-relbert/semeval2012_relational_similarity
t_rex_relational_similarity496/18374/4860/19relbert/t_rex_relational_similarity
conceptnet_relational_similarity1112/119219/1718/16relbert/conceptnet_relational_similarity
nell_relational_similarity400/6005/74/6relbert/nell_relational_similarity
scan178/16163,36,136,10,45,78,15,21,55,120,153,91,28/3,36,136,10,45,78,15,21,55,120,153,91,282/2relbert/scientific_and_creative_analogy

Dataset Structure

Data Instances

An example of test looks as follows.

{
    "stem": ["raphael", "painter"],
    "answer": 2,
    "choice": [["andersen", "plato"],
                ["reading", "berkshire"],
                ["marx", "philosopher"],
                ["tolstoi", "edison"]]
}

The stem is the query word pair, choice has word pair candidates, and answer indicates the index of correct candidate which starts from 0. All data is lowercased except Google dataset.

Citation Information

@inproceedings{ushio-etal-2021-bert-is,
    title ={{BERT} is to {NLP} what {A}lex{N}et is to {CV}: {C}an {P}re-{T}rained {L}anguage {M}odels {I}dentify {A}nalogies?},
    author={Ushio, Asahi and
            Espinosa-Anke, Luis and
            Schockaert, Steven and
            Camacho-Collados, Jose},
    booktitle={Proceedings of the {ACL}-{IJCNLP} 2021 Main Conference},
    year={2021},
    publisher={Association for Computational Linguistics}
}

LICENSE

The LICENSE of all the resources are under CC-BY-NC-4.0. Thus, they are freely available for academic purpose or individual research, but restricted for commercial use.