paper-with-me

홈 › Papers

A Fundamental Algorithm for Dependency Parsing (With Corrections)

2025-10-22 · Michael A. Covington arxiv

This paper presents a fundamental algorithm for parsing natural language sentences into dependency trees. Unlike phrase-structure (constituency) parsers, this algorithm operates one word at a time, attaching each word as soon as it can be attached, corresponding to properties claimed for the parser in the human brain. Like phrase-structure parsing, its worst-case complexity is $O(n^3)$, but in human language, the worst case occurs only for small $n$.

📄 PDF Abstract BibTeX arXiv:2510.19996

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Making Ellipses Explicit in Dependency Conversion for a German Treebank

2012-05-01 · LREC 2012 5 · Wolfgang Seeker, Jonas Kuhn

We present a carefully designed dependency conversion of the German phrase-structure treebank TiGer that explicitly represents verb ellipses by introducing empty nodes into the tree. Although the conversion process uses …

A Graph-based Model for Joint Chinese Word Segmentation and Dependency Parsing

2019-04-09 · TACL 2020 1 · Hang Yan, Xipeng Qiu, Xuanjing Huang

Chinese word segmentation and dependency parsing are two fundamental tasks for Chinese natural language processing. The dependency parsing is defined on word-level. Therefore word segmentation is the precondition of depe…

Chinese Word SegmentationDependency ParsingFeature EngineeringLanguage Modeling+2

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 typicall…

Dependency ParsingSentence

Lock-Free Parallel Perceptron for Graph-based Dependency Parsing

2017-03-02 · Xu Sun, Shuming Ma

Dependency parsing is an important NLP task. A popular approach for dependency parsing is structured perceptron. Still, graph-based dependency parsing has the time complexity of $O(n^3)$, and it suffers from slow trainin…

Dependency Parsing

Parsing to Noncrossing Dependency Graphs

2015-01-01 · TACL 2015 1 · Marco Kuhlmann, Peter Jonsson

We study the generalization of maximum spanning tree dependency parsing to maximum acyclic subgraphs. Because the underlying optimization problem is intractable even under an arc-factored model, we consider the restricti…

ARCDependency ParsingSemantic Dependency Parsing