Entity-Aware Dependency-Based Deep Graph Attention Network for Comparative Preference Classification
This paper studies the task of comparative preference classification (CPC). Given two entities in a sentence, our goal is to classify whether the first (or the second) entity is preferred over the other or no comparison is expressed at all between the two entities. Existing works either do not learn entity-aware representations well and fail to deal with sentences involving multiple entity pairs or use sequential modeling approaches that are unable to capture long-range dependencies between the entities. Some also use traditional machine learning approaches that do not generalize well. This paper proposes a novel Entity-aware Dependency-based Deep Graph Attention Network (ED-GAT) that employs a multi-hop graph attention over a dependency graph sentence representation to leverage both the semantic information from word embeddings and the syntactic information from the dependency graph to solve the problem. Empirical evaluation shows that the proposed model achieves the state-of-the-art performance in comparative preference classification.
Code (0)
등록된 구현이 없습니다.
Tasks
General ClassificationGraph AttentionSentenceWord EmbeddingsSimilar Papers 제목 키워드 기반
Entity-Aware Self-Attention and Contextualized GCN for Enhanced Relation Extraction in Long Sentences
Relation extraction as an important natural Language processing (NLP) task is to identify relations between named entities in text. Recently, graph convolutional networks over dependency trees have been widely used to ca…
PositionRelationRelation ExtractionRelation Prediction+1A Knowledge-Aware Sequence-to-Tree Network for Math Word Problem Solving
With the advancements in natural language processing tasks, math word problem solving has received increasing attention. Previous methods have achieved promising results but ignore background common-sense knowledge not d…
Common Sense ReasoningDecoderGraph AttentionMath+1Contextualized Graph Attention Network for Recommendation with Item Knowledge Graph
Graph neural networks (GNN) have recently been applied to exploit knowledge graph (KG) for recommendation. Existing GNN-based methods explicitly model the dependency between an entity and its local graph context in KG (i…
Graph AttentionSemantic Relation Classification via Bidirectional LSTM Networks with Entity-aware Attention using Latent Entity Typing
Classifying semantic relations between entity pairs in sentences is an important task in Natural Language Processing (NLP). Most previous models for relation classification rely on the high-level lexical and syntactic fe…
Entity TypingGeneral ClassificationNamed Entity Recognition (NER)POS+3BAG: Bi-directional Attention Entity Graph Convolutional Network for Multi-hop Reasoning Question Answering
Multi-hop reasoning question answering requires deep comprehension of relationships between various documents and queries. We propose a Bi-directional Attention Entity Graph Convolutional Network (BAG), leveraging relati…
Question Answering