Dialogue Processing
   HOME

TheInfoList



OR:

A dialogue system, or conversational agent (CA), is a computer system intended to converse with a human. Dialogue systems employed one or more of text, speech, graphics, haptics, gestures, and other modes for communication on both the input and output channel. The elements of a dialogue system are not defined because this idea is under research, however, they are different from chatbot. The typical
GUI The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, inste ...
wizard engages in a sort of dialogue, but it includes very few of the common dialogue system components, and the dialogue state is trivial.


Background

After dialogue systems based only on written text processing starting from the early Sixties, the first ''speaking'' dialogue system was issued by the DARPA Project in the USA in 1977. After the end of this 5-year project, some European projects issued the first dialogue system able to speak many languages (also French, German and Italian).Alberto Ciaramella, ''A prototype performance evaluation report'', Sundial work package 8000 (1993). Those first systems were used in the telecom industry to provide phone various services in specific domains, e.g. automated agenda and train tables service.


Components

What sets of components are included in a dialogue system, and how those components divide up responsibilities differs from system to system. Principal to any dialogue system is the
dialogue manager A dialogue system, or conversational agent (CA), is a computer system intended to converse with a human. Dialogue systems employed one or more of text, speech, graphics, haptics, gestures, and other modes for communication on both the input and o ...
, which is a component that manages the state of the dialogue, and dialogue strategy. A typical activity cycle in a dialogue system contains the following phases: # The user speaks, and the input is converted to plain text by the system's input recogniser/decoder, which may include: #* automatic speech recogniser (ASR) #* gesture recogniser #*
handwriting recogniser Handwriting is the writing done with a writing instrument, such as a pen or pencil, in the hand. Handwriting includes both block letters, printing and cursive styles and is separate from formal calligraphy or typeface. Because each person's ha ...
# The text is analysed by a natural language understanding (NLU) unit, which may include: #* Proper Name identification #* part-of-speech tagging #* Syntactic/semantic parser # The semantic information is analysed by the
dialogue manager A dialogue system, or conversational agent (CA), is a computer system intended to converse with a human. Dialogue systems employed one or more of text, speech, graphics, haptics, gestures, and other modes for communication on both the input and o ...
, which keeps the history and state of the dialogue and manages the general flow of the conversation. # Usually, the dialogue manager contacts one or more task managers, that have knowledge of the specific task domain. # The dialogue manager produces output using an output generator, which may include: #* natural language generator #* gesture generator #*
layout manager Layout managers are software components used in widget toolkits which have the ability to lay out graphical control elements by their relative positions without using distance units. It is often more natural to define component layouts in this manne ...
# Finally, the output is rendered using an output renderer, which may include: #* text-to-speech engine (TTS) #* talking head #* robot or avatar Dialogue systems that are based on a text-only interface (e.g. text-based chat) contain only stages 2–5.


Types of systems

Dialogue systems fall into the following categories, which are listed here along a few dimensions. Many of the categories overlap and the distinctions may not be well established. * by
modality Modality may refer to: Humanities * Modality (theology), the organization and structure of the church, as distinct from sodality or parachurch organizations * Modality (music), in music, the subject concerning certain diatonic scales * Modalitie ...
** text-based **
spoken dialogue system A spoken dialog system (SDS) is a computer system able to converse with a human with voice. It has two essential components that do not exist in a written text dialog system: a speech recognizer and a text-to-speech module (written text dialog syst ...
** graphical user interface ** multi-modal * by device ** telephone-based systems **
PDA PDA may refer to: Science and technology * Patron-driven acquisition, a mechanism for libraries to purchase books *Personal digital assistant, a mobile device * Photodiode array, a type of detector * Polydiacetylenes, a family of conducting poly ...
systems ** in-car systems ** robot systems ** desktop/
laptop A laptop, laptop computer, or notebook computer is a small, portable personal computer (PC) with a screen and alphanumeric keyboard. Laptops typically have a clam shell form factor with the screen mounted on the inside of the upper li ...
systems *** native *** in- browser systems *** in- virtual machine ** in- virtual environment ** robots * by style ** command-based **
menu In a restaurant, the menu is a list of food and beverages offered to customers and the prices. A menu may be à la carte – which presents a list of options from which customers choose – or table d'hôte, in which case a pre-established seque ...
-driven **
natural language In neuropsychology, linguistics, and philosophy of language, a natural language or ordinary language is any language that has evolved naturally in humans through use and repetition without conscious planning or premeditation. Natural languages ...
** speech graffiti * by initiative ** system initiative ** user initiative ** mixed initiative


Natural dialogue systems

''"A Natural Dialogue System is a form of dialogue system that tries to improve usability and user satisfaction by imitating human behaviour"'' (Berg, 2014). It addresses the features of a human-to-human dialogue (e.g. sub dialogues and topic changes) and aims to integrate them into dialogue systems for human-machine interaction. Often, (spoken) dialogue systems require the user to adapt to the system because the system is only able to understand a very limited vocabulary, is not able to react to topic changes, and does not allow the user to influence the dialogue flow. Mixed-initiative is a way to enable the user to have an active part in the dialogue instead of only answering questions. However, the mere existence of mixed-initiative is not sufficient to be classified as a natural dialogue system. Other important aspects include: * Adaptivity of the system * Support of implicit confirmation * Usage of verification questions * Possibilities to correct information that has already been given * Over-informativeness (give more information than has been asked for) * Support negations * Understand references by analysing discourse and anaphora * Natural language generation to prevent monotonous and recurring prompts * Adaptive and situation-aware formulation * Social behaviour (greetings, the same level of formality as the user, politeness) * Quality of speech recognition and synthesis Although most of these aspects are issues of many different research projects, there is a lack of tools that support the development of dialogue systems addressing these topics. Apart from VoiceXML that focuses on interactive voice response systems and is the basis for many spoken dialogue systems in industry (customer support applications) and
AIML The All-India Muslim League (AIML) was a political party established in Dhaka in 1906 when a group of prominent Muslim politicians met the Viceroy of British India, Lord Minto, with the goal of securing Muslim interests on the Indian subcontin ...
that is famous for the
A.L.I.C.E. A.L.I.C.E. (Artificial Linguistic Internet Computer Entity), also referred to as Alicebot, or simply Alice, is a natural language processing chatterbot—a program that engages in a conversation with a human by applying some heuristical pattern ...
chatbot, none of these integrate linguistic features like dialogue acts or language generation. Therefore, NADIA (a research prototype) gives an idea of how to fill that gap and combines some of the aforementioned aspects like natural language generation, adaptive formulation, and sub dialogues.


Performance

Some authors measure the dialogue system's performance in terms of the percentage of sentences completely right, by comparing the model of sentences (this measure is called ''Concept Sentence Accuracy'' or ''Sentence Understanding'').


Applications

Dialogue systems can support a broad range of applications in business enterprises, education, government, healthcare, and entertainment. For example: * Responding to customers' questions about products and services via a company's website or
intranet portal An intranet portal is the gateway that unifies access to enterprise information and applications on an intranet. It is a tool that helps a company manage its data, applications, and information more easily through personalized views. Some portal sol ...
* Customer service agent knowledge base: Allows agents to type in a customer's question and guide them with a response * Guided selling: Facilitating transactions by providing answers and guidance in the sales process, particularly for complex products being sold to novice customers * Help desk: Responding to internal employee questions, e.g., responding to HR questions * Website navigation: Guiding customers to relevant portions of complex websites—a Website concierge * Technical support: Responding to technical problems, such as diagnosing a problem with a product or device * Personalized service: Conversational agents can leverage internal and external databases to personalise interactions, such as answering questions about account balances, providing portfolio information, delivering frequent flier or membership information, for example * Training or education: They can provide problem-solving advice while the user learns * Simple dialogue systems are widely used to decrease the human workload in
call center A call centre ( Commonwealth spelling) or call center (American spelling; see spelling differences) is a managed capability that can be centralised or remote that is used for receiving or transmitting a large volume of enquiries by telephone. ...
s. In this and other industrial telephony applications, the functionality provided by dialogue systems is known as interactive voice response or IVR. * Support scientist in data manipulation and analysis tasks, for example in genomics. In some cases, conversational agents can interact with users using artificial characters. These agents are then referred to as
embodied agents In artificial intelligence, an embodied agent, also sometimes referred to as an interface agent, is an intelligent agent that interacts with the environment through a physical body within that environment. Agents that are represented graphically ...
.


Toolkits and architectures

A survey of current frameworks, languages and technologies for defining dialogue systems.


See also

* Call avoidance


References


Further reading

* {{Cite book , last=Will , first=Thomas , title=Creating a Dynamic Speech Dialogue , publisher= VDM Verlag Dr. Müller , year=2007 , isbn=978-3-8364-4990-8 Multimodal interaction User interfaces Systems engineering