ruidan / Unsupervised-Aspect-Extraction

Code for acl2017 paper "An unsupervised neural attention model for aspect extraction"
Apache License 2.0
335 stars 117 forks source link

Source of data #25

Closed stephantul closed 4 years ago

stephantul commented 4 years ago

Hi @ruidan

I was wondering where you got the beer dataset, since it does not seem to be publicly available any more. It seems to me that the beer dataset you provide already has some stopword removal applied to it. Do you know how this was done, and whether the original datasets can be found anywhere?

Kind regards, Stéphan

ruidan commented 4 years ago

Hi Stéphan,

The beer dataset provided by the authors already has the stop words removed, and I did not perform any further data preprocess on this dataset. You may contact the authors to ask for the unpreprocessed dataset.

stephantul commented 4 years ago

Ok, thanks for the quick reply