README.md 448 字节
Newer Older
D
dangqingqing 已提交
1 2 3 4 5 6 7 8 9
This dataset consists of electronics product reviews associated with
binary labels (positive/negative) for sentiment classification.

The preprocessed data can be downloaded by script `get_data.sh`.
The data was derived from reviews_Electronics_5.json.gz at

http://snap.stanford.edu/data/amazon/productGraph/categoryFiles/reviews_Electronics_5.json.gz

If you want to process the raw data, you can use the script `proc_from_raw_data/get_data.sh`.