Prompt Based Tri-Channel Graph Convolution Neural Network for Aspect
Sentiment Triplet Extraction
- URL: http://arxiv.org/abs/2312.11152v2
- Date: Sun, 24 Dec 2023 13:52:01 GMT
- Title: Prompt Based Tri-Channel Graph Convolution Neural Network for Aspect
Sentiment Triplet Extraction
- Authors: Kun Peng, Lei Jiang, Hao Peng, Rui Liu, Zhengtao Yu, Jiaqian Ren,
Zhifeng Hao, Philip S.Yu
- Abstract summary: Aspect Sentiment Triplet Extraction (ASTE) is an emerging task to extract a given sentence's triplets, which consist of aspects, opinions, and sentiments.
Recent studies tend to address this task with a table-filling paradigm, wherein word relations are encoded in a two-dimensional table.
We propose a novel model for the ASTE task, called Prompt-based Tri-Channel Graph Convolution Neural Network (PT-GCN), which converts the relation table into a graph to explore more comprehensive relational information.
- Score: 63.0205418944714
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Aspect Sentiment Triplet Extraction (ASTE) is an emerging task to extract a
given sentence's triplets, which consist of aspects, opinions, and sentiments.
Recent studies tend to address this task with a table-filling paradigm, wherein
word relations are encoded in a two-dimensional table, and the process involves
clarifying all the individual cells to extract triples. However, these studies
ignore the deep interaction between neighbor cells, which we find quite helpful
for accurate extraction. To this end, we propose a novel model for the ASTE
task, called Prompt-based Tri-Channel Graph Convolution Neural Network
(PT-GCN), which converts the relation table into a graph to explore more
comprehensive relational information. Specifically, we treat the original table
cells as nodes and utilize a prompt attention score computation module to
determine the edges' weights. This enables us to construct a target-aware
grid-like graph to enhance the overall extraction process. After that, a
triple-channel convolution module is conducted to extract precise sentiment
knowledge. Extensive experiments on the benchmark datasets show that our model
achieves state-of-the-art performance. The code is available at
https://github.com/KunPunCN/PT-GCN.
Related papers
- Open-Vocabulary Octree-Graph for 3D Scene Understanding [54.11828083068082]
Octree-Graph is a novel scene representation for open-vocabulary 3D scene understanding.
An adaptive-octree structure is developed that stores semantics and depicts the occupancy of an object adjustably according to its shape.
arXiv Detail & Related papers (2024-11-25T10:14:10Z) - RTF: Region-based Table Filling Method for Relational Triple Extraction [17.267920424291372]
We propose a novel Region-based Table Filling method (RT) for extracting triples from knowledge graphs.
We devise a novel regionbased tagging scheme and bi-directional decoding strategy, which regard each triple as a region on the relation-specific table, and identifies triples by determining two endpoints of each region.
Experimental results show our method achieves better generalization capability on three variants of two widely used benchmark datasets.
arXiv Detail & Related papers (2024-04-29T23:36:38Z) - Extracting Relational Triples Based on Graph Recursive Neural Network
via Dynamic Feedback Forest Algorithm [0.9463895540925061]
This paper presents a novel approach that converts the triple extraction task into a graph labeling problem.
To integrate subtasks, this paper proposes a dynamic feedback forest algorithm that connects the representations of subtasks by inference operations during model training.
arXiv Detail & Related papers (2023-08-22T13:00:13Z) - HIORE: Leveraging High-order Interactions for Unified Entity Relation
Extraction [85.80317530027212]
We propose HIORE, a new method for unified entity relation extraction.
The key insight is to leverage the complex association among word pairs, which contains richer information than the first-order word-by-word interactions.
Experiments show that HIORE achieves the state-of-the-art performance on relation extraction and an improvement of 1.11.8 F1 points over the prior best unified model.
arXiv Detail & Related papers (2023-05-07T14:57:42Z) - Knowledge Graph Refinement based on Triplet BERT-Networks [0.0]
This paper adopts a transformer-based triplet network creating an embedding space that clusters the information about an entity or relation in the Knowledge Graph.
It creates textual sequences from facts and fine-tunes a triplet network of pre-trained transformer-based language models.
We show that GilBERT achieves better or comparable results to the state-of-the-art performance on these two refinement tasks.
arXiv Detail & Related papers (2022-11-18T19:01:21Z) - A Dataset for Hyper-Relational Extraction and a Cube-Filling Approach [59.89749342550104]
We propose the task of hyper-relational extraction to extract more specific and complete facts from text.
Existing models cannot perform hyper-relational extraction as it requires a model to consider the interaction between three entities.
We propose CubeRE, a cube-filling model inspired by table-filling approaches and explicitly considers the interaction between relation triplets and qualifiers.
arXiv Detail & Related papers (2022-11-18T03:51:28Z) - RelationPrompt: Leveraging Prompts to Generate Synthetic Data for
Zero-Shot Relation Triplet Extraction [65.4337085607711]
We introduce the task setting of Zero-Shot Relation Triplet Extraction (ZeroRTE)
Given an input sentence, each extracted triplet consists of the head entity, relation label, and tail entity where the relation label is not seen at the training stage.
We propose to synthesize relation examples by prompting language models to generate structured texts.
arXiv Detail & Related papers (2022-03-17T05:55:14Z) - Graph Neural Network for Cell Tracking in Microscopy Videos [0.0]
We present a novel graph neural network (GNN) approach for cell tracking in microscopy videos.
By modeling the entire time-lapse sequence as a direct graph, we extract the entire set of cell trajectories.
We exploit a deep metric learning algorithm to extract cell feature vectors that distinguish between instances of different biological cells.
arXiv Detail & Related papers (2022-02-09T21:21:48Z) - Relation Transformer Network [25.141472361426818]
We propose a novel transformer formulation for scene graph generation and relation prediction.
We leverage the encoder-decoder architecture of the transformer for rich feature embedding of nodes and edges.
Our relation prediction module classifies the directed relation from the learned node and edge embedding.
arXiv Detail & Related papers (2020-04-13T20:47:01Z) - Zero-Shot Video Object Segmentation via Attentive Graph Neural Networks [150.5425122989146]
This work proposes a novel attentive graph neural network (AGNN) for zero-shot video object segmentation (ZVOS)
AGNN builds a fully connected graph to efficiently represent frames as nodes, and relations between arbitrary frame pairs as edges.
Experimental results on three video segmentation datasets show that AGNN sets a new state-of-the-art in each case.
arXiv Detail & Related papers (2020-01-19T10:45:27Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.