paper-with-me

Papers

FTM: A Frame-level Timeline Modeling Method for Temporal Graph Representation Learning

2023-02-23 · Bowen Cao, Qichen Ye, Weiyuan Xu, Yuexian Zou

Learning representations for graph-structured data is essential for graph analytical tasks. While remarkable progress has been made on static graphs, researches on temporal graphs are still in its beginning stage. The bottleneck of the temporal graph representation learning approach is the neighborhood aggregation strategy, based on which graph attributes share and gather information explicitly. Existing neighborhood aggregation strategies fail to capture either the short-term features or the long-term features of temporal graph attributes, leading to unsatisfactory model performance and even poor robustness and domain generality of the representation learning method. To address this problem, we propose a Frame-level Timeline Modeling (FTM) method that helps to capture both short-term and long-term features and thus learns more informative representations on temporal graphs. In particular, we present a novel link-based framing technique to preserve the short-term features and then incorporate a timeline aggregator module to capture the intrinsic dynamics of graph evolution as long-term features. Our method can be easily assembled with most temporal GNNs. Extensive experiments on common datasets show that our method brings great improvements to the capability, robustness, and domain generality of backbone methods in downstream tasks. Our code can be found at https://github.com/yeeeqichen/FTM.

📄 PDF Abstract BibTeX arXiv:2302.11814

Code (1)

yeeeqichen/ftm 공식 구현 pytorch

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

TimelineKGQA: A Comprehensive Question-Answer Pair Generator for Temporal Knowledge Graphs

2025-01-08 · Qiang Sun, Sirui Li, Du Huynh, Mark Reynolds 외

Question answering over temporal knowledge graphs (TKGs) is crucial for understanding evolving facts and relationships, yet its development is hindered by limited datasets and difficulties in generating custom QA pairs. …

Knowledge GraphsQuestion Answering

DreamerNLplus: Interpretable Modeling of Mental Health Dynamics from Social Media Timelines using Hybrid Rule-Based and RAG Methods

2026-05-21 · Maryia Zhyrko, Daisy Monika Lal, Erik van Mulligen, Lifeng Han arxiv

We present DreamerNLplus, a hybrid framework for modeling mental health dynamics from social media timelines in the CLPsych 2026 shared task. Our system addresses three tasks: psychological state modeling, temporal chang…

Data AugmentationChange Detection

Text Knows What, Tables Know When: Clinical Timeline Reconstruction via Retrieval-Augmented Multimodal Alignment

2026-05-14 · Sayantan Kumar, Shahriar Noroozizadeh, Juyong Kim, Jeremy C. Weiss arxiv

Reconstructing precise clinical timelines is essential for modeling patient trajectories and forecasting risk in complex, heterogeneous conditions like sepsis. While unstructured clinical narratives offer semantically ri…

Learning from History: Modeling Temporal Knowledge Graphs with Sequential Copy-Generation Networks

2020-12-15 · Cunchao Zhu, Muhao Chen, Changjun Fan, Guangquan Cheng 외

Large knowledge graphs often grow to store temporal facts that model the dynamic relations or interactions of entities along the timeline. Since such temporal knowledge graphs often suffer from incompleteness, it is impo…

Knowledge Graph CompletionKnowledge GraphsRepresentation Learning

Formulation Comparison for Timeline Construction using LLMs

2024-03-01 · Kimihiro Hasegawa, Nikhil Kandukuri, Susan Holm, Yukari Yamakawa 외

Constructing a timeline requires identifying the chronological order of events in an article. In prior timeline construction datasets, temporal orders are typically annotated by either event-to-time anchoring or event-to…