Monotonicity Marking from Universal Dependency Trees
Dependency parsing is a tool widely used in the field of Natural language processing and computational linguistics. However, there is hardly any work that connects dependency parsing to monotonicity, which is an essential part of logic and linguistic semantics. In this paper, we present a system that automatically annotates monotonicity information based on Universal Dependency parse trees. Our system utilizes surface-level monotonicity facts about quantifiers, lexical items, and token-level polarity information. We compared our system's performance with existing systems in the literature, including NatLog and ccg2mono, on a small evaluation dataset. Results show that our system outperforms NatLog and ccg2mono.
Code (1)
Tasks
Dependency ParsingSimilar Papers 제목 키워드 기반
Cross-Lingual SRL Based upon Universal Dependencies
In this paper, we introduce a cross-lingual Semantic Role Labeling (SRL) system with language independent features based upon Universal Dependencies. We propose two methods to convert SRL annotations from monolingual dep…
Semantic ParsingSemantic Role LabelingTowards the Conversion of National Corpus of Polish to Universal Dependencies
The research presented in this paper aims at enriching the manually morphosyntactically annotated part of National Corpus of Polish (NKJP1M) with a syntactic layer, i.e. dependency trees of sentences, and at converting b…
Extended and Enhanced Polish Dependency Bank in Universal Dependencies Format
The paper presents the largest Polish Dependency Bank in Universal Dependencies format {--} PDBUD {--} with 22K trees and 352K tokens. PDBUD builds on its previous version, i.e. the Polish UD treebank (PL-SZ), and contai…
8kDependency ParsingUDon2: a library for manipulating Universal Dependencies trees
UDon2 is an open-source library for manipulating dependency trees represented in the CoNLL-U format. The library is compatible with the Universal Dependencies. UDon2 is aimed at developers of downstream Natural Language …
SentenceData Augmentation via Dependency Tree Morphing for Low-Resource Languages
Neural NLP systems achieve high scores in the presence of sizable training dataset. Lack of such datasets leads to poor system performances in the case low-resource languages. We present two simple text augmentation tech…
Data AugmentationPart-Of-Speech TaggingText Augmentation