paper-with-me

홈 › Papers

Hierarchical Interaction Networks with Rethinking Mechanism for Document-level Sentiment Analysis

2020-07-16 · Lingwei Wei, Dou Hu, Wei Zhou, Xuehai Tang, Xiaodan Zhang, Xin Wang, Jizhong Han, Songlin Hu

Document-level Sentiment Analysis (DSA) is more challenging due to vague semantic links and complicate sentiment information. Recent works have been devoted to leveraging text summarization and have achieved promising results. However, these summarization-based methods did not take full advantage of the summary including ignoring the inherent interactions between the summary and document. As a result, they limited the representation to express major points in the document, which is highly indicative of the key sentiment. In this paper, we study how to effectively generate a discriminative representation with explicit subject patterns and sentiment contexts for DSA. A Hierarchical Interaction Networks (HIN) is proposed to explore bidirectional interactions between the summary and document at multiple granularities and learn subject-oriented document representations for sentiment classification. Furthermore, we design a Sentiment-based Rethinking mechanism (SR) by refining the HIN with sentiment label information to learn a more sentiment-aware document representation. We extensively evaluate our proposed models on three public datasets. The experimental results consistently demonstrate the effectiveness of our proposed models and show that HIN-SR outperforms various state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2007.08445

Code (1)

zerohd4869/HIN-SR 공식 구현 pytorch

Tasks

Sentiment AnalysisSentiment ClassificationText Classification

Similar Papers 제목 키워드 기반

Document-Level Multi-Aspect Sentiment Classification as Machine Comprehension

2017-09-01 · EMNLP 2017 9 · Yichun Yin, Yangqiu Song, Ming Zhang

Document-level multi-aspect sentiment classification is an important task for customer relation management. In this paper, we model the task as a machine comprehension problem where pseudo question-answer pairs are const…

ClassificationGeneral ClassificationManagementMulti-Task Learning+4

HDT: Hierarchical Document Transformer

2024-07-11 · Haoyu He, Markus Flicke, Jan Buchmann, Iryna Gurevych 외

In this paper, we propose the Hierarchical Document Transformer (HDT), a novel sparse Transformer architecture tailored for structured hierarchical documents. Such documents are extremely important in numerous domains, i…

Inductive Bias

Rethinking the Role of Token Retrieval in Multi-Vector Retrieval

2023-04-04 · NeurIPS 2023 11 · Jinhyuk Lee, Zhuyun Dai, Sai Meher Karthik Duddu, Tao Lei 외

Multi-vector retrieval models such as ColBERT [Khattab and Zaharia, 2020] allow token-level interactions between queries and documents, and hence achieve state of the art on many information retrieval benchmarks. However…

Information RetrievalRetrieval

Hie-BART: Document Summarization with Hierarchical BART

2021-06-01 · NAACL 2021 4 · Kazuki Akiyama, Akihiro Tamura, Takashi Ninomiya

This paper proposes a new abstractive document summarization model, hierarchical BART (Hie-BART), which captures hierarchical structures of a document (i.e., sentence-word structures) in the BART model. Although the exis…

Document SummarizationMachine TranslationSentenceTranslation

Parallel Hierarchical Transformer with Attention Alignment for Abstractive Multi-Document Summarization

2022-08-16 · Ye Ma, Lu Zong

In comparison to single-document summarization, abstractive Multi-Document Summarization (MDS) brings challenges on the representation and coverage of its lengthy and linked sources. This study develops a Parallel Hierar…

Document SummarizationMulti-Document Summarization