Skip to content

The dataset and source code for paper "Automating Intention"

Notifications You must be signed in to change notification settings

tkdsheep/Intention-Mining-TSE

Repository files navigation

Intention-Mining-TSE

The dataset and source code for paper "Automating Intention Mining"

The code is based on dennybritz's implementation of Yoon Kim's paper Convolutional Neural Networks for Sentence Classification

By default, the code uses Tensorflow 0.12. Some errors might be reported when using other versions of Tensorflow due to the incompatibility of some APIs.

Running 'online_prediction.py', you can input any sentence and check the classification result produced by a pre-trained CNN model. The model uses all sentences of the four Github projects as training data.

Running 'play.py', you can get the evaluation result of cross-project prediction. Please check the code for more details of the configuration. By default, it will use the four Github projects as training data to predict the sentences in DECA dataset, and in this setting, the category 'aspect evaluation' and 'others' are dropped since DECA dataset does not contain these two categories.

About

The dataset and source code for paper "Automating Intention"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages