paper-with-me

홈 › Papers

LinkGPT: Teaching Large Language Models To Predict Missing Links

2024-06-07 · Zhongmou He, Jing Zhu, Shengyi Qian, Joyce Chai, Danai Koutra

Large Language Models (LLMs) have shown promising results on various language and vision tasks. Recently, there has been growing interest in applying LLMs to graph-based tasks, particularly on Text-Attributed Graphs (TAGs). However, most studies have focused on node classification, while the use of LLMs for link prediction (LP) remains understudied. In this work, we propose a new task on LLMs, where the objective is to leverage LLMs to predict missing links between nodes in a graph. This task evaluates an LLM's ability to reason over structured data and infer new facts based on learned patterns. This new task poses two key challenges: (1) How to effectively integrate pairwise structural information into the LLMs, which is known to be crucial for LP performance, and (2) how to solve the computational bottleneck when teaching LLMs to perform LP. To address these challenges, we propose LinkGPT, the first end-to-end trained LLM for LP tasks. To effectively enhance the LLM's ability to understand the underlying structure, we design a two-stage instruction tuning approach where the first stage fine-tunes the pairwise encoder, projector, and node projector, and the second stage further fine-tunes the LLMs to predict links. To address the efficiency challenges at inference time, we introduce a retrieval-reranking scheme. Experiments show that LinkGPT can achieve state-of-the-art performance on real-world graphs as well as superior generalization in zero-shot and few-shot learning, surpassing existing benchmarks. At inference time, it can achieve $10\times$ speedup while maintaining high LP accuracy.

📄 PDF Abstract BibTeX arXiv:2406.04640

Code (1)

twelfth-star/LinkGPT 공식 구현 pytorch

Tasks

Few-Shot LearningLink PredictionNode ClassificationReranking

Similar Papers 제목 키워드 기반

Teaching Machines to Read and Comprehend

2015-06-10 · NeurIPS 2015 12 · Karl Moritz Hermann, Tomáš Kočiský, Edward Grefenstette, Lasse Espeholt 외

Teaching machines to read natural language documents remains an elusive challenge. Machine reading systems can be tested on their ability to answer questions posed on the contents of documents that they have seen, but un…

Reading Comprehension

NTSFormer: A Self-Teaching Graph Transformer for Multimodal Isolated Cold-Start Node Classification

2025-07-07 · Jun Hu, Yufei He, Yuan Li, Bryan Hooi 외 arxiv

Isolated cold-start node classification on multimodal graphs is challenging because such nodes have no edges and often have missing modalities (e.g., absent text or image features). Existing methods address structural is…

Node ClassificationGraph Learning

Do Large Language Models Mentalize When They Teach?

2026-04-02 · Sevan K. Harootonian, Mark K. Ho, Thomas L. Griffiths, Yael Niv 외 arxiv

How do LLMs decide what to teach next: by reasoning about a learner's knowledge, or by using simpler rules of thumb? We test this in a controlled task previously used to study human teaching strategies. On each trial, a …

A Guide to Impact Evaluation under Sample Selection and Missing Data: Teacher's Aides and Adolescent Mental Health

2023-08-09 · Simon Calmar Andersen, Louise Beuchert, Phillip Heiler, Helena Skyt Nielsen

This paper is concerned with identification, estimation, and specification testing in causal evaluation problems when data is selective and/or missing. We leverage recent advances in the literature on graphical methods t…

TeachBench: A Syllabus-Grounded Framework for Evaluating Teaching Ability in Large Language Models

2026-01-29 · Zheng Li, Siyao Song, Jingyuan Ma, Rui Li 외 arxiv

Large language models (LLMs) show promise as teaching assistants, yet their teaching capability remains insufficiently evaluated. Existing benchmarks mainly focus on problem-solving or problem-level guidance, leaving kno…