Abstract: Multi-label document classification is a traditional task in NLP. Compared to single-label classification, each document can be assigned multiple classes. This problem is crucial in various domains, such as tagging scientific articles. Articles are often structured into several sections such as abstract, title or introduction. Current approaches treat different sections equally for multi-label classification. We argue that this is not a realistic assumption, leading to sub-optimal results. Instead, we propose a new method called Learning Section Weights (LSW), leveraging the contribution of each distinct section for multi-label classification. Via multiple feed-forward layers, LSW learns to assign weights to each section and incorporate the weights in the prediction. We demonstrate our approach in scientific articles. Experimental results on public (arXiv) and private (Elsevier) datasets confirm the superiority of LSW compared to state-of-the-art multi-label document classification methods. In particular, LSW achieves a 1.3% improvement in terms of Macro F-1 while it achieves 1.3% in terms of Macro Recall on the publicly available arXiv dataset.
Loading