Giter Club home page Giter Club logo

habnet's Introduction

HabNet

The code and data are only used for reviewing paper 'Hierarchical Bi-Directional Self-Attention Networks for Paper Review Rating Recommendation'. They will be made public only after this paper being accepted for COLING 2020.

Code overview

There are two folders of code: HabNet is the code for the main task of predicting final acceptance decisions for papers; HabNet_MC is the code for the sub_task of predicting ratings for reviews. The steps to run them are the same as shown in following section "Usage".

Dataset

The ICLR OpenReview datasets (processed) collected by us are in the folder "ICLR_OpenReview_Data" which includes two files "ICLR_Review_all_with_decision_processed.csv" and "ICLR_Review_all_processed.csv". There is also a copy of these two files in the "data" folder of HabNet and HabNet_MC respectively. "ICLR_Review_all_with_decision_processed.csv" is used for the main task of predicting acceptance decsions for papers, its copy is located in "data" folder of HabNet; "ICLR_Review_all_processed.csv" is used for the sub-task of predicting ratings for reviews, its copy is located in "data" folder of HabNet_MC.

Code

Requirements

Usage

First step: run script to prepare the data:

python data_prepare.py

Second step: train and evaluate the model:
(make sure Glove embeddings are ready before training, put glove.6B.50d.txt in HabNet, and put glove.6B.100d.txt in HabNet_MC)

wget http://nlp.stanford.edu/data/glove.6B.zip
unzip glove.6B.zip
python train.py

habnet's People

Contributors

zhongfendeng avatar

Stargazers

Wenting Zhao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.