Go to file
Siddharth Singh c646b505bf
Renewed link for fork of BERT to updated location
The fork was moved to https://github.com/shalmolighosh/bert/ and the BERT.ipynb file has been updated to reflect the same
2020-10-18 22:15:07 +05:30
CNN Fixed the Data and the Preprocessing codes 2019-06-18 00:22:04 +05:30
KDEY Fixed the Data and the Preprocessing codes 2019-06-18 00:22:04 +05:30
Preprocessing finalised TAN 2019-06-18 21:42:32 +05:30
SEN-SVM Update README.md 2019-06-20 01:39:47 +05:30
TAN corrected readme file 2019-06-18 22:17:43 +05:30
.gitignore finalised TAN 2019-06-18 21:42:32 +05:30
BERT.ipynb Renewed link for fork of BERT to updated location 2020-10-18 22:15:07 +05:30
README.md Updated README 2019-07-29 20:12:50 +05:30
Stance-detection-comparison-CLEF2019.pdf added paper to the repo 2019-07-31 00:41:19 +05:30

This is the code repository for the paper "Stance Detection in Web and Social Media: A Comparative Study" published in the proceedings of CLEF 2019 conference (http://clef2019.clef-initiative.eu/).

Overview of Code

  • Preprocessing: This folder contains the preprocessing code as mentioned in our paper and the datasets. The folder contains all instructions to run the code.
  • CNN: This is a simple Kim's CNN based model applied for stance detection. The respective folder has the instructions on how to run the codes
  • KDEY: This folder contains our attempt at implementing the approach given in the paper : Twitter Stance Detection — A Subjectivity and Sentiment Polarity Inspired Two-Phase Approach link.The folder contains all instructions to run the code
  • TAN: 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 with TPU support.

Publication

If you use these codes, please cite our paper:

@inproceedings{
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}}