fanfannothing / GNN4NLP-Papers

A list of recent papers about Graph Neural Network methods applied in NLP areas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNN4NLP-Papers

A list of recent papers about GNN methods applied in NLP areas.

Taxonomy

Fundamental NLP Tasks

  1. Incorporating Syntactic and Semantic Information in Word Embeddings using Graph Convolutional Networks. Shikhar Vashishth, Manik Bhandari, Prateek Yadav, Piyush Rai, Chiranjib Bhattacharyya and Partha Talukdar. ACL 2019 [pdf] [code]

  2. A Lexicon-Based Graph Neural Network for Chinese NE. Tao Gui, Yicheng Zou and Qi Zhang. EMNLP 2019 [pdf]

Text Classification

  1. Aspect-based Sentiment Classification with Aspect-specific Graph Convolutional Networks. Chen Zhang, Qiuchi Li and Dawei Song. EMNLP 2019 [pdf]

  2. Heterogeneous Graph Attention Networks for Semi-supervised Short Text Classification. Linmei Hu, Tianchi Yang, Chuan Shi, Houye Ji, Xiaoli Li. EMNLP 2019 [pdf]

  3. Syntax-Aware Aspect Level Sentiment Classification with Graph Attention Networks. Binxuan Huang and Kathleen M. Carley. EMNLP 2019 [pdf]

Question Answering

  1. BAG: Bi-directional Attention Entity Graph Convolutional Network for Multi-hop Reasoning Question Answering. Yu Cao, Meng Fang and Dacheng Tao. NAACL-HLT 2019. [pdf] [code]

  2. Question Answering by Reasoning Across Documents with Graph Convolutional Networks. Nicola De Cao, Wilker Aziz and Ivan Titov. NAACL-HLT 2019. [pdf]

  3. Cognitive Graph for Multi-Hop Reading Comprehension at Scale. Ming Ding, Chang Zhou, Qibin Chen, Hongxia Yang and Jie Tang. ACL 2019 [pdf] [code]

  4. Dynamically Fused Graph Network for Multi-hop Reasoning. Yunxuan Xiao, Yanru Qu, Lin Qiu, Hao Zhou, Lei Li, Weinan Zhang and Yong Yu. ACL 2019 [pdf]

  5. Multi-hop Reading Comprehension across Multiple Documents by Reasoning over Heterogeneous Graphs. Ming Tu, Guangtao Wang, Jing Huang, Yun Tang, Xiaodong He and Bowen Zhou. ACL 2019 [pdf]

  6. Textbook Question Answering with Multi-modal Context Graph Understanding and Self-supervised Open-set Comprehension. Daesik Kim, Seonhoon Kim and Nojun Kwak. ACL 2019 [pdf]

  7. DialogueGCN A Graph Convolutional Neural Network for Emotion Recognition in Conversation. Deepanway Ghosal, Navonil Majumder, Soujanya Poria, Niyati Chhaya and Alexander Gelbukh. EMNLP 2019 [pdf]

  8. GEAR: Graph-based Evidence Aggregating and Reasoning for Fact Verification. Jie Zhou, Xu Han, Cheng Yang, Zhiyuan Liu, Lifeng Wang, Changcheng Li and Maosong Sun. ACL 2019 [pdf] [code]

Information Extraction

  1. Long-tail Relation Extraction via Knowledge Graph Embeddings and Graph Convolution Networks. Ningyu Zhang, Shumin Deng, Zhanlin Sun, Guanying Wang, Xi Chen, Wei Zhang and Huajun Chen. NAACL-HLT 2019. [pdf]

  2. Attention Guided Graph Convolutional Networks for Relation Extraction. Zhijiang Guo, Yan Zhang and Wei Lu. ACL 2019 [pdf] [code]

  3. Graph Neural Networks with Generated Parameters for Relation Extraction. Hao Zhu, Yankai Lin, Zhiyuan Liu, Jie Fu, Tat-seng Chua and Maosong Sun. ACL 2019 [pdf]

  4. GraphRel: Modeling Text as Relational Graphs for Joint Entity and Relation Extraction. Tsu-Jui Fu, Peng-Hsuan Li and Wei-Yun Ma. ACL 2019 [pdf] [code]

