RavenClaw
From Olympus
RavenClaw is the dialogue manager and is a successor to the earlier AGENDA dialog manager. RavenClaw manages dialog using two data structures, the Task Tree and the Agenda. The Task Tree is essentially a plan (or plans) for performing specified tasks in a given domain. In principle the task Tree should include each of the activities that humans may reasonably want to undertake using the systems. Task Trees are normally constructed by the developer although the architecture provides for dynamic task-tree modification allowing the system and the user to carry out a limited form of planning. The Agenda is an ordered list of Agents that is used to dispatch inputs to appropriate Agents in the task Tree. The Agenda is recomputed on every turn of the dialogue, placing the current Agent (effectively the focus of the conversation) at the top of the list. Input (in the form of semantic concepts generated by Phoenix and Helios) is match to successive items on the agenda. When a match occurs the corresponding Agent is activated with matching concepts in the input. An Agent may not consume all input concepts and thus remaining concepts are passed further down the agenda until some Agent can consume them (including a catch-all Agent at the bottom of the agenda).
RavenClaw operation is driven by concept input. In principle the origin of the input(s) is not specified and in practice can come from sources other than spoken language. This allows RavenClaw to manage multi-modal dialogues as well as accept inputs from non-human sources (for example non-synchronous events generated in the domain). An example of such a system is LARRI.
- RavenClaw Task Specification Language Reference
- Agents in RavenClaw
- Concepts in RavenClaw
- RavenClaw Grammar Mappings and Binding Filters
- RavenClaw Prompt Description Syntax
Publications
- Bohus, Dan & Alexander I. Rudnicky (2009), "The RavenClaw dialog management framework: Architecture and systems", Computer Speech & Language
- Bohus, Dan & Alexander Rudnicky (2005), "Error Handling in the RavenClaw dialog management architecture", HLT-EMNLP
- Bohus, Dan & Alexander Rudnicky (2003), "RavenClaw: Dialog Management Using Hierarchical Task Decomposition and an Expectation Agenda", Proceedings of the European Conference on Speech Communication and Technology
- Rudnicky & Wei Xu (1999), "An agenda-based dialog management architecture for spoken language systems", IEEE ASRU Workshop
