paper-with-me

홈 › Papers

CoRGi: Content-Rich Graph Neural Networks with Attention

2021-10-10 · Jooyeon Kim, Angus Lamb, Simon Woodhead, Simon Peyton Jones, Cheng Zheng, Miltiadis Allamanis

Graph representations of a target domain often project it to a set of entities (nodes) and their relations (edges). However, such projections often miss important and rich information. For example, in graph representations used in missing value imputation, items - represented as nodes - may contain rich textual information. However, when processing graphs with graph neural networks (GNN), such information is either ignored or summarized into a single vector representation used to initialize the GNN. Towards addressing this, we present CoRGi, a GNN that considers the rich data within nodes in the context of their neighbors. This is achieved by endowing CoRGi's message passing with a personalized attention mechanism over the content of each node. This way, CoRGi assigns user-item-specific attention scores with respect to the words that appear in an item's content. We evaluate CoRGi on two edge-value prediction tasks and show that CoRGi is better at making edge-value predictions over existing methods, especially on sparse regions of the graph.

📄 PDF Abstract BibTeX arXiv:2110.04866

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationValue prediction

Similar Papers 제목 키워드 기반

Visualizing Graph Neural Networks with CorGIE: Corresponding a Graph to Its Embedding

2021-06-24 · Zipeng Liu, Yang Wang, Jürgen Bernard, Tamara Munzner

Graph neural networks (GNNs) are a class of powerful machine learning tools that model node relations for making predictions of nodes or links. GNN developers rely on quantitative metrics of the predictions to evaluate a…

CorGi: Contribution-Guided Block-Wise Interval Caching for Training-Free Acceleration of Diffusion Transformers

2025-12-30 · Yonglak Son, Suhyeok Kim, Seungryong Kim, Young Geun Kim arxiv

Diffusion transformer (DiT) achieves remarkable performance in visual generation, but its iterative denoising process combined with larger capacity leads to a high inference cost. Recent works have demonstrated that the …

CORGI: Efficient Pattern Matching With Quadratic Guarantees

2025-11-17 · Daniel Weitekamp arxiv

Rule-based systems must solve complex matching problems within tight time constraints to be effective in real-time applications, such as planning and reactive control for AI agents, as well as low-latency relational data…

Generating Language Corrections for Teaching Physical Control Tasks

2023-06-12 · Megha Srivastava, Noah Goodman, Dorsa Sadigh

AI assistance continues to help advance applications in education, from language learning to intelligent tutoring systems, yet current methods for providing students feedback are still quite limited. Most automatic feedb…

Diversityvalid

Contextual Tokenization for Graph Inverted Indices

2025-10-26 · Pritish Chakraborty, Indradyumna Roy, Soumen Chakrabarti, Abir De arxiv

Retrieving graphs from a large corpus, that contain a subgraph isomorphic to a given query graph, is a core operation in many real-world applications. While recent multi-vector graph representations and scores based on s…