ar_res_reviews / dataset_infos.json
albertvillanova's picture
Convert dataset to Parquet
0d5b85c
raw
history blame
1.82 kB
{
"default": {
"description": "Dataset of 8364 restaurant reviews scrapped from qaym.com in Arabic for sentiment analysis\n",
"citation": "@InProceedings{10.1007/978-3-319-18117-2_2,\nauthor=\"ElSahar, Hady\nand El-Beltagy, Samhaa R.\",\neditor=\"Gelbukh, Alexander\",\ntitle=\"Building Large Arabic Multi-domain Resources for Sentiment Analysis\",\nbooktitle=\"Computational Linguistics and Intelligent Text Processing\",\nyear=\"2015\",\npublisher=\"Springer International Publishing\",\naddress=\"Cham\",\npages=\"23--34\",\nisbn=\"978-3-319-18117-2\"\n}\n",
"homepage": "https://github.com/hadyelsahar/large-arabic-sentiment-analysis-resouces",
"license": "",
"features": {
"polarity": {
"names": [
"negative",
"positive"
],
"_type": "ClassLabel"
},
"text": {
"dtype": "string",
"_type": "Value"
},
"restaurant_id": {
"dtype": "string",
"_type": "Value"
},
"user_id": {
"dtype": "string",
"_type": "Value"
}
},
"builder_name": "parquet",
"dataset_name": "ar_res_reviews",
"config_name": "default",
"version": {
"version_str": "0.0.0",
"major": 0,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 3617085,
"num_examples": 8364,
"dataset_name": null
}
},
"download_size": 1887029,
"dataset_size": 3617085,
"size_in_bytes": 5504114
}
}