diff --git a/README.md b/README.md index 980e96e..65d9e3e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ This is the code repository for the paper "Stance Detection in Web and Social Me This folder contains the codes for TAN and LSTM, the details of which are mentioned in our paper. The folder contains all instructions to run the code. - **SEN-SVM**: This folder contains the codes for the SEN-SVM method, the details of which are mentioned in our paper. The folder contains all instructions to run the code. - +- **Bert.ipynb**: + This ipython notebook contains the code used for running BERT on the dataset. This needs to be be run on [Google Colab](https://colab.research.google.com) with TPU support. ## Publication @@ -21,4 +22,4 @@ If you use these codes, please cite our paper: title={{Stance Detection in Web and Social Media: A Comparative Study}}, author={Ghosh, Shalmoli and Singhania, Prajwal and Singh, Siddharth and Rudra, Koustav and Ghosh, Saptarshi}, booktitle={{Proc. Conference and Labs of the Evaluation Forum (CLEF)}}, - year={2019}} \ No newline at end of file + year={2019}}