![]() |
11-711: Nyberg's Lecture Notesfile:/afs/cs/project/cmt-55/lti/Courses/711/html/index.html Natural Language Generation (1)In this lecture, we cover all of the basic problems which must be addressed in NL generation systems.The Input
Content DelimitationThe system must select which of the propositions related to the propositional goals should be overtly realized, and which should be left for the human hearer/reader to infer.
Text StructuringThe system must determine the order of propositions, the boundaries of sentences in the \tl\ text and the nature of discourse connectives among the elements of the target text.
Lexical SelectionThe system must select open-class lexical units to be used in the TL text.(*A-INGEST (AGENT *O-BOB) (PATIENT *O-MILK)) => "drink" (*A-INGEST (AGENT *O-BOB) (PATIENT *O-CHOCOLATE)) => "eat"
Syntactic SelectionThe system must select syntactic structures for the TL clauses and perform closed-class lexical selection according to syntactic structure decisions.
Coreference TreatmentThe system must introduce anaphora, deixis and ellipsis phenomena when appropriate
Constituent OrderingThe system must establish the order of syntactic constituents in a sentence
RealizationThe system must map from syntactic representations with lexical insertions into surface strings
25-Nov-96 by ehn@cs.cmu.edu |