Text Generation

  1. Text Generation from Knowledge Graphs with Graph Transformers. Rik Koncel-Kedziorski, Dhanush Bekal, Yi Luan, Mirella Lapata and Hannaneh Hajishirzi. NAACL-HLT 2019. [pdf] [code]

  2. Coherent Comment Generation for Chinese Articles with a Graph-to-Sequence Model. Wei Li, Jingjing Xu, Yancheng He, Shengli Yan, Yunfang Wu and Xu Sun. ACL 2019 [pdf] [code]

  3. Enhancing AMR-to-Text Generation with Dual Graph Representations. Leonardo F. R. Ribeiro, Claire Gardent and Iryna Gurevych. EMNLP 2019 [pdf]

Knowledge Graph

  1. Estimating Node Importance in Knowledge Graphs Using Graph Neural Networks. Namyong Park, Andrey Kan, Xin Luna Dong, Tong Zhao and Christos Faloutsos. KDD 2019 [pdf]

Abnormal Text Detection

  1. Abusive Language Detection with Graph Convolutional Networks. Pushkar Mishra, Marco Del Tredici, Helen Yannakoudakis and Ekaterina Shutova. NAACL-HLT 2019. [pdf]

  2. Encoding Social Information with Graph Convolutional Networks for Political Perspective Detection in News Media. Chang Li and Dan Goldwasser. ACL 2019 [pdf]

Visual Question Answering

  1. Relation-Aware Graph Attention Network for Visual Question Answering. Linjie Li, Zhe Gan, Yu Cheng and Jingjing Liu. ICCV 2019 [pdf]

  2. Language-Conditioned Graph Networks for Relational Reasoning. Ronghang Hu, Anna Rohrbach, Trevor Darrell and Kate Saenko. ICCV 2019 [pdf] [code]

Theory

  1. HetGNN: Heterogeneous Graph Neural Network. Chuxu Zhang, Dongjin Song, Chao Huang, Ananthram Swami and Nitesh V. Chawla. KDD 2019 [pdf]
  2. GMNN: Graph Markov Neural Networks. Meng Qu, Yoshua Bengio and Jian Tang. ICML 2019 [pdf] [code]

According to Conference

NAACL-HLT 2019

  1. BAG: Bi-directional Attention Entity Graph Convolutional Network for Multi-hop Reasoning Question Answering. Yu Cao, Meng Fang and Dacheng Tao. NAACL-HLT 2019. [pdf] [code]

  2. Abusive Language Detection with Graph Convolutional Networks. Pushkar Mishra, Marco Del Tredici, Helen Yannakoudakis and Ekaterina Shutova. NAACL-HLT 2019. [pdf]

  3. Text Generation from Knowledge Graphs with Graph Transformers. Rik Koncel-Kedziorski, Dhanush Bekal, Yi Luan, Mirella Lapata and Hannaneh Hajishirzi. NAACL-HLT 2019. [pdf] [code]

  4. Question Answering by Reasoning Across Documents with Graph Convolutional Networks. Nicola De Cao, Wilker Aziz and Ivan Titov. NAACL-HLT 2019. [pdf]

  5. Long-tail Relation Extraction via Knowledge Graph Embeddings and Graph Convolution Networks. Ningyu Zhang, Shumin Deng, Zhanlin Sun, Guanying Wang, Xi Chen, Wei Zhang and Huajun Chen. NAACL-HLT 2019. [pdf]

KDD 2019

  1. Estimating Node Importance in Knowledge Graphs Using Graph Neural Networks. Namyong Park, Andrey Kan, Xin Luna Dong, Tong Zhao and Christos Faloutsos. KDD 2019 [pdf]

  2. HetGNN: Heterogeneous Graph Neural Network. Chuxu Zhang, Dongjin Song, Chao Huang, Ananthram Swami and Nitesh V. Chawla. KDD 2019 [pdf]

ICML 2019

  1. GMNN: Graph Markov Neural Networks. Meng Qu, Yoshua Bengio and Jian Tang. ICML 2019 [pdf] [code]

ICCV 2019

  1. Relation-Aware Graph Attention Network for Visual Question Answering. Linjie Li, Zhe Gan, Yu Cheng and Jingjing Liu. ICCV 2019 [pdf]
  2. Language-Conditioned Graph Networks for Relational Reasoning. Ronghang Hu, Anna Rohrbach, Trevor Darrell and Kate Saenko. ICCV 2019 [pdf] [code]

