paper-with-me

Papers

Bidirectional Context-Aware Hierarchical Attention Network for Document Understanding

2019-08-16 · Jean-Baptiste Remy, Antoine Jean-Pierre Tixier, Michalis Vazirgiannis

The Hierarchical Attention Network (HAN) has made great strides, but it suffers a major limitation: at level 1, each sentence is encoded in complete isolation. In this work, we propose and compare several modifications of HAN in which the sentence encoder is able to make context-aware attentional decisions (CAHAN). Furthermore, we propose a bidirectional document encoder that processes the document forwards and backwards, using the preceding and following sentences as context. Experiments on three large-scale sentiment and topic classification datasets show that the bidirectional version of CAHAN outperforms HAN everywhere, with only a modest increase in computation time. While results are promising, we expect the superiority of CAHAN to be even more evident on tasks requiring a deeper understanding of the input documents, such as abstractive summarization. Code is publicly available.

📄 PDF Abstract BibTeX arXiv:1908.06006

Code (1)

JbRemy/Cahan 공식 구현 tf

Tasks

Abstractive Text Summarizationdocument understandingSentenceTopic Classification

Similar Papers 제목 키워드 기반

Bidirectional Hierarchical Attention Networks based on Document-level Context for Emotion Cause Extraction

2021-11-01 · Findings (EMNLP) 2021 11 · Guimin Hu, Guangming Lu, Yi Zhao

Emotion cause extraction (ECE) aims to extract the causes behind the certain emotion in text. Some works related to the ECE task have been published and attracted lots of attention in recent years. However, these methods…

Emotion Cause ExtractionGraph Attention

Graph-tree Fusion Model with Bidirectional Information Propagation for Long Document Classification

2024-10-03 · Sudipta Singha Roy, Xindi Wang, Robert E. Mercer, Frank Rudzicz

Long document classification presents challenges in capturing both local and global dependencies due to their extensive content and complex structure. Existing methods often struggle with token limits and fail to adequat…

Document ClassificationGraph AttentionSentence

Selective Attention for Context-aware Neural Machine Translation

2019-03-21 · NAACL 2019 6 · Sameen Maruf, André F. T. Martins, Gholamreza Haffari

Despite the progress made in sentence-level NMT, current systems still fall short at achieving fluent, good quality translation for a full document. Recent works in context-aware NMT consider only a few previous sentence…

DecoderMachine TranslationNMTSentence+1

Document-Level Neural Machine Translation with Hierarchical Attention Networks

2018-09-05 · EMNLP 2018 10 · Lesly Miculicich, Dhananjay Ram, Nikolaos Pappas, James Henderson

Neural Machine Translation (NMT) can be improved by including document-level contextual information. For this purpose, we propose a hierarchical attention model to capture the context in a structured and dynamic manner. …

DecoderMachine TranslationNMTTranslation

Document Embedding Enhanced Event Detection with Hierarchical and Supervised Attention

2018-07-01 · ACL 2018 7 · Yue Zhao, Xiaolong Jin, Yuanzhuo Wang, Xue-Qi Cheng

Document-level information is very important for event detection even at sentence level. In this paper, we propose a novel Document Embedding Enhanced Bi-RNN model, called DEEB-RNN, to detect events in sentences. This mo…

Document EmbeddingEvent DetectionSentence