Madeleine, a RavenClaw Exercise in the Medical Diagnosis Domain - PowerPoint PPT Presentation

About This Presentation
Title:

Madeleine, a RavenClaw Exercise in the Medical Diagnosis Domain

Description:

Madeleine: a RavenClaw exercise in the medical diagnosis domain... Do you have abdominal pain? Madeleine. E:LoadSymptoms. GeneralFeel. R:HowAreYou? I:Glad ... – PowerPoint PPT presentation

Number of Views:108
Avg rating:3.0/5.0
Slides: 26
Provided by: danb7
Learn more at: http://www.cs.cmu.edu
Category:

less

Transcript and Presenter's Notes

Title: Madeleine, a RavenClaw Exercise in the Medical Diagnosis Domain


1
Madeleine, a RavenClaw Exercise in the Medical
Diagnosis Domain
  • Dan Bohus, Alex Rudnicky
  • MITRE Workshop on Dialog Management,
  • Boston, October 2003

2
Overall Architecture
Parsing PHOENIX/HELIOS
Dialog Manag. RAVENCLAW
Back-end (perl)
Language Gen. ROSETTA
3
Overall Architecture (internals)
Parsing PHOENIX/HELIOS
Recognition SPHINX
Dialog Manag. RAVENCLAW
Back-end (perl)
Galaxy
Language Gen. ROSETTA
Synthesis FESTIVAL
4
Overall Architecture
Parsing PHOENIX/HELIOS
Dialog Manag. RAVENCLAW
Back-end (perl)
Language Gen. ROSETTA
5
Overall Architecture
Parsing PHOENIX/HELIOS
Dialog Manag. RAVENCLAW
Back-end (perl)
Language Gen. ROSETTA
6
Developed Resources
Grammar
Parsing PHOENIX/HELIOS
Dialog Manag. RAVENCLAW
Back-end (perl)
Back-end (perl)
RavenClawDialogTaskSpecification
Language Gen. ROSETTA
Templates
7
Development Time
Grammar
Parsing PHOENIX/HELIOS
Dialog Manag. RAVENCLAW
Back-end (perl)
Back-end (perl)
RavenClawDialogTaskSpecification
Language Gen. ROSETTA
Templates
Total 2115h
8
RavenClaw Architecture
  • Captures all domain-specific dialog (task) logic
    with a hierarchical description
  • The authoring effort is focused entirely here

Dialog Task (Specification)
Domain-independent Dialog Engine
  • Manages dialog by executing the dialog task
    specification
  • Provides domain-independent conversational
    strategies

