Sciweavers

286 search results - page 2 / 58
» A Look at Parsing and Its Applications
Sort
View
ACL
2010
13 years 3 months ago
Bayesian Synchronous Tree-Substitution Grammar Induction and Its Application to Sentence Compression
We describe our experiments with training algorithms for tree-to-tree synchronous tree-substitution grammar (STSG) for monolingual translation tasks such as sentence compression a...
Elif Yamangil, Stuart M. Shieber
FECS
2006
91views Education» more  FECS 2006»
13 years 7 months ago
Student Response Systems and Gender: An Evaluation of Its Success
- Student Response Systems (SRS) are becoming more popular in the classroom. The use of an SRS system provides students with an opportunity to control their learning. This study lo...
Laurie Patterson
FLAIRS
2008
13 years 8 months ago
Graph Grammars: An ITS Technology for Diagram Representations
For many educational applications such as learning tools for argumentation, structured diagrams are a suitable form of external representation. However, student-created graphs pos...
Niels Pinkwart, Kevin D. Ashley, Vincent Aleven, C...
COLING
2008
13 years 7 months ago
Relational-Realizational Parsing
State-of-the-art statistical parsing models applied to free word-order languages tend to underperform compared to, e.g., parsing English. Constituency-based models often fail to c...
Reut Tsarfaty, Khalil Sima'an
ICFP
2002
ACM
14 years 5 months ago
Packrat parsing: : simple, powerful, lazy, linear time, functional pearl
Packrat parsing is a novel technique for implementing parsers in a lazy functional programming language. A packrat parser provides the power and flexibility of top-down parsing wi...
Bryan Ford