Unsupervised-Aspect-Extraction icon indicating copy to clipboard operation
Unsupervised-Aspect-Extraction copied to clipboard

Code for acl2017 paper "An unsupervised neural attention model for aspect extraction"

Results 20 Unsupervised-Aspect-Extraction issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

打不开,用身边人的设备都打不开 ![image](https://user-images.githubusercontent.com/57594482/139523292-7b3bf5b6-8046-4724-b421-7544292b3708.png)

Hi , first of all thank you for this amazing study , i am trying to apply this model to my own dataset but my initial results are meaningless ,...

de/my_layers.py", line 39, in build constraint=self.W_constraint) TypeError: add_weight() got multiple values for argument 'name'

Hello, I noticed there's in the dictionary and we only keep the most frequent words in the dictionary. But I don't really understand what happened to the new words (they...

Hello Ruidan, Why are the Representative Words listed in table 2 of the paper different from the aspect.log that has been uploaded? Did you list up the Representative Words in...

Im facing this issue. Can anyone help me resolve this? Traceback (most recent call last): File "train.py", line 107, in model = create_model(args, overall_maxlen, vocab) File "D:\Projects\Epilepsy project\Unsupervised-Aspect-Extraction-master\code\model.py", line 52,...

I have made changes to provide support in Python 3. Unfortunately, I was unable to get it running in Python 2, due to some `numpy` version incompatibility issue. The latest...

Hey, I got the code a while ago and trying to run it. However, after setting everything up I used to get Nan loss after the first epoch. I tried...