paper-with-me

Papers

PRODIGY: Enabling In-context Learning Over Graphs

2023-05-21 · NeurIPS 2023 11 · Qian Huang, Hongyu Ren, Peng Chen, Gregor Kržmanc, Daniel Zeng, Percy Liang, Jure Leskovec

In-context learning is the ability of a pretrained model to adapt to novel and diverse downstream tasks by conditioning on prompt examples, without optimizing any parameters. While large language models have demonstrated this ability, how in-context learning could be performed over graphs is unexplored. In this paper, we develop \textbf{Pr}etraining \textbf{O}ver \textbf{D}iverse \textbf{I}n-Context \textbf{G}raph S\textbf{y}stems (PRODIGY), the first pretraining framework that enables in-context learning over graphs. The key idea of our framework is to formulate in-context learning over graphs with a novel \emph{prompt graph} representation, which connects prompt examples and queries. We then propose a graph neural network architecture over the prompt graph and a corresponding family of in-context pretraining objectives. With PRODIGY, the pretrained model can directly perform novel downstream classification tasks on unseen graphs via in-context learning. We provide empirical evidence of the effectiveness of our framework by showcasing its strong in-context learning performance on tasks involving citation networks and knowledge graphs. Our approach outperforms the in-context learning accuracy of contrastive pretraining baselines with hard-coded adaptation by 18\% on average across all setups. Moreover, it also outperforms standard finetuning with limited data by 33\% on average with in-context learning.

📄 PDF Abstract BibTeX arXiv:2305.12600

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkIn-Context LearningKnowledge Graphs

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

LLM4PM: A case study on using Large Language Models for Process Modeling in Enterprise Organizations

2024-07-01 · Clara Ziche, Giovanni Apruzzese

We investigate the potential of using Large Language Models (LLM) to support process model creation in organizational contexts. Specifically, we carry out a case study wherein we develop and test an LLM-based chatbot, PR…

ChatbotManagement

Prodigy: An Expeditiously Adaptive Parameter-Free Learner

2023-06-09 · Konstantin Mishchenko, Aaron Defazio

We consider the problem of estimating the learning rate in adaptive methods, such as AdaGrad and Adam. We propose Prodigy, an algorithm that provably estimates the distance to the solution $D$, which is needed to set the…

ProDiGy: Proximity- and Dissimilarity-Based Byzantine-Robust Federated Learning

2025-09-11 · Sena Ergisi, Luis Maßny, Rawad Bitar arxiv

Federated Learning (FL) emerged as a widely studied paradigm for distributed learning. Despite its many advantages, FL remains vulnerable to adversarial attacks, especially under data heterogeneity. We propose a new Byza…

Federated Learning

X-AMR Annotation Tool

2024-02-29 · Shafiuddin Rehan Ahmed, Jon Z. Cai, Martha Palmer, James H. Martin

This paper presents a novel Cross-document Abstract Meaning Representation (X-AMR) annotation tool designed for annotating key corpus-level event semantics. Leveraging machine assistance through the Prodigy Annotation To…

Abstract Meaning Representation

Exact Bayesian Inference on Discrete Models via Probability Generating Functions: A Probabilistic Programming Approach

2023-05-26 · NeurIPS 2023 11 · Fabian Zaiser, Andrzej S. Murawski, Luke Ong

We present an exact Bayesian inference method for discrete statistical models, which can find exact solutions to a large class of discrete inference problems, even with infinite support and continuous priors. To express …

Bayesian InferenceProbabilistic Programming