EiraZhang / LACO

This repository contains the code for our paper [Enhancing Label Correlation Feedback in Multi-Label Text Classification via Multi-Task Learning]
33 stars 9 forks source link

Enhancing Label Correlation Feedback in Multi-Label Text Classification via Multi-Task Learning

This repository contains the code for the ACL 2021 paper

"Enhancing Label Correlation Feedback in Multi-Label Text Classification via Multi-Task Learning".

If you use LACO in your work, please cite it as follows:

@article{zhang2021enhancing,
  title={Enhancing Label Correlation Feedback in Multi-Label Text Classification via Multi-Task Learning},
  author={Zhang, Ximing and Zhang, Qian-Wen and Yan, Zhao and Liu, Ruifang and Cao, Yunbo},
  journal={arXiv preprint arXiv:2106.03103},
  year={2021}
}

Settings

Environment Requirements

Environmental preparation

Datasets

Data Preparation

The sample data are in the directory LACO/log/re_model/input. Note that the "text" field stores the text content, the "spo_list" field stores the relevant labels in "predicate", and the other fields can be ignored.

How To Run

Results

The best model of +PLCP of AAPD dataset and and RCV1V2 dataset can be found at https://share.weiyun.com/5EXHqEPE (password: 8yrgji) for your reference.

© Copyright

Ximing Zhang (ximingzhang@bupt.edu.cn),
Qian-Wen Zhang (cowenzhang@tencent.com),
Zhao Yan (zhaoyan@tencent.com),
Ruifang Liu (lrf@bupt.edu.cn),
Yunbo Cao (yunbocao@tencent.com),
Tencent Cloud Xiaowei, Beijing, China  && Beijing University of Posts and Telecommunications, Beijing, China  

This code package can be used freely for academic, non-profit purposes. For other usage, please contact us for further information (Ximing Zhang: ximingzhang@bupt.edu.cn).