DE-CNN
DE-CNN copied to clipboard
Amazon Review Dataset Laptop for Train Embedding
Excuse me sir, I want to ask about Amazon Laptop Dataset that you mention it on your paper when trained domain embedding. How do you get the laptop review only from the amazon review dataset? Maybe you can give explanation or the code. Thanks in advance.
You can filter that based on amazon category, laptop is under electronics
On Wed, Jun 1, 2022 at 12:35 AM Nadya Aditama @.***> wrote:
Excuse me sir, I want to ask about Amazon Laptop Dataset that you mention it on your paper when trained domain embedding. How do you get the laptop review only from the amazon review dataset? Maybe you can give explanation or the code. Thanks in advance.
— Reply to this email directly, view it on GitHub https://github.com/howardhsu/DE-CNN/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRK376SMSFJLNCPASVXD3DVM4HFPANCNFSM5XQDUPAQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Homepage: https://howardhsu.github.io/ Linkedin: https://www.linkedin.com/in/hu-xu-9852403b/ Google Scholar: https://scholar.google.com/citations?user=SaH2yWMAAAAJ Twitter: https://twitter.com/Hu_Hsu Email: @.***
Allright sir. But how can I filter the reviews? Is it using python only? And what is the criteria of laptop only reviews? I am sorry because I am still newbie 🙏 thank you sir
just keep all reviews with asin under laptop category in the metadata.
On Wed, Jun 1, 2022 at 2:28 PM Nadya Aditama @.***> wrote:
Allright sir. But how can I filter the reviews? Is it using python only? And what is the criteria of laptop only reviews? I am sorry because I am still newbie 🙏 thank you sir
— Reply to this email directly, view it on GitHub https://github.com/howardhsu/DE-CNN/issues/18#issuecomment-1144155449, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRK376EKQJF6YW3DTAIVALVM7IWFANCNFSM5XQDUPAQ . You are receiving this because you commented.Message ID: @.***>
-- Homepage: https://howardhsu.github.io/ Linkedin: https://www.linkedin.com/in/hu-xu-9852403b/ Google Scholar: https://scholar.google.com/citations?user=SaH2yWMAAAAJ Twitter: https://twitter.com/Hu_Hsu Email: @.***
I get it sir, thanks for the answer. And I have another questions
- Are you using all laptop datasets or 5-core to train embeddings?
- How do you preprocessed the text? Maybe you can add the code or the guide Thank you sir