paper-with-me

Papers

Graph Masked Language Models

2025-02-24 · Aarush Sinha, OM Kumar CU

Language Models (LMs) and Graph Neural Networks (GNNs) have shown great promise in their respective areas, yet integrating structured graph data with rich textual information remains challenging. In this work, we propose \emph{Graph Masked Language Models} (GMLM), a novel dual-branch architecture that combines the structural learning of GNNs with the contextual power of pretrained language models. Our approach introduces two key innovations: (i) a \emph{semantic masking strategy} that leverages graph topology to selectively mask nodes based on their structural importance, and (ii) a \emph{soft masking mechanism} that interpolates between original node features and a learnable mask token, ensuring smoother information flow during training. Extensive experiments on multiple node classification and language understanding benchmarks demonstrate that GMLM not only achieves state-of-the-art performance but also exhibits enhanced robustness and stability. This work underscores the benefits of integrating structured and unstructured data representations for improved graph learning.

📄 PDF Abstract BibTeX arXiv:2503.05763

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningKnowledge GraphsNode Classification

Similar Papers 제목 키워드 기반

RARE: Robust Masked Graph Autoencoder

2023-04-04 · Wenxuan Tu, Qing Liao, Sihang Zhou, Xin Peng 외

Masked graph autoencoder (MGAE) has emerged as a promising self-supervised graph pre-training (SGP) paradigm due to its simplicity and effectiveness. However, existing efforts perform the mask-then-reconstruct operation …

Exploiting Structured Knowledge in Text via Graph-Guided Representation Learning

2020-04-29 · EMNLP 2020 11 · Tao Shen, Yi Mao, Pengcheng He, Guodong Long 외

In this work, we aim at equipping pre-trained language models with structured knowledge. We present two self-supervised tasks learning over raw text with the guidance from knowledge graphs. Building upon entity-level mas…

Entity LinkingKnowledge Base CompletionKnowledge GraphsLanguage Modeling+4

MG-BERT: Multi-Graph Augmented BERT for Masked Language Modeling

2021-06-01 · NAACL (TextGraphs) 2021 6 · Parishad BehnamGhader, Hossein Zakerinia, Mahdieh Soleymani Baghshah

Pre-trained models like Bidirectional Encoder Representations from Transformers (BERT), have recently made a big leap forward in Natural Language Processing (NLP) tasks. However, there are still some shortcomings in the …

Knowledge GraphsLanguage ModelingLanguage ModellingMasked Language Modeling+1

Frustratingly Easy Edit-based Linguistic Steganography with a Masked Language Model

2021-04-20 · NAACL 2021 4 · Honai Ueoka, Yugo Murawaki, Sadao Kurohashi

With advances in neural language models, the focus of linguistic steganography has shifted from edit-based approaches to generation-based ones. While the latter's payload capacity is impressive, generating genuine-lookin…

Language ModelingLanguage ModellingLinguistic steganography

A character-based steganography using masked language modeling

2024-01-15 · IEEE Access 2024 1 · Emir Öztürk, Andaç Şahin Mesut, Özlem Aydın Fidan

In this study, a steganography method based on BERT transformer model is proposed for hiding text data in cover text. The aim is to hide information by replacing specific words within the text using BERT’s masked languag…

Language ModelingLanguage ModellingMasked Language ModelingSemantic Similarity+1