paper-with-me

Papers

Pointer Graph Networks

2020-06-11 · NeurIPS 2020 12 · Petar Veličković, Lars Buesing, Matthew C. Overlan, Razvan Pascanu, Oriol Vinyals, Charles Blundell

Graph neural networks (GNNs) are typically applied to static graphs that are assumed to be known upfront. This static input structure is often informed purely by insight of the machine learning practitioner, and might not be optimal for the actual task the GNN is solving. In absence of reliable domain expertise, one might resort to inferring the latent graph structure, which is often difficult due to the vast search space of possible graphs. Here we introduce Pointer Graph Networks (PGNs) which augment sets or graphs with additional inferred edges for improved model generalisation ability. PGNs allow each node to dynamically point to another node, followed by message passing over these pointers. The sparsity of this adaptable graph structure makes learning tractable while still being sufficiently expressive to simulate complex algorithms. Critically, the pointing mechanism is directly supervised to model long-term sequences of operations on classical data structures, incorporating useful structural inductive biases from theoretical computer science. Qualitatively, we demonstrate that PGNs can learn parallelisable variants of pointer-based data structures, namely disjoint set unions and link/cut trees. PGNs generalise out-of-distribution to 5x larger test inputs on dynamic graph connectivity tasks, outperforming unrestricted GNNs and Deep Sets.

📄 PDF Abstract BibTeX arXiv:2006.06380

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Deep Sets 설명 없음

Similar Papers 제목 키워드 기반

Hybrid Pointer Networks for Traveling Salesman Problems Optimization

2021-10-06 · Ahmed Stohy, Heba-Tullah Abdelhakam, Sayed Ali, Mohammed Elhenawy 외

In this work, a novel idea is presented for combinatorial optimization problems, a hybrid network, which results in a superior outcome. We applied this method to graph pointer networks [1], expanding its capabilities to …

Combinatorial OptimizationGraph EmbeddingTraveling Salesman Problem

DivGraphPointer: A Graph Pointer Network for Extracting Diverse Keyphrases

2019-05-19 · Zhiqing Sun, Jian Tang, Pan Du, Zhi-Hong Deng 외

Keyphrase extraction from documents is useful to a variety of applications such as information retrieval and document summarization. This paper presents an end-to-end method called DivGraphPointer for extracting a set of…

Document SummarizationInformation RetrievalKeyphrase ExtractionRetrieval

Project-Level C-to-Rust Translation via Pointer Knowledge Graphs

2025-10-13 · Zhiqiang Yuan, Wenjun Mao, Zhuo Chen, Xiyue Shang 외 arxiv

Translating C code into safe Rust is an effective way to ensure memory safety. Compared to rule-based approaches, which often produce largely unsafe Rust code, LLM-based methods generate more idiomatic and safer Rust by …

Knowledge Graphs

Self Attended Stack-Pointer Networks for Learning Long Term Dependencies

2020-12-01 · ICON 2020 12 · Salih Tuc, Burcu Can

We propose a novel deep neural architecture for dependency parsing, which is built upon a Transformer Encoder (Vaswani et al. 2017) and a Stack Pointer Network (Ma et al. 2018). We first encode each sentence using a Tran…

Dependency ParsingSentence

On the Capabilities of Pointer Networks for Deep Deductive Reasoning

2021-06-17 · Monireh Ebrahimi, Aaron Eberhart, Pascal Hitzler

The importance of building neural networks that can learn to reason has been well recognized in the neuro-symbolic community. In this paper, we apply neural pointer networks for conducting reasoning over symbolic knowled…

DecoderKnowledge Graphs