prajwal1210 / Stance-Detection-in-Web-and-Social-Media

29 stars 5 forks source link

Renew bert.git url #4

Open gytsg opened 4 years ago

gytsg commented 4 years ago

Hi, thanks for you contribution. But i find that while running Bert.ipynb, git clone https://github.com/siddharth9820/bert.git this project does not exist at all. Would you please renew it ?

siddharth9820 commented 4 years ago

Hey, thanks for pointing this out. The repo was moved to a new location - https://github.com/shalmolighosh/bert Let me know if that works for you. Edit :- I have updated the master branch to reflect the same.

gytsg commented 4 years ago

I change it. And i change the OUTPUT_DIR, it runs. But the f score seems a little low. On HC task, 0.13, after increase the epochs to 200, f score increases to 0.32. Do you have any suggestion about open domain stance detection? I am working on this aspect now, have done some research. it's hard...... appreciate :)

siddharth9820 commented 4 years ago

Which dataset are you using? It should be this one - https://github.com/prajwal1210/Stance-Detection-in-Web-and-Social-Media/blob/master/Preprocessing/Data_SemE_P/HC/train_preprocessed.csv I personally stopped working on NLP after this project. But you can contact other authors of the paper - Shalmoli Ghosh and Saptarshi Gosh for guidance on open domain stance detection.

gytsg commented 4 years ago

yes, it is exactly that one. I will try more experiments. Anyway, thanks a lot.

siddharth9820 commented 4 years ago

You're welcome. I'll look into what's wrong and get back to you as soon as possible. Try with small number of epochs first (3-4) and see if that works out.