**MLGN:A Multi-Label Guided Network for Improving Text Classification **
This code is prepared for MLGN.
Running steps:
-
The Eurlex4K and AAPD datasets are already in the data, decompress the dataset (data/EURLex-4k/..).
-
Install the environment according to requirements.txt
-
Download bert_base_uncased from hugging face and place it in the folder(model/bert-base-uncased/..)
-
A single GPU can run 'main_MLGN.py'.