Building a Parser That Can Afford to Interact with Semantics

Abstract

Natural language understanding programs get bogged down by the multiplicity of possible syntactic structures while processing real world texts that human understanders do not have much difficulty with. In this work, I analyze the relationships between parsing strategies, the degree of local ambiguity encountered by them, and semantic feedback to syntax, and propose a parsing algorithm called {\em Head-Signaled Left Corner Parsing} (HSLC) that minimizes local ambiguities while supporting interactive syntactic and semantic analysis. Such a parser has been implemented in a sentence understanding program called COMPERE.

Cite

Text

Mahesh. "Building a Parser That Can Afford to Interact with Semantics." AAAI Conference on Artificial Intelligence, 1994. doi:10.48550/arxiv.cmp-lg/9408019

Markdown

[Mahesh. "Building a Parser That Can Afford to Interact with Semantics." AAAI Conference on Artificial Intelligence, 1994.](https://mlanthology.org/aaai/1994/mahesh1994aaai-building/) doi:10.48550/arxiv.cmp-lg/9408019

BibTeX

@inproceedings{mahesh1994aaai-building,
  title     = {{Building a Parser That Can Afford to Interact with Semantics}},
  author    = {Mahesh, Kavi},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1994},
  pages     = {1473},
  doi       = {10.48550/arxiv.cmp-lg/9408019},
  url       = {https://mlanthology.org/aaai/1994/mahesh1994aaai-building/}
}