English

Dependency Parsing with the Structuralized Prompt Template

Computation and Language 2025-02-25 v1

Abstract

Dependency parsing is a fundamental task in natural language processing (NLP), aiming to identify syntactic dependencies and construct a syntactic tree for a given sentence. Traditional dependency parsing models typically construct embeddings and utilize additional layers for prediction. We propose a novel dependency parsing method that relies solely on an encoder model with a text-to-text training approach. To facilitate this, we introduce a structured prompt template that effectively captures the structural information of dependency trees. Our experimental results demonstrate that the proposed method achieves outstanding performance compared to traditional models, despite relying solely on a pre-trained model. Furthermore, this method is highly adaptable to various pre-trained models across different target languages and training environments, allowing easy integration of task-specific features.

Keywords

Cite

@article{arxiv.2502.16919,
  title  = {Dependency Parsing with the Structuralized Prompt Template},
  author = {Keunha Kim and Youngjoong Ko},
  journal= {arXiv preprint arXiv:2502.16919},
  year   = {2025}
}

Comments

12pages, 5 figures

R2 v1 2026-06-28T21:55:07.219Z