English

An Encoder-Integrated PhoBERT with Graph Attention for Vietnamese Token-Level Classification

Computation and Language 2025-10-14 v1

Abstract

We propose a novel neural architecture named TextGraphFuseGAT, which integrates a pretrained transformer encoder (PhoBERT) with Graph Attention Networks for token-level classification tasks. The proposed model constructs a fully connected graph over the token embeddings produced by PhoBERT, enabling the GAT layer to capture rich inter-token dependencies beyond those modeled by sequential context alone. To further enhance contextualization, a Transformer-style self-attention layer is applied on top of the graph-enhanced embeddings. The final token representations are passed through a classification head to perform sequence labeling. We evaluate our approach on three Vietnamese benchmark datasets: PhoNER-COVID19 for named entity recognition in the COVID-19 domain, PhoDisfluency for speech disfluency detection, and VietMed-NER for medical-domain NER. VietMed-NER is the first Vietnamese medical spoken NER dataset, featuring 18 entity types collected from real-world medical speech transcripts and annotated with the BIO tagging scheme. Its specialized vocabulary and domain-specific expressions make it a challenging benchmark for token-level classification models. Experimental results show that our method consistently outperforms strong baselines, including transformer-only and hybrid neural models such as BiLSTM + CNN + CRF, confirming the effectiveness of combining pretrained semantic features with graph-based relational modeling for improved token classification across multiple domains.

Cite

@article{arxiv.2510.11537,
  title  = {An Encoder-Integrated PhoBERT with Graph Attention for Vietnamese Token-Level Classification},
  author = {Ba-Quang Nguyen},
  journal= {arXiv preprint arXiv:2510.11537},
  year   = {2025}
}

Comments

11 pages, 1 figure. Submitted to VLSP 2025 and reviewed

R2 v1 2026-07-01T06:34:16.555Z