9
RavenClaw Architecture
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
RHowAreYou?
IGlad
ISorry
Fever
Travel
RAskFever
EMeasureTemp
IInformFever
Dialog Stack
Expectation Agenda
10
RavenClaw Architecture
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
RHowAreYou?
IGlad
ISorry
Fever
Travel
RAskFever
EMeasureTemp
IInformFever
Dialog Stack
Expectation Agenda
Madeleine
11
RavenClaw Architecture
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
RHowAreYou?
IGlad
ISorry
Fever
Travel
RAskFever
EMeasureTemp
IInformFever
Dialog Stack
Expectation Agenda
Welcome
Madeleine
12
RavenClaw Architecture
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
RHowAreYou?
IGlad
ISorry
Fever
Travel
RAskFever
EMeasureTemp
IInformFever
Dialog Stack
Expectation Agenda
Hi, this is Madeleine, the automated
Madeleine
13
RavenClaw Architecture
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
RHowAreYou?
IGlad
ISorry
Fever
Travel
RHeadache
R
R
R
RAskFever
EMeasureTemp
IInformFever
Dialog Stack
Expectation Agenda
Hi, this is Madeleine, the automated
LoadSymptoms
Madeleine
14
RavenClaw Architecture
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
RHowAreYou?
IGlad
ISorry
Fever
Travel
RHeadache
R
R
R
RAskFever
EMeasureTemp
IInformFever
Dialog Stack
Expectation Agenda
Hi, this is Madeleine, the automated
Madeleine
15
RavenClaw Architecture
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
RHowAreYou?
IGlad
ISorry
Fever
Travel
RHeadache
R
R
R
RAskFever
EMeasureTemp
IInformFever
Dialog Stack
Expectation Agenda
Hi, this is Madeleine, the automated
GeneralFeel
Madeleine
16
RavenClaw Architecture
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
GeneralFeel
RHowAreYou?
IGlad
ISorry
Fever
Travel
RHeadache
R
R
R
IGlad
ISorry
RAskFever
EMeasureTemp
IInformFever
Dialog Stack
Expectation Agenda
Hi, this is Madeleine, the automated
general_feeling good, bad, soso
How are you feeling today?
general_feeling good, bad, soso
Not so good, I think I have a fever
general_feeling good, bad,
sosohave_fever fever. !yes,
!noheadache headache, !yes, !nocough
cough, !yes, !no
soso(not so good)fever(I think I have a
fever)
HowAreYou
GeneralFeel
GeneralFeel
Madeleine
17
Illustrated Features
  • Dynamic generation of dialog task structure
  • Symptoms loaded from backend, appropriate
    structures to talk about them created
    on-the-fly
  • New symptoms no DM changes
  • Dynamic dialog control policy
  • The order in which symptoms are addressed is
    controlled by the backend
  • Conversational skills

18
Illustrated Features
  • Dynamic generation of dialog task structure
  • Symptoms loaded from backend, appropriate
    structures to talk about them created
    on-the-fly
  • New symptoms no DM changes
  • Dynamic dialog control policy
  • The order in which symptoms are addressed is
    controlled by the backend
  • Conversational skills

19
Dynamic Dialog Control
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
RHowAreYou?
IGlad
ISorry
Fever
Travel
RHeadache
R
R
R
RAskFever
EMeasureTemp
IInformFever
Dialog Stack
Expectation Agenda
Hi, this is Madeleine, the automated How are you
today? Not so good, I think I have a
headacheSorry to hear youre not feeling so
good,Tell me more about your symptoms Do you
have abdominal pain?
Diagnose
Madeleine
20
Illustrated Features
  • Dynamic generation of dialog task structure
  • Symptoms loaded from backend, appropriate
    structures to talk about them created
    on-the-fly
  • New symptoms no DM changes
  • Dynamic dialog control policy
  • The order in which symptoms are addressed is
    controlled by the backend
  • Conversational skills

21
Conversational Skills
  • Corresponding agencies added automatically to the
    dialog task tree
  • Help
  • What Can I Say?
  • Repeat
  • Suspend / Resume
  • Start Over
  • Timeout handling (not illustrated)
  • Still need all the language generation prompts
    and grammar, but some of those are develop-once,
    too

22
Conclusion
  • Highlights
  • Set task posed no challenges to the framework
  • Easy to implement
  • Dynamic dialog structure and control
  • Automatic use of domain-independent
    conversational skills
  • Lowlights?
  • Toolkit perspective how easy would it be for
    someone else to build it?
  • Asynchronous behaviors? (timing)
  • Couple of bugs / fixes (or is that a highlight?)

23
Demo
Run
24
RavenClaw Grounding
Madeleine
ELoadSymptoms
GeneralFeel
Diagnose
IWelcome
RHowAreYou?
IGlad
ISorry
Fever
Travel
RHeadache
R
R
R
RAskFever
EMeasureTemp
IInformFever
Grounding Engine
Strategies
25
Other RavenClaw systems
  • LARRI Language Assistant for Retrieval of
    Repair Information
  • RoomLine Conference room reservation within SCS
  • Lets Go! (BusLine) Bus schedule information in
    Pittsburgh
  • TeamTalk Command and control for a team of
    robots
  • Eureka Dialog interface to a clustered web
    search engine (Vivisimo)
Write a Comment
User Comments (0)
About PowerShow.com