paper-with-me

홈 › Papers

A Hierarchical Decoder with Three-level Hierarchical Attention to Generate Abstractive Summaries of Interleaved Texts

2019-06-05 · Sanjeev Kumar Karn, Francine Chen, Yan-Ying Chen, Ulli Waltinger, Hinrich Schütze

Interleaved texts, where posts belonging to different threads occur in one sequence, are a common occurrence, e.g., online chat conversations. To quickly obtain an overview of such texts, existing systems first disentangle the posts by threads and then extract summaries from those threads. The major issues with such systems are error propagation and non-fluent summary. To address those, we propose an end-to-end trainable hierarchical encoder-decoder system. We also introduce a novel hierarchical attention mechanism which combines three levels of information from an interleaved text, i.e, posts, phrases and words, and implicitly disentangles the threads. We evaluated the proposed system on multiple interleaved text datasets, and it out-performs a SOTA two-step system by 20-40%.

📄 PDF Abstract BibTeX arXiv:1906.01973

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Automatic Graphics Program Generation using Attention-Based Hierarchical Decoder

2018-10-26 · Zhihao Zhu, Zhan Xue, Zejian yuan

Recent progress on deep learning has made it possible to automatically transform the screenshot of Graphic User Interface (GUI) into code by using the encoder-decoder framework. While the commonly adopted image encoder (…

Code GenerationDecoder

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

Hierarchical Modeling for Medical Visual Question Answering with Cross-Attention Fusion

2025-04-04 · Junkai Zhang, Bin Li, Shoujun Zhou, Yue Du

Medical Visual Question Answering (Med-VQA) answers clinical questions using medical images, aiding diagnosis. Designing the MedVQA system holds profound importance in assisting clinical diagnosis and enhancing diagnosti…

DiagnosticMedical Visual Question AnsweringQuestion AnsweringVisual Question Answering+1

Hierarchical Attention Decoder for Solving Math Word Problems

2021-11-16 · ACL ARR November 2021 11 · Anonymous

To answer math word problems (MWPs), models need to formalize equations from the source text of math problems. Recently, the tree-structured decoder has significantly improved model performance on this task by generating…

DecoderMath

Hierarchical Learning for Generation with Long Source Sequences

2021-04-15 · Tobias Rohde, Xiaoxia Wu, Yinhan Liu

One of the challenges for current sequence to sequence (seq2seq) models is processing long sequences, such as those in summarization and document level machine translation tasks. These tasks require the model to reason a…

DecoderDocument Level Machine TranslationDocument SummarizationDocument Translation+6