Upload 3 files
Browse files
.gitattributes
CHANGED
|
@@ -61,3 +61,5 @@ my_dataset/final_dataset_v4.csv filter=lfs diff=lfs merge=lfs -text
|
|
| 61 |
my_dataset/small_data.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
my_dataset/NLP_Amazon_Dataset/final_dataset_v4.csv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
my_dataset/NLP_Amazon_Dataset/small_data.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 61 |
my_dataset/small_data.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
my_dataset/NLP_Amazon_Dataset/final_dataset_v4.csv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
my_dataset/NLP_Amazon_Dataset/small_data.csv filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
NLP_Amazon_Dataset/final_dataset_v4.csv filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
NLP_Amazon_Dataset/small_data.csv filter=lfs diff=lfs merge=lfs -text
|
NLP_Amazon_Dataset/final_dataset_v4.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0241da874dbfe261ca59a044fdfabcc47ada1bfc82973c0791fa49da3a4ef40
|
| 3 |
+
size 51999324
|
NLP_Amazon_Dataset/readme.txt
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Dataset Name: [Customer Product Review] Amazon Reviews for Computer Accessories: A Curated Dataset for Sentiment Analysis (2021-Present)
|
| 2 |
+
Description:
|
| 3 |
+
This dataset contains a curated collection of user reviews for computer accessories scraped from Amazon. It was specifically assembled for the development and evaluation of machine learning and deep learning models for sentiment analysis tasks. The data provides insights into contemporary customer opinions, preferences, and complaints within the technology product sector.
|
| 4 |
+
The collection process utilized web scraping techniques with Beautiful Soup to gather reviews posted from 2021 onward, ensuring the data reflects recent market trends and user language. After an extensive data cleaning and deduplication process, the final dataset comprises 29,755 unique review entries.
|
| 5 |
+
Each entry includes key metadata such as the review text, star rating, reviewer information, and other relevant details, making it a valuable resource for natural language processing (NLP) research.
|
| 6 |
+
This dataset was used in a comparative study that implemented and evaluated a range of sentiment classification models, including:
|
| 7 |
+
• Deep Learning Models: Convolutional Neural Networks (CNNs) and Bidirectional Encoder Representations from Transformers (BERT).
|
| 8 |
+
• Traditional Machine Learning Models: Support Vector Machines (SVM) and Logistic Regression.
|
| 9 |
+
• Explainable AI (XAI): The study also employed LIME (Local Interpretable Model-agnostic Explanations) to interpret model predictions and enhance transparency.
|
| 10 |
+
The results demonstrated the superior performance of the BERT model, achieving an accuracy of 86.01% and a balanced F1-score of 88%, establishing it as a robust choice for understanding sentiment in customer feedback.
|
| 11 |
+
Potential Research Applications:
|
| 12 |
+
• Sentiment Analysis and Opinion Mining
|
| 13 |
+
• Comparative Analysis of NLP Models (Traditional ML vs. Deep Learning)
|
| 14 |
+
• Explainable AI (XAI) in NLP
|
| 15 |
+
• Customer Behavior and Market Trend Analysis
|
| 16 |
+
• Benchmarking for New Classification Algorithms
|
| 17 |
+
|
| 18 |
+
Author: MD Abdullah Al Symum; Rafiatul Zannah; Subarna Yeasmin Sheemu;
|
| 19 |
+
Affiliation: Department of Computer Science and Engineering,
|
| 20 |
+
Brac University, Dhaka, Bangladesh;
|
| 21 |
+
Correspondence: symumsani08@gmail.com; rafiazannah15@gmail.com;
|
| 22 |
+
subarna.yeasmin.sheemu@g.bracu.ac.bd;
|
| 23 |
+
|
| 24 |
+
Dataset DOI: 10.5281/zenodo.17053541
|
| 25 |
+
Paper DOI: https://doi.org/10.1109/ICCIT60459.2023.10441344
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
Dataset Details
|
| 30 |
+
Total Samples: 29,755
|
| 31 |
+
Language: [e.g., Bengali, English, or Multilingual]
|
| 32 |
+
Task: Sentiment Analysis / Text Classification
|
| 33 |
+
License: Creative Commons Attribution 4.0 International (CC BY 4.0)
|
| 34 |
+
Release Date: [January 2024]
|
| 35 |
+
|
| 36 |
+
Data Collection
|
| 37 |
+
The dataset was compiled by scraping publicly available customer reviews for computer accessories from the Amazon.com marketplace. The collection period spanned from January 2021 to June 2023, ensuring the data reflects recent consumer trends. The scraping process was performed using Python's Beautiful Soup library, targeting only the publicly visible review sections and adhering to the website's robots.txt file.
|
| 38 |
+
All personally identifiable information (PII) was meticulously excluded during collection. No user names, profile links, or other identifiers were stored. The dataset focuses solely on the review content (text and star rating) and related product metadata for the purpose of sentiment analysis. This approach ensures compliance with ethical research guidelines for using publicly available data.
|
| 39 |
+
|
| 40 |
+
Usage
|
| 41 |
+
This dataset is intended for academic research in NLP, particularly for:
|
| 42 |
+
• Sentiment Analysis
|
| 43 |
+
• Text Classification model benchmarking
|
| 44 |
+
• Comparative studies of language models (e.g., LSTM vs. Transformer-based models)
|
| 45 |
+
• Low-resource language NLP (if applicable)
|
| 46 |
+
|
| 47 |
+
Citation
|
| 48 |
+
If you use this dataset in your research, please cite both our conference paper and the dataset itself.
|
| 49 |
+
|
| 50 |
+
Paper Link: https://ieeexplore.ieee.org/document/11022600
|
| 51 |
+
|
| 52 |
+
Cite the Paper:
|
| 53 |
+
@INPROCEEDINGS{11022600,
|
| 54 |
+
author={Sheemu, Subarna Yeasmin and Symum, MD Abdullah Al and Zaman, Arsi and Asif, Abu Saleh Md. and Shakil, Arif and Zannah, Rafiatul},
|
| 55 |
+
booktitle={2024 27th International Conference on Computer and Information Technology (ICCIT)},
|
| 56 |
+
title={Sentimental Analysis of Customer Product Reviews to Understand Customer Needs Using Machine Learning},
|
| 57 |
+
year={2024},
|
| 58 |
+
volume={},
|
| 59 |
+
number={},
|
| 60 |
+
pages={1164-1169},
|
| 61 |
+
keywords={Support vector machines;Measurement;Sentiment analysis;Logistic regression;Reviews;Redundancy;Focusing;Information age;Feature extraction;Product development;Machine learning;Natural language processing;Sentimental analysis;BERT;CNN},
|
| 62 |
+
doi={10.1109/ICCIT64611.2024.11022600}
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
Acknowledgements
|
| 66 |
+
We thank the International Conference on Computer and Information Technology (ICCIT) for providing a platform to present our initial findings. We also acknowledge the contributors who assisted in data collection and annotation.
|
NLP_Amazon_Dataset/small_data.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e2fc730c2bcd8d233c7d9403bfed19075b5bf0db3eba5f0b263b313d720891b
|
| 3 |
+
size 36431845
|