lhoestq HF staff commited on
Commit
237a372
1 Parent(s): 2d8a100

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -3,6 +3,37 @@ language:
3
  - de
4
  - en
5
  - ja
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Amazon Multilingual Counterfactual Dataset
 
3
  - de
4
  - en
5
  - ja
6
+ dataset_info:
7
+ config_name: en
8
+ features:
9
+ - name: text
10
+ dtype: string
11
+ - name: label
12
+ dtype: int32
13
+ - name: label_text
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 548743
18
+ num_examples: 4018
19
+ - name: validation
20
+ num_bytes: 46405
21
+ num_examples: 335
22
+ - name: test
23
+ num_bytes: 90712
24
+ num_examples: 670
25
+ download_size: 382768
26
+ dataset_size: 685860
27
+ configs:
28
+ - config_name: en
29
+ data_files:
30
+ - split: train
31
+ path: en/train-*
32
+ - split: validation
33
+ path: en/validation-*
34
+ - split: test
35
+ path: en/test-*
36
+ default: true
37
  ---
38
 
39
  # Amazon Multilingual Counterfactual Dataset
dataset_infos.json CHANGED
@@ -1 +1,455 @@
1
- {"all_languages": {"description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n", "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset", "license": "CC BY-SA 4.0", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "amazon_counterfactual", "config_name": "all_languages", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3304369, "num_examples": 23218, "dataset_name": "amazon_counterfactual"}, "validation": {"name": "validation", "num_bytes": 279231, "num_examples": 1933, "dataset_name": "amazon_counterfactual"}, "test": {"name": "test", "num_bytes": 552017, "num_examples": 3872, "dataset_name": "amazon_counterfactual"}}, "download_checksums": {"data/DE_train.tsv": {"num_bytes": 705786, "checksum": "52710850d8bef30422421f4ca238a4d3e76d44e1e01e2458320b949cd66fbcd1"}, "data/EN_train.tsv": {"num_bytes": 444664, "checksum": "fa1d3db89f133725011f022e1e0bb9ba147b0e9b8b38e15f832ad6192070f7d1"}, "data/EN-ext_train.tsv": {"num_bytes": 857747, "checksum": "eb741daf73fec09af23cb194b6424f533c96280770c7c8a60d87b211a0ae6f72"}, "data/JP_train.tsv": {"num_bytes": 713547, "checksum": "b836056ff3c13c02f56cd5e8d0841e1de45e50f1cc89da10cf42d8c7c5d910a1"}, "data/DE_valid.tsv": {"num_bytes": 60990, "checksum": "677831289a71ebba856dfaecec92dfc9dfade9a954f8e50c923407a1fcda981a"}, "data/EN_valid.tsv": {"num_bytes": 37707, "checksum": "47c981cd724394a45c091998ba9fb553ea5c9159aae228b5009ac32a1e51d6be"}, "data/EN-ext_valid.tsv": {"num_bytes": 71464, "checksum": "3e054c3c83e893cbec0640aeb2d79bf8fabe1040951d127da3f2fa9a69c05002"}, "data/JP_valid.tsv": {"num_bytes": 60656, "checksum": "8ab8efeaa2c271b0b96a74e4c2e3f4cd6b2adc3d588e43c76891f6a259890f11"}, "data/DE_test.tsv": {"num_bytes": 120712, "checksum": "ccfb853849a85ea747fbb435bad7c50336bd2c28c523be4479535a8872870476"}, "data/EN_test.tsv": {"num_bytes": 73457, "checksum": "ca0bbbc8d32e795526b21eba31c6b400e81c192f4d756bafa95c7b71375893d5"}, "data/EN-ext_test.tsv": {"num_bytes": 142278, "checksum": "7891a0dc26417905718389402f6ea57f1a714f81bd258dbd134d5689e2fb7fd6"}, "data/JP_test.tsv": {"num_bytes": 118677, "checksum": "863b45ba88f7e2d3d61f2a7ee1d6b44a11eb13c91653ae563616cc9bee2537a1"}}, "download_size": 3407685, "post_processing_size": null, "dataset_size": 4135617, "size_in_bytes": 7543302}, "de": {"description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n", "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset", "license": "CC BY-SA 4.0", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "amazon_counterfactual", "config_name": "de", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 840063, "num_examples": 5600, "dataset_name": "amazon_counterfactual"}, "validation": {"name": "validation", "num_bytes": 72118, "num_examples": 466, "dataset_name": "amazon_counterfactual"}, "test": {"name": "test", "num_bytes": 143102, "num_examples": 934, "dataset_name": "amazon_counterfactual"}}, "download_checksums": {"data/DE_train.tsv": {"num_bytes": 705786, "checksum": "52710850d8bef30422421f4ca238a4d3e76d44e1e01e2458320b949cd66fbcd1"}, "data/DE_valid.tsv": {"num_bytes": 60990, "checksum": "677831289a71ebba856dfaecec92dfc9dfade9a954f8e50c923407a1fcda981a"}, "data/DE_test.tsv": {"num_bytes": 120712, "checksum": "ccfb853849a85ea747fbb435bad7c50336bd2c28c523be4479535a8872870476"}}, "download_size": 887488, "post_processing_size": null, "dataset_size": 1055283, "size_in_bytes": 1942771}, "en": {"description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n", "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset", "license": "CC BY-SA 4.0", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "amazon_counterfactual", "config_name": "en", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 549254, "num_examples": 4018, "dataset_name": "amazon_counterfactual"}, "validation": {"name": "validation", "num_bytes": 46455, "num_examples": 335, "dataset_name": "amazon_counterfactual"}, "test": {"name": "test", "num_bytes": 90804, "num_examples": 670, "dataset_name": "amazon_counterfactual"}}, "download_checksums": {"data/EN_train.tsv": {"num_bytes": 444664, "checksum": "fa1d3db89f133725011f022e1e0bb9ba147b0e9b8b38e15f832ad6192070f7d1"}, "data/EN_valid.tsv": {"num_bytes": 37707, "checksum": "47c981cd724394a45c091998ba9fb553ea5c9159aae228b5009ac32a1e51d6be"}, "data/EN_test.tsv": {"num_bytes": 73457, "checksum": "ca0bbbc8d32e795526b21eba31c6b400e81c192f4d756bafa95c7b71375893d5"}}, "download_size": 555828, "post_processing_size": null, "dataset_size": 686513, "size_in_bytes": 1242341}, "jp": {"description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n", "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset", "license": "CC BY-SA 4.0", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "amazon_counterfactual", "config_name": "jp", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 862556, "num_examples": 5600, "dataset_name": "amazon_counterfactual"}, "validation": {"name": "validation", "num_bytes": 73027, "num_examples": 466, "dataset_name": "amazon_counterfactual"}, "test": {"name": "test", "num_bytes": 143458, "num_examples": 934, "dataset_name": "amazon_counterfactual"}}, "download_checksums": {"data/JP_train.tsv": {"num_bytes": 713547, "checksum": "b836056ff3c13c02f56cd5e8d0841e1de45e50f1cc89da10cf42d8c7c5d910a1"}, "data/JP_valid.tsv": {"num_bytes": 60656, "checksum": "8ab8efeaa2c271b0b96a74e4c2e3f4cd6b2adc3d588e43c76891f6a259890f11"}, "data/JP_test.tsv": {"num_bytes": 118677, "checksum": "863b45ba88f7e2d3d61f2a7ee1d6b44a11eb13c91653ae563616cc9bee2537a1"}}, "download_size": 892880, "post_processing_size": null, "dataset_size": 1079041, "size_in_bytes": 1971921}, "en-ext": {"description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n", "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset", "license": "CC BY-SA 4.0", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "amazon_counterfactual", "config_name": "en-ext", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1054707, "num_examples": 8000, "dataset_name": "amazon_counterfactual"}, "validation": {"name": "validation", "num_bytes": 87840, "num_examples": 666, "dataset_name": "amazon_counterfactual"}, "test": {"name": "test", "num_bytes": 175045, "num_examples": 1334, "dataset_name": "amazon_counterfactual"}}, "download_checksums": {"data/EN-ext_train.tsv": {"num_bytes": 857747, "checksum": "eb741daf73fec09af23cb194b6424f533c96280770c7c8a60d87b211a0ae6f72"}, "data/EN-ext_valid.tsv": {"num_bytes": 71464, "checksum": "3e054c3c83e893cbec0640aeb2d79bf8fabe1040951d127da3f2fa9a69c05002"}, "data/EN-ext_test.tsv": {"num_bytes": 142278, "checksum": "7891a0dc26417905718389402f6ea57f1a714f81bd258dbd134d5689e2fb7fd6"}}, "download_size": 1071489, "post_processing_size": null, "dataset_size": 1317592, "size_in_bytes": 2389081}, "ja": {"description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n", "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset", "license": "CC BY-SA 4.0", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "int32", "id": null, "_type": "Value"}, "label_text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "amazon_counterfactual", "config_name": "ja", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 863256, "num_examples": 5600, "dataset_name": "amazon_counterfactual"}, "validation": {"name": "validation", "num_bytes": 73086, "num_examples": 466, "dataset_name": "amazon_counterfactual"}, "test": {"name": "test", "num_bytes": 143575, "num_examples": 934, "dataset_name": "amazon_counterfactual"}}, "download_checksums": {"data/JP_train.tsv": {"num_bytes": 713547, "checksum": "b836056ff3c13c02f56cd5e8d0841e1de45e50f1cc89da10cf42d8c7c5d910a1"}, "data/JP_valid.tsv": {"num_bytes": 60656, "checksum": "8ab8efeaa2c271b0b96a74e4c2e3f4cd6b2adc3d588e43c76891f6a259890f11"}, "data/JP_test.tsv": {"num_bytes": 118677, "checksum": "863b45ba88f7e2d3d61f2a7ee1d6b44a11eb13c91653ae563616cc9bee2537a1"}}, "download_size": 892880, "post_processing_size": null, "dataset_size": 1079917, "size_in_bytes": 1972797}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "all_languages": {
3
+ "description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n",
4
+ "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
5
+ "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset",
6
+ "license": "CC BY-SA 4.0",
7
+ "features": {
8
+ "text": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "label": {
14
+ "dtype": "int32",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "label_text": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ }
23
+ },
24
+ "post_processed": null,
25
+ "supervised_keys": null,
26
+ "task_templates": null,
27
+ "builder_name": "amazon_counterfactual",
28
+ "config_name": "all_languages",
29
+ "version": {
30
+ "version_str": "1.0.0",
31
+ "description": "",
32
+ "major": 1,
33
+ "minor": 0,
34
+ "patch": 0
35
+ },
36
+ "splits": {
37
+ "train": {
38
+ "name": "train",
39
+ "num_bytes": 3304369,
40
+ "num_examples": 23218,
41
+ "dataset_name": "amazon_counterfactual"
42
+ },
43
+ "validation": {
44
+ "name": "validation",
45
+ "num_bytes": 279231,
46
+ "num_examples": 1933,
47
+ "dataset_name": "amazon_counterfactual"
48
+ },
49
+ "test": {
50
+ "name": "test",
51
+ "num_bytes": 552017,
52
+ "num_examples": 3872,
53
+ "dataset_name": "amazon_counterfactual"
54
+ }
55
+ },
56
+ "download_checksums": {
57
+ "data/DE_train.tsv": {
58
+ "num_bytes": 705786,
59
+ "checksum": "52710850d8bef30422421f4ca238a4d3e76d44e1e01e2458320b949cd66fbcd1"
60
+ },
61
+ "data/EN_train.tsv": {
62
+ "num_bytes": 444664,
63
+ "checksum": "fa1d3db89f133725011f022e1e0bb9ba147b0e9b8b38e15f832ad6192070f7d1"
64
+ },
65
+ "data/EN-ext_train.tsv": {
66
+ "num_bytes": 857747,
67
+ "checksum": "eb741daf73fec09af23cb194b6424f533c96280770c7c8a60d87b211a0ae6f72"
68
+ },
69
+ "data/JP_train.tsv": {
70
+ "num_bytes": 713547,
71
+ "checksum": "b836056ff3c13c02f56cd5e8d0841e1de45e50f1cc89da10cf42d8c7c5d910a1"
72
+ },
73
+ "data/DE_valid.tsv": {
74
+ "num_bytes": 60990,
75
+ "checksum": "677831289a71ebba856dfaecec92dfc9dfade9a954f8e50c923407a1fcda981a"
76
+ },
77
+ "data/EN_valid.tsv": {
78
+ "num_bytes": 37707,
79
+ "checksum": "47c981cd724394a45c091998ba9fb553ea5c9159aae228b5009ac32a1e51d6be"
80
+ },
81
+ "data/EN-ext_valid.tsv": {
82
+ "num_bytes": 71464,
83
+ "checksum": "3e054c3c83e893cbec0640aeb2d79bf8fabe1040951d127da3f2fa9a69c05002"
84
+ },
85
+ "data/JP_valid.tsv": {
86
+ "num_bytes": 60656,
87
+ "checksum": "8ab8efeaa2c271b0b96a74e4c2e3f4cd6b2adc3d588e43c76891f6a259890f11"
88
+ },
89
+ "data/DE_test.tsv": {
90
+ "num_bytes": 120712,
91
+ "checksum": "ccfb853849a85ea747fbb435bad7c50336bd2c28c523be4479535a8872870476"
92
+ },
93
+ "data/EN_test.tsv": {
94
+ "num_bytes": 73457,
95
+ "checksum": "ca0bbbc8d32e795526b21eba31c6b400e81c192f4d756bafa95c7b71375893d5"
96
+ },
97
+ "data/EN-ext_test.tsv": {
98
+ "num_bytes": 142278,
99
+ "checksum": "7891a0dc26417905718389402f6ea57f1a714f81bd258dbd134d5689e2fb7fd6"
100
+ },
101
+ "data/JP_test.tsv": {
102
+ "num_bytes": 118677,
103
+ "checksum": "863b45ba88f7e2d3d61f2a7ee1d6b44a11eb13c91653ae563616cc9bee2537a1"
104
+ }
105
+ },
106
+ "download_size": 3407685,
107
+ "post_processing_size": null,
108
+ "dataset_size": 4135617,
109
+ "size_in_bytes": 7543302
110
+ },
111
+ "de": {
112
+ "description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n",
113
+ "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
114
+ "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset",
115
+ "license": "CC BY-SA 4.0",
116
+ "features": {
117
+ "text": {
118
+ "dtype": "string",
119
+ "id": null,
120
+ "_type": "Value"
121
+ },
122
+ "label": {
123
+ "dtype": "int32",
124
+ "id": null,
125
+ "_type": "Value"
126
+ },
127
+ "label_text": {
128
+ "dtype": "string",
129
+ "id": null,
130
+ "_type": "Value"
131
+ }
132
+ },
133
+ "post_processed": null,
134
+ "supervised_keys": null,
135
+ "task_templates": null,
136
+ "builder_name": "amazon_counterfactual",
137
+ "config_name": "de",
138
+ "version": {
139
+ "version_str": "1.0.0",
140
+ "description": "",
141
+ "major": 1,
142
+ "minor": 0,
143
+ "patch": 0
144
+ },
145
+ "splits": {
146
+ "train": {
147
+ "name": "train",
148
+ "num_bytes": 840063,
149
+ "num_examples": 5600,
150
+ "dataset_name": "amazon_counterfactual"
151
+ },
152
+ "validation": {
153
+ "name": "validation",
154
+ "num_bytes": 72118,
155
+ "num_examples": 466,
156
+ "dataset_name": "amazon_counterfactual"
157
+ },
158
+ "test": {
159
+ "name": "test",
160
+ "num_bytes": 143102,
161
+ "num_examples": 934,
162
+ "dataset_name": "amazon_counterfactual"
163
+ }
164
+ },
165
+ "download_checksums": {
166
+ "data/DE_train.tsv": {
167
+ "num_bytes": 705786,
168
+ "checksum": "52710850d8bef30422421f4ca238a4d3e76d44e1e01e2458320b949cd66fbcd1"
169
+ },
170
+ "data/DE_valid.tsv": {
171
+ "num_bytes": 60990,
172
+ "checksum": "677831289a71ebba856dfaecec92dfc9dfade9a954f8e50c923407a1fcda981a"
173
+ },
174
+ "data/DE_test.tsv": {
175
+ "num_bytes": 120712,
176
+ "checksum": "ccfb853849a85ea747fbb435bad7c50336bd2c28c523be4479535a8872870476"
177
+ }
178
+ },
179
+ "download_size": 887488,
180
+ "post_processing_size": null,
181
+ "dataset_size": 1055283,
182
+ "size_in_bytes": 1942771
183
+ },
184
+ "en": {
185
+ "description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n",
186
+ "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
187
+ "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset",
188
+ "license": "CC BY-SA 4.0",
189
+ "features": {
190
+ "text": {
191
+ "dtype": "string",
192
+ "_type": "Value"
193
+ },
194
+ "label": {
195
+ "dtype": "int32",
196
+ "_type": "Value"
197
+ },
198
+ "label_text": {
199
+ "dtype": "string",
200
+ "_type": "Value"
201
+ }
202
+ },
203
+ "builder_name": "parquet",
204
+ "dataset_name": "amazon_counterfactual",
205
+ "config_name": "en",
206
+ "version": {
207
+ "version_str": "1.0.0",
208
+ "major": 1,
209
+ "minor": 0,
210
+ "patch": 0
211
+ },
212
+ "splits": {
213
+ "train": {
214
+ "name": "train",
215
+ "num_bytes": 548743,
216
+ "num_examples": 4018,
217
+ "dataset_name": null
218
+ },
219
+ "validation": {
220
+ "name": "validation",
221
+ "num_bytes": 46405,
222
+ "num_examples": 335,
223
+ "dataset_name": null
224
+ },
225
+ "test": {
226
+ "name": "test",
227
+ "num_bytes": 90712,
228
+ "num_examples": 670,
229
+ "dataset_name": null
230
+ }
231
+ },
232
+ "download_size": 382768,
233
+ "dataset_size": 685860,
234
+ "size_in_bytes": 1068628
235
+ },
236
+ "jp": {
237
+ "description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n",
238
+ "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
239
+ "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset",
240
+ "license": "CC BY-SA 4.0",
241
+ "features": {
242
+ "text": {
243
+ "dtype": "string",
244
+ "id": null,
245
+ "_type": "Value"
246
+ },
247
+ "label": {
248
+ "dtype": "int32",
249
+ "id": null,
250
+ "_type": "Value"
251
+ },
252
+ "label_text": {
253
+ "dtype": "string",
254
+ "id": null,
255
+ "_type": "Value"
256
+ }
257
+ },
258
+ "post_processed": null,
259
+ "supervised_keys": null,
260
+ "task_templates": null,
261
+ "builder_name": "amazon_counterfactual",
262
+ "config_name": "jp",
263
+ "version": {
264
+ "version_str": "1.0.0",
265
+ "description": "",
266
+ "major": 1,
267
+ "minor": 0,
268
+ "patch": 0
269
+ },
270
+ "splits": {
271
+ "train": {
272
+ "name": "train",
273
+ "num_bytes": 862556,
274
+ "num_examples": 5600,
275
+ "dataset_name": "amazon_counterfactual"
276
+ },
277
+ "validation": {
278
+ "name": "validation",
279
+ "num_bytes": 73027,
280
+ "num_examples": 466,
281
+ "dataset_name": "amazon_counterfactual"
282
+ },
283
+ "test": {
284
+ "name": "test",
285
+ "num_bytes": 143458,
286
+ "num_examples": 934,
287
+ "dataset_name": "amazon_counterfactual"
288
+ }
289
+ },
290
+ "download_checksums": {
291
+ "data/JP_train.tsv": {
292
+ "num_bytes": 713547,
293
+ "checksum": "b836056ff3c13c02f56cd5e8d0841e1de45e50f1cc89da10cf42d8c7c5d910a1"
294
+ },
295
+ "data/JP_valid.tsv": {
296
+ "num_bytes": 60656,
297
+ "checksum": "8ab8efeaa2c271b0b96a74e4c2e3f4cd6b2adc3d588e43c76891f6a259890f11"
298
+ },
299
+ "data/JP_test.tsv": {
300
+ "num_bytes": 118677,
301
+ "checksum": "863b45ba88f7e2d3d61f2a7ee1d6b44a11eb13c91653ae563616cc9bee2537a1"
302
+ }
303
+ },
304
+ "download_size": 892880,
305
+ "post_processing_size": null,
306
+ "dataset_size": 1079041,
307
+ "size_in_bytes": 1971921
308
+ },
309
+ "en-ext": {
310
+ "description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n",
311
+ "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
312
+ "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset",
313
+ "license": "CC BY-SA 4.0",
314
+ "features": {
315
+ "text": {
316
+ "dtype": "string",
317
+ "id": null,
318
+ "_type": "Value"
319
+ },
320
+ "label": {
321
+ "dtype": "int32",
322
+ "id": null,
323
+ "_type": "Value"
324
+ },
325
+ "label_text": {
326
+ "dtype": "string",
327
+ "id": null,
328
+ "_type": "Value"
329
+ }
330
+ },
331
+ "post_processed": null,
332
+ "supervised_keys": null,
333
+ "task_templates": null,
334
+ "builder_name": "amazon_counterfactual",
335
+ "config_name": "en-ext",
336
+ "version": {
337
+ "version_str": "1.0.0",
338
+ "description": "",
339
+ "major": 1,
340
+ "minor": 0,
341
+ "patch": 0
342
+ },
343
+ "splits": {
344
+ "train": {
345
+ "name": "train",
346
+ "num_bytes": 1054707,
347
+ "num_examples": 8000,
348
+ "dataset_name": "amazon_counterfactual"
349
+ },
350
+ "validation": {
351
+ "name": "validation",
352
+ "num_bytes": 87840,
353
+ "num_examples": 666,
354
+ "dataset_name": "amazon_counterfactual"
355
+ },
356
+ "test": {
357
+ "name": "test",
358
+ "num_bytes": 175045,
359
+ "num_examples": 1334,
360
+ "dataset_name": "amazon_counterfactual"
361
+ }
362
+ },
363
+ "download_checksums": {
364
+ "data/EN-ext_train.tsv": {
365
+ "num_bytes": 857747,
366
+ "checksum": "eb741daf73fec09af23cb194b6424f533c96280770c7c8a60d87b211a0ae6f72"
367
+ },
368
+ "data/EN-ext_valid.tsv": {
369
+ "num_bytes": 71464,
370
+ "checksum": "3e054c3c83e893cbec0640aeb2d79bf8fabe1040951d127da3f2fa9a69c05002"
371
+ },
372
+ "data/EN-ext_test.tsv": {
373
+ "num_bytes": 142278,
374
+ "checksum": "7891a0dc26417905718389402f6ea57f1a714f81bd258dbd134d5689e2fb7fd6"
375
+ }
376
+ },
377
+ "download_size": 1071489,
378
+ "post_processing_size": null,
379
+ "dataset_size": 1317592,
380
+ "size_in_bytes": 2389081
381
+ },
382
+ "ja": {
383
+ "description": "The dataset contains sentences from Amazon customer reviews (sampled from Amazon product review dataset) annotated for counterfactual detection (CFD) binary classification. Counterfactual statements describe events that did not or cannot take place. Counterfactual statements may be identified as statements of the form \u2013 If p was true, then q would be true (i.e. assertions whose antecedent (p) and consequent (q) are known or assumed to be false).\n",
384
+ "citation": "@misc{oneill2021i,\n title={I Wish I Would Have Loved This One, But I Didn't -- A Multilingual Dataset for Counterfactual Detection in Product Reviews},\n author={James O'Neill and Polina Rozenshtein and Ryuichi Kiryo and Motoko Kubota and Danushka Bollegala},\n year={2021},\n eprint={2104.06893},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
385
+ "homepage": "https://github.com/amazon-research/amazon-multilingual-counterfactual-dataset",
386
+ "license": "CC BY-SA 4.0",
387
+ "features": {
388
+ "text": {
389
+ "dtype": "string",
390
+ "id": null,
391
+ "_type": "Value"
392
+ },
393
+ "label": {
394
+ "dtype": "int32",
395
+ "id": null,
396
+ "_type": "Value"
397
+ },
398
+ "label_text": {
399
+ "dtype": "string",
400
+ "id": null,
401
+ "_type": "Value"
402
+ }
403
+ },
404
+ "post_processed": null,
405
+ "supervised_keys": null,
406
+ "task_templates": null,
407
+ "builder_name": "amazon_counterfactual",
408
+ "config_name": "ja",
409
+ "version": {
410
+ "version_str": "1.0.0",
411
+ "description": "",
412
+ "major": 1,
413
+ "minor": 0,
414
+ "patch": 0
415
+ },
416
+ "splits": {
417
+ "train": {
418
+ "name": "train",
419
+ "num_bytes": 863256,
420
+ "num_examples": 5600,
421
+ "dataset_name": "amazon_counterfactual"
422
+ },
423
+ "validation": {
424
+ "name": "validation",
425
+ "num_bytes": 73086,
426
+ "num_examples": 466,
427
+ "dataset_name": "amazon_counterfactual"
428
+ },
429
+ "test": {
430
+ "name": "test",
431
+ "num_bytes": 143575,
432
+ "num_examples": 934,
433
+ "dataset_name": "amazon_counterfactual"
434
+ }
435
+ },
436
+ "download_checksums": {
437
+ "data/JP_train.tsv": {
438
+ "num_bytes": 713547,
439
+ "checksum": "b836056ff3c13c02f56cd5e8d0841e1de45e50f1cc89da10cf42d8c7c5d910a1"
440
+ },
441
+ "data/JP_valid.tsv": {
442
+ "num_bytes": 60656,
443
+ "checksum": "8ab8efeaa2c271b0b96a74e4c2e3f4cd6b2adc3d588e43c76891f6a259890f11"
444
+ },
445
+ "data/JP_test.tsv": {
446
+ "num_bytes": 118677,
447
+ "checksum": "863b45ba88f7e2d3d61f2a7ee1d6b44a11eb13c91653ae563616cc9bee2537a1"
448
+ }
449
+ },
450
+ "download_size": 892880,
451
+ "post_processing_size": null,
452
+ "dataset_size": 1079917,
453
+ "size_in_bytes": 1972797
454
+ }
455
+ }
en/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb424de14cdff7ee9fa264bd61c10015aa3c37bc78f9e90e4f860525be62221
3
+ size 51614
en/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b8edd7e31e6a4f713a120b72d4205818b9d152ef395ce6ff8414490d2679db
3
+ size 303618
en/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cdf4b03f7828a9ee16ba0f1fdd5b909e44d491688f9955e5bb04530a67abcf0
3
+ size 27536