GithubHelp home page GithubHelp logo

aapr's Introduction

AAPR

Citation

If you use the code or the dataset for your research, please cite the paper:

@inproceedings{YangACL2018,
  author    = {Pengcheng Yang and
               Xu Sun and
               Wei Li and
               Shuming Ma},
  title     = {Automatic Academic Paper Rating Based on Modularized Hierarchical
               Convolutional Neural Network},
  booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2018, Melbourne, Australia, July 15-20, 2018, Volume
               2: Short Papers},
  pages     = {496--502},
  year      = {2018}
}

aapr's People

Contributors

imwebson avatar ypengc7512 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aapr's Issues

The dataset

Hi. There are 37464 papers downloaded in your dataset link, but the dataset used for experiments in your article is 19218 papers. How did you select these 19218 papers?

License

Hi, thanks for the great work! I am wondering what license the dataset is released under. Thank you again!

Code for attentive pooling for CNN

Dear Authors,

Thanks for your work. It was really interesting to learn something new :)

I have a doubt regarding attentive pooling for CNN. There are two classes class Attention and class Conv_attention. I couldn't find any uses of class Conv_attention however.

I guess the implementation for attentive pooling is inside def forward(self, x) defined in class Attention

code of def forward():
u = self.linear_project(x.contiguous().view(-1, input_size)).contiguous().view(batch_size, seq_len, -1)
atten_weights = self.softmax(batch_matmul(u, self.representation))
s = attention_mul(x, atten_weights)
return s

screen shot 2018-08-22 at 12 06 32 am

In equation tanh is being applied after linear transformation followed by attention calculation which involves multiplication with another vector (u_w).
while in method batch_matmul(), it seems that tanh is being called after multiplication with u_w.

Is it right? I am not much familiar with torch.
If so, how both would yield the same results?

Can you please provide equivalent tensorflow code for the same?

where to start running the code

I have quick question: which file should I first run?

I guess I need to first train the model, so I ran train.py, but it gave me "FileNotFoundError: [Errno 2] No such file or directory: 'config_hcnn_attent_7.json'".

Could you please let me know where I can get the file config_hcnn_attent_7.json, or should I start from the other file?

I also tried make_data.py, it gave "FileNotFoundError: [Errno 2] No such file or directory: './data/data/text_dict'", the make_vocab.py gave "FileNotFoundError: [Errno 2] No such file or directory: './data/data/abstract_train'"

Could you please upload all the missing files, or let me know where to download these files?

Sanity Check

I believe that a lot of people are curious about it and I am just the first one who is not too shy to ask. The question is:
Could you show the acceptance probability of this paper with your current methods?

Clean_latex.py not working

Dear authors,

I think that 'make_single_tex' function in clean_latex.py is missing.

Did you intend it?

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.