Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K - 100K
License:
Commit
•
0bbcb86
1
Parent(s):
caa51db
Add implicature_gradable_adjective data files
Browse files
README.md
CHANGED
@@ -84,10 +84,10 @@ dataset_info:
|
|
84 |
dtype: string
|
85 |
splits:
|
86 |
- name: gradable_adjective
|
87 |
-
num_bytes:
|
88 |
num_examples: 1200
|
89 |
-
download_size:
|
90 |
-
dataset_size:
|
91 |
- config_name: implicature_gradable_verb
|
92 |
features:
|
93 |
- name: premise
|
@@ -560,6 +560,10 @@ configs:
|
|
560 |
data_files:
|
561 |
- split: connectives
|
562 |
path: implicature_connectives/connectives-*
|
|
|
|
|
|
|
|
|
563 |
- config_name: presupposition_all_n_presupposition
|
564 |
data_files:
|
565 |
- split: all_n_presupposition
|
|
|
84 |
dtype: string
|
85 |
splits:
|
86 |
- name: gradable_adjective
|
87 |
+
num_bytes: 153648
|
88 |
num_examples: 1200
|
89 |
+
download_size: 17337
|
90 |
+
dataset_size: 153648
|
91 |
- config_name: implicature_gradable_verb
|
92 |
features:
|
93 |
- name: premise
|
|
|
560 |
data_files:
|
561 |
- split: connectives
|
562 |
path: implicature_connectives/connectives-*
|
563 |
+
- config_name: implicature_gradable_adjective
|
564 |
+
data_files:
|
565 |
+
- split: gradable_adjective
|
566 |
+
path: implicature_gradable_adjective/gradable_adjective-*
|
567 |
- config_name: presupposition_all_n_presupposition
|
568 |
data_files:
|
569 |
- split: all_n_presupposition
|
dataset_infos.json
CHANGED
@@ -723,64 +723,50 @@
|
|
723 |
"features": {
|
724 |
"premise": {
|
725 |
"dtype": "string",
|
726 |
-
"id": null,
|
727 |
"_type": "Value"
|
728 |
},
|
729 |
"hypothesis": {
|
730 |
"dtype": "string",
|
731 |
-
"id": null,
|
732 |
"_type": "Value"
|
733 |
},
|
734 |
"gold_label_log": {
|
735 |
-
"num_classes": 3,
|
736 |
"names": [
|
737 |
"entailment",
|
738 |
"neutral",
|
739 |
"contradiction"
|
740 |
],
|
741 |
-
"names_file": null,
|
742 |
-
"id": null,
|
743 |
"_type": "ClassLabel"
|
744 |
},
|
745 |
"gold_label_prag": {
|
746 |
-
"num_classes": 3,
|
747 |
"names": [
|
748 |
"entailment",
|
749 |
"neutral",
|
750 |
"contradiction"
|
751 |
],
|
752 |
-
"names_file": null,
|
753 |
-
"id": null,
|
754 |
"_type": "ClassLabel"
|
755 |
},
|
756 |
"spec_relation": {
|
757 |
"dtype": "string",
|
758 |
-
"id": null,
|
759 |
"_type": "Value"
|
760 |
},
|
761 |
"item_type": {
|
762 |
"dtype": "string",
|
763 |
-
"id": null,
|
764 |
"_type": "Value"
|
765 |
},
|
766 |
"trigger": {
|
767 |
"dtype": "string",
|
768 |
-
"id": null,
|
769 |
"_type": "Value"
|
770 |
},
|
771 |
"lexemes": {
|
772 |
"dtype": "string",
|
773 |
-
"id": null,
|
774 |
"_type": "Value"
|
775 |
}
|
776 |
},
|
777 |
-
"
|
778 |
-
"
|
779 |
-
"builder_name": "imppres",
|
780 |
"config_name": "implicature_gradable_adjective",
|
781 |
"version": {
|
782 |
"version_str": "1.1.0",
|
783 |
-
"description": null,
|
784 |
"major": 1,
|
785 |
"minor": 1,
|
786 |
"patch": 0
|
@@ -788,21 +774,14 @@
|
|
788 |
"splits": {
|
789 |
"gradable_adjective": {
|
790 |
"name": "gradable_adjective",
|
791 |
-
"num_bytes":
|
792 |
"num_examples": 1200,
|
793 |
-
"dataset_name":
|
794 |
-
}
|
795 |
-
},
|
796 |
-
"download_checksums": {
|
797 |
-
"https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
|
798 |
-
"num_bytes": 335088,
|
799 |
-
"checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
|
800 |
}
|
801 |
},
|
802 |
-
"download_size":
|
803 |
-
"
|
804 |
-
"
|
805 |
-
"size_in_bytes": 488760
|
806 |
},
|
807 |
"implicature_gradable_verb": {
|
808 |
"description": "Over >25k semiautomatically generated sentence pairs illustrating well-studied pragmatic inference types. IMPPRES is an NLI dataset following the format of SNLI (Bowman et al., 2015), MultiNLI (Williams et al., 2018) and XNLI (Conneau et al., 2018), which was created to evaluate how well trained NLI models recognize several classes of presuppositions and scalar implicatures.",
|
|
|
723 |
"features": {
|
724 |
"premise": {
|
725 |
"dtype": "string",
|
|
|
726 |
"_type": "Value"
|
727 |
},
|
728 |
"hypothesis": {
|
729 |
"dtype": "string",
|
|
|
730 |
"_type": "Value"
|
731 |
},
|
732 |
"gold_label_log": {
|
|
|
733 |
"names": [
|
734 |
"entailment",
|
735 |
"neutral",
|
736 |
"contradiction"
|
737 |
],
|
|
|
|
|
738 |
"_type": "ClassLabel"
|
739 |
},
|
740 |
"gold_label_prag": {
|
|
|
741 |
"names": [
|
742 |
"entailment",
|
743 |
"neutral",
|
744 |
"contradiction"
|
745 |
],
|
|
|
|
|
746 |
"_type": "ClassLabel"
|
747 |
},
|
748 |
"spec_relation": {
|
749 |
"dtype": "string",
|
|
|
750 |
"_type": "Value"
|
751 |
},
|
752 |
"item_type": {
|
753 |
"dtype": "string",
|
|
|
754 |
"_type": "Value"
|
755 |
},
|
756 |
"trigger": {
|
757 |
"dtype": "string",
|
|
|
758 |
"_type": "Value"
|
759 |
},
|
760 |
"lexemes": {
|
761 |
"dtype": "string",
|
|
|
762 |
"_type": "Value"
|
763 |
}
|
764 |
},
|
765 |
+
"builder_name": "parquet",
|
766 |
+
"dataset_name": "imppres",
|
|
|
767 |
"config_name": "implicature_gradable_adjective",
|
768 |
"version": {
|
769 |
"version_str": "1.1.0",
|
|
|
770 |
"major": 1,
|
771 |
"minor": 1,
|
772 |
"patch": 0
|
|
|
774 |
"splits": {
|
775 |
"gradable_adjective": {
|
776 |
"name": "gradable_adjective",
|
777 |
+
"num_bytes": 153648,
|
778 |
"num_examples": 1200,
|
779 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
780 |
}
|
781 |
},
|
782 |
+
"download_size": 17337,
|
783 |
+
"dataset_size": 153648,
|
784 |
+
"size_in_bytes": 170985
|
|
|
785 |
},
|
786 |
"implicature_gradable_verb": {
|
787 |
"description": "Over >25k semiautomatically generated sentence pairs illustrating well-studied pragmatic inference types. IMPPRES is an NLI dataset following the format of SNLI (Bowman et al., 2015), MultiNLI (Williams et al., 2018) and XNLI (Conneau et al., 2018), which was created to evaluate how well trained NLI models recognize several classes of presuppositions and scalar implicatures.",
|
implicature_gradable_adjective/gradable_adjective-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:665847d1cbc1f66cbca03034de631fed35d8a58aa61637b4b56d4e52cfde9a8f
|
3 |
+
size 17337
|