Dividing up the Question Answering Process

Abstract

This paper describes a question answering program which divides question answering into two separate processes: answer formation and answer expression. Rather than gathering possible answers and choosing the best among them, the program accesses the database and finds all components of possible answers, e.g. a causal chain, and then passes this information to an expression program which formulates a proper answer.

Cite

Text

Luria. "Dividing up the Question Answering Process." AAAI Conference on Artificial Intelligence, 1982.

Markdown

[Luria. "Dividing up the Question Answering Process." AAAI Conference on Artificial Intelligence, 1982.](https://mlanthology.org/aaai/1982/luria1982aaai-dividing/)

BibTeX

@inproceedings{luria1982aaai-dividing,
  title     = {{Dividing up the Question Answering Process}},
  author    = {Luria, Marc},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1982},
  pages     = {71-74},
  url       = {https://mlanthology.org/aaai/1982/luria1982aaai-dividing/}
}