paper-with-me

Papers

Dependency parsing representation effects on the accuracy of semantic applications --- an example of an inflective language

2014-05-01 · LREC 2014 5 · Lauma Pretkalni{\c{n}}a, Art{\=u}rs Znoti{\c{n}}{\v{s}}, Laura Rituma, Didzis Go{\v{s}}ko

In this paper we investigate how different dependency representations of a treebank influence the accuracy of the dependency parser trained on this treebank and the impact on several parser applications: named entity recognition, coreference resolution and limited semantic role labeling. For these experiments we use Latvian Treebank, whose native annotation format is dependency based hybrid augmented with phrase-like elements. We explore different representations of coordinations, complex predicates and punctuation mark attachment. Our experiments shows that parsers trained on the variously transformed treebanks vary significantly in their accuracy, but the best-performing parser as measured by attachment score not always leads to best accuracy for an end application.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference ResolutionDependency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Semantic Role Labeling

Similar Papers 제목 키워드 기반

Improving Semantic Dependency Parsing with Syntactic Features

2019-09-01 · WS 2019 9 · Robin Kurtz, Daniel Roxbo, Marco Kuhlmann

We extend a state-of-the-art deep neural architecture for semantic dependency parsing with features defined over syntactic dependency trees. Our empirical results show that only gold-standard syntactic information leads …

Dependency ParsingSemantic Dependency ParsingSemantic Parsing

An Empirical Comparison of Parsing Methods for Stanford Dependencies

2014-04-16 · Lingpeng Kong, Noah A. Smith

Stanford typed dependencies are a widely desired representation of natural language sentences, but parsing is one of the major computational bottlenecks in text analysis systems. In light of the evolving definition of th…

Dependency Parsing

Parsing All: Syntax and Semantics, Dependencies and Spans

2019-08-30 · Findings of the Association for Computational Linguistics 2020 · Junru Zhou, Zuchao Li, Hai Zhao

Both syntactic and semantic structures are key linguistic contextual clues, in which parsing the latter has been well shown beneficial from parsing the former. However, few works ever made an attempt to let semantic pars…

AllSemantic Parsing

AMR Dependency Parsing with a Typed Semantic Algebra

2018-05-29 · ACL 2018 7 · Jonas Groschwitz, Matthias Lindemann, Meaghan Fowlie, Mark Johnson 외

We present a semantic parser for Abstract Meaning Representations which learns to parse strings into tree representations of the compositional structure of an AMR graph. This allows us to use standard neural techniques f…

Dependency Parsing

DynGL-SDP: Dynamic Graph Learning for Semantic Dependency Parsing

2022-10-01 · COLING 2022 10 · Bin Li, Miao Gao, Yunlong Fan, Yikemaiti Sataer 외

A recent success in semantic dependency parsing shows that graph neural networks can make significant accuracy improvements, owing to its powerful ability in learning expressive graph representations. However, this work …

Dependency Parsinggraph constructionGraph LearningGraph Representation Learning+2