WO2003096217A2 - Integrated development tool for building a natural language understanding application - Google Patents
Integrated development tool for building a natural language understanding application Download PDFInfo
- Publication number
- WO2003096217A2 WO2003096217A2 PCT/GB2003/001554 GB0301554W WO03096217A2 WO 2003096217 A2 WO2003096217 A2 WO 2003096217A2 GB 0301554 W GB0301554 W GB 0301554W WO 03096217 A2 WO03096217 A2 WO 03096217A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- nlu
- text
- tree
- meaning
- interpretation information
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/30—Semantic analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
- G06F40/211—Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/279—Recognition of textual entities
- G06F40/289—Phrasal analysis, e.g. finite state techniques or chunking
Definitions
- This invention relates to the field of natural language understanding, and more particularly, to an integrated development tool for building a natural language understanding application.
- Natural language understanding (NLU) systems enable computers to understand and extract information from human speech. Such systems can function in a complimentary manner with a variety of other computer applications, such as a speech recognition system, where there exists a need to understand human speech. NLU systems can extract relevant information contained within text and then supply this information to another application program or system for purposes such as booking flight reservations, finding documents, or summarizing text.
- NLU Natural language understanding
- NLU systems employ several different techniques for extracting information from text strings, where a text string can refer to a group of characters, words, -or a sentence.
- the most common technique is a linguistic approach to parsing text strings using a context free grammar, commonly represented within the art using Backus-Naur Form (BNF) comprising terminals and non-terminals. Terminals refer to words or other symbols which cannot be broken down any further, whereas typically, non-terminals refer to parts of speech or phrases such as a verb phrase or a noun phrase.
- BNF Backus-Naur Form
- a linguist is typically required, which can add significant time and expense to application development.
- the quality of an NLU application can be unsatisfactory due to the difficulty of predicting each potential user request or response to a prompt, especially in relation to a telephonic conversational style. Notably, such unsatisfactory results can occur despite the use of a linguist.
- NLU systems Another technique used by NLU systems to extract information from text strings is a statistical approach where no grammar is used in analyzing the text string.
- NLU systems learn meaning from a large corpus of annotated sentences .
- the annotated sentences are collected into a corpus of text which can be referred to as a training corpus .
- the tools used to develop statistical NLU systems and annotate text have included such disparate elements as ASCII files, conventional text editors, and keyboard macros. Using these inefficient tools, word relationships can be specified and a statistical model can be built.
- an efficient and accurate graphical visual editing tool has yet to be developed. In consequence, the development of statistical NLU applications typically has been reserved for trained experts .
- NLU application development tools Another disadvantage of using conventional NLU application development tools is that development in a team environment can be difficult. Notably, because existing tools make use of disparate components, such development tools are unable to track or flag changes made by one team member to prevent another team member from overwriting or re-annotating the same portion of text. Moreover, conventional development tools cannot identify the situation wherein multiple instances of a particular sentence within the training corpus have been annotated in a manner that is inconsistent with one another.
- the invention disclosed herein concerns a method a system and a machine readable storage for building a natural language understanding (NLU) application as recited in claims, 1, 37 and 38.
- NLU natural language understanding
- the invention disclosed herein can provide users with an integrated development tool in which to build statistical models.
- the invention can utilize a database, as well as an assortment of graphical editing and audible tools to specify interpretation information.
- the database functionality of the invention including the invention's ability to synchronize and label user edits, makes the invention particularly suited for use in a networked or workgroup environment .
- the invention can offer increased functionality as a result.
- the presenting step can preferably include presenting the NLU interpretation information as a meaning tree including terminal and non-terminal nodes representing data items.
- a probability indicating whether a portion of the meaning tree is correct can be determined. That portion of the meaning tree can be visually identified if the probability does not exceed a predetermined threshold probability.
- a number of occurrences of a substructure of the meaning tree within the NLU interpretation information can be determined. The substructure of the meaning tree can be visually identified if the number of occurrences does not exceed a predetermined threshold.
- the method also can include determining an intersection of selected nodes of the meaning tree from the NLU interpretation information, presenting the intersection of the selected nodes as choices for adding an additional node to the meaning tree, and then adding a node above the selected nodes of the meaning tree.
- the added node can be selected from the presented choices .
- Additional nodes of the meaning tree can be created responsive to user commands.
- the additional nodes can represent an additional data item. Users further can input descriptions for the added nodes, which can be spell checked as the description is entered.
- a dictionary view having one or more columns for displaying the nodes and parameters of the nodes can be displayed.
- the dictionary view can include or be focused on the area of the dictionary having the data item represented by the highlighted node of the meaning tree.
- the meaning tree can be automatically completed according to predetermined annotation data such as a dictionary of data items, or a model specifying text interpretations.
- predetermined annotation data such as a dictionary of data items, or a model specifying text interpretations.
- a determination can be made as to whether a single data item of the dictionary of data items is associated with a word of the NLU training corpus of text. If so, the single data item can be assigned to the word.
- Selected items of the NLU interpretation information can be displayed in tool tip fashion and a probability indicating whether the presented meaning tree is a correct interpretation.
- the method also can include searching the NLU interpretation information for a specified meaning tree structure. An intersection of data items can be identified and presented as selections for annotating a user specified word of the NLU training corpus of text .
- the present invention can include presenting the NLU interpretation information in a dictionary view.
- NLU interpretation information can be presented using one or more columns for displaying parent and child data items, and parameters of the data items.
- the dictionary view can include a column for indicating children of the data items and a column indicating parents of the data items.
- the data items can be sorted according to any of the columns including the parent and child columns.
- Data items displayed in the dictionary view can be visually distinguished if the data items have a probability or count exceeding a predetermined threshold. Data items displayed in the dictionary view having a probability or count not exceeding a predetermined threshold can be hidden from view.
- the NLU interpretation information can be searched for a meaning tree including terminal and non-terminal nodes representing the association.
- the method further can include filtering the NLU interpretation information according to a parameter such as a data item source, a data item target, a direction associated with a data item, an annotator associated with a data item, annotation status, a node count, a data file, a sentence range, and/or a usage status. Histogram information derived from the NLU interpretation information also can be displayed.
- the present invention can include presenting the NLU interpretation information in a sentence view.
- NLU interpretation information associated with individual text phrases can be displayed.
- information such as the annotation status, count, designated use, collection information, a correctness probability, and a correctness rank can be displayed on a per sentence and/or phrase basis.
- the present invention can include presenting the NLU interpretation information as one or more meaning trees in a split screen view.
- the split screen view can include at least a first window for displaying a first meaning tree and a second window for displaying a second meaning tree.
- the method can include presenting different ones of the meaning trees in the second window responsive to a user request, while displaying the first meaning tree in the first window.
- the meaning trees can be different interpretations of the same text phrase in a same context, different interpretations of a same text phrase in two different contexts, or can be the results of different processing passes.
- the first window can present the meaning tree as determined after a first processing pass and the second window can present the resulting meaning tree as determined after a subsequent processing pass .
- the first meaning tree can represent a correct interpretation of a text phrase; and, the second meaning tree can represent a predicted interpretation of a text phrase according to a statistical model . If a score of the correct interpretation is greater than a score of the predicted interpretation, then an indication can be provided that the statistical model is incorrect.
- the method can include receiving an edit to the first meaning tree in the first window, and responsive to a user edit, searching for a meaning tree of a different text phrase which corresponds to the edited first meaning tree, and displaying the meaning tree for the different text phrase in the second window. The method can include visually indicating differences between the first meaning tree and the second meaning tree, and conforming the first meaning tree to the second meaning tree.
- the present invention can include automatically importing NLU training sentences and automatically determining an interpretation of the NLU training sentences according to statistical likelihoods determined from the NLU training corpus of text.
- NLU interpretations of training sentences automatically can be imported and applied to the NLU training corpus of text.
- NLU interpretation information resulting from any one of the multi-passes can be displayed responsive to a user input specifying one of the passes.
- the method further can include ordering text phrases of the NLU training corpus of text in a sentence view according to an attribute of the NLU interpretation information for the text phrases, and sequentially displaying the NLU interpretation information for at least two of the text phrases as meaning trees .
- the meaning trees can be displayed according to the ordering in the sentence view.
- the integrated development tool also can include a graphical user interface for specifying a search for selected ones of the data items of the NLU interpretation information.
- the graphical user interface can include at least one list of selectable terminals and non-terminals for specifying the search.
- An additional area can be included in the graphical user interface for specifying relationships of the selected data items with other ones of the data items .
- the graphical editor can include a tree view for presenting the items of NLU interpretation information in a hierarchical tree structure, a dictionary view for presenting individual items of NLU interpretation information in column format, a sentence view for presenting one or more items of NLU interpretation information in sentence form, a split screen view for simultaneously presenting at least two meaning trees, and an import view for importing additional NLU training text and associated interpretation information.
- a programmable statistical model configured to determine at least one interpretation from the NLU training corpus of text also can be included.
- Figure 1 is a schematic diagram of an exemplary computer system on which the invention can be used.
- Figure 2 is a schematic diagram depicting an exemplary system architecture upon which the invention disclosed herein can be implemented.
- Figure 3A is an illustration of an exemplary tree view graphical user interface .
- Figure 3B is an exemplary graphical user interface for searching natural language understanding interpretation information.
- Figure 4 is an exemplary graphical user interface for modifying and creating tags.
- Figure 5 is an exemplary graphical user interface for defining new tags .
- Figure 6 is an exemplary graphical user interface illustrating a meaning tree view.
- Figure 7 is another exemplary graphical user interface illustrating a meaning tree view.
- Figure 8 is an exemplary graphical user interface for modifying text in a meaning tree view.
- Figure 9 is an exemplary graphical user interface for displaying sentences and/or phrases of a training corpus of text .
- Figure 10 is an exemplary graphical user interface for displaying terminal and non-terminal data items in a dictionary style view.
- Figure 11 is an exemplary graphical user illustrating a build view and component of the invention disclosed herein.
- Figure 12 is an exemplary graphical user interface for displaying more than one meaning tree .
- Figure 13 is an exemplary graphical user interface for importing data.
- Figure 14 is an exemplary graphical user interface for identifying terminals and non-terminals within imported data.
- the invention disclosed herein concerns a method and a system for building statistical models for use with a natural language understanding (NLU) application.
- the invention disclosed herein can provide users with an integrated development tool for building statistical models for use with an NLU system.
- the invention provides an integrated development tool (IDT) .
- the IDT can include a database, as well as an assortment of visual (graphical) and audible tools to specify interpretation information which is often specified as annotations to the corpus of text.
- the NLU interpretation information specifies an interpretation or meaning of the sentences comprising the training corpus of text.
- the database functionality of the invention including the invention's ability to synchronize and label user edits, makes the invention particularly suited for use in a networked computing or workgroup environment .
- FIG. 1 depicts a typical computer system 100 for use in conjunction with the present invention.
- the computer system 100 can include a computer 105 having a central processing unit 110 (CPU) , one or more memory devices 115, and associated circuitry.
- the memory devices 115 which can include the IDT 210, can be comprised of an electronic random access memory and a bulk data storage medium.
- the computer system also can include a microphone 120 operatively connected to the computer system through suitable interface circuitry 125, and an optional user interface display unit 130 such as a video data terminal operatively connected thereto.
- the CPU can be comprised of any suitable microprocessor or other electronic processing unit, as is well known to those skilled in the art.
- Speakers 135 and 140 as well as an interface device, such as mouse 145, and keyboard 150, can be provided with the system, but are not necessary for operation of the invention as described herein.
- the various hardware requirements for the computer system as described herein can generally be satisfied by any one of many commercially available high speed computers.
- FIG. 2 is a schematic diagram depicting an exemplary system architecture upon which the invention disclosed herein can be implemented.
- the system architecture can include several computer systems 215, 220, and 225, each of which can include an IDT 210 executing in a suitable operating system.
- the computer systems 215-225 can be communicatively linked to one another and the database server 205 via the computer communications network 200.
- each of the computer systems 215-225 can include a self contained IDT 210, having a complete set of annotated and non-annotated data, statistical models, and algorithms, according to one aspect of the present invention, various portions of the data utilized by the IDT 210 can be stored and accessed from the database server 205.
- the database server 205 can store annotated text, non-annotated text, statistical models, algorithms, and the like.
- the IDT 210 can include classing and parsing functionality for statistically processing a corpus of text. More specifically, using the IDT 210, a statistical model, including at least in part, of a classer and a parser can be built. Using the IDT 210, the corpus of text can be annotated such that the resulting annotated corpus of text can be organized into component sentences, each having a hierarchical tree-like structure derived from the annotations. The statistical model can be built or trained using the annotated corpus of text. As the statistical model is built or trained, the IDT further can test the current statistical model for accuracy.
- a multi-pass text processing approach can be followed wherein more than two passes can be used. Accordingly, the output from each pass can serve as the input to a next or subsequent pass.
- filters and/or word spotting algorithms can be used, for example a "null filter" for identifying and annotating meaningless words, or a phrase pass that identifies small semantic phrases such as prepositional phrases, noun phrases, and the like.
- other annotation techniques such as source-channel modeling can be used wherein the resulting annotation is referred to as an alignment and is not a tree-like structure.
- sentences can be annotated for classes which can be application specific groupings of related text strings such as account types in a financial NLU application. Other classes, such as times and dates can be application independent. Classes can be determined empirically through analysis of the corpus of text such that a classer can recognize particular text strings or words as belonging to defined classes.
- terminal and non- terminal descriptors meaning trees, including parse trees and class trees, as well as any other word frequency data or statistical data derived from the IDT tool collectively can be referred to as annotation data.
- annotation data including any text constituting the corpus of text, can be stored within a database, rather than being stored as one or more text files.
- the classer can be constructed using statistical processing methods for identifying substrings in the received text that constitute one of the predefined classes.
- the classer can be constructed using statistical processing methods where thousands of sentences can be annotated identifying the classes of constituent words or text strings of the sentences .
- the annotated sentences can be used to train the classer to recognize the classes to which the words or text strings belong within an NLU system.
- the classer can be constructed using statistical processing algorithms known in the art, such as minimizing the conditional entropy or maximizing the likelihood that the resulting model predicts the training data to identify key text strings.
- the NLU system can use a decision tree or maximum entropy model capable of recognizing particular classes of text strings.
- the classer can produce a simplified resulting text string where the identified members of the classes within the original text string can be annotated with a defined class, effectively replacing the actual text strings with the class name.
- the classer can process the text string "I want to transfer five hundred dollars from XYZ Fund to ABC Fund" such that the resulting exemplary output can be "I want to transfer AMOUNT from FUND to FUND” .
- the structure of the text input has been greatly simplified. Specifically, by classing a received text input, the number of resulting input structures, i.e., possible grammatical structures, can be greatly reduced to facilitate subsequent statistical processing. For example, without classing the received text input, the following sentences can be thought of as having different structures : I want to transfer five hundred dollars from XYZ Fund to ABC Fund.
- classed sentences can be depicted using a hierarchical tree structure which can be referred to as a class tree.
- the class tree is one type of meaning tree representing an interpretation or meaning of the corresponding sentence.
- the hierarchical meaning tree can include both terminal and non-terminal nodes.
- the leaves of the meaning tree can correspond to words of the processed text and classes.
- the leaves can extend to one or more non-terminals, each of which can provide further meaning and structure to the meaning tree.
- each of the leaves and non-terminals (as well as terminals) can include a user configurable descriptor. Each leaf can ultimately extend to a root node either directly or through one or more non-terminals .
- the parser can receive the processed text output from the classer as input.
- the parser can process the received text to add additional non-terminals and/or descriptors corresponding to features, i.e., actions and parameters or other terminal or non- terminal groupings, to the remaining relevant text strings of the received text input .
- the parser can group particular key words.
- the parser can utilize statistical processing methods as previously mentioned in describing the classer.
- the parser can process the text output from the classer to determine a parse tree for the text string.
- the parse tree of a text string can be a hierarchical representation of a natural language text input comprised of the classes, actions, and parameters of the received text string flowing from the general to the specific extending down to the terminal or word level .
- the parse tree can be depicted in graphical form where the highest level used to identify the text string serves as the root. More detailed non-terminals can lie beneath the root extending down to the terminal level wherein each non-terminal and terminal is a node of the parse tree.
- the parse tree of a sentence typically is more complex than the class tree corresponding to that sentence. Still, both parse trees and class trees can be called meaning trees.
- the IDT 210 can include a variety of pre-built statistical models. For example, statistical models referred to as taggers or classers for processing widely used phrases such as dates, times, amounts, or other classes of phrases or expressions can be included within the IDT. Such statistical models can include classing and parsing models. Thus, for any corpus of text imported or read by the IDT 210, the IDT 210 can automatically analyze the imported corpus of text to identify indicators relating to the pre-built models. The indicators can include terminals corresponding to classes such as dates, times, and other easily replaceable items including pleasantries (i.e. "thank you") . For each indicator corresponding to a particular pre-built model, the IDT 210 can incorporate that pre-built statistical model into the statistical model currently under construction.
- pre-built statistical models For example, statistical models referred to as taggers or classers for processing widely used phrases such as dates, times, amounts, or other classes of phrases or expressions can be included within the IDT. Such statistical models can include classing and parsing models. Thus
- the IDT 210 can perform a keyword search or use other statistical processing methods previously mentioned to analyze a corpus of text to determine whether a pre-built model has any relevance to the corpus of text.
- the IDT 210 further can query the user whether to include such a pre-built model, or alternatively, the user can request that such a model be included. In any event, such functionality relieves a user from adopting statistical models to process constantly recurring text phrases.
- the inclusion of a classer and a parser within the IDT 210 represents only one embodiment of the invention disclosed herein.
- Those skilled in the art will recognize that any appropriate statistical processing method and/or model can be used.
- other embodiments can include a word spotting algorithm, maximum entropy, rules, or heuristics.
- the invention disclosed herein is not limited to the specific embodiment utilizing a classer and a parser.
- FIG. 3A depicts an exemplary tree editor view 310 presented within exemplary graphical user interface (GUI) 300 of the IDT.
- GUI graphical user interface
- the tree editor view provides an intuitive manner of viewing meaning trees which can include both class trees and parse trees.
- an exemplary sentence from the corpus of text is displayed in tree format.
- the tree-like sentence structure flows from the bottom up as terminals, in this case words, flow to non-terminals, and non-terminals flow to the root node denoted as "IS!.
- non-terminals can flow to other non-terminals to accommodate multiple levels of sentence structure.
- terminals can flow directly to the root node.
- the descriptions corresponding to the terminal and non-terminal data items are completely configurable. Specifically, an NLU system designer can determine an appropriate set of terminal and non-terminal data items (and corresponding descriptions) to specify meaning and context. These user configured terminal and non-terminal data items can be incorporated within the IDT.
- Figure 3A depicts a series of terminal and non-terminal data items dealing with an NLU system tailored to work in conjunction with a financial system.
- the terminal and non-terminal data items are organized in a tree structure wherein the root of the tree is at the top of the structure. From the root node, parent nodes branch to child nodes, wherein those child nodes serve as parent nodes to other child nodes.
- the tree structure continues downward until actual words of the corpus text are reached. For example, as shown in Figure 3A, the word “want” 320 has been annotated with the terminal "null" 330.
- the "null" terminal can be applied to words which have been identified as not conveying much, if any, contextual information or meaning with regard to the sentence.
- the word “first” 340 has been annotated with the terminal "select” 350, which flows to its parent, in this case a non-terminal "select” 360.
- the "SELECT” non-terminal 360 flows to a parent node, which is another non-terminal "FUND-INFO” 370.
- the "SELECT" non-terminal node 360 of the meaning tree is a child of "FUND-INFO” and a parent to "select”.
- "FUND-INFO" then flows to the "!S! denoting the root node and highest level of the text sentence.
- the terminal and non-terminal names are completely user configurable.
- the terminals and non-terminals can be configured by the application developer or user to represent application specific word groupings.
- examples can include, type of vacation, departure date, arrival date, trip duration, and the like.
- the IDT can complete a parse tree or a class tree using default terminals and non-terminals annotators . If a default non-terminal annotator is a "null", the IDT can query the individual words stored in memory and choose another suitable or likely non-terminal. Still, the IDT can use a previously specified non-terminal annotator for a particular word rather than the default non- terminal .
- the IDT can automatically complete a parse tree or a class tree for that sentence.
- the IDT can search for a sentence from memory having a determined parse tree wherein the sentence resembles the input sentence or partially annotated sentence.
- the IDT can propose a complete parse tree for the input sentence based upon the stored parsed sentence.
- the IDT can determine a class tree and a parse tree for the text sentence using an auto-complete function.
- the user can manually build a meaning tree using the IDT by inserting terminals and non-terminals and connecting the nodes with appropriate branch lines.
- Interpretation data can be edited graphically using the tree editor view in a number of ways.
- the words comprising the corpus of text can be edited, terminals and non-terminals can be edited, and branches can be edited in the tree editor view.
- Each of the aforementioned edits can be performed using conventional pointer control actions such as drag and drop, left and right clicking, and double clicking actions.
- a node of the tree can be edited to point to a different parent by selecting that node and dragging and dropping the node over the new user intended parent. This action un-links the selected node from the previous parent and links the node to the new parent.
- the user can draw the branches of the tree manually or use a variety of functions within the IDT to draw the branches so that the resulting shape of the tree has a readable structure.
- the IDT can include a setting which prevents any tree branch from overlapping or crossing another tree branch.
- the user can select branch angles and straight or curved branches so that the resulting shape of the tree has a readable structure.
- the text, size of the text, the fill colors, and fill patterns can be user configurable. It should be appreciated that valid trees within the system must contain words that ultimately connect to a root symbol such as "!S! or some other symbol representative of the root node. Accordingly, the IDT can include safeguards which disable particular edit controls or actions which would result in an invalid tree structure .
- FIG. 3B is a schematic diagram illustrating an exemplary GUI 375 for implementing several different find functions in accordance with the inventive arrangements disclosed herein.
- a GUI 375 can be provided which enables users to search text annotations and structure in a variety of different ways. Specifically, users can search text annotations for particular tags using field 380, for particular labels using field 385, and for particular tree structures and/or sub-structures using field 390. For example, a user can draw a small segment of a larger tree structure and search the annotation data for structures resembling the tree structure specified in field 390.
- the tree structure itself can be used to search for other related or matching structures.
- the IDT allows a user to select a portion of a meaning tree. Once selected, the user can instruct the IDT to search other meaning trees for a structure matching the selected structure. For example, the user can use a mouse to draw a box around tree nodes having a structure which the user wishes to locate elsewhere within the corpus of text. Items or nodes of the meaning tree falling within the user drawn box can be selected. Once selected, the IDT can search the annotated corpus of text using the database functionality to locate a matching structure . It should be appreciated that other methods of selecting tree nodes can be used such as different combinations of keyboard keystrokes. Accordingly, the invention is not so limited to the particular method of selecting the meaning tree structure .
- An exemplary GUI 400 can be provided for editing or creating both terminals and non-terminals .
- the user interface allows a user to describe a new non-terminal (also referred to as a tag in some instances) .
- the definition of an existing non-terminal can be edited. To invoke this function, the user can select a word for which a non-terminal is to be created or edited, and issue a user command to edit or create the non-terminal .
- Field 405 is a "Dictionary Allowed List" which can take an intersection of all parent and child nodes of one or more selected tree nodes and present the intersection to the user as possible label choices for the selected words or nodes.
- the Dictionary Allowed List can take into account the manner in which previous parent and child nodes have been organized within other meaning trees, as well as other historical information relating to the direction of branches extending from, and connecting to the parent and child nodes.
- an auto mode can be provided. In auto mode, if the Dictionary Allowed List contains only one possible terminal or non-terminal, the IDT automatically can select that terminal or non-terminal to be applied to the user selected word or group of words .
- Field 410 is a dictionary field of GUI 400 which can present the user with all terminals or non-terminals defined in the system. Regardless of the list used by the user to select a terminal or non-terminal, the description field 415 can provide the user with information regarding the appropriate use of the selected item. The description field 415 can aid a user in learning the proper and intended use of a particular terminal or non-terminal. For example, the description itself can be displayed by the IDT as a tool tip when the user moves a pointer over a terminal or non-terminal in the tree editor view. This can be particularly beneficial in cases where a new developer joins an existing NLU development team and must be educated on the annotation methodology used by that development team.
- Figure 5 depicts an exemplary GUI 500 which can be displayed by the IDT responsive to activation of icon 420.
- the exemplary GUI 500 of Figure 5 allows the user to input a new terminal or non-terminal in field 510 and an accompanying description in field 520.
- Figure 6 depicts another exemplary GUI 600 for presenting a tree editor view similar to the GUI of Figure 3A.
- the exemplary GUI 600 contains an exemplary pop up menu 605 accessible within window 610 of GUI 600.
- much of the aforementioned functionality can be directly accessed from the pop up menu 605.
- the user can add additional non-terminals, choose to automatically complete the parse tree, including classing of the sentence according to the statistical model specified in the configuration file, edit a node of the tree, find a word structure or entire sentence structure, as well as delete or undo an action.
- the "Add Tag" functionality is disabled because each word already has been annotated with a corresponding tag.
- tags are assigned to words, and labels can be used to assign structure to tag groupings. Accordingly, only labels are available to complete the parse tree to the root node .
- Figure 7 depicts another exemplary GUI 700 for presenting a tree editor view.
- a user has chosen to edit a word of the corpus of text shown in the tree editor view.
- the user has selected a word of the training sentence and chosen to edit that word.
- the new word "descriptions" 705 has been entered in place of the previous word.
- the user can edit the actual corpus of text as well as the terminals, non- terminals, and tree structure from any of the IDT's tree editor views.
- changing a word of the tree does not change the tree shape, but rather replaces the old word with the new user specified word.
- the IDT can check whether a sentence from memory matches the edited sentence. If so, the user can be queried as to whether to use the existing tree or replace the existing tree with the newly edited tree.
- Figure 8 depicts another exemplary GUI 800 for presenting a tree editor view in which the user has invoked a change sentence function.
- the IDT can display exemplary GUI 805 in which the user can edit an entire training corpus sentence from within any of the tree editor views.
- any parse tree, class tree, and other interpretation information which no longer corresponds to the sentence as edited, can be updated in the database.
- the IDT can search existing sentences to determine whether another sentence matches the newly edited sentence. If so, the class tree and parse tree data of the matching sentence can be associated with the newly edited sentence. This functionality further allows users to correct errors introduced into a corpus of text when that corpus is read or processed using one of several options to be discussed below.
- Figure 9 depicts an exemplary GUI 900 which can be used to display the words comprising the base of a tree.
- the sentences can be listed in field 925 wherein the information can be organized according to several different column fields.
- column heading 905 can be used to display the number position of the individual sentence within the corpus of text.
- Column heading 910 can be reserved for displaying the count, or number of times in which that exact text appears within the corpus of text.
- Column heading 915 can display feedback tags which precede the sentence as well as the text of the sentence.
- the feedback tags can indicate a form name and slot name to which the sentence corresponds.
- the feedback tags can be listed in a separate column or can precede the text of the sentence.
- the user can switch to another view by activation of the button 920 which places the IDT in a mode to class sentences.
- the class names or tags have been incorporated within the sentences .
- the same GUI style can be used to present both parsed or classed sentences to the user. Accordingly, the words of the sentence can be replaced with terminals or non-terminals as the case may be.
- GUI 900 can include a column indicating the number of words contained within each sentence. This information allows a user to select shorter sentences to begin classing or parsing. It should be appreciated that the sentences can be sorted ascending or descending order and can be searched or filtered based upon any of the column categories .
- the displayed columns included within GUI 900 can be user configurable according to any data that is tracked by the IDE. For example, additional columns specifying the feedback tags, prompts, parse tree scores, or application forms corresponding to a given sentence can be included.
- a column indicating the rank of the annotation of the sentence as determined by the parser or classer can be included. For example, a rank of l can indicate the highest likelihood that the model predicts the correct answer. The higher the rank, the less likely the model predicts the correct answer.
- a status column can be included which can indicate whether a sentence is used for training or smoothing. Information indicating how the sentence was collected such as grammar generated, typed by a user, spoken during pilot testing, spoken during a system test, spoken during deployment, or the like also can be included. In any event, the aforementioned list is not meant to be exhaustive.
- Figure 10 depicts an exemplary GUI 1000 which can be used to present a dictionary style word view.
- This view can be used to display the complete list of terminals, non-terminals, or annotated words.
- the display can be configured such that the terminals and non-terminals not used within a particular corpus of text need not be displayed.
- the user can toggle back and forth between a class view and a parse view by activating the activatable icon 1025 which further indicates the present view.
- the view is the dictionary parser view.
- Un-annotated words can, but need not, be displayed in the word view.
- the word view of window 1005 can be subdivided into at least two headings.
- the headings can include a word heading 1010 and a terminal or non-terminal heading 1015.
- the bracketed number can indicate the number of times the data appears in the corpus of text.
- the user can enable or disable the counts as well as adjust the color and font of the items in GUI 1000.
- the IDT allows a user to differentiate between low count and high count items. For example, the IDT can represent low count items in one color while high count items can be represented using a different color. Further, if the count of a particular terminal or non-terminal is below a particular programmable threshold value, the system can indicate that more data is needed to increase the statistical accuracy of the terminal or non-terminal. In one embodiment, particular items of information can be highlighted based upon statistical or heuristic information deemed relevant by the developer.
- the exemplary GUI 1000 also can be used to display the manner in which terminals extend to non-terminals.
- the terminals can be located in the column beneath column heading 1010; and the non-terminals can be located in the column beneath the column heading 1015.
- the direction of the branch extending from the particular node to the parent node can be displayed.
- the IDT can display the direction of the branch extending from the child node to the parent node. Possible directions can include unary, left, middle, right, up, or down.
- the exemplary GUI 1000 further can be used to display the manner in which non-terminals connect to other non-terminals.
- the view can be similar to the tag view with the exception that labels can be located in both columns because labels can connect to other labels.
- the GUI 1000 can be user configurable.
- the ordering of the columns can be determined by the user. For example, the tag column and accompanying number information can be displayed to the left of the word column. Similarly, a column to the left of the word column can display the total number of times a word appears in a corpus of text. To the right of the word column, a number can be displayed which indicates the number of times the word is tagged as a particular tag or the root. Regardless, it should be appreciated that the column ordering, as well as the inclusion of additional columns for displaying further interpretation information is user configurable.
- Another embodiment of the dictionary style view can present the user with interpretation information, and specifically terminal and non-terminal information, similar to a directory tree structure.
- tags can be presented graphically as roots, wherein labels can be depicted graphically as collapsible substructures beneath the roots.
- non-terminals which connect to other non-terminals can be depicted graphically beneath their parent non-terminals .
- Users can click on a terminal or non- terminal to expand and view the underlying structure, or click on a terminal or non- terminal to collapse the underlying structure .
- the directory tree view can provide users with an intuitive graphical representation of the overall hierarchy of terminals and non- terminals as they are being used within the statistical model under construction.
- a find feature can be included in the dictionary view wherein users can search for a data item having a particular entry. For example, users can search for particular tags or labels, as well as search for tags or labels by parameters such as the number of times a tag or label occurs within the annotation data.
- the search function also can search for a user specified relationship between a terminal and non-terminal. For example, users can search annotation data for any nodes, parent and/or child, having a branch extending from or arriving at the node from a particular direction such as right, left, up, or unary.
- a filter feature also can be included in the dictionary view.
- a user can filter the displayed information according to parameters such as a data item source, a data item target, a direction associated with a data item, or an annotator associated with a data item.
- Users also can filter data according to annotation status indicating whether the data is annotated or un-annotated, a node count indicating whether a child node has greater than "N" annotated examples as parents, a data file where only relationships from particular data files are displayed, a sentence range for displaying relationships derived only from particular sentences, and a usage status for displaying relationships from training, smoothing, and/or test data.
- Figure 11 depicts an exemplary GUI 1100 which can be used in conjunction with a build component of the IDT.
- the exemplary GUI 1100 includes several fields for specifying a script which can be run to "build" an NLU application.
- Field 1105 can be used to specify a particular file which can specify default parameters, other specialized parameters, the script to be executed, as well as information to be displayed after the script has been executed.
- the file further can specify a text file to be processed and used during regression testing.
- Description field 1110 contains a description of the functionality of the script.
- Parameter list field 1115 can display a list of parameters which can be used for execution of the script.
- Field 1120 can be used to convey any additional information or remarks which can be relevant to the script.
- the description field 1110 and the additional information field 1120 can be useful in a development environment in which a team of users or application developers are developing an NLU application.
- Figure 12 depicts an exemplary GUI 1200 which can be used in conjunction with the regression test component of the IDT.
- the GUI 1200 can be subdivided into two portions.
- Field 1205 can display the truth meaning tree as determined from the user's annotations of the corpus of text.
- Field 1210 can display the meaning tree generated by the IDT using the statistical model specified in the configuration file which was previously specified in field 1105 of Figure 11. Accordingly, more than one statistical model can be specified in the configuration file thereby allowing the results of each statistical model to be compared.
- the GUI can include a third portion wherein the GUI has one portion for each statistical model used during the regression test and another for the truth. Differences between the two trees can be highlighted automatically. Greater emphasis can be given to the differences that cause the probabilities to differ the most, thereby leading to the incorrect result. Accordingly, the user can be provided with hints as to where to start debugging. The user can visually note differences between the illustrated meaning trees.
- the user can cycle through the resulting meaning trees, in this case parse trees, one by one.
- the user can cycle through the top "n" choices as denoted by the confidence score corresponding to each parse tree.
- the confidence score provides an indication, as interpreted by the IDT, of how closely a resulting parse tree reflects the underlying statistical model, rather than the truth.
- the top "n" choices can be a statistical model that matches the truth.
- the user can cycle through possible interpretations to find one that can be a base point for future edits, especially in the case where the truth is incorrect.
- an autocomplete score 1215 which informs the user of the confidence score of the model being displayed to the user. Additional information such as the confidence score of each node or text corresponding to each node can be displayed within the nodes or can be displayed as a tool tip when a pointer is located over the node of the meaning tree.
- the nodes can be expandable to accommodate increased interpretation information. Nodal confidence scores can aid developers in detecting errors or in determining why a particular parse tree did not approximate or match the truth. It should be appreciated, however, that the IDT is configurable such that any of a variety of meaning tree characteristics and settings can be displayed as a tool tip or within the node.
- the GUI 1200 also can present a message should the correct annotation have a score greater than the best scoring answer derived from the model.
- the model is predicting the correct answer, and the search mechanism of the statistical model is causing a problem. This is generally fixed by widening the search, and does not require any direct developer debugging.
- the GUI of Figure 12 further can be used to show different stages of annotation data for a same sentence.
- annotation data resulting from a first pass for example a parsing pass
- annotation data resulting from a second pass such as a classing pass
- the split screen GUI 1200 also can display different sentences. For example, one window can be used to preserve a view of a sentence, while the second window can be used to search for another sentence having a particular structure.
- the split screen GUI 1200 also can be used to show two different annotations for the same textual sentence, but with different contexts. For example, the phrase “what's available” takes on different meanings when said in response to "how may I help you” or “what fund would you like the price of” , or "how much would you like to withdraw” .
- Figure 13 depicts an exemplary GUI 1300 which can be used in conjunction with an import component of the IDT.
- the import component can import an existing corpus of text using any of several methods. For example, a corpus of text can be imported as an un-annotated text file of sentences or an annotated text file. Additionally, because, conventional NLU systems can store user responses, the logs of NLU systems can be data mined to obtain parser output, classer output, or language model text. Each of the aforementioned data types can be imported into the IDT. In another embodiment, users can type text sentences directly into the IDT one by one using the dictionary style views or the tree views .
- another embodiment can receive a digital audio file containing user spoken utterances representative of a corpus of text .
- the IDT can digitally record an analog audio source via an analog to digital converter such as a sound card.
- the IDT can include a speech recognition system for converting user spoken utterances to text to derive a training corpus.
- the digital recording of the corpus of text can be stored in memory for future use and analysis, as well as for playback during use of the IDT.
- Audio files representative of a training corpus of text can be associated with particular text phrases or sentences so that a user or developer can listen to an audio representation of training text as well as view annotation information relating to the text.
- a portion of text can be associated with an audio file by specifying the audio file location and the filename.
- an audio file can be specified and the developer can type associated text into the IDT.
- GUI 1300 can be used to adjust the import component settings when importing a corpus of text.
- Field 1305 can be used to display the name and path of the file being imported into the IDT.
- the file can be an annotated corpus of text, an un-annotated corpus of text, and/or a speech file, including a digital recording of speech to be processed, or a text file derived from a speech recognition engine.
- Field 1310 can indicate the number of sentences recognized by the IDT within the file to be imported.
- Controls 1315, 1320, 1325, and 1330 determine the type of importation, or rather which sentences and corresponding annotation data will be incorporated within the current statistical model being built in the IDT. For example, activation of control 1315 results in the IDT adding all sentences.
- control 1320 will not import any sentences, but will overwrite the annotation data contained within the IDT with the annotation data corresponding to the duplicate sentence within the imported file.
- Activation of control 1325 adds all sentences despite the fact that the sentences are already contained within the relational database. Control 1325, however, will overwrite the annotation data in the IDT with the annotation data corresponding to the duplicate sentence from the imported file.
- Activation of control 1330 will add only sentences and annotation data from the imported file which are not contained within the relational database.
- Activation of control 1335 causes the specified file to be imported according to the aforementioned import criteria.
- Figure 14 depicts an exemplary GUI 1400 which can be used to add terminals and non-terminals located within an imported file to the current statistical model.
- the IDT can identify terminals and non- terminals within the annotated imported text file which do not exist within the current statistical model.
- GUI 1400 can be presented to a user wherein the new terminals and non-terminals can be presented to the user in window 1405.
- an indication in the "Tag / Label" column 1510 can identify the new item as, for example, a tag or a label (terminal or non-terminal) .
- the exact spelling of the particular tag or label can be listed in the "Spelling" column 1415.
- the "Description" column 1420 can be filled in by a user with an appropriate description of the function or other relevant information concerning the tag or label. Notably, the user can enter text directly into the GUI 1400 to fill in the description column without the need for an extra GUI. Thus, editing of the tag or label description can be performed "in-line” by selecting the description row and column corresponding to the desired tag.
- the IDT disclosed herein can be configured by a user to portray interpretation information in any of a variety of ways including various colors, patterns, sounds, and symbols to represent different aspects of the interpretation information. Similarly, the user can customize the terminals or non-terminals used within the IDT.
- the present invention can be realized in a centralized fashion in one computer system, or in a distributed fashion where different elements are spread across several interconnected computer systems . Any kind of computer system or other apparatus adapted for carrying out the methods described herein is suited.
- a typical combination of hardware and software can be a general purpose computer system with a computer program that, when being loaded and executed, controls the computer system such that it carries out the methods described herein.
- the present invention also can be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein, and which when loaded in a computer system is able to carry out these methods.
- Computer program in the present context means any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following: a) conversion to another language, code or notation; b) reproduction in a different material form.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Machine Translation (AREA)
- Stored Programmes (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
Claims
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004504138A JP2005537532A (en) | 2002-05-07 | 2003-04-10 | Comprehensive development tool for building natural language understanding applications |
AU2003222602A AU2003222602A1 (en) | 2002-05-07 | 2003-04-10 | Integrated development tool for building a natural language understanding application |
CA002482514A CA2482514A1 (en) | 2002-05-07 | 2003-04-10 | Integrated development tool for building a natural language understanding application |
KR1020047015913A KR100650427B1 (en) | 2002-05-07 | 2003-04-10 | Integrated development tool for building a natural language understanding application |
EP03717439A EP1508102A2 (en) | 2002-05-07 | 2003-04-10 | Integrated development tool for building a natural language understanding application |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/140,522 US7191119B2 (en) | 2002-05-07 | 2002-05-07 | Integrated development tool for building a natural language understanding application |
US10/140,522 | 2002-05-07 |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2003096217A2 true WO2003096217A2 (en) | 2003-11-20 |
WO2003096217A3 WO2003096217A3 (en) | 2004-04-01 |
Family
ID=29399446
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/GB2003/001554 WO2003096217A2 (en) | 2002-05-07 | 2003-04-10 | Integrated development tool for building a natural language understanding application |
Country Status (8)
Country | Link |
---|---|
US (1) | US7191119B2 (en) |
EP (1) | EP1508102A2 (en) |
JP (1) | JP2005537532A (en) |
KR (1) | KR100650427B1 (en) |
CN (1) | CN100489841C (en) |
AU (1) | AU2003222602A1 (en) |
CA (1) | CA2482514A1 (en) |
WO (1) | WO2003096217A2 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1361522A2 (en) | 2002-05-10 | 2003-11-12 | Microsoft Corporation | A system for automatically annotating training data for a natural language understanding system |
JP2005351980A (en) * | 2004-06-08 | 2005-12-22 | Canon Inc | Device and method for speech recognition grammar generation, program, and storage medium |
JP2006011271A (en) * | 2004-06-29 | 2006-01-12 | Canon Inc | Speech recognition grammar creating device and control method therefor |
Families Citing this family (141)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8645137B2 (en) | 2000-03-16 | 2014-02-04 | Apple Inc. | Fast, language-independent method for user authentication by voice |
US7805302B2 (en) * | 2002-05-20 | 2010-09-28 | Microsoft Corporation | Applying a structured language model to information extraction |
US7366655B1 (en) | 2003-04-02 | 2008-04-29 | At&T Corp. | Method of generating a labeling guide for spoken dialog services |
US7412383B1 (en) * | 2003-04-04 | 2008-08-12 | At&T Corp | Reducing time for annotating speech data to develop a dialog application |
US20040243531A1 (en) * | 2003-04-28 | 2004-12-02 | Dean Michael Anthony | Methods and systems for representing, using and displaying time-varying information on the Semantic Web |
US7853451B1 (en) * | 2003-12-18 | 2010-12-14 | At&T Intellectual Property Ii, L.P. | System and method of exploiting human-human data for spoken language understanding systems |
US20050255431A1 (en) * | 2004-05-17 | 2005-11-17 | Aurilab, Llc | Interactive language learning system and method |
US20060009966A1 (en) * | 2004-07-12 | 2006-01-12 | International Business Machines Corporation | Method and system for extracting information from unstructured text using symbolic machine learning |
US20060074980A1 (en) * | 2004-09-29 | 2006-04-06 | Sarkar Pte. Ltd. | System for semantically disambiguating text information |
US7970600B2 (en) * | 2004-11-03 | 2011-06-28 | Microsoft Corporation | Using a first natural language parser to train a second parser |
WO2006056923A1 (en) * | 2004-11-23 | 2006-06-01 | Koninklijke Philips Electronics N.V. | Planar angular visualization of the bronchial tree |
US7305413B2 (en) * | 2004-12-14 | 2007-12-04 | Microsoft Corporation | Semantic authoring, runtime and training environment |
US20060136870A1 (en) * | 2004-12-22 | 2006-06-22 | International Business Machines Corporation | Visual user interface for creating multimodal applications |
US8280719B2 (en) * | 2005-05-05 | 2012-10-02 | Ramp, Inc. | Methods and systems relating to information extraction |
US20060277028A1 (en) * | 2005-06-01 | 2006-12-07 | Microsoft Corporation | Training a statistical parser on noisy data by filtering |
US8433558B2 (en) | 2005-07-25 | 2013-04-30 | At&T Intellectual Property Ii, L.P. | Methods and systems for natural language understanding using human knowledge and collected data |
US8677377B2 (en) | 2005-09-08 | 2014-03-18 | Apple Inc. | Method and apparatus for building an intelligent automated assistant |
US20070067154A1 (en) * | 2005-09-22 | 2007-03-22 | International Business Machines Corporation | Language translation system |
US8688673B2 (en) * | 2005-09-27 | 2014-04-01 | Sarkar Pte Ltd | System for communication and collaboration |
US7512574B2 (en) * | 2005-09-30 | 2009-03-31 | International Business Machines Corporation | Consistent histogram maintenance using query feedback |
US7965275B1 (en) * | 2006-01-13 | 2011-06-21 | Intuit Inc. | User interface for lenient exception feedback |
US7813926B2 (en) * | 2006-03-16 | 2010-10-12 | Microsoft Corporation | Training system for a speech recognition application |
US10796390B2 (en) * | 2006-07-03 | 2020-10-06 | 3M Innovative Properties Company | System and method for medical coding of vascular interventional radiology procedures |
US9318108B2 (en) | 2010-01-18 | 2016-04-19 | Apple Inc. | Intelligent automated assistant |
US8515733B2 (en) * | 2006-10-18 | 2013-08-20 | Calculemus B.V. | Method, device, computer program and computer program product for processing linguistic data in accordance with a formalized natural language |
JP2008108144A (en) * | 2006-10-26 | 2008-05-08 | Hitachi Ltd | Information processing method, information processor, and program |
US8131536B2 (en) * | 2007-01-12 | 2012-03-06 | Raytheon Bbn Technologies Corp. | Extraction-empowered machine translation |
US9015047B1 (en) * | 2007-02-12 | 2015-04-21 | West Corporation | Automatic speech recognition reporting |
US8639509B2 (en) * | 2007-07-27 | 2014-01-28 | Robert Bosch Gmbh | Method and system for computing or determining confidence scores for parse trees at all levels |
US8135578B2 (en) * | 2007-08-24 | 2012-03-13 | Nuance Communications, Inc. | Creation and use of application-generic class-based statistical language models for automatic speech recognition |
US8868479B2 (en) * | 2007-09-28 | 2014-10-21 | Telogis, Inc. | Natural language parsers to normalize addresses for geocoding |
US7890539B2 (en) * | 2007-10-10 | 2011-02-15 | Raytheon Bbn Technologies Corp. | Semantic matching using predicate-argument structure |
US20100262598A1 (en) * | 2007-11-21 | 2010-10-14 | Nec Corporation | User interface recognition device and user interface recognition method |
US8996376B2 (en) | 2008-04-05 | 2015-03-31 | Apple Inc. | Intelligent text-to-speech conversion |
US8832135B2 (en) * | 2008-05-02 | 2014-09-09 | Verint Systems, Ltd. | Method and system for database query term suggestion |
KR101462932B1 (en) * | 2008-05-28 | 2014-12-04 | 엘지전자 주식회사 | Mobile terminal and text correction method |
US8214734B2 (en) * | 2008-10-09 | 2012-07-03 | International Business Machines Corporation | Credibility of text analysis engine performance evaluation by rating reference content |
US8335754B2 (en) | 2009-03-06 | 2012-12-18 | Tagged, Inc. | Representing a document using a semantic structure |
US10241752B2 (en) | 2011-09-30 | 2019-03-26 | Apple Inc. | Interface for a virtual digital assistant |
US10241644B2 (en) | 2011-06-03 | 2019-03-26 | Apple Inc. | Actionable reminder entries |
US9431006B2 (en) | 2009-07-02 | 2016-08-30 | Apple Inc. | Methods and apparatuses for automatic speech recognition |
US8682667B2 (en) | 2010-02-25 | 2014-03-25 | Apple Inc. | User profiling for selecting user specific voice input processing information |
US20110271258A1 (en) * | 2010-04-30 | 2011-11-03 | Microsoft Corporation | Software Development Tool |
US8355903B1 (en) | 2010-05-13 | 2013-01-15 | Northwestern University | System and method for using data and angles to automatically generate a narrative story |
US8510100B2 (en) * | 2010-05-20 | 2013-08-13 | Xerox Corporation | Human readable sentences to represent complex color changes |
US10185477B1 (en) | 2013-03-15 | 2019-01-22 | Narrative Science Inc. | Method and system for configuring automatic generation of narratives from data |
US9262612B2 (en) | 2011-03-21 | 2016-02-16 | Apple Inc. | Device access using voice authentication |
US8990070B2 (en) * | 2011-11-18 | 2015-03-24 | International Business Machines Corporation | Computer-based construction of arbitrarily complex formal grammar expressions |
US9002772B2 (en) | 2011-11-18 | 2015-04-07 | International Business Machines Corporation | Scalable rule-based processing system with trigger rules and rule evaluator |
US9122673B2 (en) | 2012-03-07 | 2015-09-01 | International Business Machines Corporation | Domain specific natural language normalization |
US9280610B2 (en) | 2012-05-14 | 2016-03-08 | Apple Inc. | Crowd sourcing information to fulfill user requests |
US10091323B2 (en) | 2012-05-17 | 2018-10-02 | The Meet Group, Inc. | Social discovery feed for facilitating social exploration in social networking environments |
US9213725B2 (en) | 2012-05-17 | 2015-12-15 | Ifwe Inc. | Systems and methods for generating automated social interactions in social networking environments |
US9721563B2 (en) | 2012-06-08 | 2017-08-01 | Apple Inc. | Name recognition system |
US20130332450A1 (en) * | 2012-06-11 | 2013-12-12 | International Business Machines Corporation | System and Method for Automatically Detecting and Interactively Displaying Information About Entities, Activities, and Events from Multiple-Modality Natural Language Sources |
US8935155B2 (en) * | 2012-09-14 | 2015-01-13 | Siemens Aktiengesellschaft | Method for processing medical reports |
US9547647B2 (en) | 2012-09-19 | 2017-01-17 | Apple Inc. | Voice-based media searching |
US9058317B1 (en) * | 2012-11-01 | 2015-06-16 | Digital Reasoning Systems, Inc. | System and method for machine learning management |
US9501140B2 (en) * | 2012-11-05 | 2016-11-22 | Onysus Software Ltd | Method and apparatus for developing and playing natural user interface applications |
US9471559B2 (en) * | 2012-12-10 | 2016-10-18 | International Business Machines Corporation | Deep analysis of natural language questions for question answering system |
WO2014186719A1 (en) * | 2013-05-16 | 2014-11-20 | Convida Wireless, Llc | Data annotation as a service for iot systems |
WO2014197336A1 (en) | 2013-06-07 | 2014-12-11 | Apple Inc. | System and method for detecting errors in interactions with a voice-based digital assistant |
WO2014197334A2 (en) | 2013-06-07 | 2014-12-11 | Apple Inc. | System and method for user-specified pronunciation of words for speech synthesis and recognition |
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 |
EP3937002A1 (en) | 2013-06-09 | 2022-01-12 | Apple Inc. | Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant |
US10176167B2 (en) | 2013-06-09 | 2019-01-08 | Apple Inc. | System and method for inferring user intent from speech inputs |
US9728184B2 (en) | 2013-06-18 | 2017-08-08 | Microsoft Technology Licensing, Llc | Restructuring deep neural network acoustic models |
US9311298B2 (en) | 2013-06-21 | 2016-04-12 | Microsoft Technology Licensing, Llc | Building conversational understanding systems using a toolset |
US9589565B2 (en) | 2013-06-21 | 2017-03-07 | Microsoft Technology Licensing, Llc | Environmentally aware dialog policies and response generation |
US9548049B2 (en) * | 2014-02-19 | 2017-01-17 | Honeywell International Inc. | Methods and systems for integration of speech into systems |
US9529794B2 (en) | 2014-03-27 | 2016-12-27 | Microsoft Technology Licensing, Llc | Flexible schema for language model customization |
US9614724B2 (en) | 2014-04-21 | 2017-04-04 | Microsoft Technology Licensing, Llc | Session-based device configuration |
US9520127B2 (en) | 2014-04-29 | 2016-12-13 | Microsoft Technology Licensing, Llc | Shared hidden layer combination for speech recognition systems |
US9430667B2 (en) | 2014-05-12 | 2016-08-30 | Microsoft Technology Licensing, Llc | Managed wireless distribution network |
US10111099B2 (en) | 2014-05-12 | 2018-10-23 | Microsoft Technology Licensing, Llc | Distributing content in managed wireless distribution networks |
US9874914B2 (en) | 2014-05-19 | 2018-01-23 | Microsoft Technology Licensing, Llc | Power management contracts for accessory 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 |
US10037202B2 (en) | 2014-06-03 | 2018-07-31 | Microsoft Technology Licensing, Llc | Techniques to isolating a portion of an online computing service |
US9367490B2 (en) | 2014-06-13 | 2016-06-14 | Microsoft Technology Licensing, Llc | Reversible connector for accessory devices |
US9717006B2 (en) | 2014-06-23 | 2017-07-25 | Microsoft Technology Licensing, Llc | Device quarantine in a wireless network |
US9338493B2 (en) | 2014-06-30 | 2016-05-10 | Apple Inc. | Intelligent automated assistant for TV user interactions |
US10698585B2 (en) * | 2014-08-29 | 2020-06-30 | Nuance Communications, Inc. | Virtual assistant development system |
US9668121B2 (en) | 2014-09-30 | 2017-05-30 | Apple Inc. | Social reminders |
US11288328B2 (en) | 2014-10-22 | 2022-03-29 | Narrative Science Inc. | Interactive and conversational data exploration |
US10567477B2 (en) | 2015-03-08 | 2020-02-18 | Apple Inc. | Virtual assistant continuity |
US9578173B2 (en) | 2015-06-05 | 2017-02-21 | Apple Inc. | Virtual assistant aided communication with 3rd party service in a communication session |
US10747498B2 (en) | 2015-09-08 | 2020-08-18 | Apple Inc. | Zero latency digital assistant |
US10671428B2 (en) | 2015-09-08 | 2020-06-02 | Apple Inc. | Distributed personal assistant |
US10354188B2 (en) * | 2016-08-02 | 2019-07-16 | Microsoft Technology Licensing, Llc | Extracting facts from unstructured information |
US11010550B2 (en) | 2015-09-29 | 2021-05-18 | Apple Inc. | Unified language modeling framework for word prediction, auto-completion and auto-correction |
US10366158B2 (en) | 2015-09-29 | 2019-07-30 | Apple Inc. | Efficient word encoding for recurrent neural network language models |
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 |
US10417346B2 (en) * | 2016-01-23 | 2019-09-17 | Microsoft Technology Licensing, Llc | Tool for facilitating the development of new language understanding scenarios |
US10446143B2 (en) | 2016-03-14 | 2019-10-15 | Apple Inc. | Identification of voice inputs providing credentials |
CN105893348A (en) * | 2016-03-30 | 2016-08-24 | 乐视控股(北京)有限公司 | Corpus acquiring method and device |
US10169470B2 (en) * | 2016-04-11 | 2019-01-01 | Rovi Guides, Inc. | Systems and methods for identifying a meaning of an ambiguous term in a natural language query |
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 |
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 |
DK179588B1 (en) | 2016-06-09 | 2019-02-22 | Apple Inc. | Intelligent automated assistant in a home environment |
US10490187B2 (en) | 2016-06-10 | 2019-11-26 | Apple Inc. | Digital assistant providing automated status report |
US10509862B2 (en) | 2016-06-10 | 2019-12-17 | Apple Inc. | Dynamic phrase expansion of language input |
US10586535B2 (en) | 2016-06-10 | 2020-03-10 | Apple Inc. | Intelligent digital assistant in a multi-tasking environment |
US10067938B2 (en) | 2016-06-10 | 2018-09-04 | Apple Inc. | Multilingual word prediction |
US10192552B2 (en) | 2016-06-10 | 2019-01-29 | Apple Inc. | Digital assistant providing whispered speech |
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 |
DK201670540A1 (en) | 2016-06-11 | 2018-01-08 | Apple Inc | Application integration with a digital assistant |
DK179415B1 (en) | 2016-06-11 | 2018-06-14 | Apple Inc | Intelligent device arbitration and control |
WO2018001482A1 (en) * | 2016-06-30 | 2018-01-04 | Siemens Aktiengesellschaft | A method for amending or adding functionality to an automation device |
US10043516B2 (en) | 2016-09-23 | 2018-08-07 | Apple Inc. | Intelligent automated assistant |
US10593346B2 (en) | 2016-12-22 | 2020-03-17 | Apple Inc. | Rank-reduced token representation for automatic speech recognition |
DK201770439A1 (en) | 2017-05-11 | 2018-12-13 | Apple Inc. | Offline personal assistant |
DK179496B1 (en) | 2017-05-12 | 2019-01-15 | Apple Inc. | USER-SPECIFIC Acoustic Models |
DK179745B1 (en) | 2017-05-12 | 2019-05-01 | Apple Inc. | SYNCHRONIZATION AND TASK DELEGATION OF A DIGITAL ASSISTANT |
DK201770432A1 (en) | 2017-05-15 | 2018-12-21 | Apple Inc. | Hierarchical belief states for digital assistants |
DK201770431A1 (en) | 2017-05-15 | 2018-12-20 | Apple Inc. | Optimizing dialogue policy decisions for digital assistants using implicit feedback |
DK179560B1 (en) | 2017-05-16 | 2019-02-18 | Apple Inc. | Far-field extension for digital assistant services |
US10453454B2 (en) * | 2017-10-26 | 2019-10-22 | Hitachi, Ltd. | Dialog system with self-learning natural language understanding |
US11042709B1 (en) | 2018-01-02 | 2021-06-22 | Narrative Science Inc. | Context saliency-based deictic parser for natural language processing |
US11003866B1 (en) | 2018-01-17 | 2021-05-11 | Narrative Science Inc. | Applied artificial intelligence technology for narrative generation using an invocable analysis service and data re-organization |
US11030408B1 (en) | 2018-02-19 | 2021-06-08 | Narrative Science Inc. | Applied artificial intelligence technology for conversational inferencing using named entity reduction |
CN110321534B (en) * | 2018-03-28 | 2023-11-24 | 科大讯飞股份有限公司 | Text editing method, device, equipment and readable storage medium |
JP7049173B2 (en) * | 2018-05-07 | 2022-04-06 | 日本放送協会 | Sign language CG translation editing equipment and programs |
US11042713B1 (en) | 2018-06-28 | 2021-06-22 | Narrative Scienc Inc. | Applied artificial intelligence technology for using natural language processing to train a natural language generation system |
US11341330B1 (en) | 2019-01-28 | 2022-05-24 | Narrative Science Inc. | Applied artificial intelligence technology for adaptive natural language understanding with term discovery |
US11930024B2 (en) | 2019-04-18 | 2024-03-12 | Oracle International Corporation | Detecting behavior anomalies of cloud users |
CN111045992B (en) * | 2019-12-04 | 2023-07-25 | 中盈优创资讯科技有限公司 | Configuration file checking method and system based on tree structure |
CN111130877B (en) * | 2019-12-23 | 2022-10-04 | 国网江苏省电力有限公司信息通信分公司 | NLP-based weblog processing system and method |
US11580112B2 (en) | 2020-03-31 | 2023-02-14 | Pricewaterhousecoopers Llp | Systems and methods for automatically determining utterances, entities, and intents based on natural language inputs |
US12079584B2 (en) * | 2020-03-31 | 2024-09-03 | PwC Product Sales LLC | Systems and methods for conversation modeling |
US11482223B2 (en) | 2020-03-31 | 2022-10-25 | Pricewaterhousecoopers Llp | Systems and methods for automatically determining utterances, entities, and intents based on natural language inputs |
CN111753552B (en) * | 2020-07-02 | 2024-04-19 | 浙江百应科技有限公司 | NLP-based training mode and recognition mode dynamic switching method |
US20220091716A1 (en) * | 2020-09-21 | 2022-03-24 | Corel Corporation | External content capture for visual mapping methods and systems |
CN115457951A (en) * | 2022-05-10 | 2022-12-09 | 北京罗克维尔斯科技有限公司 | Voice control method and device, electronic equipment and storage medium |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1999017223A1 (en) * | 1997-09-30 | 1999-04-08 | Ihc Health Services, Inc. | Aprobabilistic system for natural language processing |
US20020103837A1 (en) * | 2001-01-31 | 2002-08-01 | International Business Machines Corporation | Method for handling requests for information in a natural language understanding system |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4914590A (en) * | 1988-05-18 | 1990-04-03 | Emhart Industries, Inc. | Natural language understanding system |
EP0361570B1 (en) * | 1988-09-15 | 1997-08-06 | Océ-Nederland B.V. | A system for grammatically processing a sentence composed in natural language |
US5794050A (en) * | 1995-01-04 | 1998-08-11 | Intelligent Text Processing, Inc. | Natural language understanding system |
US5963940A (en) * | 1995-08-16 | 1999-10-05 | Syracuse University | Natural language information retrieval system and method |
US6496208B1 (en) * | 1998-09-10 | 2002-12-17 | Microsoft Corporation | Method and apparatus for visualizing and exploring large hierarchical structures |
-
2002
- 2002-05-07 US US10/140,522 patent/US7191119B2/en active Active
-
2003
- 2003-04-10 CA CA002482514A patent/CA2482514A1/en not_active Abandoned
- 2003-04-10 EP EP03717439A patent/EP1508102A2/en not_active Withdrawn
- 2003-04-10 CN CNB038099640A patent/CN100489841C/en not_active Expired - Fee Related
- 2003-04-10 JP JP2004504138A patent/JP2005537532A/en active Pending
- 2003-04-10 KR KR1020047015913A patent/KR100650427B1/en not_active IP Right Cessation
- 2003-04-10 WO PCT/GB2003/001554 patent/WO2003096217A2/en active Application Filing
- 2003-04-10 AU AU2003222602A patent/AU2003222602A1/en not_active Abandoned
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1999017223A1 (en) * | 1997-09-30 | 1999-04-08 | Ihc Health Services, Inc. | Aprobabilistic system for natural language processing |
US20020103837A1 (en) * | 2001-01-31 | 2002-08-01 | International Business Machines Corporation | Method for handling requests for information in a natural language understanding system |
Non-Patent Citations (2)
Title |
---|
ANONYMOUS: "Method of displaying and using single and multiple statuses in a statistical NLU development environment" RESEARCH DISCLOSURE, no. 450, 1 October 2001 (2001-10-01), page 1752 XP007129136 Havant, UK, article No. 450114 * |
MENG H M ET AL: "Semiautomatic acquisition of semantic structures for understanding domain-specific natural language queries" IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, JAN.-FEB. 2002, IEEE, USA, vol. 14, no. 1, pages 172-181, XP002268275 ISSN: 1041-4347 * |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1361522A2 (en) | 2002-05-10 | 2003-11-12 | Microsoft Corporation | A system for automatically annotating training data for a natural language understanding system |
EP1361522A3 (en) * | 2002-05-10 | 2007-06-27 | Microsoft Corporation | A system for automatically annotating training data for a natural language understanding system |
US7548847B2 (en) | 2002-05-10 | 2009-06-16 | Microsoft Corporation | System for automatically annotating training data for a natural language understanding system |
US7983901B2 (en) | 2002-05-10 | 2011-07-19 | Microsoft Corporation | Computer-aided natural language annotation |
JP2005351980A (en) * | 2004-06-08 | 2005-12-22 | Canon Inc | Device and method for speech recognition grammar generation, program, and storage medium |
JP2006011271A (en) * | 2004-06-29 | 2006-01-12 | Canon Inc | Speech recognition grammar creating device and control method therefor |
US7603269B2 (en) | 2004-06-29 | 2009-10-13 | Canon Kabushiki Kaisha | Speech recognition grammar creating apparatus, control method therefor, program for implementing the method, and storage medium storing the program |
Also Published As
Publication number | Publication date |
---|---|
CA2482514A1 (en) | 2003-11-20 |
CN1726488A (en) | 2006-01-25 |
AU2003222602A1 (en) | 2003-11-11 |
CN100489841C (en) | 2009-05-20 |
US7191119B2 (en) | 2007-03-13 |
JP2005537532A (en) | 2005-12-08 |
AU2003222602A8 (en) | 2003-11-11 |
KR20040102071A (en) | 2004-12-03 |
EP1508102A2 (en) | 2005-02-23 |
US20030212543A1 (en) | 2003-11-13 |
KR100650427B1 (en) | 2006-11-29 |
WO2003096217A3 (en) | 2004-04-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7191119B2 (en) | Integrated development tool for building a natural language understanding application | |
EP1361522B1 (en) | A system for automatically annotating training data for a natural language understanding system | |
US7080004B2 (en) | Grammar authoring system | |
US6446081B1 (en) | Data input and retrieval apparatus | |
US5321608A (en) | Method and system for processing natural language | |
US7035789B2 (en) | Supervised automatic text generation based on word classes for language modeling | |
MacWhinney | Tools for analyzing talk part 2: The CLAN program | |
US6981218B1 (en) | Document processing apparatus having an authoring capability for describing a document structure | |
US20070219773A1 (en) | Syntactic rule development graphical user interface | |
US6963831B1 (en) | Including statistical NLU models within a statistical parser | |
JP2002215617A (en) | Method for attaching part of speech tag | |
Van Halteren et al. | Linguistic Exploitation of Syntactic Databases: The Use of the Nijmegen LDB Program | |
Simov et al. | Building a Linguistically Interpreted Corpus of Bulgarian: the BulTreeBank. | |
JPH1078964A (en) | Method and system for identifying and analyzing generally confused word by natural language parser | |
Siefkes et al. | An overview and classification of adaptive approaches to information extraction | |
MacWhinney | The childes project | |
L’haire | FipsOrtho: A spell checker for learners of French | |
Weisser | Dialogue Annotation & Research Tool (DART) | |
JP4938298B2 (en) | Method and program for outputting candidate sentences to be included in text summary | |
Pham et al. | Incremental knowledge acquisition for extracting temporal relations | |
JP2003173338A (en) | Dictionary construction support device, dictionary construction support method, and dictionary construction support program | |
Reeve et al. | Technical Report: Semantic Annotation Platforms | |
Tools | A Corpus/Annotation Toolbox | |
Zaghloul et al. | Developing and Evaluating an Arabic Statistical Parser | |
Walther | Theorie des Lexikons Arbeiten des Sonderforschungsbereichs 282 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A2 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PH PL PT RO RU SC SD SE SG SK SL TJ TM TN TR TT TZ UA UG UZ VC VN YU ZA ZM ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 1020047015913 Country of ref document: KR |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2482514 Country of ref document: CA |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2004504138 Country of ref document: JP Ref document number: 20038099640 Country of ref document: CN |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2003717439 Country of ref document: EP |
|
WWP | Wipo information: published in national office |
Ref document number: 1020047015913 Country of ref document: KR |
|
WWP | Wipo information: published in national office |
Ref document number: 2003717439 Country of ref document: EP |