CLApr 19, 2019

Suggestion Mining from Online Reviews using ULMFiT

arXiv:1904.09076v11 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses suggestion mining for online review analysis, but it is incremental as it applies an existing method to a specific task.

The paper tackled the problem of identifying suggestion sentences in online reviews using ULMFiT, achieving an F1 score of 0.7011 and ranking 10th out of 34 participants in a SemEval competition.

In this paper we present our approach and the system description for Sub Task A of SemEval 2019 Task 9: Suggestion Mining from Online Reviews and Forums. Given a sentence, the task asks to predict whether the sentence consists of a suggestion or not. Our model is based on Universal Language Model Fine-tuning for Text Classification. We apply various pre-processing techniques before training the language and the classification model. We further provide detailed analysis of the results obtained using the trained model. Our team ranked 10th out of 34 participants, achieving an F1 score of 0.7011. We publicly share our implementation at https://github.com/isarth/SemEval9_MIDAS

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