paper-with-me

홈 › Papers

Modeling Global and Local Node Contexts for Text Generation from Knowledge Graphs

2020-01-29 · Leonardo F. R. Ribeiro, Yue Zhang, Claire Gardent, Iryna Gurevych

Recent graph-to-text models generate text from graph-based data using either global or local aggregation to learn node representations. Global node encoding allows explicit communication between two distant nodes, thereby neglecting graph topology as all nodes are directly connected. In contrast, local node encoding considers the relations between neighbor nodes capturing the graph structure, but it can fail to capture long-range relations. In this work, we gather both encoding strategies, proposing novel neural models which encode an input graph combining both global and local node contexts, in order to learn better contextualized node embeddings. In our experiments, we demonstrate that our approaches lead to significant improvements on two graph-to-text datasets achieving BLEU scores of 18.01 on AGENDA dataset, and 63.69 on the WebNLG dataset for seen categories, outperforming state-of-the-art models by 3.7 and 3.1 points, respectively.

📄 PDF Abstract BibTeX arXiv:2001.11003

Code (1)

UKPLab/kg2text 공식 구현 pytorch

Tasks

Data-to-Text GenerationGraph-to-SequenceKG-to-Text GenerationKnowledge GraphsText Generation

Similar Papers 제목 키워드 기반

Node-wise Localization of Graph Neural Networks

2021-10-27 · Zemin Liu, Yuan Fang, Chenghao Liu, Steven C. H. Hoi

Graph neural networks (GNNs) emerge as a powerful family of representation learning models on graphs. To derive node representations, they utilize a global model that recursively aggregates information from the neighbori…

Representation Learning

Distillation of Human-Object Interaction Contexts for Action Recognition

2021-12-17 · Muna Almushyti, Frederick W. Li

Modeling spatial-temporal relations is imperative for recognizing human actions, especially when a human is interacting with objects, while multiple objects appear around the human differently over time. Most existing ac…

Action RecognitionGraph AttentionHuman-Object Interaction DetectionKnowledge Distillation+2

Unlocking Multi-Modal Potentials for Dynamic Text-Attributed Graph Representation

2025-02-27 · Yuanyuan Xu, Wenjie Zhang, Ying Zhang, Xuemin Lin 외

Dynamic Text-Attributed Graphs (DyTAGs) are a novel graph paradigm that captures evolving temporal edges alongside rich textual attributes. A prior approach to representing DyTAGs leverages pre-trained language models to…

Graph Learning

NVDiff: Graph Generation through the Diffusion of Node Vectors

2022-11-19 · Xiaohui Chen, Yukun Li, Aonan Zhang, Li-Ping Liu

Learning to generate graphs is challenging as a graph is a set of pairwise connected, unordered nodes encoding complex combinatorial structures. Recently, several works have proposed graph generative models based on norm…

Graph Generation

Enriching Local and Global Contexts for Temporal Action Localization

2021-07-27 · ICCV 2021 10 · Zixin Zhu, Wei Tang, Le Wang, Nanning Zheng 외

Effectively tackling the problem of temporal action localization (TAL) necessitates a visual representation that jointly pursues two confounding goals, i.e., fine-grained discrimination for temporal localization and suff…

Action ClassificationAction LocalizationRetrievalTemporal Action Localization+1