Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 767 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 767 Bytes

SEMEVAL 2019 - Task 9 - Suggestion Mining

Our submission for semeval 2019.

Our final submission uses Convolutional neural network with BERT representations and tri-training is used for domain adaptation.

Installation

To run the code install the requirements

pip install -r requirements.txt

Experiments and Results

  1. Subtask A
  2. Subtask B

Citations

If you use this code in your work, please cite as below:

@article{prasanna2019zoho,
  title={Zoho at SemEval-2019 Task 9: Semi-supervised Domain Adaptation using Tri-training for Suggestion Mining},
  author={Prasanna, Sai and Seelan, Sri Ananda},
  journal={arXiv preprint arXiv:1902.10623},
  year={2019}
}