paper-with-me

홈 › Papers

From Global to Local: Learning Context-Aware Graph Representations for Document Classification and Summarization

2026-02-03 · Ruangrin Ldallitsakool, Margarita Bugueño, Gerard de Melo arxiv

Recent NLP systems commonly represent documents as linear token sequences. Although this captures sequential order, it can hinder modeling long-range dependencies and global document structure, especially for long texts. This paper proposes a data-driven method to automatically construct graph-based document representations. Building upon the recent work of Bugueño and de Melo (2025), we leverage the dynamic sliding-window attention module to effectively capture local and mid-range semantic dependencies between sentences, as well as structural relations within documents. Graph Attention Networks (GATs) trained on our learned graphs achieve competitive results on document classification while requiring lower computational resources than previous approaches. We further present an exploratory evaluation of the proposed graph construction method for extractive document summarization, highlighting both its potential and current limitations. The implementation of this project can be found on GitHub.

📄 PDF Abstract BibTeX arXiv:2603.00021

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationDocument Summarization

Similar Papers 제목 키워드 기반

Locality Preserving Dense Graph Convolutional Networks with Graph Context-Aware Node Representations

2020-10-12 · Wenfeng Liu, Maoguo Gong, Zedong Tang, A. K. Qin

Graph convolutional networks (GCNs) have been widely used for representation learning on graph data, which can capture structural patterns on a graph via specifically designed convolution and readout operations. In many …

ClassificationDecoderGeneral ClassificationGraph Classification+1

KALM: Knowledge-Aware Integration of Local, Document, and Global Contexts for Long Document Understanding

2022-10-08 · Shangbin Feng, Zhaoxuan Tan, Wenqian Zhang, Zhenyu Lei 외

With the advent of pretrained language models (LMs), increasing research efforts have been focusing on infusing commonsense and domain-specific knowledge to prepare LMs for downstream tasks. These works attempt to levera…

document understandingKnowledge GraphsLanguage ModellingOpen-Ended Question Answering+1

MSG-Loc: Multi-Label Likelihood-based Semantic Graph Matching for Object-Level Global Localization

2025-12-03 · Gihyeon Lee, Jungwoo Lee, Juwon Kim, Young-Sik Shin 외 arxiv

Robots are often required to localize in environments with unknown object classes and semantic ambiguity. However, when performing global localization using semantic objects, high semantic ambiguity intensifies object mi…

Semantic correspondencePose EstimationGraph Matching

Semi-Supervised Deep Learning for Multiplex Networks

2021-10-05 · Anasua Mitra, Priyesh Vijayan, Ranbir Sanasam, Diganta Goswami 외

Multiplex networks are complex graph structures in which a set of entities are connected to each other via multiple types of relations, each relation representing a distinct layer. Such graphs are used to investigate man…

Deep LearningRepresentation Learning

Node-wise Localization of Graph Neural Networks

2021-10-27 · Zemin Liu, Yuan Fang, Chenghao Liu, Steven C. H. Hoi

Graph neural networks (GNNs) emerge as a powerful family of representation learning models on graphs. To derive node representations, they utilize a global model that recursively aggregates information from the neighbori…

Representation Learning