CLFeb 27, 2019

Zoho at SemEval-2019 Task 9: Semi-supervised Domain Adaptation using Tri-training for Suggestion Mining

arXiv:1902.10623v21090 citations
Originality Synthesis-oriented
AI Analysis

This work addresses domain adaptation for suggestion mining, an incremental improvement using existing techniques on a specific NLP task.

The paper tackled the problem of suggestion mining in text by using a semi-supervised domain adaptation approach with tri-training, achieving an F1-score of 68.07 in in-domain evaluation and 81.94 in cross-domain evaluation.

This paper describes our submission for the SemEval-2019 Suggestion Mining task. A simple Convolutional Neural Network (CNN) classifier with contextual word representations from a pre-trained language model was used for sentence classification. The model is trained using tri-training, a semi-supervised bootstrapping mechanism for labelling unseen data. Tri-training proved to be an effective technique to accommodate domain shift for cross-domain suggestion mining (Subtask B) where there is no hand labelled training data. For in-domain evaluation (Subtask A), we use the same technique to augment the training set. Our system ranks thirteenth in Subtask A with an $F_1$-score of 68.07 and third in Subtask B with an $F_1$-score of 81.94.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes