Difference between revisions of "Dialogue Systems"
Jump to navigation
Jump to search
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''Dialogue Systems''' are human-computer interfaces where interaction is modeled on natural language conversations between humans. Dialogue systems can be speech-based, text-based, or multimodal (e.g. speech plus graphics), and are used in simple applications (such as booking cinema tickets) as well as much more complex research systems (e.g. collaboration with robots, tutorial dialogue systems). | |
− | |||
− | + | ==History== | |
− | |||
− | + | ==Further reading== | |
− | |||
− | + | There is a wikipedia article on [http://en.wikipedia.org/wiki/Dialogue_systems Dialogue Systems]. | |
− | + | ==Projects== | |
− | A small example of dialog involving playing cards that uses direct manipulation as well as English is | + | * '''CardWorld1''': A small example of dialog involving playing cards that uses direct manipulation as well as English is [http://www.yorku.ca/jmason/CardWorld1.html CardWorld1]. It involves ''deictic'' and ''anaphoric'' reference as well as direct reference to a changeable configuration of piles of cards on a virtual table top. The model can be extended in many directions, as suggested in the [http://www.yorku.ca/jmason/UnderstandingEnglishInLimitedPragmaticDomains.html documentation]. The implementation is in Java, and source code as well as executable code is open source. It can also be [http://www.asdnetworks.com/demos/cardworld2/ run directly] from a Java enabled web browser. |
− | - | + | * '''TALK Project''': A recent EC project on dialogue systems is the [http://www.talk-project.org TALK project]. |
+ | |||
+ | |||
+ | {{stub}} | ||
+ | |||
+ | [[Category:Research]] |
Latest revision as of 14:58, 22 September 2012
Dialogue Systems are human-computer interfaces where interaction is modeled on natural language conversations between humans. Dialogue systems can be speech-based, text-based, or multimodal (e.g. speech plus graphics), and are used in simple applications (such as booking cinema tickets) as well as much more complex research systems (e.g. collaboration with robots, tutorial dialogue systems).
History
Further reading
There is a wikipedia article on Dialogue Systems.
Projects
- CardWorld1: A small example of dialog involving playing cards that uses direct manipulation as well as English is CardWorld1. It involves deictic and anaphoric reference as well as direct reference to a changeable configuration of piles of cards on a virtual table top. The model can be extended in many directions, as suggested in the documentation. The implementation is in Java, and source code as well as executable code is open source. It can also be run directly from a Java enabled web browser.
- TALK Project: A recent EC project on dialogue systems is the TALK project.