Automatic Construction of a Knowledge Base by Analysing Texts in Natural Language

Abstract

We present a system which translates sentences from a subset of German into a database. This data-base will function as the basis for a question-answering-systern. The system is applied to a complete text and not to isolated sentences. As an intermediate stage between the German text and the database we use the Discourse Representation Structures (DRS) invented by Hans Kamp. Karnp's system has been chosen because it handles intrasentential and intersentential relations uniformly. Within Kamp's system one can account for certain types of anaphoric relations for which no other linguistic theory has provided a solution. The input to our system is analysed by a parser which is based on lexical functional grammar. This is the first attempt to combine research on discourse representation with lexical functional grammar with the help of the formalism of Definite Clause Grammar. For the construction of the database out of the DRS's, two solutions arc proposed. First, a translation of the DRS's into a set of PROLOG clauses enriched with some additional deductive principles. Second, the formulation of inference rules which operate directly on the DRS. So far we have implemented the following components: parser of German, translation rules which map syntactic trees into DRS's and rules which translate DRS's into PROLOG-clauses.

Cite

Text

Frey et al. "Automatic Construction of a Knowledge Base by Analysing Texts in Natural Language." International Joint Conference on Artificial Intelligence, 1983.

Markdown

[Frey et al. "Automatic Construction of a Knowledge Base by Analysing Texts in Natural Language." International Joint Conference on Artificial Intelligence, 1983.](https://mlanthology.org/ijcai/1983/frey1983ijcai-automatic/)

BibTeX

@inproceedings{frey1983ijcai-automatic,
  title     = {{Automatic Construction of a Knowledge Base by Analysing Texts in Natural Language}},
  author    = {Frey, Werner and Reyle, Uwe and Rohrer, Christian},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {1983},
  pages     = {727-729},
  url       = {https://mlanthology.org/ijcai/1983/frey1983ijcai-automatic/}
}