CAWA: An Attention-Network for Credit Attribution

Abstract

In this paper, we present “Credit Attribution With Attention (CAWA)", a neural-network-based approach, that instead of using sentence-level labeled data, uses the set of class labels that are associated with an entire document as a source of distant-supervision. CAWA combines an attention mechanism with a multilabel classifier into an end-to-end learning framework to perform credit attribution. CAWA labels the individual sentences from the input document using the resultant attention-weights. CAWA improves upon the state-of-the-art credit attribution approach by not constraining a sentence to belong to just one class, but modeling each sentence as a distribution over all classes, leading to better modeling of semantically-similar classes. Experiments on the credit attribution task on a variety of datasets show that the sentence class labels generated by CAWA outperform the competing approaches. Additionally, on the multilabel text classification task, CAWA performs better than the competing credit attribution approaches. Our code and data are available at https://github.com/gurdaspuriya/cawa.

Publication
In The AAAI Conference on Artificial Intelligence, 2020
Saurav Manchanda
Saurav Manchanda
Ph.D. Candidate, Computer Science

My research interests include Graph Neural Networks, Information Retrieval and Computation Linguistics.

Related