Sciweavers

23 search results - page 1 / 5
» Building a Semantic Parser Overnight
Sort
View
EMNLP
2010
13 years 2 months ago
What a Parser Can Learn from a Semantic Role Labeler and Vice Versa
In many NLP systems, there is a unidirectional flow of information in which a parser supplies input to a semantic role labeler. In this paper, we build a system that allows inform...
Stephen A. Boxwell, Dennis Mehay, Chris Brew
NAACL
2007
13 years 6 months ago
Exploiting Event Semantics to Parse the Rhetorical Structure of Natural Language Text
Previous work on discourse parsing has mostly relied on surface syntactic and lexical features; the use of semantics is limited to shallow semantics. The goal of this thesis is to...
Rajen Subba
NAACL
2003
13 years 6 months ago
Building lexical semantic representations for Natural Language instructions
We report on our work to automatically build a corpus of instructional text annotated with lexical semantics information. We have coupled the parser LCFLEX with a lexicon and onto...
Elena Terenzi, Barbara Di Eugenio
COLING
1996
13 years 6 months ago
Semantic Construction from Parse Forests
The paper describes a system which uses packed parser output directly to build semantic representations. More specifically, the system takes as input Packed Shared Forests in the ...
Michael Schiehlen
IMC
2006
ACM
13 years 11 months ago
binpac: a yacc for writing application protocol parsers
A key step in the semantic analysis of network traffic is to parse the traffic stream according to the high-level protocols it contains. This process transforms raw bytes into s...
Ruoming Pang, Vern Paxson, Robin Sommer, Larry L. ...