中文
相关论文

相关论文: Fine-tuning a Subtle Parsing Distinction Using a P…

200 篇论文

We present an approach for assessing how multilingual large language models (LLMs) learn syntax in terms of multi-formalism syntactic structures. We aim to recover constituent and dependency structures by casting parsing as sequence…

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

In this paper we present a new tree-rewriting formalism called Link-Sharing Tree Adjoining Grammar (LSTAG) which is a variant of synchronous TAGs. Using LSTAG we define an approach towards coordination where linguistic dependency is…

计算与语言 · 计算机科学 2007-05-23 Anoop Sarkar

This document describes a sizable grammar of English written in the TAG formalism and implemented for use with the XTAG system. This report and the grammar described herein supersedes the TAG grammar described in an earlier 1995 XTAG…

计算与语言 · 计算机科学 2012-08-27 XTAG Research Group

Prototype learning, a popular machine learning method designed for inherently interpretable decisions, leverages similarities to learned prototypes for classifying new data. While it is mainly applied in computer vision, in this work, we…

计算与语言 · 计算机科学 2023-12-14 Claudio Fanconi , Moritz Vandenhirtz , Severin Husmann , Julia E. Vogt

We describe a cross-lingual adaptation method based on syntactic parse trees obtained from the Universal Dependencies (UD), which are consistent across languages, to develop classifiers in low-resource languages. The idea of UD parsing is…

计算与语言 · 计算机科学 2020-03-31 Nasrin Taghizadeh , Heshaam Faili

This paper presents the XTAG system, a grammar development tool based on the Tree Adjoining Grammar (TAG) formalism that includes a wide-coverage syntactic grammar for English. The various components of the system are discussed and…

cmp-lg · 计算机科学 2008-02-03 Christy Doran , Dania Egedi , Beth Ann Hockey , B. Srinivas , Martin Zaidel

We discuss two constructions (long scrambling and ECM verbs) which challenge most syntactic theories (including traditional TAG approaches) since they seem to require exceptional mechanisms and postulates. We argue that these constructions…

cmp-lg · 计算机科学 2008-02-03 Anthony Kroch , Owen Rambow

A standard approach to evaluating language models analyzes how models assign probabilities to valid versus invalid syntactic constructions (i.e. is a grammatical sentence more probable than an ungrammatical sentence). Our work uses…

计算与语言 · 计算机科学 2020-05-08 Forrest Davis , Marten van Schijndel

This paper presents a corpus-based approach to word sense disambiguation where a decision tree assigns a sense to an ambiguous word based on the bigrams that occur nearby. This approach is evaluated using the sense-tagged corpora from the…

计算与语言 · 计算机科学 2007-05-23 Ted Pedersen

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

Much of the power of probabilistic methods in modelling language comes from their ability to compare several derivations for the same string in the language. An important starting point for the study of such cross-derivational properties is…

计算与语言 · 计算机科学 2007-05-23 Anoop Sarkar

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

We introduce an approach to train lexicalized parsers using bilingual corpora obtained by merging harmonized treebanks of different languages, producing parsers that can analyze sentences in either of the learned languages, or even…

计算与语言 · 计算机科学 2016-05-20 David Vilares , Carlos Gómez-Rodríguez , Miguel A. Alonso

We compare the performance of a transition-based parser in regards to different annotation schemes. We pro-pose to convert some specific syntactic constructions observed in the universal dependency treebanks into a so-called more standard…

计算与语言 · 计算机科学 2025-03-11 Guillaume Wisniewski , Ophélie Lacroix

Language models for speech recognition typically use a probability model of the form Pr(a_n | a_1, a_2, ..., a_{n-1}). Stochastic grammars, on the other hand, are typically used to assign structure to utterances. A language model of the…

计算与语言 · 计算机科学 2007-05-23 Mark-Jan Nederhof , Anoop Sarkar , Giorgio Satta

Treebanks are valuable linguistic resources that include the syntactic structure of a language sentence in addition to POS-tags and morphological features. They are mainly utilized in modeling statistical parsers. Although the statistical…

计算与语言 · 计算机科学 2020-07-14 Dana Halabi , Ebaa Fayyoumi , Arafat Awajan

We present a graph-based Tree Adjoining Grammar (TAG) parser that uses BiLSTMs, highway connections, and character-level CNNs. Our best end-to-end parser, which jointly performs supertagging, POS tagging, and parsing, outperforms the…

计算与语言 · 计算机科学 2018-05-01 Jungo Kasai , Robert Frank , Pauli Xu , William Merrill , Owen Rambow

This paper addresses structural ambiguity in Dutch relative clauses. By investigating the task of disambiguation by grounding, we study how the presence of a prior sentence can resolve relative clause ambiguities. We apply this method to…

计算与语言 · 计算机科学 2023-05-25 Gijs Wijnholds , Michael Moortgat

Syntactic parsing is essential in natural-language processing, with constituent structure being one widely used description of syntax. Traditional views of constituency demand that constituents consist of adjacent words, but this poses…

计算与语言 · 计算机科学 2024-10-14 Lukas Mielczarek

We show that equivalence of deterministic top-down tree-to-string transducers is decidable, thus solving a long standing open problem in formal language theory. We also present efficient algorithms for subclasses: polynomial time for total…

形式语言与自动机理论 · 计算机科学 2017-01-30 Helmut Seidl , Sebastian Maneth , Gregor Kemper