paper-with-me

홈 › Papers

Tackling Graphical NLP problems with Graph Recurrent Networks

2019-07-13 · Linfeng Song

How to properly model graphs is a long-existing and important problem in NLP area, where several popular types of graphs are knowledge graphs, semantic graphs and dependency graphs. Comparing with other data structures, such as sequences and trees, graphs are generally more powerful in representing complex correlations among entities. For example, a knowledge graph stores real-word entities (such as "Barack_Obama" and "U.S.") and their relations (such as "live_in" and "lead_by"). Properly encoding a knowledge graph is beneficial to user applications, such as question answering and knowledge discovery. Modeling graphs is also very challenging, probably because graphs usually contain massive and cyclic relations. Recent years have witnessed the success of deep learning, especially RNN-based models, on many NLP problems. Besides, RNNs and their variations have been extensively studied on several graph problems and showed preliminary successes. Despite the successes that have been achieved, RNN-based models suffer from several major drawbacks on graphs. First, they can only consume sequential data, thus linearization is required to serialize input graphs, resulting in the loss of important structural information. Second, the serialization results are usually very long, so it takes a long time for RNNs to encode them. In this thesis, we propose a novel graph neural network, named graph recurrent network (GRN). We study our GRN model on 4 very different tasks, such as machine reading comprehension, relation extraction and machine translation. Some take undirected graphs without edge labels, while the others have directed ones with edge labels. To consider these important differences, we gradually enhance our GRN model, such as further considering edge labels and adding an RNN decoder. Carefully designed experiments show the effectiveness of GRN on all these tasks.

📄 PDF Abstract BibTeX arXiv:1907.06142

Code (1)

freesunshine0316/nary-grn 공식 구현 tf

Tasks

Graph Neural NetworkKnowledge GraphsMachine Reading ComprehensionMachine TranslationQuestion AnsweringReading ComprehensionRelation Extraction

Similar Papers 제목 키워드 기반

Fast Epigraphical Projection-based Incremental Algorithms for Wasserstein Distributionally Robust Support Vector Machine

2020-10-24 · NeurIPS 2020 12 · Jiajin Li, Caihua Chen, Anthony Man-Cho So

Wasserstein \textbf{D}istributionally \textbf{R}obust \textbf{O}ptimization (DRO) is concerned with finding decisions that perform well on data that are drawn from the worst-case probability distribution within a Wassers…

Structure Inference Machines: Recurrent Neural Networks for Analyzing Relations in Group Activity Recognition

2015-11-13 · CVPR 2016 6 · Zhiwei Deng, Arash Vahdat, Hexiang Hu, Greg Mori

Rich semantic relations are important in a variety of visual recognition problems. As a concrete example, group activity recognition involves the interactions and relative spatial relations of a set of people in a scene.…

Activity RecognitionGroup Activity Recognition

Data-Driven Causal Effect Estimation Based on Graphical Causal Modelling: A Survey

2022-08-20 · Debo Cheng, Jiuyong Li, Lin Liu, Jixue Liu 외

In many fields of scientific research and real-world applications, unbiased estimation of causal effects from non-experimental data is crucial for understanding the mechanism underlying the data and for decision-making o…

Decision Making

Graphical Models with Attention for Context-Specific Independence and an Application to Perceptual Grouping

2021-12-06 · Guangyao Zhou, Wolfgang Lehrach, Antoine Dedieu, Miguel Lázaro-Gredilla 외

Discrete undirected graphical models, also known as Markov Random Fields (MRFs), can flexibly encode probabilistic interactions of multiple variables, and have enjoyed successful applications to a wide range of problems.…

A RECURRENT NEURAL CASCADE-BASED MODEL FOR CONTINUOUS-TIME DIFFUSION PROCESS

2019-05-01 · ICLR 2019 5 · Sylvain Lamprier

Many works have been proposed in the literature to capture the dynamics of diffusion in networks. While some of them define graphical markovian models to extract temporal relationships between node infections in networks…