paper-with-me

Papers

Hierarchical Bi-Directional Self-Attention Networks for Paper Review Rating Recommendation

2020-11-02 · COLING 2020 8 · Zhongfen Deng, Hao Peng, Congying Xia, JianXin Li, Lifang He, Philip S. Yu

Review rating prediction of text reviews is a rapidly growing technology with a wide range of applications in natural language processing. However, most existing methods either use hand-crafted features or learn features using deep learning with simple text corpus as input for review rating prediction, ignoring the hierarchies among data. In this paper, we propose a Hierarchical bi-directional self-attention Network framework (HabNet) for paper review rating prediction and recommendation, which can serve as an effective decision-making tool for the academic paper review process. Specifically, we leverage the hierarchical structure of the paper reviews with three levels of encoders: sentence encoder (level one), intra-review encoder (level two) and inter-review encoder (level three). Each encoder first derives contextual representation of each level, then generates a higher-level representation, and after the learning process, we are able to identify useful predictors to make the final acceptance decision, as well as to help discover the inconsistency between numerical review ratings and text sentiment conveyed by reviewers. Furthermore, we introduce two new metrics to evaluate models in data imbalance situations. Extensive experiments on a publicly available dataset (PeerRead) and our own collected dataset (OpenReview) demonstrate the superiority of the proposed approach compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2011.00802

Code (1)

RingBDStack/HabNet 공식 구현 tf

Tasks

Decision MakingSentence

Similar Papers 제목 키워드 기반

Hierarchical Self-Attention Network for Action Localization in Videos

2019-10-01 · ICCV 2019 10 · Rizard Renanda Adhi Pramono, Yie-Tarng Chen, Wen-Hsien Fang

This paper presents a novel Hierarchical Self-Attention Network (HISAN) to generate spatial-temporal tubes for action localization in videos. The essence of HISAN is to combine the two-stream convolutional neural network…

Action DetectionAction Localization

CAN-GRU: a Hierarchical Model for Emotion Recognition in Dialogue

2020-10-01 · CCL 2020 10 · Ting Jiang, Bing Xu, Tiejun Zhao, Sheng Li

Emotion recognition in dialogue systems has gained attention in the field of natural language processing recent years, because it can be applied in opinion mining from public conversational data on social media. In this …

Emotion RecognitionOpinion Mining

DiSAN: Directional Self-Attention Network for RNN/CNN-Free Language Understanding

2017-09-14 · Tao Shen, Tianyi Zhou, Guodong Long, Jing Jiang 외

Recurrent neural nets (RNN) and convolutional neural nets (CNN) are widely used on NLP tasks to capture the long-term and local dependencies, respectively. Attention mechanisms have recently attracted enormous interest d…

Natural Language InferenceSentenceSentence EmbeddingSentence-Embedding

Detecting Problem Statements in Peer Assessments

2020-05-30 · Yunkai Xiao, Gabriel Zingle, Qinjin Jia, Harsh R. Shah 외

Effective peer assessment requires students to be attentive to the deficiencies in the work they rate. Thus, their reviews should identify problems. But what ways are there to check that they do? We attempt to automate t…

A Hierarchical Model of Reviews for Aspect-based Sentiment Analysis

2016-09-09 · EMNLP 2016 11 · Sebastian Ruder, Parsa Ghaffari, John G. Breslin

Opinion mining from customer reviews has become pervasive in recent years. Sentences in reviews, however, are usually classified independently, even though they form part of a review's argumentative structure. Intuitivel…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)General ClassificationOpinion Mining+2