中文
相关论文

相关论文: Dependency Treebanks: Methods, Annotation Schemes …

200 篇论文

In this study, we aim to offer linguistically motivated solutions to resolve the issues of the lack of representation of null morphemes, highly productive derivational processes, and syncretic morphemes of Turkish in the BOUN Treebank…

Bagging and boosting, two effective machine learning techniques, are applied to natural language parsing. Experiments using these techniques with a trainable statistical parser are described. The best resulting system provides roughly as…

计算与语言 · 计算机科学 2007-05-23 John C. Henderson , Eric Brill

A wide variety of transition-based algorithms are currently used for dependency parsers. Empirical studies have shown that performance varies across different treebanks in such a way that one algorithm outperforms another on one treebank…

计算与语言 · 计算机科学 2020-04-01 Mark Anderson , Carlos Gómez-Rodríguez

We apply symbolic method to deduce functional equation which generating function of counting sequence of dependency trees must satisfy. Then we use Lagrange inversion theorem to obtain concrete expression of the counting sequence. We apply…

综合数学 · 数学 2017-09-26 Zhujun Zhang

Cross-lingual dependency parsing involves transferring syntactic knowledge from one language to another. It is a crucial component for inducing dependency parsers in low-resource scenarios where no training data for a language exists. Using…

计算与语言 · 计算机科学 2019-10-18 James Barry , Joachim Wagner , Jennifer Foster

The dependency tree of a natural language sentence can capture the interactions between semantics and words. However, it is unclear whether those methods which exploit such dependency information for semantic parsing can be combined to…

计算与语言 · 计算机科学 2021-12-28 Defeng Xie , Jianmin Ji , Jiafei Xu , Ran Ji

We report on a recently initiated project which aims at building a multi-layered parallel treebank of English and German. Particular attention is devoted to a dedicated predicate-argument layer which is used for aligning translationally…

计算与语言 · 计算机科学 2007-05-23 Lea Cyrus , Hendrik Feddes , Frank Schumacher

We propose a morphology-based method for low-resource (LR) dependency parsing. We train a morphological inflector for target LR languages, and apply it to related rich-resource (RR) treebanks to create cross-lingual (x-inflected) treebanks…

计算与语言 · 计算机科学 2022-05-23 Alberto Muñoz-Ortiz , Carlos Gómez-Rodríguez , David Vilares

Dependency grammar induction is the task of learning dependency syntax without annotated training data. Traditional graph-based models with global inference achieve state-of-the-art results on this task but they require $O(n^3)$ run time.…

计算与语言 · 计算机科学 2018-11-15 Bowen Li , Jianpeng Cheng , Yang Liu , Frank Keller

AM dependency parsing is a method for neural semantic graph parsing that exploits the principle of compositionality. While AM dependency parsers have been shown to be fast and accurate across several graphbanks, they require explicit…

计算与语言 · 计算机科学 2021-06-09 Jonas Groschwitz , Meaghan Fowlie , Alexander Koller

Token representation strategies within large-scale neural architectures often rely on contextually refined embeddings, yet conventional approaches seldom encode structured relationships explicitly within token interactions. Self-attention…

计算与语言 · 计算机科学 2025-03-27 James Blades , Frederick Somerfield , William Langley , Susan Everingham , Maurice Witherington

This paper gives a general description of the ideas behind the Parallel Meaning Bank, a framework with the aim to provide an easy way to annotate compositional semantics for texts written in languages other than English. The annotation…

计算与语言 · 计算机科学 2021-01-01 Lasha Abzianidze , Rik van Noord , Chunliu Wang , Johan Bos

Dependency parsing is an essential task in NLP, and the quality of dependency parsers is crucial for many downstream tasks. Parsers' quality often varies depending on the domain and the language involved. Therefore, it is essential to…

计算与语言 · 计算机科学 2024-04-04 Adithya Kulkarni , Oliver Eulenstein , Qi Li

Recent papers have shown that neural networks obtain state-of-the-art performance on several different sequence tagging tasks. One appealing property of such systems is their generality, as excellent performance can be achieved with a…

计算与语言 · 计算机科学 2017-03-21 Zhilin Yang , Ruslan Salakhutdinov , William W. Cohen

Shared artifacts and environments play a prominent role in shaping the collaboration between their users. This article describes this role and explains how annotations can provide a bridge between direct communication and collaboration…

人机交互 · 计算机科学 2012-11-14 Syavash Nobarany

This chapter defines and presents different kinds of software ecosystems. The focus is on the development, tooling and analytics aspects of software ecosystems, i.e., communities of software developers and the interconnected software…

软件工程 · 计算机科学 2023-07-31 Tom Mens , Coen De Roover

Recently, Transformer has achieved the state-of-the-art performance on many machine translation tasks. However, without syntax knowledge explicitly considered in the encoder, incorrect context information that violates the syntax structure…

计算与语言 · 计算机科学 2019-09-06 Chengyi Wang , Shuangzhi Wu , Shujie Liu

We present the Uppsala system for the CoNLL 2018 Shared Task on universal dependency parsing. Our system is a pipeline consisting of three components: the first performs joint word and sentence segmentation; the second predicts part-of-…

计算与语言 · 计算机科学 2018-09-10 Aaron Smith , Bernd Bohnet , Miryam de Lhoneux , Joakim Nivre , Yan Shao , Sara Stymne

This article proposes a method to extract dependency structures from phrase-structure level parsing with Interaction Grammars. Interaction Grammars are a formalism which expresses interactions among words using a polarity system.…

计算与语言 · 计算机科学 2009-09-21 Jonathan Marchand , Bruno Guillaume , Guy Perrier

The popularity of applying machine learning methods to computational linguistics problems has produced a large supply of trainable natural language processing systems. Most problems of interest have an array of off-the-shelf products or…

计算与语言 · 计算机科学 2016-08-31 John C. Henderson