allegro_reviews / dataset_infos.json
albertvillanova's picture
Convert dataset to Parquet
c88016b
raw
history blame
2.43 kB
{
"default": {
"description": "Allegro Reviews is a sentiment analysis dataset, consisting of 11,588 product reviews written in Polish and extracted\nfrom Allegro.pl - a popular e-commerce marketplace. Each review contains at least 50 words and has a rating on a scale\nfrom one (negative review) to five (positive review).\n\nWe recommend using the provided train/dev/test split. The ratings for the test set reviews are kept hidden.\nYou can evaluate your model using the online evaluation tool available on klejbenchmark.com.\n",
"citation": "@inproceedings{rybak-etal-2020-klej,\n title = \"{KLEJ}: Comprehensive Benchmark for Polish Language Understanding\",\n author = \"Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz\",\n booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/2020.acl-main.111\",\n pages = \"1191--1201\",\n}\n",
"homepage": "https://github.com/allegro/klejbenchmark-allegroreviews",
"license": "CC BY-SA 4.0",
"features": {
"text": {
"dtype": "string",
"_type": "Value"
},
"rating": {
"dtype": "float32",
"_type": "Value"
}
},
"builder_name": "parquet",
"dataset_name": "allegro_reviews",
"config_name": "default",
"version": {
"version_str": "1.1.0",
"major": 1,
"minor": 1,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 4899535,
"num_examples": 9577,
"dataset_name": null
},
"test": {
"name": "test",
"num_bytes": 514523,
"num_examples": 1006,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 515781,
"num_examples": 1002,
"dataset_name": null
}
},
"download_size": 3923657,
"dataset_size": 5929839,
"size_in_bytes": 9853496
}
}