Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
draft [2009/09/30 20:36] ptacek |
draft [2009/09/30 20:54] (current) ptacek |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Architecture Description ====== | ====== Architecture Description ====== | ||
- | The ASR module based on Hidden-Markov models transforms input speech into text, providing a front-end between | + | The Czech Companion follows the original idea of Reminiscing about the User's Photos, |
- | to bridge the gap between dis-fluent spontaneous | + | taking advantage of the data collected in the first phase of the project (using a Wizard-of-Oz setting). The full recorded corpora was transcribed, |
- | The natural language understanding pipeline starts with part-of-speech tagging. Its result | + | The architecture |
- | The Named Entity Recognition module then marks personal names and geographical locations. C5 based Dialog Act classifier combines lexical and morphological features to assess | + | |
+ | The NLU pipeline, DM, and NLG modules at the NLP Server are implemented using a CU's own TectoMT platform that provides access to a single in-memory data representation through a common API. This eliminates the overhead of a repeated serialization and XML parsing that an Inamode based solution would impose otherwise. | ||
- | In addition, when generating the system response, the dialogue manager will pass through the NLG module the information about the appropriate communicative function tag (CF, see the CZ TTS module) along with the sentence that is to be generated. NLG is also used to generate paraphrases of user input sentences.The TTS module integrated with the TID avatar transforms system responses from the text form into the speech and visual (face expressions, | + | < |
+ | The ASR module based on Hidden-Markov models transforms input speech into text, providing a front-end between the user and the Czech demonstrator. The ASR output is smoothed into a form close to standard written text by the Speech Reconstruction module in order to bridge the gap between dis-fluent spontaneous speech and a standard grammatical sentence. | ||
- | < | + | Results of the part-of-speech tagging are passed on to the Maximum Spanning Tree syntactic parsing module. A tectogrammatical representation of the utterance is constructed once the syntactic parse is available. Annotation of the meaning at tectogrammatical layer is more explicit than its syntactic parse and lends itself for information extraction. The Named Entity Recognition module then marks personal names and geographical locations. Afterwards, the dialog act classifier uses number of lexical and morphological features to assess the type of user utterance (such as question, acknowledgement, |
- | The Czech Companion follows the original idea of Reminiscing about the User's Photos, | + | The dialog is driven by a Dialog Manager component by USFD (originally developed for the English |
- | taking advantage of the data collected in the first phase of the project (using | + | CU has supplied |
- | + | Dialogue Manager provides information about the appropriate communicative function along with the sentence | |
- | The architecture is the same as in the English | + | |
- | + | ||
- | The NLU pipeline, DM, and NLG modules at the NLP Server are implemented using a CU's own TectoMT platform | + | |
The Knowledge Base consists of objects (persons, events, photos) that model the information acquainted in the course of dialog. Those objects also provide a very basic reasoning (e.g. accounting for the link between date of birth and age properties). Each object' | The Knowledge Base consists of objects (persons, events, photos) that model the information acquainted in the course of dialog. Those objects also provide a very basic reasoning (e.g. accounting for the link between date of birth and age properties). Each object' | ||