ACL 2019

  1. Attention Guided Graph Convolutional Networks for Relation Extraction. Zhijiang Guo, Yan Zhang and Wei Lu. ACL 2019 [pdf] [code]
  2. GEAR: Graph-based Evidence Aggregating and Reasoning for Fact Verification. Jie Zhou, Xu Han, Cheng Yang, Zhiyuan Liu, Lifeng Wang, Changcheng Li and Maosong Sun. ACL 2019 [pdf] [code]
  3. Cognitive Graph for Multi-Hop Reading Comprehension at Scale. Ming Ding, Chang Zhou, Qibin Chen, Hongxia Yang and Jie Tang. ACL 2019 [pdf] [code]
  4. Coherent Comment Generation for Chinese Articles with a Graph-to-Sequence Model. Wei Li, Jingjing Xu, Yancheng He, Shengli Yan, Yunfang Wu and Xu Sun. ACL 2019 [pdf] [code]
  5. Dynamically Fused Graph Network for Multi-hop Reasoning. Yunxuan Xiao, Yanru Qu, Lin Qiu, Hao Zhou, Lei Li, Weinan Zhang and Yong Yu. ACL 2019 [pdf]
  6. Encoding Social Information with Graph Convolutional Networks for Political Perspective Detection in News Media. Chang Li and Dan Goldwasser. ACL 2019 [pdf]
  7. Graph Neural Networks with Generated Parameters for Relation Extraction. Hao Zhu, Yankai Lin, Zhiyuan Liu, Jie Fu, Tat-seng Chua and Maosong Sun. ACL 2019 [pdf]
  8. Incorporating Syntactic and Semantic Information in Word Embeddings using Graph Convolutional Networks. Shikhar Vashishth, Manik Bhandari, Prateek Yadav, Piyush Rai, Chiranjib Bhattacharyya and Partha Talukdar. ACL 2019 [pdf] [code]
  9. GraphRel: Modeling Text as Relational Graphs for Joint Entity and Relation Extraction. Tsu-Jui Fu, Peng-Hsuan Li and Wei-Yun Ma. ACL 2019 [pdf] [code]
  10. Multi-hop Reading Comprehension across Multiple Documents by Reasoning over Heterogeneous Graphs. Ming Tu, Guangtao Wang, Jing Huang, Yun Tang, Xiaodong He and Bowen Zhou. ACL 2019 [pdf]
  11. Textbook Question Answering with Multi-modal Context Graph Understanding and Self-supervised Open-set Comprehension. Daesik Kim, Seonhoon Kim and Nojun Kwak. ACL 2019 [pdf]

EMNLP 2019

  1. A Lexicon-Based Graph Neural Network for Chinese NE. Tao Gui, Yicheng Zou and Qi Zhang. EMNLP 2019 [pdf]
  2. Aspect-based Sentiment Classification with Aspect-specific Graph Convolutional Networks. Chen Zhang, Qiuchi Li and Dawei Song. EMNLP 2019 [pdf]
  3. DialogueGCN A Graph Convolutional Neural Network for Emotion Recognition in Conversation. Deepanway Ghosal, Navonil Majumder, Soujanya Poria, Niyati Chhaya and Alexander Gelbukh. EMNLP 2019 [pdf]
  4. Enhancing AMR-to-Text Generation with Dual Graph Representations. Leonardo F. R. Ribeiro, Claire Gardent and Iryna Gurevych. EMNLP 2019 [pdf]
  5. Heterogeneous Graph Attention Networks for Semi-supervised Short Text Classification. Linmei Hu, Tianchi Yang, Chuan Shi, Houye Ji, Xiaoli Li. EMNLP 2019 [pdf]
  6. Syntax-Aware Aspect Level Sentiment Classification with Graph Attention Networks. Binxuan Huang and Kathleen M. Carley. EMNLP 2019 [pdf]

ICLR 2020 under review

  1. Dynamically Pruned Message Passing Networks for Large-scale Knowledge Graph Reasoning. [pdf]
  2. Reinforcement Learning Based Graph-to-Sequence Model for Natural Question Generation. [pdf]
  3. Reasoning-Aware Graph Convolutional Network for Visual Question Answering. [pdf]
  4. GraphFlow: Exploiting Conversation Flow with Graph Neural Networks for Conversational Machine Comprehension. [pdf]
  5. MEMORY-BASED GRAPH NETWORKS. [pdf]

Comprehensive GNN Paperlist

thunlp/GNNPapers

nnzhan/Awesome-Graph-Neural-Networks

About

A list of recent papers about Graph Neural Network methods applied in NLP areas.