lpq29743/IAN

Can't get 78% accuracy on restaurant dataset

Cppowboy opened this issue · 5 comments

I ran this code on the restaurant dataset using the default parameter setting. However, the accuracy is only 69%. Can you figure out what's wrong?

Maybe you haven't taken a look on parameter settings in main.py, the default dataset is laptop dataset.

And there is a parameter called 'pre_processed' means whether you should preprocess the origin data files. If this parameter is set as 1, although you have changed the origin filenames, it still doesn't work.

Thank you, it works!

Thank you, it works!

How did you modify the code?

Thank you, it works!

How did you modify the code?

Just set the pre_processed parameter to 0 when you are running the main.py script.