CLLGNov 2, 2020

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

arXiv:2011.00802v1994 citations
AI Analysis

This work addresses the need for accurate decision-making tools in academic paper review processes, though it appears incremental as it builds on existing deep learning approaches with a novel hierarchical structure.

The paper tackles the problem of predicting paper review ratings by proposing a hierarchical bi-directional self-attention network (HabNet) that leverages multi-level encoders to capture data hierarchies, achieving superior performance over state-of-the-art methods on datasets like PeerRead and OpenReview.

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.

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