paper-with-me

홈 › Papers

DuConTE: Dual-Granularity Text Encoder with Topology-Constrained Attention for Text-attributed Graphs

2026-04-19 · Lexuan Liang, Tao Zou, Xuxiang Ta, Zekun Qiu arxiv

Text-attributed graphs integrate semantic information of node texts with topological structure, offering significant value in various applications such as document classification and information extraction. Existing approaches typically encode textual content using language models (LMs), followed by graph neural networks (GNNs) to process structural information. However, during the LM-based text encoding phase, most methods not only perform semantic interaction solely at the word-token granularity, but also neglect the structural dependencies among texts from different nodes. In this work, we propose DuConTE, a dual-granularity text encoder with topology-constrained attention. The model employs a cascaded architecture of two pretrained LMs, encoding semantics first at the word-token granularity and then at the node granularity. During the self-attention computation in each LM, we dynamically adjust the attention mask matrix based on node connectivity, guiding the model to learn semantic correlations informed by the graph structure. Furthermore, when composing node representations from word-token embeddings, we separately evaluate the importance of tokens under the center-node context and the neighborhood context, enabling the capture of more contextually relevant semantic information. Extensive experiments on multiple benchmark datasets demonstrate that DuConTE achieves state-of-the-art performance on the majority of them.

📄 PDF Abstract BibTeX arXiv:2604.17411

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationInformation Extraction

Similar Papers 제목 키워드 기반

Heterogeneous Dependency Graph-Guided Attentionfor Patent Representation Learning

2026-05-11 · Yongmin Yoo, Qiongkai Xu, Zhangkai Wu, Longbing Cao arxiv

Pre-trained language models advance patent classification and retrieval by encoding claims as flat token sequences, but they overlook the dependency hierarchy among claims. Incorporating this hierarchy into self-attentio…

Representation Learning

STAND: Semantic Anchoring Constraint with Dual-Granularity Disambiguation for Remote Sensing Image Change Captioning

2026-04-25 · Yanpei Gong, Beichen Zhang, Hao Wang, Zhaobo Qi 외 arxiv

Remote sensing image change captioning (RSICC) aims to describe the difference between two remote sensing images. While recent methods have explored video modeling, they largely overlook the inherent ambiguities in viewp…

Multi-Granularity Class Prototype Topology Distillation for Class-Incremental Source-Free Unsupervised Domain Adaptation

2024-11-25 · CVPR 2025 1 · Peihua Deng, Jiehua Zhang, Xichun Sheng, Chenggang Yan 외

This paper explores the Class-Incremental Source-Free Unsupervised Domain Adaptation (CI-SFUDA) problem, where the unlabeled target data come incrementally without access to labeled source instances. This problem poses t…

class-incremental learningDomain AdaptationRepresentation LearningSource-Free Domain Adaptation+1

BagFormer: Better Cross-Modal Retrieval via bag-wise interaction

2022-12-29 · Haowen Hou, Xiaopeng Yan, Yigeng Zhang, Fengzong Lian 외

In the field of cross-modal retrieval, single encoder models tend to perform better than dual encoder models, but they suffer from high latency and low throughput. In this paper, we present a dual encoder model called Ba…

Cross-Modal RetrievalRetrieval

Zero-Shot Chinese Character Recognition with Hierarchical Multi-Granularity Image-Text Aligning

2025-05-30 · Yinglian Zhu, Haiyang Yu, Qizao Wang, Wei Lu 외

Chinese Character Recognition (CCR) is a fundamental technology for intelligent document processing. Unlike Latin characters, Chinese characters exhibit unique spatial structures and compositional rules, allowing for the…