Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
draft [2009/07/14 16:08] ptacek vytvořeno |
draft [2009/09/30 20:54] (current) ptacek |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Description | + | ====== |
- | photopal domena, nahranej korpus, ze na to sou dafy (reusing SHEFF DM intergrated through Inamode Relayer | + | The Czech Companion follows the original idea of Reminiscing about the User's Photos, |
- | typy odpovedi | + | 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, a manual speech reconstruction was done on 92.6% of utterances((Manual speech reconstruction is still in progress.)) and a pilot dialog acts annotation was performed on a sample of 1000 sentences. |
- | NLP server s tectomt, ASR/TTS/SR client, connected over network | + | |
- | XXX JPta | + | |
- | advances | + | The architecture is the same as in the English version, i.e. a set of modules communicating through the Inamode |
- | pos ? analyzovat, generovat a kontrolovat ' | + | |
+ | 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. | ||
- | ===== Speech Reconstruction ===== | + | < |
- | features: omit filler phrases, irrelevant speech events, false starts, repetitions, | + | |
- | imlementation(zahrnout tuhle info?): moses natrenovany na korpusu | + | |
- | performance indicator: BLEU score (overall scoring of all features) to annotated corpora from T5.2.1., nejaka baseline | + | |
- | XXX Mirek | + | |
- | ===== Morphology Analyzer | + | 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. |
- | features: XXX Mirek/ | + | |
- | performance indicator: accuracy | + | |
- | ===== Syntactic Parsing ===== | + | 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 |
- | features: induce dependencies and labels | + | |
- | performance indicator: f-measure | + | |
- | v tipu je natrenovat MacDonnalda na dialog | + | |
- | ====== Semantic Parsing ====== | + | The dialog is driven by a Dialog Manager component by USFD (originally developed for the English Senior Companion prototype). |
- | features: meaning representation with semantic roles (69 labels), coordinations, argument structure, partial ellipsis resolution, pronominal anaphora resolution, | + | CU has supplied the transition networks covering following topics: retired_person, husband, child, wife, wedding and Christmas. |
- | performance indicator: f-measure | + | Dialogue Manager provides information about the appropriate communicative function along with the sentence that is to be generated to the NLG module. The TTS module integrated with the TID avatar transforms system responses from the text form into the speech and visual (face expressions, |
- | ===== Information Extraction ===== | + | The Knowledge Base consists |
- | features: template based identification | + | |
- | covering predicates from before-mentioned set of DAFs. | + | |
- | performance indicator: accuracy | + | |
- | ===== Named Entities Recognition ===== | ||
- | features: detect person names, geographical locations (organizations jsou potreba?) | ||
- | performance indicator: f-measure | ||
- | |||
- | ===== Dialog Act Tagging ===== | ||
- | features: tagset derived from DAMSL-SWBD, DA is a key feature driving | ||
- | performance indicator: | ||
- | |||
- | ===== Sentiment Analysis ===== | ||
- | features: | ||
- | performance indicator: | ||
- | |||
- | ===== complete system evaluation ===== | ||
- | T5.2.7 tohle zminuje, nick webb to pro nas asi neudela | ||
- | performance indicator: pocet slov ve vypovedich uzivatele(? | ||
- | |||
- | ===== Dialog Manager ===== | ||
- | features: reply types, using (language independed) predicates (prakticky to znamena, ze pojmenuju testy na prechodech v dafech anglicky) | ||
- | performance indicator: rucni hodnoceni prijatelnosti vypovedi | ||
- | |||
- | ===== Natural Language Generation ===== | ||
- | features: variations, underspecified input (dott format), emotional markup (natvrdo v dafech a templatech u hodnoticich vet) | ||
- | performance indicator: BLEU score |