paper-with-me

홈 › Papers

Entity-Aware Dependency-Based Deep Graph Attention Network for Comparative Preference Classification

2020-07-01 · ACL 2020 6 · Nianzu Ma, Sahisnu Mazumder, Hao Wang, Bing Liu

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph AttentionSentenceWord Embeddings

Similar Papers 제목 키워드 기반

Entity-Aware Self-Attention and Contextualized GCN for Enhanced Relation Extraction in Long Sentences

2024-09-15 · Xin Wang, Xinyi Bai

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+1

A Knowledge-Aware Sequence-to-Tree Network for Math Word Problem Solving

2020-11-01 · EMNLP 2020 11 · Qinzhuo Wu, Qi Zhang, Jinlan Fu, Xuanjing Huang

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+1

Contextualized Graph Attention Network for Recommendation with Item Knowledge Graph

2020-04-24 · Susen Yang, Yong liu, Yonghui Xu, Chunyan Miao 외

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 Attention

Semantic Relation Classification via Bidirectional LSTM Networks with Entity-aware Attention using Latent Entity Typing

2019-01-23 · Joohong Lee, Sangwoo Seo, Yong Suk Choi

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+3

BAG: Bi-directional Attention Entity Graph Convolutional Network for Multi-hop Reasoning Question Answering

2019-04-10 · NAACL 2019 6 · Yu Cao, Meng Fang, DaCheng Tao

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