{"full": {"description": "\nThe ASSIN (Avalia\u00e7\u00e3o de Similaridade Sem\u00e2ntica e INfer\u00eancia textual) corpus is a corpus annotated with pairs of sentences written in \nPortuguese that is suitable for the exploration of textual entailment and paraphrasing classifiers. The corpus contains pairs of sentences \nextracted from news articles written in European Portuguese (EP) and Brazilian Portuguese (BP), obtained from Google News Portugal \nand Brazil, respectively. To create the corpus, the authors started by collecting a set of news articles describing the \nsame event (one news article from Google News Portugal and another from Google News Brazil) from Google News. \nThen, they employed Latent Dirichlet Allocation (LDA) models to retrieve pairs of similar sentences between sets of news \narticles that were grouped together around the same topic. For that, two LDA models were trained (for EP and for BP) \non external and large-scale collections of unannotated news articles from Portuguese and Brazilian news providers, respectively. \nThen, the authors defined a lower and upper threshold for the sentence similarity score of the retrieved pairs of sentences, \ntaking into account that high similarity scores correspond to sentences that contain almost the same content (paraphrase candidates), \nand low similarity scores correspond to sentences that are very different in content from each other (no-relation candidates).\nFrom the collection of pairs of sentences obtained at this stage, the authors performed some manual grammatical corrections \nand discarded some of the pairs wrongly retrieved. Furthermore, from a preliminary analysis made to the retrieved sentence pairs \nthe authors noticed that the number of contradictions retrieved during the previous stage was very low. Additionally, they also \nnoticed that event though paraphrases are not very frequent, they occur with some frequency in news articles. Consequently, \nin contrast with the majority of the currently available corpora for other languages, which consider as labels \u201cneutral\u201d, \u201centailment\u201d \nand \u201ccontradiction\u201d for the task of RTE, the authors of the ASSIN corpus decided to use as labels \u201cnone\u201d, \u201centailment\u201d and \u201cparaphrase\u201d.\nFinally, the manual annotation of pairs of sentences was performed by human annotators. At least four annotators were randomly \nselected to annotate each pair of sentences, which is done in two steps: (i) assigning a semantic similarity label (a score between 1 and 5, \nfrom unrelated to very similar); and (ii) providing an entailment label (one sentence entails the other, sentences are paraphrases, \nor no relation). Sentence pairs where at least three annotators do not agree on the entailment label were considered controversial \nand thus discarded from the gold standard annotations. The full dataset has 10,000 sentence pairs, half of which in Brazilian Portuguese \nand half in European Portuguese. Either language variant has 2,500 pairs for training, 500 for validation and 2,000 for testing.\n", "citation": "\n@inproceedings{fonseca2016assin,\n title={ASSIN: Avaliacao de similaridade semantica e inferencia textual},\n author={Fonseca, E and Santos, L and Criscuolo, Marcelo and Aluisio, S},\n booktitle={Computational Processing of the Portuguese Language-12th International Conference, Tomar, Portugal},\n pages={13--15},\n year={2016}\n}\n", "homepage": "http://nilc.icmc.usp.br/assin/", "license": "", "features": {"sentence_pair_id": {"dtype": "int64", "id": null, "_type": "Value"}, "premise": {"dtype": "string", "id": null, "_type": "Value"}, "hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "relatedness_score": {"dtype": "float32", "id": null, "_type": "Value"}, "entailment_judgment": {"num_classes": 3, "names": ["NONE", "ENTAILMENT", "PARAPHRASE"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "assin", "config_name": "full", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 986507, "num_examples": 5000, "dataset_name": "assin"}, "test": {"name": "test", "num_bytes": 767312, "num_examples": 4000, "dataset_name": "assin"}, "validation": {"name": "validation", "num_bytes": 196829, "num_examples": 1000, "dataset_name": "assin"}}, "download_checksums": {"http://nilc.icmc.usp.br/assin/assin.tar.gz": {"num_bytes": 749735, "checksum": "ee758424477bcaa414bad95a7e7042c180826ab2119ddf7ced52f241462eca8f"}}, "download_size": 749735, "post_processing_size": null, "dataset_size": 1950648, "size_in_bytes": 2700383}, "ptpt": {"description": "\nThe ASSIN (Avalia\u00e7\u00e3o de Similaridade Sem\u00e2ntica e INfer\u00eancia textual) corpus is a corpus annotated with pairs of sentences written in \nPortuguese that is suitable for the exploration of textual entailment and paraphrasing classifiers. The corpus contains pairs of sentences \nextracted from news articles written in European Portuguese (EP) and Brazilian Portuguese (BP), obtained from Google News Portugal \nand Brazil, respectively. To create the corpus, the authors started by collecting a set of news articles describing the \nsame event (one news article from Google News Portugal and another from Google News Brazil) from Google News. \nThen, they employed Latent Dirichlet Allocation (LDA) models to retrieve pairs of similar sentences between sets of news \narticles that were grouped together around the same topic. For that, two LDA models were trained (for EP and for BP) \non external and large-scale collections of unannotated news articles from Portuguese and Brazilian news providers, respectively. \nThen, the authors defined a lower and upper threshold for the sentence similarity score of the retrieved pairs of sentences, \ntaking into account that high similarity scores correspond to sentences that contain almost the same content (paraphrase candidates), \nand low similarity scores correspond to sentences that are very different in content from each other (no-relation candidates).\nFrom the collection of pairs of sentences obtained at this stage, the authors performed some manual grammatical corrections \nand discarded some of the pairs wrongly retrieved. Furthermore, from a preliminary analysis made to the retrieved sentence pairs \nthe authors noticed that the number of contradictions retrieved during the previous stage was very low. Additionally, they also \nnoticed that event though paraphrases are not very frequent, they occur with some frequency in news articles. Consequently, \nin contrast with the majority of the currently available corpora for other languages, which consider as labels \u201cneutral\u201d, \u201centailment\u201d \nand \u201ccontradiction\u201d for the task of RTE, the authors of the ASSIN corpus decided to use as labels \u201cnone\u201d, \u201centailment\u201d and \u201cparaphrase\u201d.\nFinally, the manual annotation of pairs of sentences was performed by human annotators. At least four annotators were randomly \nselected to annotate each pair of sentences, which is done in two steps: (i) assigning a semantic similarity label (a score between 1 and 5, \nfrom unrelated to very similar); and (ii) providing an entailment label (one sentence entails the other, sentences are paraphrases, \nor no relation). Sentence pairs where at least three annotators do not agree on the entailment label were considered controversial \nand thus discarded from the gold standard annotations. The full dataset has 10,000 sentence pairs, half of which in Brazilian Portuguese \nand half in European Portuguese. Either language variant has 2,500 pairs for training, 500 for validation and 2,000 for testing.\n", "citation": "\n@inproceedings{fonseca2016assin,\n title={ASSIN: Avaliacao de similaridade semantica e inferencia textual},\n author={Fonseca, E and Santos, L and Criscuolo, Marcelo and Aluisio, S},\n booktitle={Computational Processing of the Portuguese Language-12th International Conference, Tomar, Portugal},\n pages={13--15},\n year={2016}\n}\n", "homepage": "http://nilc.icmc.usp.br/assin/", "license": "", "features": {"sentence_pair_id": {"dtype": "int64", "id": null, "_type": "Value"}, "premise": {"dtype": "string", "id": null, "_type": "Value"}, "hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "relatedness_score": {"dtype": "float32", "id": null, "_type": "Value"}, "entailment_judgment": {"num_classes": 3, "names": ["NONE", "ENTAILMENT", "PARAPHRASE"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "assin", "config_name": "ptpt", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 523002, "num_examples": 2500, "dataset_name": "assin"}, "test": {"name": "test", "num_bytes": 392888, "num_examples": 2000, "dataset_name": "assin"}, "validation": {"name": "validation", "num_bytes": 105626, "num_examples": 500, "dataset_name": "assin"}}, "download_checksums": {"http://nilc.icmc.usp.br/assin/assin.tar.gz": {"num_bytes": 749735, "checksum": "ee758424477bcaa414bad95a7e7042c180826ab2119ddf7ced52f241462eca8f"}}, "download_size": 749735, "post_processing_size": null, "dataset_size": 1021516, "size_in_bytes": 1771251}, "ptbr": {"description": "\nThe ASSIN (Avalia\u00e7\u00e3o de Similaridade Sem\u00e2ntica e INfer\u00eancia textual) corpus is a corpus annotated with pairs of sentences written in \nPortuguese that is suitable for the exploration of textual entailment and paraphrasing classifiers. The corpus contains pairs of sentences \nextracted from news articles written in European Portuguese (EP) and Brazilian Portuguese (BP), obtained from Google News Portugal \nand Brazil, respectively. To create the corpus, the authors started by collecting a set of news articles describing the \nsame event (one news article from Google News Portugal and another from Google News Brazil) from Google News. \nThen, they employed Latent Dirichlet Allocation (LDA) models to retrieve pairs of similar sentences between sets of news \narticles that were grouped together around the same topic. For that, two LDA models were trained (for EP and for BP) \non external and large-scale collections of unannotated news articles from Portuguese and Brazilian news providers, respectively. \nThen, the authors defined a lower and upper threshold for the sentence similarity score of the retrieved pairs of sentences, \ntaking into account that high similarity scores correspond to sentences that contain almost the same content (paraphrase candidates), \nand low similarity scores correspond to sentences that are very different in content from each other (no-relation candidates).\nFrom the collection of pairs of sentences obtained at this stage, the authors performed some manual grammatical corrections \nand discarded some of the pairs wrongly retrieved. Furthermore, from a preliminary analysis made to the retrieved sentence pairs \nthe authors noticed that the number of contradictions retrieved during the previous stage was very low. Additionally, they also \nnoticed that event though paraphrases are not very frequent, they occur with some frequency in news articles. Consequently, \nin contrast with the majority of the currently available corpora for other languages, which consider as labels \u201cneutral\u201d, \u201centailment\u201d \nand \u201ccontradiction\u201d for the task of RTE, the authors of the ASSIN corpus decided to use as labels \u201cnone\u201d, \u201centailment\u201d and \u201cparaphrase\u201d.\nFinally, the manual annotation of pairs of sentences was performed by human annotators. At least four annotators were randomly \nselected to annotate each pair of sentences, which is done in two steps: (i) assigning a semantic similarity label (a score between 1 and 5, \nfrom unrelated to very similar); and (ii) providing an entailment label (one sentence entails the other, sentences are paraphrases, \nor no relation). Sentence pairs where at least three annotators do not agree on the entailment label were considered controversial \nand thus discarded from the gold standard annotations. The full dataset has 10,000 sentence pairs, half of which in Brazilian Portuguese \nand half in European Portuguese. Either language variant has 2,500 pairs for training, 500 for validation and 2,000 for testing.\n", "citation": "\n@inproceedings{fonseca2016assin,\n title={ASSIN: Avaliacao de similaridade semantica e inferencia textual},\n author={Fonseca, E and Santos, L and Criscuolo, Marcelo and Aluisio, S},\n booktitle={Computational Processing of the Portuguese Language-12th International Conference, Tomar, Portugal},\n pages={13--15},\n year={2016}\n}\n", "homepage": "http://nilc.icmc.usp.br/assin/", "license": "", "features": {"sentence_pair_id": {"dtype": "int64", "id": null, "_type": "Value"}, "premise": {"dtype": "string", "id": null, "_type": "Value"}, "hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "relatedness_score": {"dtype": "float32", "id": null, "_type": "Value"}, "entailment_judgment": {"num_classes": 3, "names": ["NONE", "ENTAILMENT", "PARAPHRASE"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "assin", "config_name": "ptbr", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 463513, "num_examples": 2500, "dataset_name": "assin"}, "test": {"name": "test", "num_bytes": 374432, "num_examples": 2000, "dataset_name": "assin"}, "validation": {"name": "validation", "num_bytes": 91211, "num_examples": 500, "dataset_name": "assin"}}, "download_checksums": {"http://nilc.icmc.usp.br/assin/assin.tar.gz": {"num_bytes": 749735, "checksum": "ee758424477bcaa414bad95a7e7042c180826ab2119ddf7ced52f241462eca8f"}}, "download_size": 749735, "post_processing_size": null, "dataset_size": 929156, "size_in_bytes": 1678891}}