paper-with-me

홈 › Papers

JUNLP at IJCNLP-2017 Task 3: A Rank Prediction Model for Review Opinion Diversification

2017-12-01 · IJCNLP 2017 12 · Monalisa Dey, Anupam Mondal, Dipankar Das

IJCNLP-17 Review Opinion Diversification (RevOpiD-2017) task has been designed for ranking the top-k reviews of a product from a set of reviews, which assists in identifying a summarized output to express the opinion of the entire review set. The task is divided into three independent subtasks as subtask-A,subtask-B, and subtask-C. Each of these three subtasks selects the top-k reviews based on helpfulness, representativeness, and exhaustiveness of the opinions expressed in the review set individually. In order to develop the modules and predict the rank of reviews for all three subtasks, we have employed two well-known supervised classifiers namely, Na{\"\i}ve Bayes and Logistic Regression on the top of several extracted features such as the number of nouns, number of verbs, and number of sentiment words etc from the provided datasets. Finally, the organizers have helped to validate the predicted outputs for all three subtasks by using their evaluation metrics. The metrics provide the scores of list size 5 as (0.80 (mth)) for subtask-A, (0.86 (cos), 0.87 (cos d), 0.71 (cpr), 4.98 (a-dcg), and 556.94 (wt)) for subtask B, and (10.94 (unwt) and 0.67 (recall)) for subtask C individually.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

CYUT at IJCNLP-2017 Task 3: System Report for Review Opinion Diversification

2017-12-01 · IJCNLP 2017 12 · Shih-Hung Wu, Su-Yu Chang, Liang-Pu Chen

Review Opinion Diversification (RevOpiD) 2017 is a shared task which is held in International Joint Conference on Natural Language Processing (IJCNLP). The shared task aims at selecting top-k reviews, as a summary, from …

regression

Alibaba at IJCNLP-2017 Task 2: A Boosted Deep System for Dimensional Sentiment Analysis of Chinese Phrases

2017-12-01 · IJCNLP 2017 12 · Xin Zhou, Jian Wang, Xu Xie, Changlong Sun 외

This paper introduces Team Alibaba{'}s systems participating IJCNLP 2017 shared task No. 2 Dimensional Sentiment Analysis for Chinese Phrases (DSAP). The systems mainly utilize a multi-layer neural networks, with multipl…

ClusteringFeature EngineeringPart-Of-Speech TaggingPrediction+2

MainiwayAI at IJCNLP-2017 Task 2: Ensembles of Deep Architectures for Valence-Arousal Prediction

2017-12-01 · IJCNLP 2017 12 · Yassine Benajiba, Jin Sun, Yong Zhang, Zhiliang Weng 외

This paper introduces Mainiway AI Labs submitted system for the IJCNLP 2017 shared task on Dimensional Sentiment Analysis of Chinese Phrases (DSAP), and related experiments. Our approach consists of deep neural networks …

PredictionSentiment AnalysisTask 2Word Embeddings

IIIT-H at IJCNLP-2017 Task 3: A Bidirectional-LSTM Approach for Review Opinion Diversification

2017-12-01 · IJCNLP 2017 12 · Pruthwik Mishra, D, Prathyusha a, Silpa Kanneganti 외

The Review Opinion Diversification (Revopid-2017) shared task focuses on selecting top-k reviews from a set of reviews for a particular product based on a specific criteria. In this paper, we describe our approaches and …

Decision MakingDiversity

NCTU-NTUT at IJCNLP-2017 Task 2: Deep Phrase Embedding using bi-LSTMs for Valence-Arousal Ratings Prediction of Chinese Phrases

2017-12-01 · IJCNLP 2017 12 · Yen-Hsuan Lee, Han-Yun Yeh, Yih-Ru Wang, Yuan-Fu Liao

In this paper, a deep phrase embedding approach using bi-directional long short-term memory (Bi-LSTM) is proposed to predict the valence-arousal ratings of Chinese words and phrases. It adopts a Chinese word segmentation…

Chinese Word SegmentationregressionSentiment AnalysisTask 2