paper-with-me

Papers

Pair-Based Joint Encoding with Relational Graph Convolutional Networks for Emotion-Cause Pair Extraction

2022-12-04 · Junlong Liu, Xichen Shang, Qianli Ma

Emotion-cause pair extraction (ECPE) aims to extract emotion clauses and corresponding cause clauses, which have recently received growing attention. Previous methods sequentially encode features with a specified order. They first encode the emotion and cause features for clause extraction and then combine them for pair extraction. This lead to an imbalance in inter-task feature interaction where features extracted later have no direct contact with the former. To address this issue, we propose a novel Pair-Based Joint Encoding (PBJE) network, which generates pairs and clauses features simultaneously in a joint feature encoding manner to model the causal relationship in clauses. PBJE can balance the information flow among emotion clauses, cause clauses and pairs. From a multi-relational perspective, we construct a heterogeneous undirected graph and apply the Relational Graph Convolutional Network (RGCN) to capture the various relationship between clauses and the relationship between pairs and clauses. Experimental results show that PBJE achieves state-of-the-art performance on the Chinese benchmark corpus.

📄 PDF Abstract BibTeX arXiv:2212.01844

Code (1)

tutudoki/pbje-ecpe 공식 구현 pytorch

Tasks

Emotion-Cause Pair Extraction

Similar Papers 제목 키워드 기반

Pair-Based Joint Learning with Relational Graph Convolutional Networks for Emotion-Cause Pair Extraction

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

Emotion-cause pair extraction (ECPE) aims to extract the emotion clauses and the corresponding cause clauses, which have recently received more attention. Previous methods sequentially encode features with a specified or…

Emotion-Cause Pair Extraction

A Relation-Interactive Approach for Message Passing in Hyper-relational Knowledge Graphs

2024-02-23 · Yonglin Jing

Hyper-relational knowledge graphs (KGs) contain additional key-value pairs, providing more information about the relations. In many scenarios, the same relation can have distinct key-value pairs, making the original trip…

Knowledge GraphsLink PredictionPredictionRelation

Understanding Dynamic Scenes using Graph Convolution Networks

2020-05-09 · Sravan Mylavarapu, Mahtab Sandhu, Priyesh Vijayan, K. Madhava Krishna 외

We present a novel Multi-Relational Graph Convolutional Network (MRGCN) based framework to model on-road vehicle behaviors from a sequence of temporally ordered frames as grabbed by a moving monocular camera. The input t…

Motion SegmentationSemantic SegmentationState EstimationTransfer Learning

Modelling Multi-relations for Convolutional-based Knowledge Graph Embedding

2022-10-21 · Sirui Li, Kok Wai Wong, Dengya Zhu, Chun Che Fung

Representation learning of knowledge graphs aims to embed entities and relations into low-dimensional vectors. Most existing works only consider the direct relations or paths between an entity pair. It is considered that…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRelation+1

Enhancing the Utility of Higher-Order Information in Relational Learning

2025-02-13 · Raphael Pellegrin, Lukas Fesser, Melanie Weber

Higher-order information is crucial for relational learning in many domains where relationships extend beyond pairwise interactions. Hypergraphs provide a natural framework for modeling such relationships, which has moti…

Relational Reasoning