Results 1 - 10
of
18
Inducing History Representations for Broad Coverage Statistical Parsing
- In HLT/NAACL
, 2003
"... We present a neural network method for inducing representations of parse histories and using these history representations to estimate the probabilities needed by a statistical left-corner parser. The resulting statistical parser achieves performance (89.1% F-measure) on the Penn Treebank whic ..."
Abstract
-
Cited by 18 (4 self)
- Add to MetaCart
We present a neural network method for inducing representations of parse histories and using these history representations to estimate the probabilities needed by a statistical left-corner parser. The resulting statistical parser achieves performance (89.1% F-measure) on the Penn Treebank which is only 0.6% below the best current parser for this task, despite using a smaller vocabulary size and less prior linguistic knowledge. Crucial to this success is the use of structurally determined soft biases in inducing the representation of the parse history, and no use of hard independence assumptions.
Towards Incremental Parsing of Natural Language Using Recursive Neural Networks
, 2002
"... In this paper we develop novel algorithmic ideas for building a natural language parser grounded upon the hypothesis of incrementality. Although widely accepted and experimentally supported under a cognitive perspective as a model of the human parser, the incrementality assumption has never been ..."
Abstract
-
Cited by 12 (5 self)
- Add to MetaCart
In this paper we develop novel algorithmic ideas for building a natural language parser grounded upon the hypothesis of incrementality. Although widely accepted and experimentally supported under a cognitive perspective as a model of the human parser, the incrementality assumption has never been exploited for building automatic parsers of unconstrained real texts. The essentials of the hypothesis are that words are processed in a left-to-right fashion, and the syntactic structure is kept totally connected at each step. Our proposal relies on a machine learning technique for predicting the correctness of partial syntactic structures that are built during the parsing process. A recursive neural network architecture is employed for computing predictions after a training phase on examples drawn from a corpus of parsed sentences, the Penn Treebank. Our results indicate the viability of the approach and lay out the premises for a novel generation of algorithms for natural language processing which more closely model human parsing. These algorithms may prove very useful in the development of ecient parsers. 1
Learning First-Pass Structural Attachment Preferences With Dynamic Grammars and Recursive Neural Networks
, 2003
"... One of the central problems in the study of human language processing is ambiguity resolution: How do people resolve the extremely pervasive ambiguity of the language they encounter? One possible answer to this question is suggested by experiencebased models, which claim that people typically resolv ..."
Abstract
-
Cited by 12 (4 self)
- Add to MetaCart
One of the central problems in the study of human language processing is ambiguity resolution: How do people resolve the extremely pervasive ambiguity of the language they encounter? One possible answer to this question is suggested by experiencebased models, which claim that people typically resolve ambiguities in a way which has been successful in the past. In order to determine the course of action that has been "successful in the past" when faced with some ambiguity, it is necessary to generalise over past experience. In this paper, we will present a computational experience-based model, which learns to generalise over linguistic experience from exposure to syntactic structures in a corpus. The model is a hybrid system, which uses symbolic grammars to build and represent syntactic structures, and neural networks to rank these structures on the basis of its experience. We use a dynamic grammar, which provides a very tight correspondence between grammatical derivations and incremental processing, and recursive neural networks, which are able to deal with the complex hierarchical structures produced by the grammar. We demonstrate that the model reproduces a number of the structural preferences found in the experimental psycholinguistics literature, and also performs well on unrestricted text.
Wide coverage incremental parsing by learning attachment preferences
- In Proc. of the Conf. of the Italian Association for Artificial Intelligence
, 2001
"... Abstract. This paper presents a novel method for wide coverage parsing using an incremental strategy, which is psycholinguistically motivated. A recursive neural network is trained on treebank data to learn first pass attachments, and is employed as a heuristic for guidingparsingdecision. The parser ..."
Abstract
-
Cited by 9 (1 self)
- Add to MetaCart
Abstract. This paper presents a novel method for wide coverage parsing using an incremental strategy, which is psycholinguistically motivated. A recursive neural network is trained on treebank data to learn first pass attachments, and is employed as a heuristic for guidingparsingdecision. The parser is lexically blind and uses beam search to explore the space of plausible partial parses and returns the full analysis havinghighest probability. Results are based on preliminary tests on the WSJ section of the Penn treebank and suggest that our incremental strategy is a computationally viable approach to parsing. 1
Parsing And Incrementality
"... xii Chapter 1 INCREMENTALITY AND PARSING........................................................................ 1 1.1 ..."
Abstract
-
Cited by 7 (1 self)
- Add to MetaCart
xii Chapter 1 INCREMENTALITY AND PARSING........................................................................ 1 1.1
A Practical System for Human-Like Parsing
"... In this paper I describe a human-like natural language parser called Plink. It works by parsing left-to-right through a sentence and keeping a complete representation of the partially read sentence. It does this by combining a sophisticated unification-based grammar and grammar rule selection ..."
Abstract
-
Cited by 7 (4 self)
- Add to MetaCart
In this paper I describe a human-like natural language parser called Plink. It works by parsing left-to-right through a sentence and keeping a complete representation of the partially read sentence. It does this by combining a sophisticated unification-based grammar and grammar rule selection heuristics. Like humans, it parses in linear time, and generates one interpretation that is both syntactic and semantic.
Probabilistic parsing strategies
- In 42nd Annual Meeting of the Association for Computational Linguistics
, 2004
"... We present new results on the relation between purely symbolic contextfree parsing strategies and their probabilistic counter-parts. Such parsing strategies are seen as constructions of push-down devices from grammars. We show that preservation of probability distribution is possible under two condi ..."
Abstract
-
Cited by 5 (1 self)
- Add to MetaCart
We present new results on the relation between purely symbolic contextfree parsing strategies and their probabilistic counter-parts. Such parsing strategies are seen as constructions of push-down devices from grammars. We show that preservation of probability distribution is possible under two conditions, viz. the correct-prefix property and the property of strong predictiveness. These results generalize existing results in the literature that were obtained by considering parsing strategies in isolation. From our general results we also derive negative results on so-called generalized LR parsing. 1
Compact Non-Left-Recursive Grammars Using the Selective Left-Corner Transform and Factoring
, 2000
"... ..."
A Psycholinguistic Model of Natural Language Parsing Implemented in Simulated Neurons
"... A natural language parser implemented entirely in simulated neurons is described. It produces a semantic representation based on frames. It parses solely using simulated fatiguing Leaky Integrate and Fire neurons, that are a relatively accurate biological model that is simulated efficiently. The mod ..."
Abstract
-
Cited by 4 (4 self)
- Add to MetaCart
A natural language parser implemented entirely in simulated neurons is described. It produces a semantic representation based on frames. It parses solely using simulated fatiguing Leaky Integrate and Fire neurons, that are a relatively accurate biological model that is simulated efficiently. The model works on discrete cycles that simulate 10 ms. of biological time, so the parser has a simple mapping to psychological parsing time. Comparisons to human parsing studies show that the parser closely approximates this data. The parser makes use of Cell Assemblies and the semantics of lexical items is represented by overlapping hierarchical Cell Assemblies so that semantically related items share neurons. This semantic encoding is used to resolve prepositional phrase attachment ambiguities encountered during parsing. Consequently, the parser provides a neurally-based cognitive model of parsing.
Neural Network Probability Estimation for Broad Coverage Parsing
- IN PROCEEDINGS OF THE 10TH CONFERENCE OF THE EUROPEAN CHAPTER OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS (EACL 2003
, 2003
"... We present a neural-network-based statistical parser, trained and tested on the Penn Treebank. The neural network is used to estimate the parameters of a generative model of left-comer parsing, and these parameters are used to search for the most probable parse. The parser's ..."
Abstract
-
Cited by 4 (0 self)
- Add to MetaCart
We present a neural-network-based statistical parser, trained and tested on the Penn Treebank. The neural network is used to estimate the parameters of a generative model of left-comer parsing, and these parameters are used to search for the most probable parse. The parser's

