Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhaoliu-Lec committed Apr 24, 2023
2 parents 9d4f45a + a5b8d45 commit 28367b1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CNLE: Co-attention network with label embedding for text classification
# CNLE: Co-attention Network with Label Embedding for Text Classification
Created by Minqian Liu, Lizhao Liu and Junyi Cao from South China University of Technology.

This repository contains the official PyTorch-implementation of our [Neurocomputing 2022 paper *Co-attention network with label embedding for text classification*](https://mqianliu.github.io/files/CNLE_Neurocomputing22.pdf).
Expand Down Expand Up @@ -39,4 +39,18 @@ python predict.py --evaluate EVALUATION_TYPE --path PATH_TO_CHECKPOINT_DIRECTORY
```

## Acknowledgement
Our project is highly based on the [DecaNLP](https://github.com/salesforce/decaNLP) projects. Please go and show some support!
Our project is highly based on the [DecaNLP](https://github.com/salesforce/decaNLP) projects. Please go and show some support!

## Citation
If you find this code helpful for your research, please consider citing
```
@article{liu2022co,
title={Co-attention network with label embedding for text classification},
author={Liu, Minqian and Liu, Lizhao and Cao, Junyi and Du, Qing},
journal={Neurocomputing},
volume={471},
pages={61--69},
year={2022},
publisher={Elsevier}
}
```

0 comments on commit 28367b1

Please sign in to comment.