paper-with-me

Papers

Dependency Parsing with the Structuralized Prompt Template

2025-02-24 · Keunha Kim, Youngjoong Ko

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.

📄 PDF Abstract BibTeX arXiv:2502.16919

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingSentence

Similar Papers 제목 키워드 기반

Template Kernels for Dependency Parsing

2015-05-01 · HLT 2015 5 · Yoav Goldberg, Amir Globerson, Hillel Taub-Tabib
ARCComputational EfficiencyDependency ParsingReranking+2

Joint POS Tagging and Dependency Parsing with Transition-based Neural Networks

2017-04-25 · Liner Yang, Meishan Zhang, Yang Liu, Nan Yu 외

While part-of-speech (POS) tagging and dependency parsing are observed to be closely related, existing work on joint modeling with manually crafted feature templates suffers from the feature sparsity and incompleteness p…

Dependency ParsingPart-Of-Speech TaggingPOSPOS Tagging

A Joint Model for Graph-based Chinese Dependency Parsing

2020-10-01 · CCL 2020 10 · Xingchen Li, Mingtong Liu, Yujie Zhang, Jinan Xu 외

In Chinese dependency parsing, the joint model of word segmentation, POS tagging and dependency parsing has become the mainstream framework because it can eliminate error propagation and share knowledge, where the transi…

Chinese Dependency ParsingChinese Word SegmentationDependency ParsingPOS+3

ASPIRO: Any-shot Structured Parsing-error-Induced ReprOmpting for Consistent Data-to-Text Generation

2023-10-27 · Martin Vejvar, Yasutaka Fujimoto

We present ASPIRO, an approach for structured data verbalisation into short template sentences in zero to few-shot settings. Unlike previous methods, our approach prompts large language models (LLMs) to directly produce …

Data-to-Text GenerationText Generation

Speeding Up Natural Language Parsing by Reusing Partial Results

2019-04-06 · Michalina Strzyz, Carlos Gómez-Rodríguez

This paper proposes a novel technique that applies case-based reasoning in order to generate templates for reusable parse tree fragments, based on PoS tags of bigrams and trigrams that demonstrate low variability in thei…

POS