US8572209B2 - Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms - Google Patents

Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms Download PDF

Info

Publication number
US8572209B2
US8572209B2 US11/871,571 US87157107A US8572209B2 US 8572209 B2 US8572209 B2 US 8572209B2 US 87157107 A US87157107 A US 87157107A US 8572209 B2 US8572209 B2 US 8572209B2
Authority
US
United States
Prior art keywords
user
interaction
application
manager
dialog
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US11/871,571
Other versions
US20080034032A1 (en
Inventor
Jennifer A. Healey
Rafah A. Hosn
Stephane Herman Maes
Thiruvilvama Lai V. Raman
Alpana Tiwari
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/871,571 priority Critical patent/US8572209B2/en
Publication of US20080034032A1 publication Critical patent/US20080034032A1/en
Application granted granted Critical
Publication of US8572209B2 publication Critical patent/US8572209B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering

Definitions

  • the present invention generally relates to information access applications and dialog systems and, more particularly, to techniques for authoring of such applications in association with mixed-initiative multi-modal interactions and natural language understanding for use in such dialog systems, and to conversational browsing mechanisms.
  • Dialog system is a phrase generally used to refer to a computer-based system or machine that permits a human to interact with one or more information accessing applications.
  • Application is a term generally used to refer to one or more computer programs which perform or provide a function.
  • mixed-initiative dialog systems typically allow user responses to affect the behavior of the dialog system with which the user interacts. That is, mixed-initiative typically refers to the capability to manage dialogs that are partially or totally driven by the user, e.g., the user takes initiative and answers or expresses requests that are not necessarily directly related to the question asked by the application.
  • mixed-initiative dialog systems also typically allow navigation between portions of an application in a non-sequential manner. A goal of such systems is to achieve rapid completion of a conversation between the user and the machine.
  • NLU natural language understanding
  • an imperative programming language is a programming language that requires the generation of traditional programming logic.
  • imperative programming language restricts the development of such dialog systems and applications to developers who are experts in the imperative programming language.
  • imperative programming in the development of applications also may require many months of development and support.
  • the present invention provides application authoring techniques, and information browsing mechanisms associated therewith, which employ programming in association with mixed-initiative multi-modal interactions and natural language understanding for use in dialog systems.
  • a method of generating an application accessible by a user in accordance with a dialog system comprises the step of representing interactions that the user may have with the dialog system as a data model and one or more user interaction elements that populate an application state of the data model and that are bound thereto, such that a dialog that the user has with the dialog system may be a mixed-initiative dialog.
  • at least a portion of the one or more user interaction elements can be transformed or associated to one or more modality-specific renderings of the application which are presentable to the user and are selected or generated by a dialog manager algorithm.
  • Interaction between the user, the interaction manager, the voice-based browser and the the dialog manager comprises: (i) the interaction manager obtains the application from a server in response to a user request, and passes a representation of the application to the dialog manger; (ii) the dialog manager determines at least one of a focus of the application and an intent of the user in accordance with the representation of the application, and informs the interaction manager of at least one of the focus of the application and the intent of the user; and (iii) the interaction manager then designates a particular portion (e.g., a snippet) of the application for presentation to the user in accordance with the voice-based browser based on the determination of at least one of the focus of the application and the intent of the user, the portion comprising at least a prompt and an input field, wherein the prompt is presented to the user and the input field specifies user input receivable in response to the prompt for use in redetermining at least one of the focus of the application and the intent of the user.
  • a particular portion e.g
  • Interaction between the user, the interaction manager, the browser and the the dialog manager functions comprises: (i) the interaction manager obtains the application from a server in response to a user request, the application representing interactions that the user may have with the application as a data model and one or more user interaction elements that populate an application state of the data model and that are bound thereto; (ii) the dialog manager receives attribute value pairs generated from user input and processes the attribute value pairs to populate the data model and determine a next interaction focus; and (iii) upon determination of the next interaction focus by the dialog manager, the application state and context are updated and an output is generated by the interaction manager and provided to the user for interaction via the browser.
  • the invention is generally applicable to any information access application regardless of the access protocol, modality, browser or device.
  • the present invention (authoring and/or architecture aspects) may be applied directly to voice browsers and Voice Extensible Markup Language (VoiceXML).
  • VoIPXML Voice Extensible Markup Language
  • the inventive principles can apply to declarative or non-declarative conversational applications (or applications that mix declarative and non-declarative applications).
  • the invention is more generally applicable to any information access situation in which it is desirable to provide programming in association with mixed-initiative multi-modal (or voice-only) interactions and natural language understanding/free flow concepts.
  • FIG. 1 is a a block diagram illustrating a dialog system capable of supporting IML applications according to an embodiment of the present invention
  • FIG. 2 is a diagram illustrating interaction and data model document object model tree representations according to an embodiment of the present invention
  • FIG. 3 is a flow diagram illustrating an overall flow of initial operations associated with a dialog system according to an embodiment of the present invention
  • FIGS. 4A through 4C are a flow diagram illustrating an exchange of events in a dialog system according to an embodiment of the present invention.
  • FIG. 5 is a block diagram illustrating a generalized hardware architecture of a computer system suitable for implementing the various functional components of a dialog system according to an embodiment of the present invention.
  • IML Interaction Markup Language
  • conversational browsing environment a preferred conversational browsing environment
  • exemplary applications for a better understanding of the invention. It should be understood, however, that the invention is not limited to these particular preferred implementations and exemplary applications.
  • a dialog system that is “multi-modal” is one which supports a variety of modes of interaction between the system and the user. Such modes of interaction may include, but are not limited to, speech, keyboard, handwriting, gesture, facial expression, context, affect, etc.
  • modes of interaction may include, but are not limited to, speech, keyboard, handwriting, gesture, facial expression, context, affect, etc.
  • a user may input data to the dialog system in more than one mode (e.g., speech, text, etc.)
  • the system may output data to the user in more than one mode using more than one interface or channel (e.g., speaker, graphical user interface, etc.).
  • this invention is illustratively described for multi-modal conversational applications, it can also be deployed for voice only interactions.
  • NLU natural language understanding
  • mixed-initiative typically refers to the capability to manage dialogs that are partially or totally driven by the user: the user takes initiative and answers or expresses requests that are not necessarily directly related to the question asked by the application.
  • the application must be able to understand the request and on that basis, execute the corresponding action (e.g., execute (fetch, submit, reserve, etc.) something or present an answer) or continue a dialog and collect more information, if appropriate. It is also possible that in order to progress, the application will have to perform disambiguation and canonicalization tasks to understand the user input and determine the focus, or even will need to start additional dialogs to enable confirmation or possible correction of the interpretation so far.
  • the disambiguation task looks if a particular input, based on context, etc., is uniquely interpretable and makes sense (e.g., does one and only one flight exist at that time?).
  • the canonicalizer maps different input into a canonical form meaningful for the applications (e.g., “next Tuesday,” “May 29,” “Tuesday” could be mapped on “5/29/02”). This typically requires application (business logic) specific code that knows what is meaningful for the rest of the application.
  • Canonicalization is defined as the action to transform input attribute value pairs or context to be rendered into a standard and unambiguous format for the application.
  • NLU is a natural way to accomplish this goal. NLU can be done relying on statistical methods as described in K. A. Papineni, “Free-flow Dialog Management Using Forms,” Proc. Eurospeech, 1999; K. Davies et al., “The IBM Conversational Telephony System for Financial Applications,” Proc. Eurospeech, Budapest, 1999, the disclosures of which are incorporated by reference herein. NLU can also be fabricated by building complex grammars that anticipate every possible ways that user can formulate his/her input.
  • Section I provides a detailed description of a preferred implementation of IML according to the invention.
  • Section II provides a detailed description of a preferred conversational browsing environment that supports, parses and renders IML according to the invention.
  • IML Interaction Markup Language
  • declarative programming employing IML may be directly implemented by one skilled in the art based on the detailed descriptions provided herein.
  • IML may be implemented in accordance with the Conversational Markup Language (CML) described in the U.S. patent application identified as U.S. Ser. No. 09/544,823, filed on Apr.
  • a conversational application is written in a declarative language designed to encode conversation at the highest level consistent across multiple modalities.
  • Such a language allows application authors to program applications using interaction-based elements referred to herein as “conversational gestures.”
  • Conversational gestures are elementary programming components or elements of IML that characterize any dialog, independent of the modalities, the devices, or the browsers employed to access information associated with an application programmed in accordance therewith.
  • a set of primitive conversational gestures used to specify the behavior of the application may, for example, include “dialog,” “message,” “input,” “select” and “submit.”
  • each “message” or “input” that the system uses to present or collect data is simply defined and can be bound to information in a data model using XPath.
  • XPath an excerpt from an application written for a travel-related dialog system:
  • This example shows a “Welcome” message gesture bound to the firstName and lastName data model instance nodes for output presentation and an “arrivalCity” input gesture bound to the “arrivalCity” data model instance node.
  • a data model is specified in XML and is distinct from the presentation and the controller(s).
  • the controller(s) here refers to the mechanism by which the user updates the models based on interactions, e.g., as will be explained below, this may include a dialog manager. This results in view updates.
  • An example of a data model containing passenger and air travel information may be specified as:
  • Each of the slots in this model such as “firstName” and “departureCity,” are populated through interaction with the user.
  • the dialog structure is flexible and allows users to fill multiple slots, in various order, in a single interaction.
  • a dialog manager associated with the dialog system executing the application uses the data model to keep track of the conversation context to determine which slots have been filled with information from the user and which slots still need to be presented to complete the form.
  • Speech, text and gesture all serve as a means to the same end, but the presentation methods associated with each are inherently different.
  • the application author may wish to have strict control over the spatial presentation of information.
  • the system needs to adapt to receive whatever information the user chooses to present and respond appropriately.
  • XSLT XSL transformation
  • IML allows information to be collected from the user in a flexible order across modalities. While XSLT and IML vocabulary are used in an illustrative embodiment, other transformation mechanisms and formats can be used.
  • XSLT HyperText Markup Language
  • Presentation customizations are entirely separate from the interaction logic layer and the data model.
  • a visual presentation may show as output particularly placed “From:” and “To:” fields, while the voice channel may say as output “Where would you like to go?”
  • the separation of presentation from the underlying interaction logic also allows users the flexibility to express input in different ways through different modalities. For example, in accordance with a visual presentation of a travel application, the “From” field may be shown preceding the “To” field, since visually the user might think of a right to left line describing the trip.
  • the user can still verbally express the information in whatever order he/she prefers, e.g., “I want a flight to New York, leaving from Boston.” Since the gestures are synchronized and bound to the same data model using XPath, when the user speaks this response the information will appear in the reverse order in the appropriate fields of the HTML display.
  • a VoiceXML snippet can be associated to each focus place in the application. This may comprise only of:
  • an IML application includes an application state, modeled via an XML schema, and user interaction elements (i.e., conversational gestures) used to populate this application state.
  • the application state captures rich type information, e.g., value of the field “departureDate” is of type “date.”
  • the application also captures higher-level semantic relationships such as a relationship requiring that the field “arrivalDate” not precede “departureDate.”
  • User interaction elements in IML bind to the underlying application state, and produce rich user interaction based on the underlying type constraints modeled by the application state.
  • type constraints and cross-field constraints encapsulated in the application state are used as input to a natural language understanding (NLU) engine in order to assist in creation of appropriate disambiguation dialogs via a dialog manager.
  • NLU natural language understanding
  • the state of the values stored in the application state at any given time, combined with the associated model constraints, and the interpretation of user intent as expressed via multiple modalities of input are combined by the dialog manager in determining the next stage of the conversation between the user and the dialog system.
  • mixed-initiative IML dialogs are achieved in accordance with the present invention by:
  • Application state contains the slots currently filled by the user, as well as those filled by the application backend, if any.
  • the focus determination may be the result of the dialog manager's contextual interpretation.
  • a list of defined events in IML enhanced to incorporate NLU events provide the IML author a mechanism to attach appropriate event handlers to these events.
  • Such events include parser event, request for canonicalization and disambiguation, results from disambiguation and canonicalization, slot update or updates to data model from dialog management canonicalization, disambiguation or other external source, submission of context, update to dialog (e.g., load a sub-dialog for confirmation, correction, help, etc.). More events are provided and explained below.
  • the application author may specify navigation inside the application, thus forcing a focus shift based on either the current application state or the result of a generated event.
  • IML provides declarative authoring of the application state and its associated constraints. Further, IML leverages such constraints as input to a NLU engine.
  • the NLU engine is one more source of input in the dialog system used for the purpose of interpreting user intent.
  • a dialog system 100 with which a user 102 interacts comprises a conversational browser 104 , an application server 108 , an application backend 110 , an automatic speech recognition (ASR) engine 112 , a text-to-speech (TTS) engine 114 and a natural language understanding (NLU) engine 116 .
  • the conversational browser 104 itself, comprises a dialog manager 106 , a graphical user interface (GUI) browser 118 , a voice browser 120 , an NLU attribute value (AV) pair extractor 122 and an interaction manager 124 .
  • GUI graphical user interface
  • AV NLU attribute value
  • dialog manager 106 may alternatively be an integral part of the interaction manager 124 or may even be separate from the conversational browser itself.
  • GUI browser is only included in a multi-modal embodiment. Further, other modalities may be used instead of those provided by the GUI browser.
  • the dialog system 100 permits the user 102 to interact via mixed-initiative/free flow dialogs with one or more applications associated with content servers such as application server 108 .
  • the components of the dialog system may be connected via an appropriate network.
  • the invention is not limited to any particular network and therefore may, for example, be wireless, hardwired, local area, wide area, etc.
  • the network is the World Wide Web or Internet.
  • the network may be an Intranet.
  • the dialog system may be connected across several networks, for example: (i) wireless network (e.g., between blocks 102 and 120 or blocks 120 and 124 ); (ii) a public switched telephone network or PSTN (e.g., between blocks 102 and 120 ); (iii) Internet (e.g., between blocks 118 and 124 or blocks 102 and 120 , etc.); and (iv) Intranet (e.g., between blocks 120 and 124 and behind block 124 ).
  • wireless network e.g., between blocks 102 and 120 or blocks 120 and 124
  • PSTN public switched telephone network or PSTN
  • Internet e.g., between blocks 118 and 124 or blocks 102 and 120 , etc.
  • Intranet e.g., between blocks 120 and 124 and behind block 124 .
  • GUI browser component 118 vision/text entry
  • voice browser component 120 speech browser component 120
  • GUI browser it is meant to refer generally to one or more computer programs that permit a user to interact with data.
  • GUI browsers providing capabilities similar to those provided by well-known HTML browsers such as Microsoft's Internet Explorer may be employed.
  • voice or speech browsers examples include IBM Corporation's VoiceXML Browser which is part of the Websphere Voice Server.
  • the conversational browser 104 is preferably implemented, in whole or in part, on a client device of the user 102 .
  • the client device may be a personal computer, a laptop computer, a personal digital assistant, a cellular phone, include a regular telephone, etc.
  • the conversational browser 104 may be implemented over multiple devices, including both client and server computer systems.
  • the engines 112 , 114 and 116 may also be implemented on the client device.
  • the dialog system 100 is in the form of a client/server architecture.
  • the invention is not limited to such an architecture. Rather, individual components of the dialog system may be implemented on individual computer systems connected in a suitable manner.
  • Some examples of such configurations are disclosed in the U.S. patent application identified as Ser. No. 09/507,526 filed on Feb. 18, 2000; in the U.S. patent application identified as Ser. No. 09/544,823 filed on Apr. 6, 2000; and in the U.S. patent application identified by Express Mail No. EL797416042US Ser. No. 10/007,092 filed on Dec.
  • GUI based input/output devices e.g., display, keyboard, mouse, etc.
  • speech input/output devices e.g., microphone, speaker, etc.
  • modality specific browsers GUI browser 118 and voice browser 120
  • the inputs are abstracted into events through each modality/device specific view. Output events and instructions are provided to the user through the presentation rendered by these browsers. It is possible to consider other architectures where the browsers are not explicitly present; but input results into input events and output events are transformed into output for the user.
  • the conversational browser 104 Based on the user's request, the conversational browser 104 sends an appropriate URI (uniform resource identifier) to the application server 108 (content server) in order to request access to the particular desired application.
  • IML code associated with the application is then downloaded from the application server 108 to the conversational browser 104 .
  • the conversational browser 104 then generates the modality specific renderings, e.g., GUI representation and/or speech representation, (or gets them bound to the data model if they have been manually authored or pre-compiled) when they are based on the interaction elements (e.g., conversational gestures) associated with the IML code.
  • the user thus interacts with the conversational browser 104 via these representations.
  • the conversational browser 104 accepts input and renders output simultaneously (concurrently or sequentially) available in various modalities or devices, e.g., speech (e.g., VoiceXML), Wireless Application Protocol or WAP (e.g., Extensible HTML Mobile Profile or XHTML-MP and Wireless Markup Language or WML) and GUI (e.g. XHTML).
  • speech e.g., VoiceXML
  • WAP Wireless Application Protocol
  • WAP e.g., Extensible HTML Mobile Profile or XHTML-MP and Wireless Markup Language or WML
  • GUI e.g. XHTML
  • the mixed-initiative dialog manager 106 allows the user 102 to choose how to navigate an application and the order in which to complete tasks, as opposed to a directed dialog mode, as explained above in the background section, that forces the user to perform tasks and provide information in a predetermined order (e.g., machine-driven spoken dialogs).
  • the interaction manager 124 allows the user to proceed in a more natural conversational manner that smoothly merges simultaneous interaction in different modalities while preserving the freedom of navigation. History of interactions are exploited to understand and disambiguate the intent of the user.
  • the interaction manager 124 communicates the user's input abstractly (i.e., independently of the modality), as well as relevant modality specific information, if any, to the dialog manager 106 , which then disambiguates and interprets the user interaction and, if needed, initiates a new interaction dialog to help better understand the intent or to offer a possibility to confirm or correct the interpretation.
  • the conversational browser preferably employs a document object model (DOM) based model-view-controller (MVC) approach, as will be explained below.
  • DOM document object model
  • MVC model-view-controller
  • the interaction manager 124 controls the GUI browser 118 and the voice browser 120 .
  • each component or sub-component of the conversational browser 104 can be local or distributed with respect to one another.
  • the interaction manager 124 may be implemented as a multi-modal shell as described in the U.S. patent application identified as Ser. No. 09/507,526 filed on Feb. 18, 2000; and in the U.S. patent application identified as Ser. No. 09/544,823 filed on Apr. 6, 2000.
  • the interaction manager 124 receives interaction events (DOM events or authored events) that capture the user's input from either the GUI browser 118 or the voice browser 120 and renders output to the respective browsers in appropriate modalities by updating the presentation in each of the appropriate browsers.
  • interaction events DOM events or authored events
  • the application is authored in IML and transcoded into the appropriate modality when rendering in one of the browser views.
  • a presentation bound to the data model e.g., pre-authored or compiled VoiceXML snippets.
  • Other authoring approaches can be employed with this architecture.
  • presentations suited for each target channel can be manually authored and bound to IML data models with synchronization information.
  • the interaction manager 124 and the dialog manager 106 maintain DOM tree representations of the user interaction logic layer that abstractly describes the user interaction and the data model manipulated by the user through this interaction.
  • This DOM representation can be shared between the dialog manager 106 and the interaction manager 124 if they are implemented as an integral component of the system.
  • a dialog gesture corresponds to a specific logical task and is also called a “form.” Each form may comprise several “input gestures” to collect the information needed to complete a task. The data collected by the input gestures is stored in the data model. Each input gesture corresponds to a “slot” in the form.
  • An IML application may comprise several forms. A further example of application code is provided below.
  • the mixed-initiative dialog manager 106 performs tasks according to the user's request. Unlike directed dialog schemes where the computer maintains control over the dialog, the mixed-initiative dialog manager 106 does not know a priori which task a user's input is directed towards. One of the main functions of the dialog manager 106 is to infer the slot and form the user's input is most suitable for. The dialog manager 106 does this by matching user input and assigning a score to each form to find the top scoring form.
  • the dialog manager 106 models user intention and switches to the appropriate task in this instance to help the user complete the query.
  • the information provided by the user may also be ambiguous, and therefore, the dialog manager 106 disambiguates the dialog.
  • the dialog manager 106 switches to the appropriate task to seek correction, clarification or confirmation.
  • Focus determination may require that the dialog manager prompt for input and/or disambiguate an input.
  • the dialog manager 106 drives the conversation intelligently based on previous interactions with the user. Although the dialog manager 106 sets the focus for the next turn in the conversation, the dialog manager 106 does not constrain the user to that particular task or sub-task.
  • dialog manager 106 Another feature of the dialog manager 106 is that it is event driven. That is, the dialog manager 106 communicates with the interaction manager 124 and the application server 108 and its application backend (business logic) 110 via DOM events. Both the interaction manager 124 and the dialog manager 106 maintain DOM based tree representations of the application. DOM events are used to communicate changes in the tree between the dialog manager 106 and the interaction manager 124 .
  • Application specific information is stored and interpreted by the application server 108 in accordance with its backend 110 .
  • Communication between the dialog manager 106 and the application is also conducted through DOM events and is routed via the interaction manager 124 .
  • Such exchanges include canonicalization and disambiguation requests, as will be explained below.
  • the GUI browser 118 and voice browser 120 provide input/output functionality, i.e., they render presentations with which the user can interact.
  • the interaction manager 124 synchronizes the rendering of output between the GUI browser 118 and the voice browser 120 and maintains the state of the interaction logic layer, i.e., state of the interaction and data model manipulated by the user.
  • the interaction manager 124 also performs the transcoding needed to render the IML application in the appropriate modality such as XHTML or VoiceXML or selects the presentation already bound to the data model in accordance with the focus determined and communicated by the dialog manager 106 .
  • the interaction manager 124 also serves as the communication channel between with the dialog manager 106 and the application business logic 110 associated with the application server 108 and beyond in databases.
  • the ASR engine 112 receives input from the user and transcribes it into a string (or text) relying on its speech data files (acoustic models, baseforms, grammars or language model) specified in the VoiceXML snippet, as described below.
  • the ASR engine relies on a stochastic grammar (language model) to produce a transcription of the input (results of speech recognition). It is possible that the ASR results be annotated with additional meta-information (scores, N-best lists etc.)
  • speech recognition results may be exchanged in Natural Language Semantics Markup Language (NLSML).
  • NLSML Natural Language Semantics Markup Language
  • the recognized text is then passed to the NLU parser 116 that calls and tags the results based on its NL data models.
  • Example of this technology are discussed in K. A. Papineni, “Free-flow Dialog Management Using Forms,” Proc. Eurospeech, 1999 and K. Davies et al., “The IBM Conversational Telephony System for Financial Applications,” Proc. Eurospeech, Budapest, 1999, the disclosures of which are incorporated by reference herein.
  • voice prompts are presented to the user, this is done through the VoiceXML snippets described below.
  • the snippet prescribes what prompt to play and how to get it.
  • the snippet may point to a pre-recorded prompt or provide the text to be synthesized via TTS engine 114 .
  • the text may be described with Speech Synthesis Markup Language or SSML.
  • NLSML and SSML are described on the W3C web site.
  • the voice browser fetches and plays the prompt, and controls the TTS engine to generate the audio to play to the user.
  • the voice browser uses application programming interfaces (APIs) to control the engines 112 , 114 and 116 .
  • APIs application programming interfaces
  • the APIs may be transported by remote control protocols for example as disclosed in the U.S. patent application identified as Ser. No. 09/806,425 filed on Jun. 25, 2001 which is a national stage filing based on PCT application US99/22925 filed Oct. 1, 1999 which claims priority to the provisional U.S. patent applications identified as Ser. No. 60/102,957 filed on Oct. 2, 1998 and Ser. No. 60/117,595 filed on Jan. 27, 1999, the disclosures of which are incorporated by reference herein.
  • the NLU AV pair extractor 122 parses and classes the elements of a voice input into attribute value (AV) pairs designed for the particular target application and understood by the data model as well as the dialog manager 106 . Classification and parsing relies on a statistical classer and a parser model. Natural Language Semantics Markup Language (NLSML) may be used as the format for exchanging the attribute value pairs, possibly annotated.
  • NLSML Natural Language Semantics Markup Language
  • a “snippet” comprises a prompt to provide to the user, an input field to collect input from the user, and a submit instruction to submit the completed form to the interaction manager 124 .
  • the prompt describes if it is to play back a pre-recorded prompt or synthesize a text and, in this case, provide the VoiceXML instructions to do so.
  • the input field is associated with the VoiceXML instructions to control the ASR, transcribe the speech input and pass it to the NL parser.
  • the interaction manager 124 generates or selects VoiceXML snippets that contain only the next prompt, an input field with a well-scoped grammar (e.g., a language model, i.e., a statistical grammar or a grammar built on the different grammars to keep in scope), and the submit instruction.
  • a well-scoped grammar e.g., a language model, i.e., a statistical grammar or a grammar built on the different grammars to keep in scope
  • the interaction manager 124 provides fine control of the prompts and input. Use of VoiceXML snippets will be further illustrated below.
  • the voice browser is the voice interface to the engines and audio input/output (I/O).
  • the dialog management is performed abstractly one layer behind (and possibly independently of the modalities).
  • the VoiceXML snippets may be generated via transcoding or selected based on the focus in a set of pre-compiled or manually authored snippets bound to the IML document.
  • the interaction manager 124 may generate bigger snippets (i.e., corresponding to more gestures than the immediate prompt under focus). For example, in XHTML, it may make sense to generate a menu of the different tasks that can be active at the same time (on top of or in another frame) and the currently partially filled task is displayed with focus on the prompt and input field expected to be filled based on the determined focus. This is only one possible way to do this. Alternative methods are contemplated by the invention.
  • IML provides a device independent means of authoring an application.
  • the interaction manager 124 transcodes and renders output to the voice or GUI browsers as appropriate.
  • the interaction manager 124 also specifies a clear separation among adapted presentations, the interaction logic layer and the business logic and data layers.
  • the interaction manager 124 and the dialog manager 106 maintain DOM tree representations of the user interaction and the data manipulated by the user.
  • the data collected from user interaction is stored in the data model in the header of the XHTML container.
  • the binding between the user interaction DOM and the data model DOM is performed at run time.
  • FIG. 2 illustrative interaction and data model DOM tree representations are depicted for the sample IML code above. As shown, an interaction DOM tree representation 202 is bound to a data model DOM representation 204 via binding 206 .
  • the task of the dialog manager 106 is to drive the interaction with the user in an intelligent manner.
  • the dialog manager 106 models the user intention at every turn and assists the user in performing tasks.
  • One of the main functions of the dialog manager 104 is to match user input with the appropriate form and slot (i.e., determine the focus of the input).
  • User input received by the conversational browser 104 is parsed by the NLU AV pair extractor 122 to generate attribute value (AV) pairs containing the semantic information gathered from the user utterance (possibly annotated with other collected or inferred information).
  • the attribute value pairs are received by the interaction manager 124 from the extractor 122 and passed as events to the dialog manager 106 .
  • the dialog manager 106 accepts these attribute value pairs as input from the conversational browser 104 as a “parser event.”
  • the dialog manager 106 scores each attribute value pair against each form and determines the top scoring form.
  • scoring may be decided based on the scoring algorithm described in the above-referenced K. Papineni reference.
  • a default generic algorithm is typically provided by the dialog manager.
  • Each form can point to a new algorithm or to new parameters for the algorithm. For example, this can be done by pointing to Java classes and/or XML arguments for the scoring algorithm.
  • the dialog manager supports such “plug-ins” and the application can associate to each dialog form a pointer to a scoring algorithm other than the default one or point/include other parameter settings.
  • the dialog manager 106 applies the values from the attribute value pairs to the appropriate slots of the top scoring form.
  • the dialog manager 106 conveys the information regarding the change in the value of a slot to interaction manager 124 as a “slot mutation event” that results in an update of the data model.
  • the dialog manager 106 determines where the focus of the conversation should be. It may be that the user has to be prompted for more information to complete a task, the user has switched between tasks and user interaction should proceed accordingly, or clarification, correction or confirmation of user input is required.
  • the dialog manager 106 determines where the focus should be in the user interaction and conveys this information to the interaction manager in a “focus event.” Again, this is based on a default algorithm that can be specified by the dialog manager algorithm and overwritten.
  • the focus may point to a new sub-dialog that results from the disambiguation with the application (the disambiguation updates the IML application and, possibly, the data model, and provides the dialog manager with a focus on the new sub-dialog).
  • the dialog manager 106 itself does not contain application-specific knowledge. All the application-specific knowledge, including disambiguation of ambiguous information, as well as the decision to disambiguate an input is the responsibility of the application business logic that runs in accordance with the application server 108 .
  • the application developer specifies if user input has to be disambiguated by associating a “canonicalize gesture” with an input gesture. The presence of a canonicalize gesture indicates that the application developer wants the data to be rendered into a standard and unambiguous format.
  • the dialog manager 106 When the dialog manager 106 receives user input in the form of an attribute value pair, the dialog manager 106 checks if the interaction specifies that the input is to be disambiguated. If so, the dialog manager 106 conveys the information to the interaction manager 124 in the form of a “canonicalization event.” The interaction manager 124 conveys the canonicalization request to the application business logic and conveys the results of the disambiguation from the application back to the dialog manager 106 as a “canonicalizer response event.” The dialog manager 106 uses this information to determine if the user input is valid, or if further clarification is needed and shifts focus accordingly.
  • the dialog manager 106 When the dialog manager 106 determines that all slots necessary for completing a task are filled, the dialog manager 106 indicates this to the interaction manager 124 via a “backend submit event.” The results of the backend request are conveyed back to the dialog manager 106 by the interaction manager 124 as a “backend submit response event.” If the backend request completes successfully, the dialog manager 106 marks a form as complete, and proceeds to the next one. If the backend request fails, the dialog manager 106 shifts focus to the interaction node for handling the error, e.g., the node in the IML user interface DOM tree where an error correction dialog is provided.
  • the interaction node for handling the error e.g., the node in the IML user interface DOM tree where an error correction dialog is provided.
  • the dialog manager 106 Given a list of attribute value pairs, the dialog manager 106 applies a simple scoring strategy to determine the most suitable form for the input.
  • the dialog manager 106 takes into account the number of matching attributes and slots, which form has focus currently, context and histories (long term and short term), etc.
  • the dialog manager 106 is designed to allow application-specific as well as new scoring strategies that can be plugged in.
  • the dialog manager 106 can also handle dialog management across multiple independently-developed applications.
  • Disambiguation with knowledge sources can be achieved by submitting partially filled data models and hypotheses (deferred data model updates) as attribute value pairs for validation by the knowledge source (e.g., is a return date valid, if earlier transactions involved a later departure date; does a particular transaction type exist, etc.).
  • Dialog management relies on any available information. Additional information about the attribute value pairs can be useful (e.g., confidence levels, N-best list of values, alternate attributes etc.).
  • the scoring strategy may be a single (or multiple) default of the dialog manager or be indicated explicitly by a form that points to a plug-in dialog manager strategy. This may be just parametrization of the (or one of the) default strategy or with respect to another one. The parametrization can be done in XML. Imperatively, script or other strategies can be also introduced by pointing to a form specific and application specific plug-in authored (e.g., in Java) to handle this.
  • the invention may employ a two pass scoring strategy. In the first pass, the dialog that can use the interpreted input is determined. If more than one dialog is selected during the first pass, arbitration is performed between them in a second pass.
  • the invention also provides a canonicalization service to communicate with the application servlet (e.g., application server 108 in FIG. 1 ) for canonicalization/disambiguation.
  • the dialog manager will expect the application servlet to return either a unique canonicalized value, a failure indication, sub-dialogs or data model updates.
  • Sub-dialog may be present in the original application or be returned as an update to the application that has focus by the web application server when it turns out that the current dialog state is ambiguous, requires more details, confirmation or correction.
  • an application is authored in IML and consists of a set of interactions and a data model.
  • the servlets provide the canonicalization/disambiguation facility.
  • the dynamic generation of a sub-dialog for purposes of disambiguation works as follows.
  • the servlet will try to canonicalize the input it has received, upon failing to do so, it will generate a sub-dialog to clarify the input.
  • the sub-dialog receives user input it will call the servlet that created the sub-dialog for (re)canonicalization.
  • the canonicalized input will be returned to the dialog manager.
  • the sub-dialog may receive unconstrained input and so it may send (arrivalCity, Springfield-Garbage) to the servlet. The servlet will then determine that canonicalization has failed and respond accordingly to the dialog manager.
  • the dialog manager 106 communicates with the interaction manager 124 through DOM events. Consistent with the IML authoring techniques described herein, the application comprises a set of user interactions and a data model. Both the interaction manager 124 and the dialog manager 106 maintain DOM tree representations of the user interaction and the data.
  • the dialog manager 106 sends the following events to the interaction manager 124 : (1) focus events (to inform the interaction manager 124 of the next step in the interaction); (2) slot mutation events (to inform the interaction manager 124 of changes of data model variables); and (3) canonicalization events (disambiguation requests to the application via the interaction manager 124 ), backend submit events (to indicate to the interaction manager 124 that a particular instance or form should be sent to the application server 108 to update the application state and possibly the interaction).
  • a backend submit event corresponds to a conventional HTTP page submit. It is to be understood that the backend submit event can also be to a local business logic on the same system on which the conversational browser resides.
  • the dialog manager 106 is registered as an event listener on the interaction tree for the following events: (1) parser events that contain the attribute value pairs derived from user input; (2) canonicalizer response events that contain the results of disambiguation of user input; (3) backend submit response events that indicate if a backend request has completed successfully or not; (4) GUI focus events that indicate if the focus has been set explicitly by the user via the GUI browser 118 ; and (5) slot mutation events from the GUI browser 118 that contain updated data model values that the interaction manager 124 has received from the GUI browser 118 .
  • the exchanges between the application server 108 , the dialog manager 106 and the interaction manager 124 of the dialog system 100 comprise sequences of these events.
  • the invention is not restricted to communication via sequences of events.
  • dialogs forms
  • This can be done by enabling indexing of the data model and IML interaction gestures and by adding information in the “plug-in” associated to the form that specifies how inheritance and management of two or multiple versions of the form and data model should be treated.
  • FIG. 3 Before illustrating an example of event exchanges associated with the components of a dialog system according to the invention in the context of FIGS. 4A through 4C , a flow diagram illustrating initial operation flow is provided in FIG. 3 .
  • FIG. 3 a flow diagram illustrates an overall flow 300 of initial operations associated with a dialog system according to an embodiment of the present invention.
  • a transaction e.g., requests access to an application associated with a content server
  • an appropriate application IML code
  • a user request may be generated in a variety of ways depending on the application that the dialog system 100 is performing. Some examples of the ways in which a request may be initiated are as follows.
  • the application is dedicated to searching for a phone number of a party that the user is trying to reach. For example, this is the case in an IVR (Interactive Voice Response) application or a “welcome” menu of a voice portal type application.
  • IVR Interactive Voice Response
  • the appropriate IML application is loaded into the interaction manager 124 when the dialog system is instantiated or when the dialog system is assigned a telephony port.
  • the GUI and/or voice browser is first instantiated and, within the GUI browser or voice browser, the user selects a particular URI to a conversational application.
  • the associated IML page(s) is then loaded into the interaction manager 124 .
  • the IML application is parsed by the interaction manager 124 into a data model and a user interface (UI) presentation (or an “interaction” as described above) bound to the data model, in step 306 .
  • UI user interface
  • respective DOM (document object model) based representations of the data model and the UI presentation are then generated.
  • the DOM based representations are preferably in a tree format (e.g., FIG. 2 ).
  • the DOM based representation of the UI presentation may be in an abstract form for subsequent presentation rendering in the final target form or may be a presentation in a final target form bound to the data model, e.g., XHTML (Extensible HTML), XHTML-Mobile, WML (Wireless Markup Language), VoiceXML, XHTML+Voice, etc.
  • XHTML Extensible HTML
  • XHTML-Mobile Wireless Markup Language
  • WML Wireless Markup Language
  • VoiceXML XHTML+Voice
  • the interaction manager 124 passes a replication of the DOM representation of the data model to the dialog manager 106 for use in accordance therewith, as has been described herein.
  • the interaction manager and the dialog manager are implemented as a common component, they may share the same DOM representations.
  • step 312 the presentations (final renderings) for each modality are generated. That is, some part of the requested application is presented to the user via the GUI browser 118 and/or the voice browser 120 .
  • FIGS. 4A through 4C a flow diagram illustrates an exchange of events in a dialog system according to an embodiment of the present invention.
  • step 402 the interaction manager 124 sends a parser event to the dialog manager 106 .
  • the parser event contains the attribute value pairs generated by the NLU extractor 122 from the semantic representation of the user's utterance.
  • step 404 the dialog manager 106 uses this information to fill appropriate slots.
  • step 406 the dialog manager 106 determines that disambiguation is required for the input.
  • the dialog manager 106 sends a canonicalization event to the interaction manager 124 .
  • step 408 the interaction manager 124 propagates the event to the application server 108 .
  • step 410 the application server 108 responds with a canonicalize response event that the interaction manager 124 conveys to the dialog manager 106 . If the disambiguation has failed, the dialog manager 106 shifts focus, in step 412 , to the user interaction containing the clarification message. If the disambiguation has succeeded, the dialog manager 106 determines the slot value is valid, in step 414 . The dialog manager 106 sends a slot mutation event to the interaction manager 124 , followed by a focus event that shifts focus to the next empty slot, in step 416 .
  • the dialog manager 106 determines that all slots needed to complete a task are filled, in step 418 . Then, in step 420 , the dialog manager 106 sends a backend submit event to the interaction manager 124 .
  • step 422 the interaction manager 124 passes the event to the application server 108 and waits for a response.
  • the application server 108 responds with a backend submit response event, in step 424 .
  • an updated data model instance is returned, in step 426 , to the interaction manager 124 .
  • the interaction manager 124 then sends the data model update to the dialog manager 106 , in step 428 .
  • the dialog manager 106 marks that form as complete and focus shifts to the next form, in step 430 . If a backend request fails, the dialog manager 106 shifts focus to the user interaction containing a message alerting the user of the problem, or loads a sub-dialog, in step 432 .
  • the interaction manager 124 also informs the dialog manager 106 of user input the interaction manager 124 has received from the GUI browser 118 . If the user 102 explicitly set focus via the GUI browser 118 , the interaction manager 124 sends the dialog manager 106 a GUI focus event. Slot mutation events are sent by the interaction manager 124 to the dialog manager 106 in response to slot updates from the GUI browser 118 . This allows the dialog manager 106 to synchronize its state with the interaction manager 124 .
  • FIG. 5 a block diagram is shown illustrating a generalized hardware architecture of a computer system suitable for implementing the various functional components of a dialog system as depicted in the figures and explained in detail herein.
  • the individual components of the dialog system e.g., as illustrated in FIG. 1
  • the application server 108 and associated backend 110 are implemented on one or more server systems having the architecture of FIG. 5 .
  • the computer system may be implemented in accordance with a processor 502 , a memory 504 and I/O devices 506 .
  • processor as used herein is intended to include any processing device, such as, for example, one that includes a CPU (central processing unit) and/or other processing circuitry.
  • memory as used herein is intended to include memory associated with a processor or CPU, such as, for example, RAM, ROM, a fixed memory device (e.g., hard drive), a removable memory device (e.g., diskette), flash memory, etc.
  • input/output devices or “I/O devices” as used herein is intended to include, for example, one or more modality-specific input devices (e.g., camera, microphone, keyboard, mouse, etc.) for entering data to the processing unit, and/or one or more modality-specific output devices (e.g., speaker, display, etc.) for presenting results associated with the processing unit.
  • modality-specific input devices e.g., camera, microphone, keyboard, mouse, etc.
  • modality-specific output devices e.g., speaker, display, etc.
  • processor may refer to more than one processing device and that various elements associated with a processing device may be shared by other processing devices.
  • software components including instructions or code for performing the methodologies of the invention, as described herein, may be stored in one or more of the associated memory devices (e.g., ROM, fixed or removable memory) and, when ready to be utilized, loaded in part or in whole (e.g., into RAM) and executed by a CPU.
  • ROM read-only memory
  • RAM random access memory
  • VoiceXML VoiceXML is also built off forms
  • the invention is not limited to those precise embodiments, and that various other changes and modifications may be made by one skilled in the art without departing from the scope or spirit of the invention.
  • VoiceXML is considerd as IML: (1) the grammars are extended to support language models and NL grammars that rely on NL parsers+AV extractor; (2) add reference to a scoring/disambiguation algorithm to select the fields that have been filled by input and determine the next focus.

Abstract

Application authoring techniques, and information browsing mechanisms associated therewith, which employ programming in association with mixed-initiative multi-modal interactions and natural language understanding for use in dialog systems. Also, a conversational browsing architecture is provided for use with these and other authoring techniques.

Description

CROSS REFERENCE TO RELATED APPLICATIONS
This application is a divisional of pending U.S. application Ser. No. 10/156,618, filed May 28, 2002, the disclosure of which is incorporated by reference herein. The present application is related to the U.S. patent application identified as U.S. Ser. No. 09/544,823, filed on Apr. 6, 2000 and entitled “Methods and Systems for Multi-Modal Browsing and Implementation of a Conversational Markup Language,” the disclosure of which is incorporated by reference herein.
FIELD OF THE INVENTION
The present invention generally relates to information access applications and dialog systems and, more particularly, to techniques for authoring of such applications in association with mixed-initiative multi-modal interactions and natural language understanding for use in such dialog systems, and to conversational browsing mechanisms.
BACKGROUND OF THE INVENTION
“Dialog system” is a phrase generally used to refer to a computer-based system or machine that permits a human to interact with one or more information accessing applications. “Application” is a term generally used to refer to one or more computer programs which perform or provide a function.
It is known that “mixed-initiative” dialog systems typically allow user responses to affect the behavior of the dialog system with which the user interacts. That is, mixed-initiative typically refers to the capability to manage dialogs that are partially or totally driven by the user, e.g., the user takes initiative and answers or expresses requests that are not necessarily directly related to the question asked by the application. Such mixed-initiative dialog systems also typically allow navigation between portions of an application in a non-sequential manner. A goal of such systems is to achieve rapid completion of a conversation between the user and the machine.
It is also known that “natural language understanding” (NLU) relates to the ability to interpret the intent/meaning of a user's input (i.e., semantic meaning).
Applications employing such concepts offer the most natural and flexible user interfaces and, thus, are key in making human-machine interaction more widely deployed and accepted.
However, in accordance with existing approaches, such applications which attempt to employ mixed-initiative dialogs or natural language understanding are almost exclusively written using an “imperative” programming language such as C, C++, Java, script, or combinations thereof. As is known, an imperative programming language is a programming language that requires the generation of traditional programming logic.
Unfortunately, the use of an imperative programming language restricts the development of such dialog systems and applications to developers who are experts in the imperative programming language. The use of imperative programming in the development of applications also may require many months of development and support.
On the other hand, it is known that “declarative” programming does not necessarily require the generation of the same type of traditional programming logic that imperative programming requires. However, declarative authoring using a markup language, such as VoiceXML (Voice Extensible Markup Language) for speech-enabled applications, has been mainly limited to directed dialog systems. As opposed to mixed-initiative dialog systems, directed dialog systems are strictly machine-driven. That is, the user must answer the prompts provided by the machine in a sequential manner until all the information the application needs to perform an action is gathered. Thus, with directed dialog systems, users can not interact with the application naturally, since interaction is restricted to a question/answer type session.
Accordingly, there is a need for application authoring techniques, and information browsing mechanisms associated therewith, which employ declarative and other programming in association with mixed-initiative multi-modal interactions and natural language understanding for use in dialog systems.
SUMMARY OF THE INVENTION
The present invention provides application authoring techniques, and information browsing mechanisms associated therewith, which employ programming in association with mixed-initiative multi-modal interactions and natural language understanding for use in dialog systems.
In one aspect of the invention, a method of generating an application accessible by a user in accordance with a dialog system comprises the step of representing interactions that the user may have with the dialog system as a data model and one or more user interaction elements that populate an application state of the data model and that are bound thereto, such that a dialog that the user has with the dialog system may be a mixed-initiative dialog. Further, in accordance with the application generating method, at least a portion of the one or more user interaction elements can be transformed or associated to one or more modality-specific renderings of the application which are presentable to the user and are selected or generated by a dialog manager algorithm.
In another aspect of the invention, a conversational browser apparatus for providing access to an application by a user comprises: an interaction manager; at least one modality based browser operatively coupled to the interaction manager, the modality based browser being a voice-based browser; and a dialog manager operatively coupled to the interaction manager. Interaction between the user, the interaction manager, the voice-based browser and the the dialog manager comprises: (i) the interaction manager obtains the application from a server in response to a user request, and passes a representation of the application to the dialog manger; (ii) the dialog manager determines at least one of a focus of the application and an intent of the user in accordance with the representation of the application, and informs the interaction manager of at least one of the focus of the application and the intent of the user; and (iii) the interaction manager then designates a particular portion (e.g., a snippet) of the application for presentation to the user in accordance with the voice-based browser based on the determination of at least one of the focus of the application and the intent of the user, the portion comprising at least a prompt and an input field, wherein the prompt is presented to the user and the input field specifies user input receivable in response to the prompt for use in redetermining at least one of the focus of the application and the intent of the user.
In yet another aspect of the invention, a conversational browser apparatus for providing access to an application by a user comprises an interaction manager function; at least one modality based browser function operatively coupled to the interaction manager; and a dialog manager operatively coupled to the interaction manager function. Interaction between the user, the interaction manager, the browser and the the dialog manager functions comprises: (i) the interaction manager obtains the application from a server in response to a user request, the application representing interactions that the user may have with the application as a data model and one or more user interaction elements that populate an application state of the data model and that are bound thereto; (ii) the dialog manager receives attribute value pairs generated from user input and processes the attribute value pairs to populate the data model and determine a next interaction focus; and (iii) upon determination of the next interaction focus by the dialog manager, the application state and context are updated and an output is generated by the interaction manager and provided to the user for interaction via the browser.
It is to be appreciated that the invention is generally applicable to any information access application regardless of the access protocol, modality, browser or device. In one embodiment, it is contemplated that the present invention (authoring and/or architecture aspects) may be applied directly to voice browsers and Voice Extensible Markup Language (VoiceXML). The inventive principles can apply to declarative or non-declarative conversational applications (or applications that mix declarative and non-declarative applications). Thus, the invention is more generally applicable to any information access situation in which it is desirable to provide programming in association with mixed-initiative multi-modal (or voice-only) interactions and natural language understanding/free flow concepts.
These and other objects, features and advantages of the present invention will become apparent from the following detailed description of illustrative embodiments thereof, which is to be read in connection with the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a a block diagram illustrating a dialog system capable of supporting IML applications according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating interaction and data model document object model tree representations according to an embodiment of the present invention;
FIG. 3 is a flow diagram illustrating an overall flow of initial operations associated with a dialog system according to an embodiment of the present invention;
FIGS. 4A through 4C are a flow diagram illustrating an exchange of events in a dialog system according to an embodiment of the present invention; and
FIG. 5 is a block diagram illustrating a generalized hardware architecture of a computer system suitable for implementing the various functional components of a dialog system according to an embodiment of the present invention.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
The following description will illustrate the invention using a preferred specification of IML (Interaction Markup Language), a preferred conversational browsing environment, and some exemplary applications for a better understanding of the invention. It should be understood, however, that the invention is not limited to these particular preferred implementations and exemplary applications.
It is to be understood that a dialog system that is “multi-modal” is one which supports a variety of modes of interaction between the system and the user. Such modes of interaction may include, but are not limited to, speech, keyboard, handwriting, gesture, facial expression, context, affect, etc. Thus, while a user may input data to the dialog system in more than one mode (e.g., speech, text, etc.), the system may output data to the user in more than one mode using more than one interface or channel (e.g., speaker, graphical user interface, etc.). Further, it is to be understood that while this invention is illustratively described for multi-modal conversational applications, it can also be deployed for voice only interactions.
It is to be understood that natural language understanding (NLU) designates the capability to understand the meaning/intent behind a particular natural input of a user. Instead of simply recognizing a sentence constrained by grammars (i.e., by how the user is constrained in what he/she can say at a given moment) or just transcribing without understanding/interpretting what the user says (e.g., using stochastic grammars, i.e., language models), in the case of NLU, the system handles an input expressed in a free form manner in order to map this against a set of attributes and generate a set of value pairs that characterize the intent behind the input.
Further, mixed-initiative typically refers to the capability to manage dialogs that are partially or totally driven by the user: the user takes initiative and answers or expresses requests that are not necessarily directly related to the question asked by the application. The application must be able to understand the request and on that basis, execute the corresponding action (e.g., execute (fetch, submit, reserve, etc.) something or present an answer) or continue a dialog and collect more information, if appropriate. It is also possible that in order to progress, the application will have to perform disambiguation and canonicalization tasks to understand the user input and determine the focus, or even will need to start additional dialogs to enable confirmation or possible correction of the interpretation so far.
It is to be understood that the disambiguation task looks if a particular input, based on context, etc., is uniquely interpretable and makes sense (e.g., does one and only one flight exist at that time?). The canonicalizer maps different input into a canonical form meaningful for the applications (e.g., “next Tuesday,” “May 29,” “Tuesday” could be mapped on “5/29/02”). This typically requires application (business logic) specific code that knows what is meaningful for the rest of the application. Canonicalization is defined as the action to transform input attribute value pairs or context to be rendered into a standard and unambiguous format for the application.
Thus, in order to deploy mixed-initiative/free flow/conversational applications, it is necessary to be able to understand the intent of the user when he/she provides input. As free flow implies, somehow freedom must be given to the user. NLU is a natural way to accomplish this goal. NLU can be done relying on statistical methods as described in K. A. Papineni, “Free-flow Dialog Management Using Forms,” Proc. Eurospeech, 1999; K. Davies et al., “The IBM Conversational Telephony System for Financial Applications,” Proc. Eurospeech, Budapest, 1999, the disclosures of which are incorporated by reference herein. NLU can also be fabricated by building complex grammars that anticipate every possible ways that user can formulate his/her input.
The detailed description is divided into the following sections for ease of reference: (I) Declarative Application Authoring Techniques; and (II) Conversational Browser Architecture. Section I provides a detailed description of a preferred implementation of IML according to the invention. Section II provides a detailed description of a preferred conversational browsing environment that supports, parses and renders IML according to the invention.
I. Declarative Application Authoring Techniques
As will be explained in detail below, the invention enables the authoring of applications in a declarative XML (Extensible Markup Language) based programming language referred to as Interaction Markup Language or IML. It is to be understood that declarative programming employing IML may be directly implemented by one skilled in the art based on the detailed descriptions provided herein. However, it is also to be understood that IML may be implemented in accordance with the Conversational Markup Language (CML) described in the U.S. patent application identified as U.S. Ser. No. 09/544,823, filed on Apr. 6, 2000 and entitled “Methods and Systems for Multi-Modal Browsing and Implementation of a Conversational Markup Language,” the disclosure of which is incorporated by reference herein, based on the detailed descriptions provided herein. It is also to be appreciated that other languages following similar principles can be used. Since syntax and semantics depend on the particular application, it is to be further appreciated that, given the inventive teachings herein, one of ordinary skill in the art will be able to generate appropriate syntax and semantics for one or more particular applications.
There are three components to application authoring in the IML framework: (i) the user interaction; (ii) the data model; and (iii) the presentation. The following describes each of these components and the relationships between them.
(i) User Interaction: Encoding the Essence of Conversations
In accordance with the invention, a conversational application is written in a declarative language designed to encode conversation at the highest level consistent across multiple modalities. Such a language allows application authors to program applications using interaction-based elements referred to herein as “conversational gestures.” Conversational gestures are elementary programming components or elements of IML that characterize any dialog, independent of the modalities, the devices, or the browsers employed to access information associated with an application programmed in accordance therewith.
A set of primitive conversational gestures used to specify the behavior of the application may, for example, include “dialog,” “message,” “input,” “select” and “submit.” For example, each “message” or “input” that the system uses to present or collect data is simply defined and can be bound to information in a data model using XPath. To illustrate, the following is an excerpt from an application written for a travel-related dialog system:
<dialog name= “trip/air” action = “submit”>
 <message>
  Welcome <value name= “trip/user/firstName”/>
  <value name= “trip/user/lastName”/>!
 </message>
 <input name= “arrivalCity”>
  <grammar src= “travel.gram”/>
  <caption> Where will you be flying to?</caption>
 </input> . . .
 <submit target= “http://localhost/DB”/>
</dialog>
This example shows a “Welcome” message gesture bound to the firstName and lastName data model instance nodes for output presentation and an “arrivalCity” input gesture bound to the “arrivalCity” data model instance node. The message uses full XPath expressions such as “trip/user/firstName” while the input constructs the path “trip/air/arrivalCity” from both the binding in the nearest dialog gesture name=“trip/air” and the binding inside the input gesture name=“arrivalCity.”
(ii) Data Model Specification
In a preferred implementation, a data model is specified in XML and is distinct from the presentation and the controller(s). The controller(s) here refers to the mechanism by which the user updates the models based on interactions, e.g., as will be explained below, this may include a dialog manager. This results in view updates. An example of a data model containing passenger and air travel information may be specified as:
<?xml version= “1.0?”>
<trip>
 <user>
  <firstName/>
  <lastName/>
  <password/>
 </user>
 <air>
  <departureCity/>
  <departureDate/>
  <arrivalCity/>
  <returnDate/>
 </air>
</trip>
Each of the slots in this model, such as “firstName” and “departureCity,” are populated through interaction with the user. The dialog structure is flexible and allows users to fill multiple slots, in various order, in a single interaction. As will be explained below, a dialog manager associated with the dialog system executing the application uses the data model to keep track of the conversation context to determine which slots have been filled with information from the user and which slots still need to be presented to complete the form.
(iii) Presentation Rules
Speech, text and gesture all serve as a means to the same end, but the presentation methods associated with each are inherently different. In a visual presentation, the application author may wish to have strict control over the spatial presentation of information. However, in speech conversation, the system needs to adapt to receive whatever information the user chooses to present and respond appropriately. Thus, in an embodiment of IML, XSLT (XSL transformation) rules are used to allow the author to specify the details of data presentation in a particular modality. Thus, with such a structure, IML allows information to be collected from the user in a flexible order across modalities. While XSLT and IML vocabulary are used in an illustrative embodiment, other transformation mechanisms and formats can be used.
With XSLT, for example, an IML application designer can specify the exact order, font, size, color and placement of visual data by including special tags in XSLT rules for HTML (HyperText Markup Language):
<xsl:template match= “dialog[@format_key= ‘D2’]”>
 <p>I want the best round-trip travel:</p>
  <table><tr><td><b>From:</b></td>
   <td><xsl:apply-templates select= “input[@select_key= ‘I4’]”/>
   </td><td><b>To:</b></td>
   <td><xsl:apply-templates select= “input[@select_key= ‘15’”/>
   </td></tr> . . . </table> . . .
</xsl:template>
In addition, individual users with special needs may use special XSLT rules to show larger fonts, bigger buttons or to allow selection input through gesture or alternative input devices.
Presentation customizations are entirely separate from the interaction logic layer and the data model. As a result, a visual presentation may show as output particularly placed “From:” and “To:” fields, while the voice channel may say as output “Where would you like to go?” The separation of presentation from the underlying interaction logic also allows users the flexibility to express input in different ways through different modalities. For example, in accordance with a visual presentation of a travel application, the “From” field may be shown preceding the “To” field, since visually the user might think of a right to left line describing the trip. However, the user can still verbally express the information in whatever order he/she prefers, e.g., “I want a flight to New York, leaving from Boston.” Since the gestures are synchronized and bound to the same data model using XPath, when the user speaks this response the information will appear in the reverse order in the appropriate fields of the HTML display.
It is to be appreciated that specifications of such well-known standards such as XSL, XSLT and XPath may be found on the W3C (World Wide Web Consortium) web site. However it is to be further appreciated that the invention does not rely on XSL or such associated transformations. The invention contemplates simply binding a presentation (or multiple presentations in multi-modal cases) to the data model (manually authored or pre-compiled). When focus is set on a particular portion of the dialog, the corresponding presentation is sent for the user to interact.
In a typical example, a VoiceXML snippet can be associated to each focus place in the application. This may comprise only of:
    • (i) A prompt as will be determined by the dialog manager (this may even be dynamically generated based on the focus and context); and
    • (ii) An input field waiting for only one input. The associated data files specify the use of a NLU grammar. This implies that the voice browser uses NLU parsing (and language model for decoding/transcribing). This is to be understood as an extension of VoiceXML 2.0 (to understand such new grammar type) or as a reinterpretation of VoiceXML so that it supports LM (language model) and parsing when a Xgrammar is specified.
      (iv) IML Applications
Thus, in accordance with the invention and as detailed above, an IML application includes an application state, modeled via an XML schema, and user interaction elements (i.e., conversational gestures) used to populate this application state. The application state captures rich type information, e.g., value of the field “departureDate” is of type “date.” The application also captures higher-level semantic relationships such as a relationship requiring that the field “arrivalDate” not precede “departureDate.” User interaction elements in IML bind to the underlying application state, and produce rich user interaction based on the underlying type constraints modeled by the application state.
Further, as will be detailed below, type constraints and cross-field constraints encapsulated in the application state are used as input to a natural language understanding (NLU) engine in order to assist in creation of appropriate disambiguation dialogs via a dialog manager. Still further, the state of the values stored in the application state at any given time, combined with the associated model constraints, and the interpretation of user intent as expressed via multiple modalities of input (e.g., speech, gestures, etc.), are combined by the dialog manager in determining the next stage of the conversation between the user and the dialog system.
Thus, mixed-initiative IML dialogs are achieved in accordance with the present invention by:
(1) Modeling the application state along with its type and cross-field constraints.
(2) Continuously maintaining and updating the application state as represented in an IML interpreter. Application state, at any given dialog turn, contains the slots currently filled by the user, as well as those filled by the application backend, if any.
(3) Passing the user's utterances to an NLU engine to extract semantic meaning.
(4) Using contextual knowledge present in the application state along with the semantic meaning returned by the NLU engine to permit rich, context-sensitive interpretation of the user utterance. As will be illustrated below, this can be achieved by passing the application state and the result of the NLU engine to a dialog manager.
(5) Using the contextual interpretation to decide which portion of the dialog gets traversed next and update the application state. In an architecture that includes a dialog manager, the focus determination may be the result of the dialog manager's contextual interpretation.
(6) A list of defined events in IML enhanced to incorporate NLU events, provide the IML author a mechanism to attach appropriate event handlers to these events. Such events include parser event, request for canonicalization and disambiguation, results from disambiguation and canonicalization, slot update or updates to data model from dialog management canonicalization, disambiguation or other external source, submission of context, update to dialog (e.g., load a sub-dialog for confirmation, correction, help, etc.). More events are provided and explained below.
(7) Through enhanced IML, the application author may specify navigation inside the application, thus forcing a focus shift based on either the current application state or the result of a generated event.
Advantageously, IML provides declarative authoring of the application state and its associated constraints. Further, IML leverages such constraints as input to a NLU engine. Thus, the NLU engine is one more source of input in the dialog system used for the purpose of interpreting user intent.
These and other features and advantages realized via declarative programming in accordance with the invention will be further evident based on a description of implementations of inventive conversational browser architectures which support, parse and render IML, to be presented in the section below.
II. Conversational Browser Architecture
Referring now to FIG. 1, a block diagram illustrates a dialog system capable of supporting IML applications according to an embodiment of the present invention. As shown, a dialog system 100 with which a user 102 interacts comprises a conversational browser 104, an application server 108, an application backend 110, an automatic speech recognition (ASR) engine 112, a text-to-speech (TTS) engine 114 and a natural language understanding (NLU) engine 116. The conversational browser 104, itself, comprises a dialog manager 106, a graphical user interface (GUI) browser 118, a voice browser 120, an NLU attribute value (AV) pair extractor 122 and an interaction manager 124. It is to be appreciated that the dialog manager 106 may alternatively be an integral part of the interaction manager 124 or may even be separate from the conversational browser itself. Also, it is to be appreciated that the GUI browser is only included in a multi-modal embodiment. Further, other modalities may be used instead of those provided by the GUI browser.
The dialog system 100 permits the user 102 to interact via mixed-initiative/free flow dialogs with one or more applications associated with content servers such as application server 108. The components of the dialog system may be connected via an appropriate network. The invention is not limited to any particular network and therefore may, for example, be wireless, hardwired, local area, wide area, etc. In one embodiment, the network is the World Wide Web or Internet. In another embodiment, the network may be an Intranet. Also, the dialog system may be connected across several networks, for example: (i) wireless network (e.g., between blocks 102 and 120 or blocks 120 and 124); (ii) a public switched telephone network or PSTN (e.g., between blocks 102 and 120); (iii) Internet (e.g., between blocks 118 and 124 or blocks 102 and 120, etc.); and (iv) Intranet (e.g., between blocks 120 and 124 and behind block 124).
It is to be understood that while the conversational browser 104 depicts the use of two interaction modalities; vision/text entry (GUI browser component 118) and speech (voice browser component 120), the invention is not limited to these modalities. Also, it is to be understood that by the term “browser,” it is meant to refer generally to one or more computer programs that permit a user to interact with data. Thus, GUI browsers providing capabilities similar to those provided by well-known HTML browsers such as Microsoft's Internet Explorer may be employed. Examples of voice or speech browsers that may be employed include IBM Corporation's VoiceXML Browser which is part of the Websphere Voice Server.
The conversational browser 104 is preferably implemented, in whole or in part, on a client device of the user 102. For example, the client device may be a personal computer, a laptop computer, a personal digital assistant, a cellular phone, include a regular telephone, etc. However, it is to be understood that the conversational browser 104 may be implemented over multiple devices, including both client and server computer systems.
The engines 112, 114 and 116 may also be implemented on the client device. Thus, the dialog system 100 is in the form of a client/server architecture. However, it is to be understood that the invention is not limited to such an architecture. Rather, individual components of the dialog system may be implemented on individual computer systems connected in a suitable manner. Some examples of such configurations are disclosed in the U.S. patent application identified as Ser. No. 09/507,526 filed on Feb. 18, 2000; in the U.S. patent application identified as Ser. No. 09/544,823 filed on Apr. 6, 2000; and in the U.S. patent application identified by Express Mail No. EL797416042US Ser. No. 10/007,092 filed on Dec. 4, 2001 and entitled “Systems and Methods for Implementing Modular DOM-Based Multi-Modal Browsers,” which claims priority to the provisional U.S. patent application identified as Ser. No. 06/251,085 filed on Dec. 4, 2000, the disclosures of which are incorporated by reference herein.
In general, the user 102 interfaces with the dialog system 100 via a textual and/or graphic interface (GUI based input/output devices—e.g., display, keyboard, mouse, etc.), and/or the interface can be via speech (audio input/output devices—e.g., microphone, speaker, etc.) associated with the client device. These input/output devices provide the physical mechanisms for the modality specific browsers (GUI browser 118 and voice browser 120) to receive input from the user data and present output data to the user during the course of the dialog that occurs in accordance with the accessed application. The inputs are abstracted into events through each modality/device specific view. Output events and instructions are provided to the user through the presentation rendered by these browsers. It is possible to consider other architectures where the browsers are not explicitly present; but input results into input events and output events are transformed into output for the user.
Based on the user's request, the conversational browser 104 sends an appropriate URI (uniform resource identifier) to the application server 108 (content server) in order to request access to the particular desired application. IML code associated with the application, generated in accordance with the inventive principles explained above in section I, is then downloaded from the application server 108 to the conversational browser 104. The conversational browser 104 then generates the modality specific renderings, e.g., GUI representation and/or speech representation, (or gets them bound to the data model if they have been manually authored or pre-compiled) when they are based on the interaction elements (e.g., conversational gestures) associated with the IML code. The user thus interacts with the conversational browser 104 via these representations.
Given the illustrative architecture depicted in FIG. 1, various detailed features and interactions associated with the components of the dialog system will now be described.
(i) Mixed-Initiative Conversational Browsing
The conversational browser 104 accepts input and renders output simultaneously (concurrently or sequentially) available in various modalities or devices, e.g., speech (e.g., VoiceXML), Wireless Application Protocol or WAP (e.g., Extensible HTML Mobile Profile or XHTML-MP and Wireless Markup Language or WML) and GUI (e.g. XHTML). It is to be understood that other devices or modalities may be added in the same way.
The mixed-initiative dialog manager 106 allows the user 102 to choose how to navigate an application and the order in which to complete tasks, as opposed to a directed dialog mode, as explained above in the background section, that forces the user to perform tasks and provide information in a predetermined order (e.g., machine-driven spoken dialogs). The interaction manager 124 allows the user to proceed in a more natural conversational manner that smoothly merges simultaneous interaction in different modalities while preserving the freedom of navigation. History of interactions are exploited to understand and disambiguate the intent of the user.
In accordance with the invention, the interaction manager 124 communicates the user's input abstractly (i.e., independently of the modality), as well as relevant modality specific information, if any, to the dialog manager 106, which then disambiguates and interprets the user interaction and, if needed, initiates a new interaction dialog to help better understand the intent or to offer a possibility to confirm or correct the interpretation. The conversational browser preferably employs a document object model (DOM) based model-view-controller (MVC) approach, as will be explained below.
In the embodiment illustrated in FIG. 1, the interaction manager 124 controls the GUI browser 118 and the voice browser 120. As mentioned above, each component or sub-component of the conversational browser 104 can be local or distributed with respect to one another. In one embodiment, the interaction manager 124 may be implemented as a multi-modal shell as described in the U.S. patent application identified as Ser. No. 09/507,526 filed on Feb. 18, 2000; and in the U.S. patent application identified as Ser. No. 09/544,823 filed on Apr. 6, 2000.
The interaction manager 124 receives interaction events (DOM events or authored events) that capture the user's input from either the GUI browser 118 or the voice browser 120 and renders output to the respective browsers in appropriate modalities by updating the presentation in each of the appropriate browsers.
In accordance with the invention, the application is authored in IML and transcoded into the appropriate modality when rendering in one of the browser views. As explained above, instead of transcoding, upon determination of the focus, it is possible to use a presentation bound to the data model (e.g., pre-authored or compiled VoiceXML snippets). Other authoring approaches can be employed with this architecture. In particular, presentations suited for each target channel can be manually authored and bound to IML data models with synchronization information.
The interaction manager 124 and the dialog manager 106 maintain DOM tree representations of the user interaction logic layer that abstractly describes the user interaction and the data model manipulated by the user through this interaction. This DOM representation can be shared between the dialog manager 106 and the interaction manager 124 if they are implemented as an integral component of the system. A dialog gesture corresponds to a specific logical task and is also called a “form.” Each form may comprise several “input gestures” to collect the information needed to complete a task. The data collected by the input gestures is stored in the data model. Each input gesture corresponds to a “slot” in the form. An IML application may comprise several forms. A further example of application code is provided below.
The mixed-initiative dialog manager 106 performs tasks according to the user's request. Unlike directed dialog schemes where the computer maintains control over the dialog, the mixed-initiative dialog manager 106 does not know a priori which task a user's input is directed towards. One of the main functions of the dialog manager 106 is to infer the slot and form the user's input is most suitable for. The dialog manager 106 does this by matching user input and assigning a score to each form to find the top scoring form.
It may take several turns in the conversation to collect all the information required to complete any one task. In an airline reservation application, several pieces of information may have to be collected from the user, such as departure city, arrival city, departure time, etc. The user may say that he wants to go to Boston the next day. In this case, the user would have to be prompted for missing information such as where he is leaving from, what time would he like to leave, etc. The user may also switch between various tasks at any time, such as checking his frequent flier miles while making a reservation. The dialog manager 106 therefore models user intention and switches to the appropriate task in this instance to help the user complete the query. The information provided by the user may also be ambiguous, and therefore, the dialog manager 106 disambiguates the dialog. When contradictory, or blatantly wrong, the dialog manager 106 switches to the appropriate task to seek correction, clarification or confirmation.
Another important function of the dialog manager 106 is focus determination or specifying the next turn in the conversation. Focus determination may require that the dialog manager prompt for input and/or disambiguate an input. The dialog manager 106 drives the conversation intelligently based on previous interactions with the user. Although the dialog manager 106 sets the focus for the next turn in the conversation, the dialog manager 106 does not constrain the user to that particular task or sub-task.
Another feature of the dialog manager 106 is that it is event driven. That is, the dialog manager 106 communicates with the interaction manager 124 and the application server 108 and its application backend (business logic) 110 via DOM events. Both the interaction manager 124 and the dialog manager 106 maintain DOM based tree representations of the application. DOM events are used to communicate changes in the tree between the dialog manager 106 and the interaction manager 124.
Application specific information is stored and interpreted by the application server 108 in accordance with its backend 110. Communication between the dialog manager 106 and the application is also conducted through DOM events and is routed via the interaction manager 124. Such exchanges include canonicalization and disambiguation requests, as will be explained below.
The GUI browser 118 and voice browser 120 provide input/output functionality, i.e., they render presentations with which the user can interact. The interaction manager 124 synchronizes the rendering of output between the GUI browser 118 and the voice browser 120 and maintains the state of the interaction logic layer, i.e., state of the interaction and data model manipulated by the user. The interaction manager 124 also performs the transcoding needed to render the IML application in the appropriate modality such as XHTML or VoiceXML or selects the presentation already bound to the data model in accordance with the focus determined and communicated by the dialog manager 106. The interaction manager 124 also serves as the communication channel between with the dialog manager 106 and the application business logic 110 associated with the application server 108 and beyond in databases.
The ASR engine 112 receives input from the user and transcribes it into a string (or text) relying on its speech data files (acoustic models, baseforms, grammars or language model) specified in the VoiceXML snippet, as described below. In particular, in a preferred embodiment, the ASR engine relies on a stochastic grammar (language model) to produce a transcription of the input (results of speech recognition). It is possible that the ASR results be annotated with additional meta-information (scores, N-best lists etc.) In another embodiment, speech recognition results may be exchanged in Natural Language Semantics Markup Language (NLSML).
The recognized text is then passed to the NLU parser 116 that calls and tags the results based on its NL data models. Example of this technology are discussed in K. A. Papineni, “Free-flow Dialog Management Using Forms,” Proc. Eurospeech, 1999 and K. Davies et al., “The IBM Conversational Telephony System for Financial Applications,” Proc. Eurospeech, Budapest, 1999, the disclosures of which are incorporated by reference herein.
Similarly, when voice prompts are presented to the user, this is done through the VoiceXML snippets described below. The snippet prescribes what prompt to play and how to get it. The snippet may point to a pre-recorded prompt or provide the text to be synthesized via TTS engine 114. The text may be described with Speech Synthesis Markup Language or SSML. NLSML and SSML are described on the W3C web site. The voice browser fetches and plays the prompt, and controls the TTS engine to generate the audio to play to the user.
The voice browser uses application programming interfaces (APIs) to control the engines 112, 114 and 116. When the engines are distributed, the APIs may be transported by remote control protocols for example as disclosed in the U.S. patent application identified as Ser. No. 09/806,425 filed on Jun. 25, 2001 which is a national stage filing based on PCT application US99/22925 filed Oct. 1, 1999 which claims priority to the provisional U.S. patent applications identified as Ser. No. 60/102,957 filed on Oct. 2, 1998 and Ser. No. 60/117,595 filed on Jan. 27, 1999, the disclosures of which are incorporated by reference herein.
Other engines may be involved (e.g., speaker recognition) and the same mechanisms can be used for other modalities that result in engines for processing input or output (adapted to the specificity of the modalities, e.g., video processing or handwriting). Note that the text used to generate voice prompts can itself be automatically generated from the context, focus and application, instead of being merely specified by the application once the dialog manager determines the focus. In such case, the information to convey to the user is presented as attribute value pairs, which may be annotated. These are also examples of exchanges that may be represented in NLSML and that are then assembled into a natural human sentence or set of sentences via NLG (Natural Language Generation) technology.
The NLU AV pair extractor 122 parses and classes the elements of a voice input into attribute value (AV) pairs designed for the particular target application and understood by the data model as well as the dialog manager 106. Classification and parsing relies on a statistical classer and a parser model. Natural Language Semantics Markup Language (NLSML) may be used as the format for exchanging the attribute value pairs, possibly annotated.
(ii) VoiceXML Snippets
In accordance with the invention, rather than transcoding an entire (or portions of) IML authored application associated with the application into VoiceXML for rendering in accordance with the voice browser 120, only a snippet of VoiceXML is generated or selected. A “snippet” comprises a prompt to provide to the user, an input field to collect input from the user, and a submit instruction to submit the completed form to the interaction manager 124. The prompt describes if it is to play back a pre-recorded prompt or synthesize a text and, in this case, provide the VoiceXML instructions to do so. The input field is associated with the VoiceXML instructions to control the ASR, transcribe the speech input and pass it to the NL parser. This is done by extending VoiceXML with an NL grammar tag that designates the NL parser data files to use. It can also be done by modifying the VoiceXML runtime to always involve the NL parser. This mechanism allows to circumvent the constraints of the VoiceXML form interpretation algorithm and lets the interaction manager/dialog manager determine the focus of the application and next dialog instead of relying on the VoiceXML form interpretation algorithm to do so.
Thus, the interaction manager 124 generates or selects VoiceXML snippets that contain only the next prompt, an input field with a well-scoped grammar (e.g., a language model, i.e., a statistical grammar or a grammar built on the different grammars to keep in scope), and the submit instruction. The interaction manager 124 provides fine control of the prompts and input. Use of VoiceXML snippets will be further illustrated below.
In this approach, the voice browser is the voice interface to the engines and audio input/output (I/O). But the dialog management is performed abstractly one layer behind (and possibly independently of the modalities). Again, the VoiceXML snippets may be generated via transcoding or selected based on the focus in a set of pre-compiled or manually authored snippets bound to the IML document.
In other modalities, the interaction manager 124 may generate bigger snippets (i.e., corresponding to more gestures than the immediate prompt under focus). For example, in XHTML, it may make sense to generate a menu of the different tasks that can be active at the same time (on top of or in another frame) and the currently partially filled task is displayed with focus on the prompt and input field expected to be filled based on the determined focus. This is only one possible way to do this. Alternative methods are contemplated by the invention.
(iii) IML Applications and DOM Representations
As previously explained, IML provides a device independent means of authoring an application. The interaction manager 124 transcodes and renders output to the voice or GUI browsers as appropriate. The interaction manager 124 also specifies a clear separation among adapted presentations, the interaction logic layer and the business logic and data layers. The interaction manager 124 and the dialog manager 106 maintain DOM tree representations of the user interaction and the data manipulated by the user.
The following is a simple example of a user interaction expressed in IML:
<?xml version=“1.0” encoding=“ISO-8859-1”?>
<html name=”travel” version=”1.0”> <head>
<model id=“TravelDetails”>
<trip>
<userInfo>
<name/>
</userInfo>
....more details
</trip>
</model ></head><body>
<iml name=”travel” version=”1.0”>
<iml:model-ref id=”TravelDetails” src=”travel_all.xml”/>
<iml:instance name=”trip” type=”TravelDetails”/>
<iml:interaction node_id = “I1” ...>
<iml:dialog node_id=”D1” name=”trip/userinfo” ...>
<iml :message node_id=”M1”>
Welcome to our flight information system.
<iml:/message>
<iml:input name=”name”>
<iml:caption node_id=”C0”>
Please enter your name
</iml :caption>
</iml :input>
</iml :dialog>
</iml:interaction>
</body></html>
The data collected from user interaction is stored in the data model in the header of the XHTML container. The binding between the user interaction DOM and the data model DOM is performed at run time.
Referring now to FIG. 2, illustrative interaction and data model DOM tree representations are depicted for the sample IML code above. As shown, an interaction DOM tree representation 202 is bound to a data model DOM representation 204 via binding 206.
(iv) Event Driven, Form-Based Dialog Manager
The task of the dialog manager 106 is to drive the interaction with the user in an intelligent manner. The dialog manager 106 models the user intention at every turn and assists the user in performing tasks.
One of the main functions of the dialog manager 104 is to match user input with the appropriate form and slot (i.e., determine the focus of the input). User input received by the conversational browser 104 is parsed by the NLU AV pair extractor 122 to generate attribute value (AV) pairs containing the semantic information gathered from the user utterance (possibly annotated with other collected or inferred information). The attribute value pairs are received by the interaction manager 124 from the extractor 122 and passed as events to the dialog manager 106. The dialog manager 106 accepts these attribute value pairs as input from the conversational browser 104 as a “parser event.”
The dialog manager 106 scores each attribute value pair against each form and determines the top scoring form. By way of one example, scoring may be decided based on the scoring algorithm described in the above-referenced K. Papineni reference. A default generic algorithm is typically provided by the dialog manager. Each form however can point to a new algorithm or to new parameters for the algorithm. For example, this can be done by pointing to Java classes and/or XML arguments for the scoring algorithm. In a preferred embodiment, the dialog manager supports such “plug-ins” and the application can associate to each dialog form a pointer to a scoring algorithm other than the default one or point/include other parameter settings.
The dialog manager 106 applies the values from the attribute value pairs to the appropriate slots of the top scoring form. The dialog manager 106 conveys the information regarding the change in the value of a slot to interaction manager 124 as a “slot mutation event” that results in an update of the data model.
Another important function of the dialog manager 106 is focus determination (for the next output (the previous discussion was about focus for the last input)) or specifying the next turn in the conversation to intelligently drive the conversation with the user. Based on prior interactions with the user, the dialog manager 106 determines where the focus of the conversation should be. It may be that the user has to be prompted for more information to complete a task, the user has switched between tasks and user interaction should proceed accordingly, or clarification, correction or confirmation of user input is required. The dialog manager 106 determines where the focus should be in the user interaction and conveys this information to the interaction manager in a “focus event.” Again, this is based on a default algorithm that can be specified by the dialog manager algorithm and overwritten. As explained below, the focus may point to a new sub-dialog that results from the disambiguation with the application (the disambiguation updates the IML application and, possibly, the data model, and provides the dialog manager with a focus on the new sub-dialog).
Preferably, the dialog manager 106 itself does not contain application-specific knowledge. All the application-specific knowledge, including disambiguation of ambiguous information, as well as the decision to disambiguate an input is the responsibility of the application business logic that runs in accordance with the application server 108. The application developer specifies if user input has to be disambiguated by associating a “canonicalize gesture” with an input gesture. The presence of a canonicalize gesture indicates that the application developer wants the data to be rendered into a standard and unambiguous format.
When the dialog manager 106 receives user input in the form of an attribute value pair, the dialog manager 106 checks if the interaction specifies that the input is to be disambiguated. If so, the dialog manager 106 conveys the information to the interaction manager 124 in the form of a “canonicalization event.” The interaction manager 124 conveys the canonicalization request to the application business logic and conveys the results of the disambiguation from the application back to the dialog manager 106 as a “canonicalizer response event.” The dialog manager 106 uses this information to determine if the user input is valid, or if further clarification is needed and shifts focus accordingly.
When the dialog manager 106 determines that all slots necessary for completing a task are filled, the dialog manager 106 indicates this to the interaction manager 124 via a “backend submit event.” The results of the backend request are conveyed back to the dialog manager 106 by the interaction manager 124 as a “backend submit response event.” If the backend request completes successfully, the dialog manager 106 marks a form as complete, and proceeds to the next one. If the backend request fails, the dialog manager 106 shifts focus to the interaction node for handling the error, e.g., the node in the IML user interface DOM tree where an error correction dialog is provided.
Given a list of attribute value pairs, the dialog manager 106 applies a simple scoring strategy to determine the most suitable form for the input. The dialog manager 106 takes into account the number of matching attributes and slots, which form has focus currently, context and histories (long term and short term), etc. The dialog manager 106 is designed to allow application-specific as well as new scoring strategies that can be plugged in. The dialog manager 106 can also handle dialog management across multiple independently-developed applications.
Disambiguation with knowledge sources can be achieved by submitting partially filled data models and hypotheses (deferred data model updates) as attribute value pairs for validation by the knowledge source (e.g., is a return date valid, if earlier transactions involved a later departure date; does a particular transaction type exist, etc.).
Dialog management relies on any available information. Additional information about the attribute value pairs can be useful (e.g., confidence levels, N-best list of values, alternate attributes etc.).
In the data model of the invention, the scoring strategy may be a single (or multiple) default of the dialog manager or be indicated explicitly by a form that points to a plug-in dialog manager strategy. This may be just parametrization of the (or one of the) default strategy or with respect to another one. The parametrization can be done in XML. Imperatively, script or other strategies can be also introduced by pointing to a form specific and application specific plug-in authored (e.g., in Java) to handle this. The invention may employ a two pass scoring strategy. In the first pass, the dialog that can use the interpreted input is determined. If more than one dialog is selected during the first pass, arbitration is performed between them in a second pass. The invention also provides a canonicalization service to communicate with the application servlet (e.g., application server 108 in FIG. 1) for canonicalization/disambiguation. The dialog manager will expect the application servlet to return either a unique canonicalized value, a failure indication, sub-dialogs or data model updates.
Sub-dialog may be present in the original application or be returned as an update to the application that has focus by the web application server when it turns out that the current dialog state is ambiguous, requires more details, confirmation or correction.
As mentioned, an application is authored in IML and consists of a set of interactions and a data model. The servlets provide the canonicalization/disambiguation facility. The dynamic generation of a sub-dialog for purposes of disambiguation works as follows. The servlet will try to canonicalize the input it has received, upon failing to do so, it will generate a sub-dialog to clarify the input. When the sub-dialog receives user input it will call the servlet that created the sub-dialog for (re)canonicalization. The canonicalized input will be returned to the dialog manager.
Example
    • (1) User: “I want to go to Springfield”
    • (2) The dialog manager 106 asks for canonicalization on (arrivalCity, Springfield).
    • (3) The servlet determines there is more than one Springfield and generates a sub-dialog that asks “Do you mean Springfield, Mass. or Springfield, Ill.” The sub-dialog will accept user responses such as “Illinois,” “Massachusetts” or “the second one.”
    • (4) The sub-dialog will send (arrivalCity, Springfield-Mass.) back to the servlet.
    • (5) The servlet will successfully canonicalize (arrivalCity, Springfield-Mass.) and return the canonicalized value to the dialog manager (or interaction manager depending on routing scheme)
The sub-dialog may receive unconstrained input and so it may send (arrivalCity, Springfield-Garbage) to the servlet. The servlet will then determine that canonicalization has failed and respond accordingly to the dialog manager.
(v) Interaction Between the Interaction Manager and the Dialog Manager
As mentioned above, the dialog manager 106 communicates with the interaction manager 124 through DOM events. Consistent with the IML authoring techniques described herein, the application comprises a set of user interactions and a data model. Both the interaction manager 124 and the dialog manager 106 maintain DOM tree representations of the user interaction and the data.
The dialog manager 106 sends the following events to the interaction manager 124: (1) focus events (to inform the interaction manager 124 of the next step in the interaction); (2) slot mutation events (to inform the interaction manager 124 of changes of data model variables); and (3) canonicalization events (disambiguation requests to the application via the interaction manager 124), backend submit events (to indicate to the interaction manager 124 that a particular instance or form should be sent to the application server 108 to update the application state and possibly the interaction). A backend submit event corresponds to a conventional HTTP page submit. It is to be understood that the backend submit event can also be to a local business logic on the same system on which the conversational browser resides.
The dialog manager 106 is registered as an event listener on the interaction tree for the following events: (1) parser events that contain the attribute value pairs derived from user input; (2) canonicalizer response events that contain the results of disambiguation of user input; (3) backend submit response events that indicate if a backend request has completed successfully or not; (4) GUI focus events that indicate if the focus has been set explicitly by the user via the GUI browser 118; and (5) slot mutation events from the GUI browser 118 that contain updated data model values that the interaction manager 124 has received from the GUI browser 118.
Thus, as is evident from the above explanation, the exchanges between the application server 108, the dialog manager 106 and the interaction manager 124 of the dialog system 100 comprise sequences of these events. However, the invention is not restricted to communication via sequences of events.
Note also that it is possible to enable the reuse of dialogs (forms) to let the user provide information about a new request inherited from a similar previous one (e.g., return leg in an air travel reservation). This can be done by enabling indexing of the data model and IML interaction gestures and by adding information in the “plug-in” associated to the form that specifies how inheritance and management of two or multiple versions of the form and data model should be treated.
Before illustrating an example of event exchanges associated with the components of a dialog system according to the invention in the context of FIGS. 4A through 4C, a flow diagram illustrating initial operation flow is provided in FIG. 3.
Referring now to FIG. 3, a flow diagram illustrates an overall flow 300 of initial operations associated with a dialog system according to an embodiment of the present invention.
Initially, the user initiates a transaction (e.g., requests access to an application associated with a content server) in step 302. As a result of the transaction initiated by the user, an appropriate application (IML code) is loaded into the interaction manager 124 in step 304. It is to be understood that a user request may be generated in a variety of ways depending on the application that the dialog system 100 is performing. Some examples of the ways in which a request may be initiated are as follows.
In telephony type applications performed by dialog systems, it is possible that the application is dedicated to searching for a phone number of a party that the user is trying to reach. For example, this is the case in an IVR (Interactive Voice Response) application or a “welcome” menu of a voice portal type application. In these cases, the appropriate IML application is loaded into the interaction manager 124 when the dialog system is instantiated or when the dialog system is assigned a telephony port.
In more general cases, including voice portals, the GUI and/or voice browser is first instantiated and, within the GUI browser or voice browser, the user selects a particular URI to a conversational application. The associated IML page(s) is then loaded into the interaction manager 124.
It is also possible, at the start of a user transaction, that only a GUI or voice browser is present for the user and that the instantiation and connection to the interaction manager results from the selection of the application via a URL. In some cases, this may result from selecting a shortcut/application on a device used or accessed by the user.
In any case, the IML application is parsed by the interaction manager 124 into a data model and a user interface (UI) presentation (or an “interaction” as described above) bound to the data model, in step 306. In step 308, respective DOM (document object model) based representations of the data model and the UI presentation are then generated. The DOM based representations are preferably in a tree format (e.g., FIG. 2). The DOM based representation of the UI presentation may be in an abstract form for subsequent presentation rendering in the final target form or may be a presentation in a final target form bound to the data model, e.g., XHTML (Extensible HTML), XHTML-Mobile, WML (Wireless Markup Language), VoiceXML, XHTML+Voice, etc.
In step 310, the interaction manager 124 passes a replication of the DOM representation of the data model to the dialog manager 106 for use in accordance therewith, as has been described herein. In an embodiment where the interaction manager and the dialog manager are implemented as a common component, they may share the same DOM representations.
Based on the initial focus, in step 312, the presentations (final renderings) for each modality are generated. That is, some part of the requested application is presented to the user via the GUI browser 118 and/or the voice browser 120.
Referring now to FIGS. 4A through 4C, a flow diagram illustrates an exchange of events in a dialog system according to an embodiment of the present invention.
In step 402, the interaction manager 124 sends a parser event to the dialog manager 106. The parser event contains the attribute value pairs generated by the NLU extractor 122 from the semantic representation of the user's utterance. In step 404, the dialog manager 106 uses this information to fill appropriate slots.
In step 406, the dialog manager 106 determines that disambiguation is required for the input. The dialog manager 106 sends a canonicalization event to the interaction manager 124. In step 408, the interaction manager 124 propagates the event to the application server 108.
In step 410, the application server 108 responds with a canonicalize response event that the interaction manager 124 conveys to the dialog manager 106. If the disambiguation has failed, the dialog manager 106 shifts focus, in step 412, to the user interaction containing the clarification message. If the disambiguation has succeeded, the dialog manager 106 determines the slot value is valid, in step 414. The dialog manager 106 sends a slot mutation event to the interaction manager 124, followed by a focus event that shifts focus to the next empty slot, in step 416.
Assuming disambiguation has succeeded, the dialog manager 106 determines that all slots needed to complete a task are filled, in step 418. Then, in step 420, the dialog manager 106 sends a backend submit event to the interaction manager 124.
In step 422, the interaction manager 124 passes the event to the application server 108 and waits for a response. The application server 108 responds with a backend submit response event, in step 424.
If the backend request, such as database request, completes successfully, an updated data model instance is returned, in step 426, to the interaction manager 124. The interaction manager 124 then sends the data model update to the dialog manager 106, in step 428. The dialog manager 106 then marks that form as complete and focus shifts to the next form, in step 430. If a backend request fails, the dialog manager 106 shifts focus to the user interaction containing a message alerting the user of the problem, or loads a sub-dialog, in step 432.
The interaction manager 124 also informs the dialog manager 106 of user input the interaction manager 124 has received from the GUI browser 118. If the user 102 explicitly set focus via the GUI browser 118, the interaction manager 124 sends the dialog manager 106 a GUI focus event. Slot mutation events are sent by the interaction manager 124 to the dialog manager 106 in response to slot updates from the GUI browser 118. This allows the dialog manager 106 to synchronize its state with the interaction manager 124.
Referring now to FIG. 5, a block diagram is shown illustrating a generalized hardware architecture of a computer system suitable for implementing the various functional components of a dialog system as depicted in the figures and explained in detail herein. It is to be understood that the individual components of the dialog system, e.g., as illustrated in FIG. 1, may be implemented on one such computer system, or more preferably, on more than one such computer system, e.g., where the conversational browser 104, ASR engine 112, TTS engine 114, and NLU engine 116 are implemented on one or more client devices having the architecture of FIG. 5, and the application server 108 and associated backend 110 are implemented on one or more server systems having the architecture of FIG. 5.
As shown, the computer system may be implemented in accordance with a processor 502, a memory 504 and I/O devices 506. It is to be appreciated that the term “processor” as used herein is intended to include any processing device, such as, for example, one that includes a CPU (central processing unit) and/or other processing circuitry. The term “memory” as used herein is intended to include memory associated with a processor or CPU, such as, for example, RAM, ROM, a fixed memory device (e.g., hard drive), a removable memory device (e.g., diskette), flash memory, etc. In addition, the term “input/output devices” or “I/O devices” as used herein is intended to include, for example, one or more modality-specific input devices (e.g., camera, microphone, keyboard, mouse, etc.) for entering data to the processing unit, and/or one or more modality-specific output devices (e.g., speaker, display, etc.) for presenting results associated with the processing unit. It is also to be understood that the term “processor” may refer to more than one processing device and that various elements associated with a processing device may be shared by other processing devices.
Accordingly, software components including instructions or code for performing the methodologies of the invention, as described herein, may be stored in one or more of the associated memory devices (e.g., ROM, fixed or removable memory) and, when ready to be utilized, loaded in part or in whole (e.g., into RAM) and executed by a CPU.
Although illustrative embodiments of the present invention have been described herein with reference to the accompanying drawings, it is to be understood that the invention is not limited to those precise embodiments, and that various other changes and modifications may be made by one skilled in the art without departing from the scope or spirit of the invention. By way of example, because VoiceXML is also built off forms, it is possible to implement an evolution of VoiceXML where i.e., VoiceXML is considerd as IML: (1) the grammars are extended to support language models and NL grammars that rely on NL parsers+AV extractor; (2) add reference to a scoring/disambiguation algorithm to select the fields that have been filled by input and determine the next focus.

Claims (19)

What is claimed is:
1. A conversational browser apparatus for providing access to an application by a user, the apparatus comprising:
a processor; and
a memory for storing program instructions that are executed by the processor for implementing:
an interaction manager;
at least one modality based browser operatively coupled to the interaction manager, the modality based browser being a voice-based browser; and
a dialog, manager operatively coupled to the interaction manager;
wherein interaction between the user, the interaction manager, the voice-based browser and the dialog manager comprises:
(i) the interaction manager obtains the application from a server in response to a user request and passes a representation of the application to the dialog manger;
(ii) the dialog manager determines a focus of the application and an intent of the user in accordance with the representation of the application, and informs the interaction manager of at least one of the focus of the application and the intent of the user;
(iii) the interaction manager then designates a particular portion of the application for presentation to the user in accordance with the voice-based browser based on the determination of at least one of the focus of the application and the intent of the user, the portion comprising at least a prompt and an input field, wherein the prompt is presented to the user and the input field specifies user input receivable in response to the prompt for use in predetermining at least one of the focus of the application and the intent of the user;
(iv) the interaction manager parses the application into a data model and one or more user interaction elements that are bound to the data model, and
(v) the dialog manager manages mixed-initiative dialog interaction between the user and the application by populating an application state of the data model through interaction with the user, wherein populating the application state comprises filling one or more slots of a form, in any order, in a single user interaction, and wherein the dialog manager uses the data model to keep track of a conversation context to determine which slots of the form have been filled with information from the user and which slots of the form need to be resented to the user to complete the form.
2. The apparatus of claim 1, wherein the interaction manager parses the application into a data model and one or more user interaction elements bound to the data model, generates a document object model (DOM) representation of at least the data model, and passes the DOM representation of the data model to the dialog manager.
3. The apparatus of claim 1, wherein the memory further stores program instructions that are executed by the processor for implementing a natural language attribute value (AV) pair extractor operatively coupled between the voice-based browser and the interaction manager for extracting AV pairs associated with one or more user utterances for use by the dialog manager in determining at least one of the focus of the application and the intent of the user.
4. The apparatus of claim 1, wherein the designated portion further comprises a submit instruction to submit a result of the user input to the interaction manager.
5. The apparatus of claim 1, wherein the designated portion specifies a type of processing, to be performed in accordance with at least one of the prompt and the user input.
6. The apparatus of claim 1, wherein the dialog manager operates independent of modalities.
7. The apparatus of claim 1, wherein the application server attempts to disambiguate an original user input provided thereto and, upon failing to do so, generates a sub-dialog to attempt to clarify the input such that the application server can reattempt to disambiguate the original user input based on additional input received from the user in response to the sub-dialog.
8. The apparatus of claim 1, wherein the designated portion is a Voice Extensible Markup Language (VoiceXML) snippet.
9. The apparatus of claim 1, wherein a menu is presented in an Extensible HyperText Markup Language (XHTML) frame or as part of a page of the application.
10. The apparatus of claim 1, wherein the voice-based browser supports Voice Extensible Markup Language (VoiceXML).
11. The apparatus of claim 1, wherein the memory further stores program instructions that are executed by the processor for implementing a graphical user interface (GUI) based browser operatively coupled to the interaction manager for providing the use with the ability to interact with the application via, at least a second modality.
12. The apparatus of claim 1, wherein communication between the interaction manager, the dialog manager and the application server is event-based.
13. The apparatus of claim 1, wherein a prompt is generated via a natural language generation (NLG) technique.
14. The apparatus of claim 1, wherein the application comprises forms and the dialog manager scores attribute value pairs generated from user input against each form and determines a top scoring form.
15. The apparatus of claim 1, wherein populating the application state by the dialog manager comprises:
scoring each of the one or more user interaction elements against one or more slots of each of a plurality of forms in accordance with a scoring algorithm;
selecting at least one of the plurality of forms to represent the application state based at least in pan on the scoring; and
populating the one or more slots of the selected form by the one or more user interaction elements in accordance with the user's interaction with the dialog system.
16. A conversational browser apparatus for providing access to an application by a user, the apparatus comprising:
a processor; and
a memory for storing program instructions that are executed by the processor for implementing;
an interaction manager;
at least one modality based browser operatively coupled to the interaction manager; and
a dialog manager operatively coupled to the interaction manager;
wherein interaction between the user, the interaction manager, the browser and the dialog manager comprises:
(i) the interaction manager obtains the application from a server in response to a user request, the application representing interactions that the user may have with the application as a data model and one or more user interaction elements that populate an application state of the data model and that are bound thereto;
(ii) the dialog manager receives attribute value pairs generated from user input and processes the attribute value pairs to populate the data model and determine a next interaction focus, wherein the dialog manager manages mixed-initiative dialog interaction between the user and the application by populating the application state of the data model through interaction with the user, wherein populating the application state comprises using the attribute value pairs to fill one or more slots of a form, in any order, in a single user interaction, and wherein the dialog manager uses the data model to keep track of the conversation context to determine which slots of the form have been filled with information from the user and which slots of the form need to be presented to the user to complete the form; and
(iii) upon determination of the next interaction focus by the dialog manager, the application state and context are updated and an output is generated by the interaction manager and provided to the user for interaction via the browser.
17. The apparatus of claim 16, wherein populating the application state by the dialog manager comprises:
scoring each attribute value pair against each of a plurality of forms in accordance with a scoring algorithm;
selecting at least one of the plurality of forms to represent the application state based at least in part on the scoring; and
populating the one or more slots of the selected form with values from the attribute value pairs in accordance with the user's interaction with the dialog system.
18. A method of authoring an application accessible by a user in accordance with a conversational browser, the method comprising the steps of:
an interaction manager of the conversational browser obtaining the application from a server in response to a user request, the application representing interactions that the user may have with the application as a data model and one or more user interaction elements that populate an application state of the data model and that are bound thereto;
a dialog manager of the conversational browser managing mixed-initiative dialog interaction between the user and the application, wherein the dialog manager manages mixed-initiative dialog by receiving attribute value pairs generated from user input and processing the attribute value pairs to populate an application state of the data model and determine a next interaction focus, wherein populating the application state comprises using the attribute value pairs to fill one or more slots of a form, in any order, in a single user interaction, and wherein the dialog manager uses the data model to keep track of the conversation context to determine which slots of the form have been filled with information from the user and which slots of the form need to be presented to the user to complete the form; and
upon determination of the next interaction focus by the dialog manager, the application state and context being updated and an output being generated by the interaction manager and provided to the user for interaction via a browsing mechanism of the conversational browser.
19. The method of claim 18, wherein populating the application state by the dialog manager comprises:
scoring each attribute value pair against each of a plurality of forms in accordance with a scoring algorithm;
selecting at least one of the plurality of forms to represent the application state based at least in part on the scoring; and
populating the one or more slots of the selected form with values from the attribute value pairs in accordance with the user's interaction with the dialog system.
US11/871,571 2002-05-28 2007-10-12 Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms Expired - Fee Related US8572209B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/871,571 US8572209B2 (en) 2002-05-28 2007-10-12 Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/156,618 US7546382B2 (en) 2002-05-28 2002-05-28 Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms
US11/871,571 US8572209B2 (en) 2002-05-28 2007-10-12 Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/156,618 Division US7546382B2 (en) 2002-05-28 2002-05-28 Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms

Publications (2)

Publication Number Publication Date
US20080034032A1 US20080034032A1 (en) 2008-02-07
US8572209B2 true US8572209B2 (en) 2013-10-29

Family

ID=29582301

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/156,618 Expired - Fee Related US7546382B2 (en) 2002-05-28 2002-05-28 Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms
US11/871,571 Expired - Fee Related US8572209B2 (en) 2002-05-28 2007-10-12 Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/156,618 Expired - Fee Related US7546382B2 (en) 2002-05-28 2002-05-28 Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms

Country Status (2)

Country Link
US (2) US7546382B2 (en)
JP (1) JP4090040B2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9626768B2 (en) 2014-09-30 2017-04-18 Microsoft Technology Licensing, Llc Optimizing a visual perspective of media
US9946516B2 (en) 2014-03-14 2018-04-17 Starbucks Corporation Application workflow framework
US10282069B2 (en) 2014-09-30 2019-05-07 Microsoft Technology Licensing, Llc Dynamic presentation of suggested content
US10338959B2 (en) 2015-07-13 2019-07-02 Microsoft Technology Licensing, Llc Task state tracking in systems and services
US10380228B2 (en) 2017-02-10 2019-08-13 Microsoft Technology Licensing, Llc Output generation based on semantic expressions
US10417346B2 (en) 2016-01-23 2019-09-17 Microsoft Technology Licensing, Llc Tool for facilitating the development of new language understanding scenarios
US10592070B2 (en) 2015-10-12 2020-03-17 Microsoft Technology Licensing, Llc User interface directional navigation using focus maps
US10635281B2 (en) 2016-02-12 2020-04-28 Microsoft Technology Licensing, Llc Natural language task completion platform authoring for third party experiences
US10762299B1 (en) * 2016-03-29 2020-09-01 Facebook, Inc. Conversational understanding
US10896284B2 (en) 2012-07-18 2021-01-19 Microsoft Technology Licensing, Llc Transforming data to create layouts
US11386893B2 (en) * 2018-10-15 2022-07-12 Alibaba Group Holding Limited Human-computer interaction processing system, method, storage medium, and electronic device

Families Citing this family (336)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001013255A2 (en) 1999-08-13 2001-02-22 Pixo, Inc. Displaying and traversing links in character array
US7685252B1 (en) * 1999-10-12 2010-03-23 International Business Machines Corporation Methods and systems for multi-modal browsing and implementation of a conversational markup language
US8645137B2 (en) 2000-03-16 2014-02-04 Apple Inc. Fast, language-independent method for user authentication by voice
US7895583B2 (en) * 2000-12-22 2011-02-22 Oracle International Corporation Methods and apparatus for grammar-based recognition of user-interface objects in HTML applications
US7711570B2 (en) * 2001-10-21 2010-05-04 Microsoft Corporation Application abstraction with dialog purpose
US8229753B2 (en) 2001-10-21 2012-07-24 Microsoft Corporation Web server controls for web enabled recognition and/or audible prompting
ITFI20010199A1 (en) 2001-10-22 2003-04-22 Riccardo Vieri SYSTEM AND METHOD TO TRANSFORM TEXTUAL COMMUNICATIONS INTO VOICE AND SEND THEM WITH AN INTERNET CONNECTION TO ANY TELEPHONE SYSTEM
US7546382B2 (en) * 2002-05-28 2009-06-09 International Business Machines Corporation Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms
US7398209B2 (en) 2002-06-03 2008-07-08 Voicebox Technologies, Inc. Systems and methods for responding to natural language speech utterance
US7693720B2 (en) 2002-07-15 2010-04-06 Voicebox Technologies, Inc. Mobile systems and methods for responding to natural language speech utterance
US20040027379A1 (en) * 2002-08-08 2004-02-12 Hong Huey Anna Onon Integrated visual development system for creating computer-implemented dialog scripts
US20040061717A1 (en) * 2002-09-30 2004-04-01 Menon Rama R. Mechanism for voice-enabling legacy internet content for use with multi-modal browsers
WO2004045154A1 (en) * 2002-11-13 2004-05-27 Intel Corporation Multi-modal web interaction over wireless network
US8335683B2 (en) * 2003-01-23 2012-12-18 Microsoft Corporation System for using statistical classifiers for spoken language understanding
US7669134B1 (en) 2003-05-02 2010-02-23 Apple Inc. Method and apparatus for displaying information during an instant messaging session
US7797146B2 (en) * 2003-05-13 2010-09-14 Interactive Drama, Inc. Method and system for simulated interactive conversation
US20050004788A1 (en) * 2003-07-03 2005-01-06 Lee Hang Shun Raymond Multi-level confidence measures for task modeling and its application to task-oriented multi-modal dialog management
US20050027536A1 (en) * 2003-07-31 2005-02-03 Paulo Matos System and method for enabling automated dialogs
US8150697B2 (en) * 2003-09-30 2012-04-03 Nuance Communications, Inc. Autonomous systems and network management using speech
US20050080628A1 (en) * 2003-10-10 2005-04-14 Metaphor Solutions, Inc. System, method, and programming language for developing and running dialogs between a user and a virtual agent
US7356472B2 (en) * 2003-12-11 2008-04-08 International Business Machines Corporation Enabling speech within a multimodal program using markup
US20050188022A1 (en) * 2004-01-02 2005-08-25 Hanson James E. Method and apparatus to provide a human-usable interface to conversational support
US7386443B1 (en) * 2004-01-09 2008-06-10 At&T Corp. System and method for mobile automatic speech recognition
US8160883B2 (en) 2004-01-10 2012-04-17 Microsoft Corporation Focus tracking in dialogs
US7552170B2 (en) * 2004-02-26 2009-06-23 Research In Motion Limited Apparatus and method for aggregating web services
US8108429B2 (en) * 2004-05-07 2012-01-31 Quest Software, Inc. System for moving real-time data events across a plurality of devices in a network for simultaneous data protection, replication, and access services
US8768711B2 (en) * 2004-06-17 2014-07-01 Nuance Communications, Inc. Method and apparatus for voice-enabling an application
US7954050B2 (en) * 2004-06-25 2011-05-31 Icesoft Technologies Canada Corp. Systems and methods for rendering and increasing portability of document-based user interface software objects
US20060069570A1 (en) * 2004-09-10 2006-03-30 Rightnow Technologies, Inc. System and method for defining and executing distributed multi-channel self-service applications
US7979404B2 (en) 2004-09-17 2011-07-12 Quest Software, Inc. Extracting data changes and storing data history to allow for instantaneous access to and reconstruction of any point-in-time data
US9171100B2 (en) 2004-09-22 2015-10-27 Primo M. Pettovello MTree an XPath multi-axis structure threaded index
US7936863B2 (en) * 2004-09-30 2011-05-03 Avaya Inc. Method and apparatus for providing communication tasks in a workflow
US8270320B2 (en) * 2004-09-30 2012-09-18 Avaya Inc. Method and apparatus for launching a conference based on presence of invitees
US8180722B2 (en) * 2004-09-30 2012-05-15 Avaya Inc. Method and apparatus for data mining within communication session information using an entity relationship model
US8107401B2 (en) * 2004-09-30 2012-01-31 Avaya Inc. Method and apparatus for providing a virtual assistant to a communication participant
US7904913B2 (en) 2004-11-02 2011-03-08 Bakbone Software, Inc. Management interface for a system that provides automated, real-time, continuous data protection
TWI269268B (en) * 2005-01-24 2006-12-21 Delta Electronics Inc Speech recognizing method and system
US7805704B2 (en) * 2005-03-08 2010-09-28 Microsoft Corporation Development framework for mixing semantics-driven and state-driven dialog
US20060235694A1 (en) * 2005-04-14 2006-10-19 International Business Machines Corporation Integrating conversational speech into Web browsers
US7487191B2 (en) * 2005-06-10 2009-02-03 International Business Machines Corporation Method and system for model-based replication of data
US7496513B2 (en) * 2005-06-28 2009-02-24 Microsoft Corporation Combined input processing for a computing device
US7689602B1 (en) 2005-07-20 2010-03-30 Bakbone Software, Inc. Method of creating hierarchical indices for a distributed object system
US7788521B1 (en) * 2005-07-20 2010-08-31 Bakbone Software, Inc. Method and system for virtual on-demand recovery for real-time, continuous data protection
US7640160B2 (en) 2005-08-05 2009-12-29 Voicebox Technologies, Inc. Systems and methods for responding to natural language speech utterance
US7620549B2 (en) 2005-08-10 2009-11-17 Voicebox Technologies, Inc. System and method of supporting adaptive misrecognition in conversational speech
US7949529B2 (en) 2005-08-29 2011-05-24 Voicebox Technologies, Inc. Mobile systems and methods of supporting natural language human-machine interactions
US8677377B2 (en) 2005-09-08 2014-03-18 Apple Inc. Method and apparatus for building an intelligent automated assistant
US9009046B1 (en) * 2005-09-27 2015-04-14 At&T Intellectual Property Ii, L.P. System and method for disambiguating multiple intents in a natural language dialog system
US7633076B2 (en) 2005-09-30 2009-12-15 Apple Inc. Automated response to and sensing of user activity in portable devices
US8229745B2 (en) * 2005-10-21 2012-07-24 Nuance Communications, Inc. Creating a mixed-initiative grammar from directed dialog grammars
JP4849663B2 (en) * 2005-10-21 2012-01-11 株式会社ユニバーサルエンターテインメント Conversation control device
US8639515B2 (en) * 2005-11-10 2014-01-28 International Business Machines Corporation Extending voice-based markup using a plug-in framework
US7664742B2 (en) 2005-11-14 2010-02-16 Pettovello Primo M Index data structure for a peer-to-peer network
US20070129950A1 (en) * 2005-12-05 2007-06-07 Kyoung Hyun Park Speech act-based voice XML dialogue apparatus for controlling dialogue flow and method thereof
DE102005061365A1 (en) * 2005-12-21 2007-06-28 Siemens Ag Background applications e.g. home banking system, controlling method for use over e.g. user interface, involves associating transactions and transaction parameters over universal dialog specification, and universally operating applications
US7848917B2 (en) * 2006-03-30 2010-12-07 Microsoft Corporation Common word graph based multimodal input
US9318108B2 (en) 2010-01-18 2016-04-19 Apple Inc. Intelligent automated assistant
US8073681B2 (en) 2006-10-16 2011-12-06 Voicebox Technologies, Inc. System and method for a cooperative conversational voice user interface
US20080129520A1 (en) * 2006-12-01 2008-06-05 Apple Computer, Inc. Electronic device with enhanced audio feedback
US7640272B2 (en) * 2006-12-07 2009-12-29 Microsoft Corporation Using automated content analysis for audio/video content consumption
US8000969B2 (en) * 2006-12-19 2011-08-16 Nuance Communications, Inc. Inferring switching conditions for switching between modalities in a speech application environment extended for interactive text exchanges
US7818176B2 (en) 2007-02-06 2010-10-19 Voicebox Technologies, Inc. System and method for selecting and presenting advertisements based on natural language processing of voice-based input
US7912828B2 (en) * 2007-02-23 2011-03-22 Apple Inc. Pattern searching methods and apparatuses
US8131723B2 (en) 2007-03-30 2012-03-06 Quest Software, Inc. Recovering a file system to any point-in-time in the past with guaranteed structure, content consistency and integrity
US8977255B2 (en) 2007-04-03 2015-03-10 Apple Inc. Method and system for operating a multi-function portable electronic device using voice-activation
US8364648B1 (en) 2007-04-09 2013-01-29 Quest Software, Inc. Recovering a database to any point-in-time in the past with guaranteed data consistency
KR100930802B1 (en) * 2007-06-29 2009-12-09 엔에이치엔(주) Browser control method and system using images
ITFI20070177A1 (en) 2007-07-26 2009-01-27 Riccardo Vieri SYSTEM FOR THE CREATION AND SETTING OF AN ADVERTISING CAMPAIGN DERIVING FROM THE INSERTION OF ADVERTISING MESSAGES WITHIN AN EXCHANGE OF MESSAGES AND METHOD FOR ITS FUNCTIONING.
US20090055163A1 (en) * 2007-08-20 2009-02-26 Sandeep Jindal Dynamic Mixed-Initiative Dialog Generation in Speech Recognition
US9053089B2 (en) 2007-10-02 2015-06-09 Apple Inc. Part-of-speech tagging using latent analogy
US8595642B1 (en) 2007-10-04 2013-11-26 Great Northern Research, LLC Multiple shell multi faceted graphical user interface
US8165886B1 (en) 2007-10-04 2012-04-24 Great Northern Research LLC Speech interface system and method for control and interaction with applications on a computing system
US8364694B2 (en) 2007-10-26 2013-01-29 Apple Inc. Search assistant for digital media assets
US8620662B2 (en) 2007-11-20 2013-12-31 Apple Inc. Context-aware unit selection
US8140335B2 (en) 2007-12-11 2012-03-20 Voicebox Technologies, Inc. System and method for providing a natural language voice user interface in an integrated voice navigation services environment
US10002189B2 (en) 2007-12-20 2018-06-19 Apple Inc. Method and apparatus for searching using an active ontology
US9330720B2 (en) 2008-01-03 2016-05-03 Apple Inc. Methods and apparatus for altering audio output signals
US8327272B2 (en) 2008-01-06 2012-12-04 Apple Inc. Portable multifunction device, method, and graphical user interface for viewing and managing electronic calendars
US8065143B2 (en) 2008-02-22 2011-11-22 Apple Inc. Providing text input using speech data and non-speech data
US8289283B2 (en) 2008-03-04 2012-10-16 Apple Inc. Language input interface on a device
US8996376B2 (en) 2008-04-05 2015-03-31 Apple Inc. Intelligent text-to-speech conversion
US8543404B2 (en) * 2008-04-07 2013-09-24 Nuance Communications, Inc. Proactive completion of input fields for automated voice enablement of a web page
US9047869B2 (en) * 2008-04-07 2015-06-02 Nuance Communications, Inc. Free form input field support for automated voice enablement of a web page
US8831950B2 (en) * 2008-04-07 2014-09-09 Nuance Communications, Inc. Automated voice enablement of a web page
US10496753B2 (en) 2010-01-18 2019-12-03 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US9305548B2 (en) 2008-05-27 2016-04-05 Voicebox Technologies Corporation System and method for an integrated, multi-modal, multi-device natural language voice services environment
US8589161B2 (en) 2008-05-27 2013-11-19 Voicebox Technologies, Inc. System and method for an integrated, multi-modal, multi-device natural language voice services environment
US8464150B2 (en) 2008-06-07 2013-06-11 Apple Inc. Automatic language identification for dynamic text processing
US8311837B1 (en) * 2008-06-13 2012-11-13 West Corporation Mobile voice self service system
US8838455B1 (en) * 2008-06-13 2014-09-16 West Corporation VoiceXML browser and supporting components for mobile devices
US8296148B1 (en) * 2008-06-13 2012-10-23 West Corporation Mobile voice self service device and method thereof
US20100030549A1 (en) 2008-07-31 2010-02-04 Lee Michael M Mobile device having human language translation capability with positional feedback
US8768702B2 (en) 2008-09-05 2014-07-01 Apple Inc. Multi-tiered voice feedback in an electronic device
US8898568B2 (en) 2008-09-09 2014-11-25 Apple Inc. Audio user interface
US8352272B2 (en) 2008-09-29 2013-01-08 Apple Inc. Systems and methods for text to speech synthesis
US8355919B2 (en) 2008-09-29 2013-01-15 Apple Inc. Systems and methods for text normalization for text to speech synthesis
US8352268B2 (en) 2008-09-29 2013-01-08 Apple Inc. Systems and methods for selective rate of speech and speech preferences for text to speech synthesis
US8396714B2 (en) 2008-09-29 2013-03-12 Apple Inc. Systems and methods for concatenation of words in text to speech synthesis
US8712776B2 (en) 2008-09-29 2014-04-29 Apple Inc. Systems and methods for selective text to speech synthesis
US8583418B2 (en) 2008-09-29 2013-11-12 Apple Inc. Systems and methods of detecting language and natural language strings for text to speech synthesis
US20100082328A1 (en) * 2008-09-29 2010-04-01 Apple Inc. Systems and methods for speech preprocessing in text to speech synthesis
US8676904B2 (en) 2008-10-02 2014-03-18 Apple Inc. Electronic devices with voice command and contextual data processing capabilities
US11487347B1 (en) * 2008-11-10 2022-11-01 Verint Americas Inc. Enhanced multi-modal communication
WO2010067118A1 (en) 2008-12-11 2010-06-17 Novauris Technologies Limited Speech recognition involving a mobile device
US8862252B2 (en) 2009-01-30 2014-10-14 Apple Inc. Audio user interface for displayless electronic device
US8326637B2 (en) 2009-02-20 2012-12-04 Voicebox Technologies, Inc. System and method for processing multi-modal device interactions in a natural language voice services environment
US8380507B2 (en) 2009-03-09 2013-02-19 Apple Inc. Systems and methods for determining the language to use for speech generated by a text to speech engine
EP2416252A4 (en) * 2009-04-03 2012-02-08 Ibm Method of improving accessibility, for rich internet applications that uses collaborative crawling, and computer program thereof
US10540976B2 (en) 2009-06-05 2020-01-21 Apple Inc. Contextual voice commands
US10241752B2 (en) 2011-09-30 2019-03-26 Apple Inc. Interface for a virtual digital assistant
US9858925B2 (en) 2009-06-05 2018-01-02 Apple Inc. Using context information to facilitate processing of commands in a virtual assistant
US10241644B2 (en) 2011-06-03 2019-03-26 Apple Inc. Actionable reminder entries
US20120311585A1 (en) 2011-06-03 2012-12-06 Apple Inc. Organizing task items that represent tasks to perform
US9547511B2 (en) 2009-06-05 2017-01-17 Microsoft Technology Licensing, Llc Language-based model for asynchronous operations
US9431006B2 (en) 2009-07-02 2016-08-30 Apple Inc. Methods and apparatuses for automatic speech recognition
US8510117B2 (en) * 2009-07-09 2013-08-13 Nuance Communications, Inc. Speech enabled media sharing in a multimodal application
US20110010179A1 (en) * 2009-07-13 2011-01-13 Naik Devang K Voice synthesis and processing
US10387140B2 (en) 2009-07-23 2019-08-20 S3G Technology Llc Modification of terminal and service provider machines using an update server machine
US20110066438A1 (en) * 2009-09-15 2011-03-17 Apple Inc. Contextual voiceover
US8631028B1 (en) 2009-10-29 2014-01-14 Primo M. Pettovello XPath query processing improvements
WO2011059997A1 (en) 2009-11-10 2011-05-19 Voicebox Technologies, Inc. System and method for providing a natural language content dedication service
US9171541B2 (en) * 2009-11-10 2015-10-27 Voicebox Technologies Corporation System and method for hybrid processing in a natural language voice services environment
US8682649B2 (en) 2009-11-12 2014-03-25 Apple Inc. Sentiment prediction from textual data
US8600743B2 (en) 2010-01-06 2013-12-03 Apple Inc. Noise profile determination for voice-related feature
US20110167350A1 (en) * 2010-01-06 2011-07-07 Apple Inc. Assist Features For Content Display Device
US8311838B2 (en) 2010-01-13 2012-11-13 Apple Inc. Devices and methods for identifying a prompt corresponding to a voice input in a sequence of prompts
US8381107B2 (en) 2010-01-13 2013-02-19 Apple Inc. Adaptive audio feedback system and method
US10553209B2 (en) 2010-01-18 2020-02-04 Apple Inc. Systems and methods for hands-free notification summaries
US10679605B2 (en) 2010-01-18 2020-06-09 Apple Inc. Hands-free list-reading by intelligent automated assistant
US10276170B2 (en) 2010-01-18 2019-04-30 Apple Inc. Intelligent automated assistant
US10705794B2 (en) 2010-01-18 2020-07-07 Apple Inc. Automatically adapting user interfaces for hands-free interaction
WO2011089450A2 (en) 2010-01-25 2011-07-28 Andrew Peter Nelson Jerram Apparatuses, methods and systems for a digital conversation management platform
US8682667B2 (en) 2010-02-25 2014-03-25 Apple Inc. User profiling for selecting user specific voice input processing information
US8639516B2 (en) 2010-06-04 2014-01-28 Apple Inc. User-specific noise suppression for voice quality improvements
US8713021B2 (en) 2010-07-07 2014-04-29 Apple Inc. Unsupervised document clustering using latent semantic density analysis
US9104670B2 (en) 2010-07-21 2015-08-11 Apple Inc. Customized search or acquisition of digital media assets
US8719006B2 (en) 2010-08-27 2014-05-06 Apple Inc. Combined statistical and rule-based part-of-speech tagging for text-to-speech synthesis
US8719014B2 (en) 2010-09-27 2014-05-06 Apple Inc. Electronic device with text error correction based on voice recognition data
US10515147B2 (en) 2010-12-22 2019-12-24 Apple Inc. Using statistical language models for contextual lookup
US10762293B2 (en) 2010-12-22 2020-09-01 Apple Inc. Using parts-of-speech tagging and named entity recognition for spelling correction
US9274746B2 (en) * 2011-02-18 2016-03-01 Nuance Communications, Inc. Latency hiding techniques for multi-modal user interfaces
US9081550B2 (en) * 2011-02-18 2015-07-14 Nuance Communications, Inc. Adding speech capabilities to existing computer applications with complex graphical user interfaces
US8781836B2 (en) 2011-02-22 2014-07-15 Apple Inc. Hearing assistance system for providing consistent human speech
US9262612B2 (en) 2011-03-21 2016-02-16 Apple Inc. Device access using voice authentication
US20120310642A1 (en) 2011-06-03 2012-12-06 Apple Inc. Automatically creating a mapping between text data and audio data
US10057736B2 (en) 2011-06-03 2018-08-21 Apple Inc. Active transport based notifications
US8812294B2 (en) 2011-06-21 2014-08-19 Apple Inc. Translating phrases from one language into another using an order-based set of declarative rules
US8706472B2 (en) 2011-08-11 2014-04-22 Apple Inc. Method for disambiguating multiple readings in language conversion
US8994660B2 (en) 2011-08-29 2015-03-31 Apple Inc. Text correction processing
US8762156B2 (en) 2011-09-28 2014-06-24 Apple Inc. Speech recognition repair using contextual information
US9292603B2 (en) 2011-09-30 2016-03-22 Nuance Communications, Inc. Receipt and processing of user-specified queries
EP2761505A1 (en) * 2011-09-30 2014-08-06 Nuance Communications, Inc. Techniques for receiving and processing one or more user-specified queries
US10129720B1 (en) * 2011-12-30 2018-11-13 Genesys Telecommunications Laboratories, Inc. Conversation assistant
US10134385B2 (en) 2012-03-02 2018-11-20 Apple Inc. Systems and methods for name pronunciation
US9483461B2 (en) 2012-03-06 2016-11-01 Apple Inc. Handling speech synthesis of content for multiple languages
US8909536B2 (en) * 2012-04-20 2014-12-09 Nuance Communications, Inc. Methods and systems for speech-enabling a human-to-machine interface
US9280610B2 (en) 2012-05-14 2016-03-08 Apple Inc. Crowd sourcing information to fulfill user requests
US10417037B2 (en) 2012-05-15 2019-09-17 Apple Inc. Systems and methods for integrating third party services with a digital assistant
US8775442B2 (en) 2012-05-15 2014-07-08 Apple Inc. Semantic search using a single-source semantic model
US9721563B2 (en) 2012-06-08 2017-08-01 Apple Inc. Name recognition system
WO2013185109A2 (en) 2012-06-08 2013-12-12 Apple Inc. Systems and methods for recognizing textual identifiers within a plurality of words
US9495129B2 (en) 2012-06-29 2016-11-15 Apple Inc. Device, method, and user interface for voice-activated navigation and browsing of a document
KR102150289B1 (en) 2012-08-30 2020-09-01 삼성전자주식회사 User interface appratus in a user terminal and method therefor
US9576574B2 (en) 2012-09-10 2017-02-21 Apple Inc. Context-sensitive handling of interruptions by intelligent digital assistant
US9547647B2 (en) 2012-09-19 2017-01-17 Apple Inc. Voice-based media searching
US8935167B2 (en) 2012-09-25 2015-01-13 Apple Inc. Exemplar-based latent perceptual modeling for automatic speech recognition
US9191707B2 (en) 2012-11-08 2015-11-17 Bank Of America Corporation Automatic display of user-specific financial information based on audio content recognition
US9027048B2 (en) 2012-11-14 2015-05-05 Bank Of America Corporation Automatic deal or promotion offering based on audio cues
KR102516577B1 (en) 2013-02-07 2023-04-03 애플 인크. Voice trigger for a digital assistant
US9460155B2 (en) * 2013-03-06 2016-10-04 Kunal Verma Method and system of continuous contextual user engagement
US9733821B2 (en) 2013-03-14 2017-08-15 Apple Inc. Voice control to diagnose inadvertent activation of accessibility features
US10652394B2 (en) 2013-03-14 2020-05-12 Apple Inc. System and method for processing voicemail
US9977779B2 (en) 2013-03-14 2018-05-22 Apple Inc. Automatic supplementation of word correction dictionaries
US9368114B2 (en) 2013-03-14 2016-06-14 Apple Inc. Context-sensitive handling of interruptions
US10642574B2 (en) 2013-03-14 2020-05-05 Apple Inc. Device, method, and graphical user interface for outputting captions
US10572476B2 (en) 2013-03-14 2020-02-25 Apple Inc. Refining a search based on schedule items
US10748529B1 (en) 2013-03-15 2020-08-18 Apple Inc. Voice activated device for use with a voice-based digital assistant
US11151899B2 (en) 2013-03-15 2021-10-19 Apple Inc. User training by intelligent digital assistant
WO2014144949A2 (en) 2013-03-15 2014-09-18 Apple Inc. Training an at least partial voice command system
WO2014144579A1 (en) 2013-03-15 2014-09-18 Apple Inc. System and method for updating an adaptive speech recognition model
CN112230878A (en) 2013-03-15 2021-01-15 苹果公司 Context-sensitive handling of interrupts
WO2014197334A2 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for user-specified pronunciation of words for speech synthesis and recognition
WO2014197336A1 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for detecting errors in interactions with a voice-based digital assistant
US9582608B2 (en) 2013-06-07 2017-02-28 Apple Inc. Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
WO2014197335A1 (en) 2013-06-08 2014-12-11 Apple Inc. Interpreting and acting upon commands that involve sharing information with remote devices
US10176167B2 (en) 2013-06-09 2019-01-08 Apple Inc. System and method for inferring user intent from speech inputs
EP3008641A1 (en) 2013-06-09 2016-04-20 Apple Inc. Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
CN105265005B (en) 2013-06-13 2019-09-17 苹果公司 System and method for the urgent call initiated by voice command
WO2015020942A1 (en) 2013-08-06 2015-02-12 Apple Inc. Auto-activating smart responses based on activities from remote devices
US9640173B2 (en) 2013-09-10 2017-05-02 At&T Intellectual Property I, L.P. System and method for intelligent language switching in automated text-to-speech systems
US10296160B2 (en) 2013-12-06 2019-05-21 Apple Inc. Method for extracting salient dialog usage from live data
US9620105B2 (en) 2014-05-15 2017-04-11 Apple Inc. Analyzing audio input for efficient speech and music recognition
US10592095B2 (en) 2014-05-23 2020-03-17 Apple Inc. Instantaneous speaking of content on touch devices
US9502031B2 (en) 2014-05-27 2016-11-22 Apple Inc. Method for supporting dynamic grammars in WFST-based ASR
US9430463B2 (en) 2014-05-30 2016-08-30 Apple Inc. Exemplar-based natural language processing
US9760559B2 (en) 2014-05-30 2017-09-12 Apple Inc. Predictive text input
US9734193B2 (en) 2014-05-30 2017-08-15 Apple Inc. Determining domain salience ranking from ambiguous words in natural speech
US9715875B2 (en) 2014-05-30 2017-07-25 Apple Inc. Reducing the need for manual start/end-pointing and trigger phrases
US9842101B2 (en) 2014-05-30 2017-12-12 Apple Inc. Predictive conversion of language input
US9633004B2 (en) 2014-05-30 2017-04-25 Apple Inc. Better resolution when referencing to concepts
US10078631B2 (en) 2014-05-30 2018-09-18 Apple Inc. Entropy-guided text prediction using combined word and character n-gram language models
US10289433B2 (en) 2014-05-30 2019-05-14 Apple Inc. Domain specific language for encoding assistant dialog
EP3149728B1 (en) 2014-05-30 2019-01-16 Apple Inc. Multi-command single utterance input method
US9785630B2 (en) 2014-05-30 2017-10-10 Apple Inc. Text prediction using combined word N-gram and unigram language models
US10170123B2 (en) 2014-05-30 2019-01-01 Apple Inc. Intelligent assistant for home automation
US10659851B2 (en) * 2014-06-30 2020-05-19 Apple Inc. Real-time digital assistant knowledge updates
US9338493B2 (en) 2014-06-30 2016-05-10 Apple Inc. Intelligent automated assistant for TV user interactions
US10446141B2 (en) 2014-08-28 2019-10-15 Apple Inc. Automatic speech recognition based on user feedback
US9818400B2 (en) 2014-09-11 2017-11-14 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US10789041B2 (en) 2014-09-12 2020-09-29 Apple Inc. Dynamic thresholds for always listening speech trigger
US9898459B2 (en) 2014-09-16 2018-02-20 Voicebox Technologies Corporation Integration of domain information into state transitions of a finite state transducer for natural language processing
EP3195145A4 (en) 2014-09-16 2018-01-24 VoiceBox Technologies Corporation Voice commerce
US9646609B2 (en) 2014-09-30 2017-05-09 Apple Inc. Caching apparatus for serving phonetic pronunciations
US9668121B2 (en) 2014-09-30 2017-05-30 Apple Inc. Social reminders
US9886432B2 (en) 2014-09-30 2018-02-06 Apple Inc. Parsimonious handling of word inflection via categorical stem + suffix N-gram language models
US10127911B2 (en) 2014-09-30 2018-11-13 Apple Inc. Speaker identification and unsupervised speaker adaptation techniques
US10074360B2 (en) 2014-09-30 2018-09-11 Apple Inc. Providing an indication of the suitability of speech recognition
CN107003999B (en) 2014-10-15 2020-08-21 声钰科技 System and method for subsequent response to a user's prior natural language input
US10431214B2 (en) 2014-11-26 2019-10-01 Voicebox Technologies Corporation System and method of determining a domain and/or an action related to a natural language input
US10614799B2 (en) 2014-11-26 2020-04-07 Voicebox Technologies Corporation System and method of providing intent predictions for an utterance prior to a system detection of an end of the utterance
US9898455B2 (en) * 2014-12-01 2018-02-20 Nuance Communications, Inc. Natural language understanding cache
US10552013B2 (en) 2014-12-02 2020-02-04 Apple Inc. Data detection
US9711141B2 (en) 2014-12-09 2017-07-18 Apple Inc. Disambiguating heteronyms in speech synthesis
WO2016112005A1 (en) * 2015-01-05 2016-07-14 Google Inc. Multimodal state circulation
US9865280B2 (en) 2015-03-06 2018-01-09 Apple Inc. Structured dictation using intelligent automated assistants
US10152299B2 (en) 2015-03-06 2018-12-11 Apple Inc. Reducing response latency of intelligent automated assistants
US9886953B2 (en) 2015-03-08 2018-02-06 Apple Inc. Virtual assistant activation
US10567477B2 (en) 2015-03-08 2020-02-18 Apple Inc. Virtual assistant continuity
US9721566B2 (en) 2015-03-08 2017-08-01 Apple Inc. Competing devices responding to voice triggers
US9899019B2 (en) 2015-03-18 2018-02-20 Apple Inc. Systems and methods for structured stem and suffix language models
US9842105B2 (en) 2015-04-16 2017-12-12 Apple Inc. Parsimonious continuous-space phrase representations for natural language processing
US10460227B2 (en) 2015-05-15 2019-10-29 Apple Inc. Virtual assistant in a communication session
US10083688B2 (en) 2015-05-27 2018-09-25 Apple Inc. Device voice control for selecting a displayed affordance
US10127220B2 (en) 2015-06-04 2018-11-13 Apple Inc. Language identification from short strings
US10101822B2 (en) 2015-06-05 2018-10-16 Apple Inc. Language input correction
US9578173B2 (en) 2015-06-05 2017-02-21 Apple Inc. Virtual assistant aided communication with 3rd party service in a communication session
US11025565B2 (en) 2015-06-07 2021-06-01 Apple Inc. Personalized prediction of responses for instant messaging
US10255907B2 (en) 2015-06-07 2019-04-09 Apple Inc. Automatic accent detection using acoustic models
US10186254B2 (en) 2015-06-07 2019-01-22 Apple Inc. Context-based endpoint detection
US9792281B2 (en) 2015-06-15 2017-10-17 Microsoft Technology Licensing, Llc Contextual language generation by leveraging language understanding
US20160378747A1 (en) 2015-06-29 2016-12-29 Apple Inc. Virtual assistant for media playback
US10671428B2 (en) 2015-09-08 2020-06-02 Apple Inc. Distributed personal assistant
US10747498B2 (en) 2015-09-08 2020-08-18 Apple Inc. Zero latency digital assistant
US9697820B2 (en) 2015-09-24 2017-07-04 Apple Inc. Unit-selection text-to-speech synthesis using concatenation-sensitive neural networks
US10366158B2 (en) 2015-09-29 2019-07-30 Apple Inc. Efficient word encoding for recurrent neural network language models
US11010550B2 (en) 2015-09-29 2021-05-18 Apple Inc. Unified language modeling framework for word prediction, auto-completion and auto-correction
US11587559B2 (en) 2015-09-30 2023-02-21 Apple Inc. Intelligent device identification
US10691473B2 (en) 2015-11-06 2020-06-23 Apple Inc. Intelligent automated assistant in a messaging environment
US10049668B2 (en) 2015-12-02 2018-08-14 Apple Inc. Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10223066B2 (en) 2015-12-23 2019-03-05 Apple Inc. Proactive assistance based on dialog communication between devices
US10446143B2 (en) 2016-03-14 2019-10-15 Apple Inc. Identification of voice inputs providing credentials
WO2017168246A1 (en) * 2016-03-29 2017-10-05 Maluuba Inc. Hierarchical attention for spoken dialogue state tracking
US9934775B2 (en) 2016-05-26 2018-04-03 Apple Inc. Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9972304B2 (en) 2016-06-03 2018-05-15 Apple Inc. Privacy preserving distributed evaluation framework for embedded personalized systems
US11227589B2 (en) 2016-06-06 2022-01-18 Apple Inc. Intelligent list reading
US10249300B2 (en) 2016-06-06 2019-04-02 Apple Inc. Intelligent list reading
US10049663B2 (en) 2016-06-08 2018-08-14 Apple, Inc. Intelligent automated assistant for media exploration
DK179309B1 (en) 2016-06-09 2018-04-23 Apple Inc Intelligent automated assistant in a home environment
US10509862B2 (en) 2016-06-10 2019-12-17 Apple Inc. Dynamic phrase expansion of language input
US10490187B2 (en) 2016-06-10 2019-11-26 Apple Inc. Digital assistant providing automated status report
US10067938B2 (en) 2016-06-10 2018-09-04 Apple Inc. Multilingual word prediction
US10586535B2 (en) 2016-06-10 2020-03-10 Apple Inc. Intelligent digital assistant in a multi-tasking environment
US10192552B2 (en) 2016-06-10 2019-01-29 Apple Inc. Digital assistant providing whispered speech
DK179415B1 (en) 2016-06-11 2018-06-14 Apple Inc Intelligent device arbitration and control
DK201670540A1 (en) 2016-06-11 2018-01-08 Apple Inc Application integration with a digital assistant
DK179343B1 (en) 2016-06-11 2018-05-14 Apple Inc Intelligent task discovery
DK179049B1 (en) 2016-06-11 2017-09-18 Apple Inc Data driven natural language event detection and classification
US9996532B2 (en) 2016-06-17 2018-06-12 Microsoft Technology Licensing, Llc Systems and methods for building state specific multi-turn contextual language understanding systems
US20180005629A1 (en) * 2016-06-30 2018-01-04 Microsoft Technology Licensing, Llc Policy authoring for task state tracking during dialogue
US10331784B2 (en) 2016-07-29 2019-06-25 Voicebox Technologies Corporation System and method of disambiguating natural language processing requests
US10162815B2 (en) * 2016-09-02 2018-12-25 Disney Enterprises, Inc. Dialog knowledge acquisition system and method
US10474753B2 (en) 2016-09-07 2019-11-12 Apple Inc. Language identification using recurrent neural networks
US10043516B2 (en) 2016-09-23 2018-08-07 Apple Inc. Intelligent automated assistant
US20180114528A1 (en) * 2016-10-26 2018-04-26 IPsoft Incorporated Systems and methods for generic flexible dialogue management
US11281993B2 (en) 2016-12-05 2022-03-22 Apple Inc. Model and ensemble compression for metric learning
US10593346B2 (en) 2016-12-22 2020-03-17 Apple Inc. Rank-reduced token representation for automatic speech recognition
US11204787B2 (en) 2017-01-09 2021-12-21 Apple Inc. Application integration with a digital assistant
US20180275957A1 (en) * 2017-03-27 2018-09-27 Ca, Inc. Assistive technology for code generation using voice and virtual reality
DK201770383A1 (en) 2017-05-09 2018-12-14 Apple Inc. User interface for correcting recognition errors
US10417266B2 (en) 2017-05-09 2019-09-17 Apple Inc. Context-aware ranking of intelligent response suggestions
US10726832B2 (en) 2017-05-11 2020-07-28 Apple Inc. Maintaining privacy of personal information
US10395654B2 (en) 2017-05-11 2019-08-27 Apple Inc. Text normalization based on a data-driven learning network
DK201770439A1 (en) 2017-05-11 2018-12-13 Apple Inc. Offline personal assistant
DK179745B1 (en) 2017-05-12 2019-05-01 Apple Inc. SYNCHRONIZATION AND TASK DELEGATION OF A DIGITAL ASSISTANT
DK201770429A1 (en) 2017-05-12 2018-12-14 Apple Inc. Low-latency intelligent automated assistant
US11301477B2 (en) 2017-05-12 2022-04-12 Apple Inc. Feedback analysis of a digital assistant
DK179496B1 (en) 2017-05-12 2019-01-15 Apple Inc. USER-SPECIFIC Acoustic Models
DK201770431A1 (en) 2017-05-15 2018-12-20 Apple Inc. Optimizing dialogue policy decisions for digital assistants using implicit feedback
DK201770432A1 (en) 2017-05-15 2018-12-21 Apple Inc. Hierarchical belief states for digital assistants
US10311144B2 (en) 2017-05-16 2019-06-04 Apple Inc. Emoji word sense disambiguation
US10403278B2 (en) 2017-05-16 2019-09-03 Apple Inc. Methods and systems for phonetic matching in digital assistant services
US20180336275A1 (en) 2017-05-16 2018-11-22 Apple Inc. Intelligent automated assistant for media exploration
DK179560B1 (en) 2017-05-16 2019-02-18 Apple Inc. Far-field extension for digital assistant services
US10936288B2 (en) * 2017-05-26 2021-03-02 Sap Se Voice-enabled user interface framework
US10657328B2 (en) 2017-06-02 2020-05-19 Apple Inc. Multi-task recurrent neural network architecture for efficient morphology handling in neural language modeling
US10445429B2 (en) 2017-09-21 2019-10-15 Apple Inc. Natural language understanding using vocabularies with compressed serialized tries
US10755051B2 (en) 2017-09-29 2020-08-25 Apple Inc. Rule-based natural language processing
US10636424B2 (en) 2017-11-30 2020-04-28 Apple Inc. Multi-turn canned dialog
US10733982B2 (en) 2018-01-08 2020-08-04 Apple Inc. Multi-directional dialog
US10991369B1 (en) * 2018-01-31 2021-04-27 Progress Software Corporation Cognitive flow
US10733375B2 (en) 2018-01-31 2020-08-04 Apple Inc. Knowledge-based framework for improving natural language understanding
US10789959B2 (en) 2018-03-02 2020-09-29 Apple Inc. Training speaker recognition models for digital assistants
US10592604B2 (en) 2018-03-12 2020-03-17 Apple Inc. Inverse text normalization for automatic speech recognition
US10818288B2 (en) 2018-03-26 2020-10-27 Apple Inc. Natural assistant interaction
US10909331B2 (en) 2018-03-30 2021-02-02 Apple Inc. Implicit identification of translation payload with neural machine translation
US11145294B2 (en) 2018-05-07 2021-10-12 Apple Inc. Intelligent automated assistant for delivering content from user experiences
US10928918B2 (en) 2018-05-07 2021-02-23 Apple Inc. Raise to speak
US10984780B2 (en) 2018-05-21 2021-04-20 Apple Inc. Global semantic word embeddings using bi-directional recurrent neural networks
DK180639B1 (en) 2018-06-01 2021-11-04 Apple Inc DISABILITY OF ATTENTION-ATTENTIVE VIRTUAL ASSISTANT
US10892996B2 (en) 2018-06-01 2021-01-12 Apple Inc. Variable latency device coordination
US11386266B2 (en) 2018-06-01 2022-07-12 Apple Inc. Text correction
DK179822B1 (en) 2018-06-01 2019-07-12 Apple Inc. Voice interaction at a primary device to access call functionality of a companion device
DK201870355A1 (en) 2018-06-01 2019-12-16 Apple Inc. Virtual assistant operation in multi-device environments
US10496705B1 (en) 2018-06-03 2019-12-03 Apple Inc. Accelerated task performance
US11010561B2 (en) 2018-09-27 2021-05-18 Apple Inc. Sentiment prediction from textual data
US11462215B2 (en) 2018-09-28 2022-10-04 Apple Inc. Multi-modal inputs for voice commands
US11170166B2 (en) 2018-09-28 2021-11-09 Apple Inc. Neural typographical error modeling via generative adversarial networks
US10839159B2 (en) 2018-09-28 2020-11-17 Apple Inc. Named entity normalization in a spoken dialog system
US11475898B2 (en) 2018-10-26 2022-10-18 Apple Inc. Low-latency multi-speaker speech recognition
US11638059B2 (en) 2019-01-04 2023-04-25 Apple Inc. Content playback on multiple devices
US11348573B2 (en) 2019-03-18 2022-05-31 Apple Inc. Multimodality in digital assistant systems
DK201970509A1 (en) 2019-05-06 2021-01-15 Apple Inc Spoken notifications
US11475884B2 (en) 2019-05-06 2022-10-18 Apple Inc. Reducing digital assistant latency when a language is incorrectly determined
US11423908B2 (en) 2019-05-06 2022-08-23 Apple Inc. Interpreting spoken requests
US11307752B2 (en) 2019-05-06 2022-04-19 Apple Inc. User configurable task triggers
US11140099B2 (en) 2019-05-21 2021-10-05 Apple Inc. Providing message response suggestions
US11289073B2 (en) 2019-05-31 2022-03-29 Apple Inc. Device text to speech
DK180129B1 (en) 2019-05-31 2020-06-02 Apple Inc. User activity shortcut suggestions
US11496600B2 (en) 2019-05-31 2022-11-08 Apple Inc. Remote execution of machine-learned models
US11360641B2 (en) 2019-06-01 2022-06-14 Apple Inc. Increasing the relevance of new available information
US10614800B1 (en) 2019-08-19 2020-04-07 Voicify, LLC Development of voice and other interaction applications
US10762890B1 (en) * 2019-08-19 2020-09-01 Voicify, LLC Development of voice and other interaction applications
US11508365B2 (en) 2019-08-19 2022-11-22 Voicify, LLC Development of voice and other interaction applications
US11488406B2 (en) 2019-09-25 2022-11-01 Apple Inc. Text detection using global geometry estimators
US11610065B2 (en) 2020-06-12 2023-03-21 Apple Inc. Providing personalized responses based on semantic context
US11922515B1 (en) 2023-04-28 2024-03-05 Peppercorn AI Technology Limited Methods and apparatuses for AI digital assistants

Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5748841A (en) * 1994-02-25 1998-05-05 Morin; Philippe Supervised contextual language acquisition system
JP2001056694A (en) 1999-08-19 2001-02-27 Denso Corp Interactive user interface device
JP2001159968A (en) 1999-08-30 2001-06-12 Lucent Technol Inc Method and device for providing interactive service with multiple interfaces
JP2001166863A (en) 1999-08-30 2001-06-22 Lucent Technol Inc Device and method for providing bi-directional user service
US6269336B1 (en) 1998-07-24 2001-07-31 Motorola, Inc. Voice browser for interactive services and methods thereof
US20020003547A1 (en) * 2000-05-19 2002-01-10 Zhi Wang System and method for transcoding information for an audio or limited display user interface
US6385583B1 (en) 1998-10-02 2002-05-07 Motorola, Inc. Markup language for interactive services and methods thereof
US20020174147A1 (en) * 2000-05-19 2002-11-21 Zhi Wang System and method for transcoding information for an audio or limited display user interface
US20020184373A1 (en) * 2000-11-01 2002-12-05 International Business Machines Corporation Conversational networking via transport, coding and control conversational protocols
US20020194388A1 (en) 2000-12-04 2002-12-19 David Boloker Systems and methods for implementing modular DOM (Document Object Model)-based multi-modal browsers
US20030145062A1 (en) * 2002-01-14 2003-07-31 Dipanshu Sharma Data conversion server for voice browsing system
US6631346B1 (en) * 1999-04-07 2003-10-07 Matsushita Electric Industrial Co., Ltd. Method and apparatus for natural language parsing using multiple passes and tags
US6717593B1 (en) * 2000-09-12 2004-04-06 Avaya Technology Corp. Mark-up language implementation of graphical or non-graphical user interfaces
US7003463B1 (en) 1998-10-02 2006-02-21 International Business Machines Corporation System and method for providing network coordinated conversational services
US7167830B2 (en) * 2000-03-10 2007-01-23 Entrieva, Inc. Multimodal information services
US7216351B1 (en) 1999-04-07 2007-05-08 International Business Machines Corporation Systems and methods for synchronizing multi-modal interactions
US7487440B2 (en) * 2000-12-04 2009-02-03 International Business Machines Corporation Reusable voiceXML dialog components, subdialogs and beans
US7685252B1 (en) * 1999-10-12 2010-03-23 International Business Machines Corporation Methods and systems for multi-modal browsing and implementation of a conversational markup language
US20110225237A1 (en) * 2000-07-24 2011-09-15 Vignette Software Llc Method and system for providing personalized network based marketing dialogues

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5884262A (en) * 1996-03-28 1999-03-16 Bell Atlantic Network Services, Inc. Computer network audio access and conversion system
US7024368B1 (en) * 1999-03-12 2006-04-04 Microsoft Corporation Man-machine dialogue system, controls dialogue between system and user using dialogue specification employing augmented transition networks propagating tokens
US6636831B1 (en) * 1999-04-09 2003-10-21 Inroad, Inc. System and process for voice-controlled information retrieval
US6356869B1 (en) * 1999-04-30 2002-03-12 Nortel Networks Limited Method and apparatus for discourse management
US20020054090A1 (en) * 2000-09-01 2002-05-09 Silva Juliana Freire Method and apparatus for creating and providing personalized access to web content and services from terminals having diverse capabilities
US7024348B1 (en) * 2000-09-28 2006-04-04 Unisys Corporation Dialogue flow interpreter development tool
US6996800B2 (en) * 2000-12-04 2006-02-07 International Business Machines Corporation MVC (model-view-controller) based multi-modal authoring tool and development environment
GB2372864B (en) * 2001-02-28 2005-09-07 Vox Generation Ltd Spoken language interface
US7020841B2 (en) * 2001-06-07 2006-03-28 International Business Machines Corporation System and method for generating and presenting multi-modal applications from intent-based markup scripts
US7019749B2 (en) * 2001-12-28 2006-03-28 Microsoft Corporation Conversational interface agent
US20030139928A1 (en) * 2002-01-22 2003-07-24 Raven Technology, Inc. System and method for dynamically creating a voice portal in voice XML
US7546382B2 (en) * 2002-05-28 2009-06-09 International Business Machines Corporation Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms

Patent Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5748841A (en) * 1994-02-25 1998-05-05 Morin; Philippe Supervised contextual language acquisition system
US6269336B1 (en) 1998-07-24 2001-07-31 Motorola, Inc. Voice browser for interactive services and methods thereof
US7003463B1 (en) 1998-10-02 2006-02-21 International Business Machines Corporation System and method for providing network coordinated conversational services
US8332227B2 (en) * 1998-10-02 2012-12-11 Nuance Communications, Inc. System and method for providing network coordinated conversational services
US6385583B1 (en) 1998-10-02 2002-05-07 Motorola, Inc. Markup language for interactive services and methods thereof
US20090287477A1 (en) * 1998-10-02 2009-11-19 Maes Stephane H System and method for providing network coordinated conversational services
US7519536B2 (en) * 1998-10-02 2009-04-14 Nuance Communications, Inc. System and method for providing network coordinated conversational services
US20130006620A1 (en) * 1998-10-02 2013-01-03 Nuance Communications, Inc. System and method for providing network coordinated conversational services
US6631346B1 (en) * 1999-04-07 2003-10-07 Matsushita Electric Industrial Co., Ltd. Method and apparatus for natural language parsing using multiple passes and tags
US7216351B1 (en) 1999-04-07 2007-05-08 International Business Machines Corporation Systems and methods for synchronizing multi-modal interactions
JP2001056694A (en) 1999-08-19 2001-02-27 Denso Corp Interactive user interface device
JP2001159968A (en) 1999-08-30 2001-06-12 Lucent Technol Inc Method and device for providing interactive service with multiple interfaces
JP2001166863A (en) 1999-08-30 2001-06-22 Lucent Technol Inc Device and method for providing bi-directional user service
US7685252B1 (en) * 1999-10-12 2010-03-23 International Business Machines Corporation Methods and systems for multi-modal browsing and implementation of a conversational markup language
US7167830B2 (en) * 2000-03-10 2007-01-23 Entrieva, Inc. Multimodal information services
US20020174147A1 (en) * 2000-05-19 2002-11-21 Zhi Wang System and method for transcoding information for an audio or limited display user interface
US20020007379A1 (en) * 2000-05-19 2002-01-17 Zhi Wang System and method for transcoding information for an audio or limited display user interface
US20020003547A1 (en) * 2000-05-19 2002-01-10 Zhi Wang System and method for transcoding information for an audio or limited display user interface
US8234334B2 (en) * 2000-07-24 2012-07-31 Open Text S.A. Method and system for facilitating marketing dialogues
US20110225237A1 (en) * 2000-07-24 2011-09-15 Vignette Software Llc Method and system for providing personalized network based marketing dialogues
US20120259921A1 (en) * 2000-07-24 2012-10-11 Brian Reistad Method and System for Providing Personalized Network Based Marketing Dialogues
US7219305B2 (en) * 2000-09-12 2007-05-15 Avaya Technology Corp. Mark-up language implementation of graphical or non-graphical user interfaces
US6717593B1 (en) * 2000-09-12 2004-04-06 Avaya Technology Corp. Mark-up language implementation of graphical or non-graphical user interfaces
US20020184373A1 (en) * 2000-11-01 2002-12-05 International Business Machines Corporation Conversational networking via transport, coding and control conversational protocols
US7487440B2 (en) * 2000-12-04 2009-02-03 International Business Machines Corporation Reusable voiceXML dialog components, subdialogs and beans
US20020194388A1 (en) 2000-12-04 2002-12-19 David Boloker Systems and methods for implementing modular DOM (Document Object Model)-based multi-modal browsers
US20080133702A1 (en) * 2002-01-14 2008-06-05 Dipanshu Sharma Data conversion server for voice browsing system
US20030145062A1 (en) * 2002-01-14 2003-07-31 Dipanshu Sharma Data conversion server for voice browsing system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
K. Davies et al., "The IBM Conversational Telephony System for Financial Applications," 4 pages, 1999.
K.A. Papineni et al., "Free-Flow Dialog Management Using Forms,", 4 pages, 1999.

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10896284B2 (en) 2012-07-18 2021-01-19 Microsoft Technology Licensing, Llc Transforming data to create layouts
US9946516B2 (en) 2014-03-14 2018-04-17 Starbucks Corporation Application workflow framework
US9626768B2 (en) 2014-09-30 2017-04-18 Microsoft Technology Licensing, Llc Optimizing a visual perspective of media
US9881222B2 (en) 2014-09-30 2018-01-30 Microsoft Technology Licensing, Llc Optimizing a visual perspective of media
US10282069B2 (en) 2014-09-30 2019-05-07 Microsoft Technology Licensing, Llc Dynamic presentation of suggested content
US10338959B2 (en) 2015-07-13 2019-07-02 Microsoft Technology Licensing, Llc Task state tracking in systems and services
US10592070B2 (en) 2015-10-12 2020-03-17 Microsoft Technology Licensing, Llc User interface directional navigation using focus maps
US10417346B2 (en) 2016-01-23 2019-09-17 Microsoft Technology Licensing, Llc Tool for facilitating the development of new language understanding scenarios
US10635281B2 (en) 2016-02-12 2020-04-28 Microsoft Technology Licensing, Llc Natural language task completion platform authoring for third party experiences
US10762299B1 (en) * 2016-03-29 2020-09-01 Facebook, Inc. Conversational understanding
US10380228B2 (en) 2017-02-10 2019-08-13 Microsoft Technology Licensing, Llc Output generation based on semantic expressions
US11386893B2 (en) * 2018-10-15 2022-07-12 Alibaba Group Holding Limited Human-computer interaction processing system, method, storage medium, and electronic device

Also Published As

Publication number Publication date
JP4090040B2 (en) 2008-05-28
US20080034032A1 (en) 2008-02-07
US20030225825A1 (en) 2003-12-04
US7546382B2 (en) 2009-06-09
JP2004005676A (en) 2004-01-08

Similar Documents

Publication Publication Date Title
US8572209B2 (en) Methods and systems for authoring of mixed-initiative multi-modal interactions and related browsing mechanisms
US6604075B1 (en) Web-based voice dialog interface
US8768711B2 (en) Method and apparatus for voice-enabling an application
KR101066741B1 (en) Semantic object synchronous understanding for highly interactive interface
KR101042119B1 (en) Semantic object synchronous understanding implemented with speech application language tags
US7487440B2 (en) Reusable voiceXML dialog components, subdialogs and beans
US6456974B1 (en) System and method for adding speech recognition capabilities to java
US9083798B2 (en) Enabling voice selection of user preferences
US7739117B2 (en) Method and system for voice-enabled autofill
CA2280331C (en) Web-based platform for interactive voice response (ivr)
US20020077823A1 (en) Software development systems and methods
US20040025115A1 (en) Method, terminal, browser application, and mark-up language for multimodal interaction between a user and a terminal
US20070016401A1 (en) Speech-to-speech translation system with user-modifiable paraphrasing grammars
JP2003015860A (en) Speech driven data selection in voice-enabled program
EP1215656B1 (en) Idiom handling in voice service systems
US20030187656A1 (en) Method for the computer-supported transformation of structured documents
US20060020917A1 (en) Method for handling a multi-modal dialog
EP1455282A1 (en) Markup language extension enabling speech recognition for controlling an application
Demesticha et al. Aspects of design and implementation of a multi-channel and multi-modal information system
Tiwari et al. Conversational multi-modal browser: an integrated multi-modal browser and dialog manager
Zhuk Speech Technologies on the Way to a Natural User Interface
Wyard et al. A combined speech and visual interface to the BT business catalogue
JP2004030395A (en) Html data use information terminal and program

Legal Events

Date Code Title Description
REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.)

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20171029