paper-with-me

Papers

Co-Neighbor Encoding Schema: A Light-cost Structure Encoding Method for Dynamic Link Prediction

2024-07-30 · Ke Cheng, Linzhi Peng, Junchen Ye, Leilei Sun, Bowen Du

Structure encoding has proven to be the key feature to distinguishing links in a graph. However, Structure encoding in the temporal graph keeps changing as the graph evolves, repeatedly computing such features can be time-consuming due to the high-order subgraph construction. We develop the Co-Neighbor Encoding Schema (CNES) to address this issue. Instead of recomputing the feature by the link, CNES stores information in the memory to avoid redundant calculations. Besides, unlike the existing memory-based dynamic graph learning method that stores node hidden states, we introduce a hashtable-based memory to compress the adjacency matrix for efficient structure feature construction and updating with vector computation in parallel. Furthermore, CNES introduces a Temporal-Diverse Memory to generate long-term and short-term structure encoding for neighbors with different structural information. A dynamic graph learning framework, Co-Neighbor Encoding Network (CNE-N), is proposed using the aforementioned techniques. Extensive experiments on thirteen public datasets verify the effectiveness and efficiency of the proposed method.

📄 PDF Abstract BibTeX arXiv:2407.20871

Code (0)

등록된 구현이 없습니다.

Tasks

Dynamic Link PredictionGraph LearningLink Prediction

Similar Papers 제목 키워드 기반

Representing Schema Structure with Graph Neural Networks for Text-to-SQL Parsing

2019-05-15 · ACL 2019 7 · Ben Bogin, Matt Gardner, Jonathan Berant

Research on parsing language to SQL has largely ignored the structure of the database (DB) schema, either because the DB was very simple, or because it was observed at both training and test time. In Spider, a recently-r…

DecoderGraph Neural NetworkSQL ParsingText to SQL+1

Neural Approaches for Natural Language Interfaces to Databases: A Survey

2020-12-01 · COLING 2020 8 · Radu Cristian Alexandru Iacob, Florin Brad, Elena-Simona Apostol, Ciprian-Octavian Truic{\u{a}} 외

A natural language interface to databases (NLIDB) enables users without technical expertise to easily access information from relational databases. Interest in NLIDBs has resurged in the past years due to the availabilit…

DecoderSurvey

SADGA: Structure-Aware Dual Graph Aggregation Network for Text-to-SQL

2021-11-01 · NeurIPS 2021 12 · Ruichu Cai, Jinjie Yuan, Boyan Xu, Zhifeng Hao

The Text-to-SQL task, aiming to translate the natural language of the questions into SQL queries, has drawn much attention recently. One of the most challenging problems of Text-to-SQL is how to generalize the trained mo…

Semantic ParsingText to SQLText-To-SQL

Knowledge Graph Alignment Network with Gated Multi-hop Neighborhood Aggregation

2019-11-20 · Zequn Sun, Chengming Wang, Wei Hu, Muhao Chen 외

Graph neural networks (GNNs) have emerged as a powerful paradigm for embedding-based entity alignment due to their capability of identifying isomorphic subgraphs. However, in real knowledge graphs (KGs), the counterpart …

Entity AlignmentKnowledge Graphs

SchemaRAG: Dynamic Large Schema Reduction for LLM-driven Structured Information Extraction

2026-05-04 · Sin Yu Bonnie Ho, Arlie Coles, Erik Larsson, Eric Marshall 외 arxiv

Extracting structured data from unstructured text using large language models (LLMs) becomes challenging when target schemas are large and complex. In such cases, including the full schema in the prompt increases cost an…

Information Extraction