paper-with-me

Papers

Large Language Models as Interpolated and Extrapolated Event Predictors

2024-06-15 · Libo Zhang, Yue Ning

Salient facts of sociopolitical events are distilled into quadruples following a format of subject, relation, object, and timestamp. Machine learning methods, such as graph neural networks (GNNs) and recurrent neural networks (RNNs), have been built to make predictions and infer relations on the quadruple-based knowledge graphs (KGs). In many applications, quadruples are extended to quintuples with auxiliary attributes such as text summaries that describe the quadruple events. In this paper, we comprehensively investigate how large language models (LLMs) streamline the design of event prediction frameworks using quadruple-based or quintuple-based data while maintaining competitive accuracy. We propose LEAP, a unified framework that leverages large language models as event predictors. Specifically, we develop multiple prompt templates to frame the object prediction (OP) task as a standard question-answering (QA) task, suitable for instruction fine-tuning with an encoder-decoder LLM. For multi-event forecasting (MEF) task, we design a simple yet effective prompt template for each event quintuple. This novel approach removes the need for GNNs and RNNs, instead utilizing an encoder-only LLM to generate fixed intermediate embeddings, which are processed by a customized downstream head with a self-attention mechanism to predict potential relation occurrences in the future. Extensive experiments on multiple real-world datasets using various evaluation metrics validate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2406.10492

Code (1)

Libo1023/LEAP 공식 구현 pytorch

Tasks

Knowledge GraphsQuestion AnsweringRelation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Software Engineering Event Modeling using Relative Time in Temporal Knowledge Graphs

2020-07-02 · Kian Ahrabian, Daniel Tarlow, Hehuimin Cheng, Jin L. C. Guo

We present a multi-relational temporal Knowledge Graph based on the daily interactions between artifacts in GitHub, one of the largest social coding platforms. Such representation enables posing many user-activity and pr…

Knowledge GraphsLink PredictionManagementPrediction

LiDAR-GS++:Improving LiDAR Gaussian Reconstruction via Diffusion Priors

2025-11-15 · Qifeng Chen, Jiarun Liu, Rengan Xie, Tao Tang 외 arxiv

Recent GS-based rendering has made significant progress for LiDAR, surpassing Neural Radiance Fields (NeRF) in both quality and speed. However, these methods exhibit artifacts in extrapolated novel view synthesis due to …

Novel View Synthesis

VFILC: Accurate Frequency Extrapolations in Imitation Learning via Sampling Frequency ILC

2026-06-18 · Nozomu Masuya, Toshiaki Tsuji, Sho Sakaino arxiv

Conventional neural network (NN)-based imitation learning methods for variable-speed motion either restricted their scope to interpolated speeds, or generated unpredictable motions when extrapolating beyond trained veloc…

Extrapolated Urban View Synthesis Benchmark

2024-12-06 · Xiangyu Han, Zhen Jia, Boyi Li, Yan Wang 외

Photorealistic simulators are essential for the training and evaluation of vision-centric autonomous vehicles (AVs). At their core is Novel View Synthesis (NVS), a crucial capability that generates diverse unseen viewpoi…

Autonomous VehiclesNovel View Synthesis

Learning Meta Representations of One-shot Relations for Temporal Knowledge Graph Link Prediction

2022-05-21 · Zifeng Ding, Bailan He, Yunpu Ma, Zhen Han 외

Few-shot relational learning for static knowledge graphs (KGs) has drawn greater interest in recent years, while few-shot learning for temporal knowledge graphs (TKGs) has hardly been studied. Compared to KGs, TKGs conta…

Few-Shot LearningKnowledge GraphsLink PredictionRelational Reasoning