Sciweavers

7057 search results - page 381 / 1412
» Tasks, domains, and languages
Sort
View
194
Voted
COLING
1996
15 years 8 months ago
Using a Hybrid System of Corpus- and Knowledge-Based Techniques to Automate the Induction of a Lexical Sublanguage Grammar
Porting a Natural Language Processing (NLP) system to a new domain remains one of the bottlenecks in syntactic parsing, because of the amount of effort required to fix gaps in the...
Geert Jan Wilms
NAACL
1994
15 years 8 months ago
(Almost) Automatic Semantic Feature Extraction from Technical Text
Acquisition of semantic information is necessary for proper understanding of natural language text. Such information is often domain-speclfic in nature and must be acquized from t...
Rajeev Agarwal
ACL
2009
15 years 4 months ago
Learning Semantic Correspondences with Less Supervision
A central problem in grounded language acquisition is learning the correspondences between a rich world state and a stream of text which references that world state. To deal with ...
Percy Liang, Michael I. Jordan, Dan Klein
EMNLP
2009
15 years 4 months ago
Fully Lexicalising CCGbank with Hat Categories
We introduce an extension to CCG that allows form and function to be represented simultaneously, reducing the proliferation of modifier categories seen in standard CCG analyses. W...
Matthew Honnibal, James R. Curran
POPL
2006
ACM
16 years 7 months ago
Fast and loose reasoning is morally correct
Functional programmers often reason about programs as if they were written in a total language, expecting the results to carry over to non-total (partial) languages. We justify su...
Nils Anders Danielsson, John Hughes, Patrik Jansso...