[go: up one dir, main page]

US20080215555A1 - Hybrid Approach for Query Recommendation in Conversation Systems - Google Patents

Hybrid Approach for Query Recommendation in Conversation Systems Download PDF

Info

Publication number
US20080215555A1
US20080215555A1 US12/119,785 US11978508A US2008215555A1 US 20080215555 A1 US20080215555 A1 US 20080215555A1 US 11978508 A US11978508 A US 11978508A US 2008215555 A1 US2008215555 A1 US 2008215555A1
Authority
US
United States
Prior art keywords
query
original user
user query
generating
recommendation
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.)
Abandoned
Application number
US12/119,785
Inventor
Shimei Pan
James C. Shaw
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 US12/119,785 priority Critical patent/US20080215555A1/en
Publication of US20080215555A1 publication Critical patent/US20080215555A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3329Natural language query formulation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/55Rule-based translation
    • G06F40/56Natural language generation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99934Query formulation, input preparation, or translation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99935Query augmenting and refining, e.g. inexact access

Definitions

  • the present invention generally relates to a method for query recommendation in conversation systems and, more particularly, to a hybrid method that combines natural language generation with query retrieval for context appropriate query recommendation.
  • Conversation systems allow users to interact with computer systems. In order to assist the user with such interaction, some conversation systems employ query recommendation.
  • Existing approaches for query recommendation in conversation systems include tutorials or context-sensitive help.
  • finite state machine-based approaches do not scale well.
  • a decision tree-based help system may be too coarse to provide guidance on the exact wording for each problematic user request.
  • the most relevant pre-stored examples may not be close enough to the current user query to be useful.
  • a query recommendation technique it would be desirable for a query recommendation technique to be able to provide scalable, fine-grained, context-sensitive help on the exact wording of a user query.
  • Principles of the invention provide a hybrid method that combines natural language generation with query retrieval for context appropriate query recommendation.
  • a computer-implemented method for generating a recommended query for a conversation system in response to an original user query, wherein at least a portion of the original user query is not understandable to a query interpretation process includes the following steps.
  • Recommendation results are computed, in response to the original user query, using a natural language generation-based recommendation process.
  • Recommendation results are computed, in response to the original user query, using a retrieval-based recommendation process.
  • a recommended query is generated based on consideration of at least a portion of the natural language generation-based recommendation results and at least a portion of the retrieval-based recommendation results.
  • the natural language generation-based recommendation result computing step may include selecting content for use in generating the recommended query.
  • the content selection step may include extracting one or more features from at least one of the original user query and interpretation results generated by the query interpretation process, wherein the one or more extracted features characterize a current interpretation problem associated with the original user query.
  • the content selection step may further include, based on the one or more extracted features, determining and applying one or more rules for use in revising at least a portion of the original user query to generate semantic content for use in generating the recommended query.
  • the natural language generation-based recommendation result computing step may further include, based on the semantic content, generating a grammatically-appropriate sentence which forms the recommended query.
  • the grammatically-appropriate sentence generating step may further include retrieving one or more of words, phrases and sentence segments from at least one of the original user query and a query corpus to convey the semantic content for the recommended query.
  • the retrieval-based recommendation result computing step may include computing one or more similarity scores based on the original user query and one or more example queries from a query corpus.
  • the one or more similarity scores may include one or more of a surface similarity score, a semantic similarity score, and a context similarity score.
  • the one or more similarity scores may be used to identify one or more of the example queries from the query corpus to be included as part of the retrieval-based recommendation results.
  • FIG. 1 is a diagram illustrating implementation of a hybrid query recommendation method in a conversation system, according to an embodiment of the invention.
  • FIG. 2 is a diagram illustrating a query recommendation system, according to an embodiment of the invention.
  • FIG. 3 is a diagram illustrating a natural language generation (NLG)-based recommendation process using knowledge sources such as ontology and query corpus, according to an embodiment of the invention.
  • NLG natural language generation
  • FIG. 4 is a diagram illustrating a retrieval-based recommendation process using knowledge sources such as query corpus, according to an embodiment of the invention.
  • Principles of the invention provide a hybrid query recommendation framework that facilitates robust natural language interaction for systems with imperfect interpretation.
  • the method dynamically recommends valid queries that are most relevant to the current user request. Based on the recommendations, the user can revise his request accordingly so that the next round of conversation will be more successful.
  • an exemplary embodiment of the invention provides a hybrid query recommendation framework which combines natural language generation with query retrieval to improve the robustness of query understanding. That is, such framework may help users recover from a conversation system's input interpretation problem.
  • exemplary embodiments of the invention not only take into consideration the robustness of the recommendation system, but also its scalability so that it is feasible for non-trivial conversation applications.
  • another exemplary embodiment of the invention provides accurate and context-sensitive recommendations that help users revise problematic queries so that the revised queries have a better chance to be understood by the system.
  • principles of the invention provide a hybrid query recommendation framework that is executable within a multimodal conversation application.
  • An example of a particular multimodal conversation application is in the real-estate domain in which potential home buyers interact with the system using multiple modalities, such as speech and gesture, to request residential real-estate information.
  • the hybrid query recommendation framework executing within the application takes a problematic user query, associated system interpretation results, and the current conversation context as input and formulates query recommendations that are most relevant to the current user query.
  • the method is shown as module 103 within a domain 100 .
  • the domain can be any one of a multitude of environments that accept requests for information.
  • the domain example used throughout this description is that of the real-estate domain.
  • a user can query a system for information regarding specific houses, towns or schools.
  • the user request is then sent to an interpretation engine 101 for analysis. If the interpretation engine can understood the user query without any problem, the interpretation result is sent to the backend 102 for further processing. If the interpretation engine 101 has a problem understanding the input query, recommendation engine 103 is activated and it suggests a set of alternative queries to guide the user to revise his original query.
  • the domain 100 is typically implemented within a central processing unit. It interfaces with external data entry 104 and data output 105 elements through a network 108 .
  • the network may be any one of several types of connectivity including, but not limited to, a local area network, a wide area network such as, but not limited to, connectivity through the Internet.
  • the data entry 104 may include, but not be limited to, a keyboard, a voice recognition device, a mouse, a touch sensitive screen, or other such devices.
  • the data output 105 element may include, but not be limited to, a computer screen, a printer, a video display, monitor, or other such devices.
  • the system for performing the method, software or firmware containing the instruction set for performing the method can be processed within a central processing unit or other computer resource.
  • Recommendation engine 103 produces the solutions based on examples in a query corpus 106 which is stored either within the domain 100 or, as shown in FIG. 1 , in a separate storage medium and/or database.
  • the recommendation engine 103 may also use additional data sources such as ontology 107 .
  • Both the query corpus 106 and domain ontology are accessed through a communication link 109 .
  • the communication link 109 may be a local area or wide area network.
  • the communication link 109 may also be a direct connection such as a bus internal to the domain 100 .
  • a user would submit a request about a particular house, town or school through the data entry 104 element.
  • the interpretation engine 101 will analyze the request. If the interpretation engine 101 can understand the user request without any problem, the interpretation results will be sent to the backend 102 for data retrieval and data presentation. If the interpretation engine 101 has a problem understanding the user request or part of the user request, the query recommendation engine 103 is called to suggest valid alternative queries. These alternative queries are sent to the user through the data output element 105 . After receiving recommended queries, the user will revise his original request or submit a new request.
  • FIG. 2 illustrates a hybrid query recommendation engine.
  • NLG-based recommender 201 takes the interpretation results from the interpretation engine 101 as its input.
  • recommender 201 also uses resources such as the query corpus 106 and ontology 107 as its knowledge base. Its output is a set of ranked query recommendations.
  • the retrieval-based recommender 202 produces a separate set of recommendations based on the interpretation results as well as the examples in the query corpus 106 . Since each recommender produces a set of recommendations independently, both sets of recommendations are sent to the merger 203 to form the final recommendations.
  • One embodiment of a method for query merging selects the final recommendations proportionally from the candidates produced by each recommender.
  • NLG-based recommender 201 Once a problematic user request is detected by interpretation engine 101 , the user query and the interpretation results are sent to the NLG-based recommender for analysis.
  • the content selector 303 decides the content for each recommendation.
  • the sentence generator 304 forms a grammatical sentence to convey the content in each recommendation.
  • One embodiment of a content selection method uses a classification-based machine learning approach to categorize the current interpretation problem and decide proper content revision operators. Another embodiment of the method may use manually crafted content selection rules to suggest the content of alternative queries.
  • FIG. 3 shows a classification-based content selection approach.
  • the feature extractor 301 automatically derives a set of syntactic, semantic and surface features from the input query.
  • Table 1 lists typical features extracted from an input query “Show houses in GOOD school districts” in which “good” is an unknown word to the system.
  • Anchor Element POS The POS for the anchor element NP 6 Anchor Element Role The role played by the anchor element in its relationship with the problem Head element 7 Anchor Element type The semantic type associated with the anchor element Known-Concept 8 Problem Segment Syntactic The syntactic relation between the problem and the anchor segment Modifier-Head Relation 9 Problem Segment POS The POS for the problem segment NP 10 Problem Segment Role The role played by the problem segment in its relationship with its anchor Modifier 11 Anchor Segment POS The POS for the Anchor Segment Noun 12 Anchor Segment Role The role played by the anchor segment in its relationship with the problem Head segment 13 Anchor Segment Type The semantic type associated with the anchor segment Known-Concept
  • the classifier 302 selects one or more content revision operators (or rules), indicating proper ways to revise the original user query to form the semantics of a recommendation.
  • Table 2 lists the most common content revision operators designed for structured information-seeking applications. The operators are defined based on domain independent concepts such as objects, attributes, constraints, and operators specified in Standard Query Language (SQL).
  • the content selector 303 After receiving the content revision operators from the classifier 302 , the content selector 303 applies each content revision operator to the interpretation result of the current user query one by one and formulates the semantic representation of alternative queries.
  • Ontology 107 is used by the content selector 303 as follows.
  • input to the content selector is a set of content revision operators. For example, if the user query is “show xxx of houses in Pleasantville” and if one of the content revision operators selected by the classifier 302 is OpAttributeOntology, the content selector will replace xxx with a house attribute. To do this, it sends an inquiry to ontology 107 to retrieve all the possible house attributes and generate one recommendation for each house attribute. Some generated recommendations are as follows: “show the price of the house,” “show the age of the house,” “show the school district of the house,” etc.
  • the sentence generator 304 Given the semantics for each recommended query, the sentence generator 304 produces a grammatical sentence to convey the semantics in a recommendation.
  • One embodiment of the sentence generator uses cases-based reasoning and rule-based adaptation to formulate grammatical sentences.
  • Another embodiment of the sentence generator uses template-based approach to generate fluent sentences based on sentence templates.
  • Another embodiment of the sentence generator produces fluent sentence based on English grammar.
  • FIG. 3 illustrates a preferred embodiment in which the system uses a cascade model in case-based sentence generation.
  • the sentence generator 304 first retrieves words, phrases and sentence segments that can convey some of the content in a recommendation from the current user query. Then, the sentence generator retrieves words, phrases and sentence segments from the legal query corpus 306 (part of query corpus 106 ) to convey the rest of the content in a recommendation. Finally, the system applies adaptation rules to combine all the words, phrases and sentence segments to form a fluent and grammatical sentence.
  • the NLG-based recommender may also employ known natural language generation techniques, by way of example only, techniques described in Shimei Pan and James Shaw, “SEGUE: A Hybrid Case-Based Surface Natural Language Generator,” Proceedings of the Third International Conference of Natural Language Generation, pages 130-140, Brockenhurst, UK, July 2004.
  • FIG. 4 presents details on retrieval-based recommender 202 .
  • the system For each query example in the query corpus 106 , the system first computes its surface similarity to the current user query (module 401 ).
  • One embodiment of a method for computing surface similarity is based on the String Edit Distance.
  • Another embodiment of a method for computing surface similarity is based on the number of overlapping content words.
  • Another embodiment of a method for computing surface similarity is based on the cosine measure.
  • the system also computes semantic similarity (module 402 ) based on the interpretation results produced by the interpretation engine 101 .
  • One embodiment of a method for computing semantic similarity is based on semantic graph matching.
  • Another embodiment of a method for computing semantic similarity is based on the number of overlapping nodes in the semantic graph.
  • the system also computes context similarity (module 403 ).
  • One embodiment of a method for computing context similarity is based on the Euclidian distance between two context feature vectors.
  • a combined similarity score is computed based on a linear combination of each individual similarity score (module 404 ).
  • the combined score is used to rank all the examples in the query corpus 106 and the ones with the highest combined similarity score (module 405 ) are considered for suggested to the user.
  • principles of the invention provide a method for a hybrid query recommendation framework that combines natural language generation-based recommendations with retrieval-based results to facilitate robust natural language interaction for conversation systems with imperfect interpretation.
  • the recommendation system dynamically recommends valid queries that are most relevant to the current user request so that the user can revise his request accordingly.
  • our approach offers several major advantages, for example: improving query recommendation quality and system scalability by dynamically composing new queries for recommendation, and combining NLG-based recommendations with retrieval-based results to improve robustness.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Mathematical Physics (AREA)
  • General Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Human Computer Interaction (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Techniques are disclosed for combining natural language generation with query retrieval for context appropriate query recommendation. For example, a computer-implemented method for generating a recommended query for a conversation system in response to an original user query, wherein at least a portion of the original user query is not understandable to a query interpretation process, includes the following steps. Recommendation results are computed, in response to the original user query, using a natural language generation-based recommendation process. Recommendation results are computed, in response to the original user query, using a retrieval-based recommendation process. A recommended query is generated based on consideration of at least a portion of the natural language generation-based recommendation results and at least a portion of the retrieval-based recommendation results.

Description

    CROSS-REFERENCE TO RELATED APPLICATION(S)
  • This application is a continuation of U.S. application Ser. No. 11/475,785 filed on Jun. 27, 2006, the disclosure of which is incorporated herein by reference.
  • FIELD OF THE INVENTION
  • The present invention generally relates to a method for query recommendation in conversation systems and, more particularly, to a hybrid method that combines natural language generation with query retrieval for context appropriate query recommendation.
  • BACKGROUND OF THE INVENTION
  • Conversation systems allow users to interact with computer systems. In order to assist the user with such interaction, some conversation systems employ query recommendation. Existing approaches for query recommendation in conversation systems include tutorials or context-sensitive help.
  • Tutorials are often too brief to cover all valid input requests. Existing approaches for context-sensitive help also have limitations.
  • For example, finite state machine-based approaches do not scale well. Depending on the granularity of the predicted classes, a decision tree-based help system may be too coarse to provide guidance on the exact wording for each problematic user request. In addition, depending on the coverage of the query corpus used in retrieval-based query recommendation systems, the most relevant pre-stored examples may not be close enough to the current user query to be useful.
  • Accordingly, it would be desirable for a query recommendation technique to be able to provide scalable, fine-grained, context-sensitive help on the exact wording of a user query.
  • SUMMARY OF THE INVENTION
  • Principles of the invention provide a hybrid method that combines natural language generation with query retrieval for context appropriate query recommendation.
  • For example, in one aspect of the invention, a computer-implemented method for generating a recommended query for a conversation system in response to an original user query, wherein at least a portion of the original user query is not understandable to a query interpretation process, includes the following steps. Recommendation results are computed, in response to the original user query, using a natural language generation-based recommendation process. Recommendation results are computed, in response to the original user query, using a retrieval-based recommendation process. A recommended query is generated based on consideration of at least a portion of the natural language generation-based recommendation results and at least a portion of the retrieval-based recommendation results.
  • The natural language generation-based recommendation result computing step may include selecting content for use in generating the recommended query. The content selection step may include extracting one or more features from at least one of the original user query and interpretation results generated by the query interpretation process, wherein the one or more extracted features characterize a current interpretation problem associated with the original user query. The content selection step may further include, based on the one or more extracted features, determining and applying one or more rules for use in revising at least a portion of the original user query to generate semantic content for use in generating the recommended query.
  • Further, the natural language generation-based recommendation result computing step may further include, based on the semantic content, generating a grammatically-appropriate sentence which forms the recommended query. The grammatically-appropriate sentence generating step may further include retrieving one or more of words, phrases and sentence segments from at least one of the original user query and a query corpus to convey the semantic content for the recommended query.
  • The retrieval-based recommendation result computing step may include computing one or more similarity scores based on the original user query and one or more example queries from a query corpus. The one or more similarity scores may include one or more of a surface similarity score, a semantic similarity score, and a context similarity score. The one or more similarity scores may be used to identify one or more of the example queries from the query corpus to be included as part of the retrieval-based recommendation results.
  • 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 diagram illustrating implementation of a hybrid query recommendation method in a conversation system, according to an embodiment of the invention.
  • FIG. 2 is a diagram illustrating a query recommendation system, according to an embodiment of the invention.
  • FIG. 3 is a diagram illustrating a natural language generation (NLG)-based recommendation process using knowledge sources such as ontology and query corpus, according to an embodiment of the invention.
  • FIG. 4 is a diagram illustrating a retrieval-based recommendation process using knowledge sources such as query corpus, according to an embodiment of the invention.
  • DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
  • Principles of the invention provide a hybrid query recommendation framework that facilitates robust natural language interaction for systems with imperfect interpretation. When receiving a problematic user query that can not be understood by the natural language interpreter of a conversation system, the method dynamically recommends valid queries that are most relevant to the current user request. Based on the recommendations, the user can revise his request accordingly so that the next round of conversation will be more successful.
  • More particularly, as will be explained in detail below, an exemplary embodiment of the invention provides a hybrid query recommendation framework which combines natural language generation with query retrieval to improve the robustness of query understanding. That is, such framework may help users recover from a conversation system's input interpretation problem.
  • Further, exemplary embodiments of the invention not only take into consideration the robustness of the recommendation system, but also its scalability so that it is feasible for non-trivial conversation applications.
  • Still further, another exemplary embodiment of the invention provides accurate and context-sensitive recommendations that help users revise problematic queries so that the revised queries have a better chance to be understood by the system.
  • Accordingly, principles of the invention provide a hybrid query recommendation framework that is executable within a multimodal conversation application. An example of a particular multimodal conversation application is in the real-estate domain in which potential home buyers interact with the system using multiple modalities, such as speech and gesture, to request residential real-estate information. The hybrid query recommendation framework executing within the application takes a problematic user query, associated system interpretation results, and the current conversation context as input and formulates query recommendations that are most relevant to the current user query.
  • It is to be understood that while an example conversation system domain is given as a real-estate application, principles of the invention are not limited to any particular domain or conversation system architecture.
  • Referring now to FIG. 1, a hybrid query recommendation method is shown being implemented within the capabilities of computing resources. The method is shown as module 103 within a domain 100. The domain can be any one of a multitude of environments that accept requests for information. The domain example used throughout this description is that of the real-estate domain. In the real-estate domain, a user can query a system for information regarding specific houses, towns or schools.
  • The user request is then sent to an interpretation engine 101 for analysis. If the interpretation engine can understood the user query without any problem, the interpretation result is sent to the backend 102 for further processing. If the interpretation engine 101 has a problem understanding the input query, recommendation engine 103 is activated and it suggests a set of alternative queries to guide the user to revise his original query.
  • The domain 100 is typically implemented within a central processing unit. It interfaces with external data entry 104 and data output 105 elements through a network 108. The network may be any one of several types of connectivity including, but not limited to, a local area network, a wide area network such as, but not limited to, connectivity through the Internet.
  • The data entry 104 may include, but not be limited to, a keyboard, a voice recognition device, a mouse, a touch sensitive screen, or other such devices. The data output 105 element may include, but not be limited to, a computer screen, a printer, a video display, monitor, or other such devices. Likewise, the system for performing the method, software or firmware containing the instruction set for performing the method can be processed within a central processing unit or other computer resource.
  • Recommendation engine 103 produces the solutions based on examples in a query corpus 106 which is stored either within the domain 100 or, as shown in FIG. 1, in a separate storage medium and/or database. The recommendation engine 103 may also use additional data sources such as ontology 107. Both the query corpus 106 and domain ontology are accessed through a communication link 109. The communication link 109 may be a local area or wide area network. The communication link 109 may also be a direct connection such as a bus internal to the domain 100. By accessing the query corpus 106 to formulate the solution, the recommended queries can demonstrate desired properties, such as scalability and robustness.
  • For the real-estate domain example, a user would submit a request about a particular house, town or school through the data entry 104 element. The interpretation engine 101 will analyze the request. If the interpretation engine 101 can understand the user request without any problem, the interpretation results will be sent to the backend 102 for data retrieval and data presentation. If the interpretation engine 101 has a problem understanding the user request or part of the user request, the query recommendation engine 103 is called to suggest valid alternative queries. These alternative queries are sent to the user through the data output element 105. After receiving recommended queries, the user will revise his original request or submit a new request.
  • Note that elements shown in subsequent figures having the same reference numeral as shown in FIG. 1 have the same or similar functions as described above.
  • Referring now to FIG. 2, details of recommendation engine 103 are shown. More particularly, FIG. 2 illustrates a hybrid query recommendation engine.
  • As shown, there are two independent recommenders in the recommendation engine: a natural language generation (NLG)-based recommender 201 and a retrieval-based recommender 202. The NLG-based recommender 201 takes the interpretation results from the interpretation engine 101 as its input. In addition, recommender 201 also uses resources such as the query corpus 106 and ontology 107 as its knowledge base. Its output is a set of ranked query recommendations.
  • Similarly, the retrieval-based recommender 202 produces a separate set of recommendations based on the interpretation results as well as the examples in the query corpus 106. Since each recommender produces a set of recommendations independently, both sets of recommendations are sent to the merger 203 to form the final recommendations. One embodiment of a method for query merging selects the final recommendations proportionally from the candidates produced by each recommender.
  • We now refer to FIG. 3 for details on NLG-based recommender 201. Once a problematic user request is detected by interpretation engine 101, the user query and the interpretation results are sent to the NLG-based recommender for analysis. In the NLG-based recommender, the content selector 303 decides the content for each recommendation. The sentence generator 304 forms a grammatical sentence to convey the content in each recommendation. One embodiment of a content selection method uses a classification-based machine learning approach to categorize the current interpretation problem and decide proper content revision operators. Another embodiment of the method may use manually crafted content selection rules to suggest the content of alternative queries.
  • FIG. 3 shows a classification-based content selection approach. Using this method, the feature extractor 301 automatically derives a set of syntactic, semantic and surface features from the input query. Table 1 lists typical features extracted from an input query “Show houses in GOOD school districts” in which “good” is an unknown word to the system.
  • TABLE 1
    FEATURES EXTRACTED FOR CONTENT SELECTION
    No Name Definition Example
    1 Element Syntactic Relation The relationship between the problem element and the element anchor Modifier-Head
    2 Problem Element POS The POS of the problem element Adjective
    3 Problem Element Role The role played by the problem element in its relationship with its anchor Modifier
    4 Problem Element Further classification for WOI words. For OOV words, always assign “other” Quality
    Classification
    5 Anchor Element POS The POS for the anchor element NP
    6 Anchor Element Role The role played by the anchor element in its relationship with the problem Head
    element
    7 Anchor Element type The semantic type associated with the anchor element Known-Concept
    8 Problem Segment Syntactic The syntactic relation between the problem and the anchor segment Modifier-Head
    Relation
    9 Problem Segment POS The POS for the problem segment NP
    10 Problem Segment Role The role played by the problem segment in its relationship with its anchor Modifier
    11 Anchor Segment POS The POS for the Anchor Segment Noun
    12 Anchor Segment Role The role played by the anchor segment in its relationship with the problem Head
    segment
    13 Anchor Segment Type The semantic type associated with the anchor segment Known-Concept
  • Based on the feature vector extracted by the feature extractor 301 as well as the training examples in a problematic query corpus 305 (part of query corpus 106), the classifier 302 selects one or more content revision operators (or rules), indicating proper ways to revise the original user query to form the semantics of a recommendation. Table 2 lists the most common content revision operators designed for structured information-seeking applications. The operators are defined based on domain independent concepts such as objects, attributes, constraints, and operators specified in Standard Query Language (SQL).
  • TABLE 2
    CONTENT REVISION OPERATORS
    Name Description Example
    Op-Constraint- Replace an un-interpretable word with constraints that Replace “good” in “good school district” with all the quality-related
    Ontology are compatible with the word and the ontology school district constraints
    Op-Constraint- Replace an un-interpretable word with constraints that Replace “low” in “Houses with low tax” with a constraint on the
    Attribute are compatible with the current attribute house attribute Annual Tax
    Op-Attribute- Replace an un-interpretable word with attributes that Replace “size” in “the size of the house” with an attribute of house
    Ontology are compatible with the ontology that is compatible with size e.g., square footage.
    Op-Operator- Replace un-interpretable word with a known operator Replace “save” in “save the houses” with a known operator “show”
    Ontology
  • After receiving the content revision operators from the classifier 302, the content selector 303 applies each content revision operator to the interpretation result of the current user query one by one and formulates the semantic representation of alternative queries.
  • Ontology 107 is used by the content selector 303 as follows. As mentioned above, input to the content selector is a set of content revision operators. For example, if the user query is “show xxx of houses in Pleasantville” and if one of the content revision operators selected by the classifier 302 is OpAttributeOntology, the content selector will replace xxx with a house attribute. To do this, it sends an inquiry to ontology 107 to retrieve all the possible house attributes and generate one recommendation for each house attribute. Some generated recommendations are as follows: “show the price of the house,” “show the age of the house,” “show the school district of the house,” etc.
  • Given the semantics for each recommended query, the sentence generator 304 produces a grammatical sentence to convey the semantics in a recommendation. One embodiment of the sentence generator uses cases-based reasoning and rule-based adaptation to formulate grammatical sentences. Another embodiment of the sentence generator uses template-based approach to generate fluent sentences based on sentence templates. Another embodiment of the sentence generator produces fluent sentence based on English grammar.
  • FIG. 3 illustrates a preferred embodiment in which the system uses a cascade model in case-based sentence generation. In the cascade model, the sentence generator 304 first retrieves words, phrases and sentence segments that can convey some of the content in a recommendation from the current user query. Then, the sentence generator retrieves words, phrases and sentence segments from the legal query corpus 306 (part of query corpus 106) to convey the rest of the content in a recommendation. Finally, the system applies adaptation rules to combine all the words, phrases and sentence segments to form a fluent and grammatical sentence.
  • It is to be understood that the NLG-based recommender may also employ known natural language generation techniques, by way of example only, techniques described in Shimei Pan and James Shaw, “SEGUE: A Hybrid Case-Based Surface Natural Language Generator,” Proceedings of the Third International Conference of Natural Language Generation, pages 130-140, Brockenhurst, UK, July 2004.
  • FIG. 4 presents details on retrieval-based recommender 202. For each query example in the query corpus 106, the system first computes its surface similarity to the current user query (module 401). One embodiment of a method for computing surface similarity is based on the String Edit Distance. Another embodiment of a method for computing surface similarity is based on the number of overlapping content words. Another embodiment of a method for computing surface similarity is based on the cosine measure.
  • The system also computes semantic similarity (module 402) based on the interpretation results produced by the interpretation engine 101. One embodiment of a method for computing semantic similarity is based on semantic graph matching. Another embodiment of a method for computing semantic similarity is based on the number of overlapping nodes in the semantic graph.
  • In addition, the system also computes context similarity (module 403). One embodiment of a method for computing context similarity is based on the Euclidian distance between two context feature vectors.
  • Next, a combined similarity score is computed based on a linear combination of each individual similarity score (module 404).
  • Finally, the combined score is used to rank all the examples in the query corpus 106 and the ones with the highest combined similarity score (module 405) are considered for suggested to the user.
  • Advantageously, as illustratively described herein, principles of the invention provide a method for a hybrid query recommendation framework that combines natural language generation-based recommendations with retrieval-based results to facilitate robust natural language interaction for conversation systems with imperfect interpretation. When receiving a problematic user query, the recommendation system dynamically recommends valid queries that are most relevant to the current user request so that the user can revise his request accordingly. Comparing with existing methods, our approach offers several major advantages, for example: improving query recommendation quality and system scalability by dynamically composing new queries for recommendation, and combining NLG-based recommendations with retrieval-based results to improve robustness.
  • 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.

Claims (20)

1. A computer-implemented method for generating a recommended query for a conversation system in response to an original user query, wherein at least a portion of the original user query is not understandable to a query interpretation process, the method comprising the steps of:
computing recommendation results, in response to the original user query, using a natural language generation-based recommendation process;
computing recommendation results, in response to the original user query, using a retrieval-based recommendation process; and
generating a recommended query based on consideration of at least a portion of the natural language generation-based recommendation results and at least a portion of the retrieval-based recommendation results.
2. The method of claim 1, wherein the natural language generation-based recommendation result computing step comprises the step of selecting content for use in generating the recommended query.
3. The method of claim 2, wherein the content selection step comprises the step of extracting one or more features from at least one of the original user query and interpretation results generated by the query interpretation process, wherein the one or more extracted features characterize a current interpretation problem associated with the original user query.
4. The method of claim 3, wherein the content selection step further comprises, based on the one or more extracted features, determining and applying one or more rules for use in revising at least a portion of the original user query to generate semantic content for use in generating the recommended query.
5. The method of claim 4, wherein the natural language generation-based recommendation result computing step further comprises, based on the semantic content, generating a grammatically-appropriate sentence which forms the recommended query.
6. The method of claim 5, wherein the grammatically-appropriate sentence generating step further comprises retrieving one or more of words, phrases and sentence segments from at least one of the original user query and a query corpus to convey the semantic content for the recommended query.
7. The method of claim 1, wherein the retrieval-based recommendation result computing step comprises the step of computing one or more similarity scores based on the original user query and one or more example queries from a query corpus.
8. The method of claim 7, wherein the one or more similarity scores comprise a surface similarity score.
9. The method of claim 7, wherein the one or more similarity scores comprise a semantic similarity score.
10. The method of claim 7, wherein the one or more similarity scores comprise a context similarity score.
11. The method of claim 7, wherein the one or more similarity scores are used to identify one or more of the example queries from the query corpus to be included as part of the retrieval-based recommendation results.
12. Apparatus for generating a recommended query for a conversation system in response to an original user query, wherein at least a portion of the original user query is not understandable to a query interpretation process, the apparatus comprising:
a memory; and
at least one processor coupled to the memory and operative to: (i) compute recommendation results, in response to the original user query, using a natural language generation-based recommendation process; (ii) compute recommendation results, in response to the original user query, using a retrieval-based recommendation process; and (iii) generate a recommended query based on consideration of at least a portion of the natural language generation-based recommendation results and at least a portion of the retrieval-based recommendation results.
13. The apparatus of claim 12, wherein the natural language generation-based recommendation result computing operation comprises the step of selecting content for use in generating the recommended query.
14. The apparatus of claim 13, wherein the content selection operation comprises extracting one or more features from at least one of the original user query and interpretation results generated by the query interpretation process, wherein the one or more extracted features characterize a current interpretation problem associated with the original user query.
15. The apparatus of claim 14, wherein the content selection operation further comprises, based on the one or more extracted features, determining and applying one or more rules for use in revising at least a portion of the original user query to generate semantic content for use in generating the recommended query.
16. The apparatus of claim 15, wherein the natural language generation-based recommendation result computing operation further comprises, based on the semantic content, generating a grammatically-appropriate sentence which forms the recommended query.
17. The apparatus of claim 16, wherein the grammatically-appropriate sentence generating operation further comprises retrieving one or more of words, phrases and sentence segments from at least one of the original user query and a query corpus to convey the semantic content for the recommended query.
18. The apparatus of claim 12, wherein the retrieval-based recommendation result computing operation comprises computing one or more similarity scores based on the original user query and one or more example queries from a query corpus.
19. The apparatus of claim 18, wherein the one or more similarity scores comprise one or more of a surface similarity score, a semantic similarity score, and a context similarity score.
20. An article of manufacture for generating a recommended query for a conversation system in response to an original user query, wherein at least a portion of the original user query is not understandable to a query interpretation process, comprising a machine readable medium containing one or more programs which when executed implement the steps of:
computing recommendation results, in response to the original user query, using a natural language generation-based recommendation process;
computing recommendation results, in response to the original user query, using a retrieval-based recommendation process; and
generating a recommended query based on consideration of at least a portion of the natural language generation-based recommendation results and at least a portion of the retrieval-based recommendation results.
US12/119,785 2006-06-27 2008-05-13 Hybrid Approach for Query Recommendation in Conversation Systems Abandoned US20080215555A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/119,785 US20080215555A1 (en) 2006-06-27 2008-05-13 Hybrid Approach for Query Recommendation in Conversation Systems

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/475,785 US7533089B2 (en) 2006-06-27 2006-06-27 Hybrid approach for query recommendation in conversation systems
US12/119,785 US20080215555A1 (en) 2006-06-27 2008-05-13 Hybrid Approach for Query Recommendation in Conversation Systems

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/475,785 Continuation US7533089B2 (en) 2006-06-27 2006-06-27 Hybrid approach for query recommendation in conversation systems

Publications (1)

Publication Number Publication Date
US20080215555A1 true US20080215555A1 (en) 2008-09-04

Family

ID=38874643

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/475,785 Expired - Fee Related US7533089B2 (en) 2006-06-27 2006-06-27 Hybrid approach for query recommendation in conversation systems
US12/119,785 Abandoned US20080215555A1 (en) 2006-06-27 2008-05-13 Hybrid Approach for Query Recommendation in Conversation Systems

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/475,785 Expired - Fee Related US7533089B2 (en) 2006-06-27 2006-06-27 Hybrid approach for query recommendation in conversation systems

Country Status (1)

Country Link
US (2) US7533089B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070299824A1 (en) * 2006-06-27 2007-12-27 International Business Machines Corporation Hybrid approach for query recommendation in conversation systems
US20090177651A1 (en) * 2007-12-04 2009-07-09 Shingo Takamatsu Information processing device and method, program, and recording medium
US20090287681A1 (en) * 2008-05-14 2009-11-19 Microsoft Corporation Multi-modal search wildcards
WO2018074714A1 (en) * 2016-10-20 2018-04-26 네이버 주식회사 Method and system for providing recommended queries for search result
WO2021229330A1 (en) * 2020-05-12 2021-11-18 Bayestree Intelligence Pvt Ltd. Method for identifying uncertain classifications

Families Citing this family (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
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
WO2007027989A2 (en) 2005-08-31 2007-03-08 Voicebox Technologies, Inc. Dynamic speech sharpening
US8073681B2 (en) 2006-10-16 2011-12-06 Voicebox Technologies, Inc. System and method for a cooperative conversational voice user interface
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
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
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
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
US8463806B2 (en) 2009-01-30 2013-06-11 Lexisnexis Methods and systems for creating and using an adaptive thesaurus
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
US10176245B2 (en) * 2009-09-25 2019-01-08 International Business Machines Corporation Semantic query by example
US9171541B2 (en) 2009-11-10 2015-10-27 Voicebox Technologies Corporation System and method for hybrid processing in a natural language voice services environment
WO2011059997A1 (en) 2009-11-10 2011-05-19 Voicebox Technologies, Inc. System and method for providing a natural language content dedication service
CA2741212C (en) * 2011-05-27 2020-12-08 Ibm Canada Limited - Ibm Canada Limitee Automated self-service user support based on ontology analysis
CA2767676C (en) 2012-02-08 2022-03-01 Ibm Canada Limited - Ibm Canada Limitee Attribution using semantic analysis
US8762134B2 (en) 2012-08-30 2014-06-24 Arria Data2Text Limited Method and apparatus for situational analysis text generation
US9405448B2 (en) 2012-08-30 2016-08-02 Arria Data2Text Limited Method and apparatus for annotating a graphical output
US9135244B2 (en) 2012-08-30 2015-09-15 Arria Data2Text Limited Method and apparatus for configurable microplanning
US9355093B2 (en) 2012-08-30 2016-05-31 Arria Data2Text Limited Method and apparatus for referring expression generation
US9336193B2 (en) 2012-08-30 2016-05-10 Arria Data2Text Limited Method and apparatus for updating a previously generated text
US8762133B2 (en) 2012-08-30 2014-06-24 Arria Data2Text Limited Method and apparatus for alert validation
US9600471B2 (en) 2012-11-02 2017-03-21 Arria Data2Text Limited Method and apparatus for aggregating with information generalization
WO2014076525A1 (en) 2012-11-16 2014-05-22 Data2Text Limited Method and apparatus for expressing time in an output text
WO2014076524A1 (en) 2012-11-16 2014-05-22 Data2Text Limited Method and apparatus for spatial descriptions in an output text
US10095692B2 (en) * 2012-11-29 2018-10-09 Thornson Reuters Global Resources Unlimited Company Template bootstrapping for domain-adaptable natural language generation
WO2014102569A1 (en) 2012-12-27 2014-07-03 Arria Data2Text Limited Method and apparatus for motion description
WO2014102568A1 (en) 2012-12-27 2014-07-03 Arria Data2Text Limited Method and apparatus for motion detection
WO2014111753A1 (en) 2013-01-15 2014-07-24 Arria Data2Text Limited Method and apparatus for document planning
US10185748B1 (en) * 2013-08-22 2019-01-22 Evernote Corporation Combining natural language and keyword search queries for personal content collections
WO2015028844A1 (en) 2013-08-29 2015-03-05 Arria Data2Text Limited Text generation from correlated alerts
US9244894B1 (en) 2013-09-16 2016-01-26 Arria Data2Text Limited Method and apparatus for interactive reports
US9396181B1 (en) 2013-09-16 2016-07-19 Arria Data2Text Limited Method, apparatus, and computer program product for user-directed reporting
CN103593340B (en) * 2013-10-28 2017-08-29 余自立 Natural expressing information processing method, processing and response method, equipment and system
US10664558B2 (en) 2014-04-18 2020-05-26 Arria Data2Text Limited Method and apparatus for document planning
WO2016044290A1 (en) 2014-09-16 2016-03-24 Kennewick Michael R Voice commerce
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
WO2016061309A1 (en) 2014-10-15 2016-04-21 Voicebox Technologies Corporation System and method for providing follow-up responses to prior natural language inputs of a user
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
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
CN104598564A (en) * 2015-01-09 2015-05-06 西安融成科技有限公司 Method for pushing user demands in real-time knowledge transaction system
WO2018023106A1 (en) 2016-07-29 2018-02-01 Erik SWART System and method of disambiguating natural language processing requests
US10445432B1 (en) 2016-08-31 2019-10-15 Arria Data2Text Limited Method and apparatus for lightweight multilingual natural language realizer
US10467347B1 (en) 2016-10-31 2019-11-05 Arria Data2Text Limited Method and apparatus for natural language document orchestrator
TWI647638B (en) * 2016-11-15 2019-01-11 財團法人工業技術研究院 Interactive recommendation system and method
US9959868B1 (en) * 2017-03-09 2018-05-01 Wisconsin Alumni Research Foundation Conversational programming interface
US10553308B2 (en) 2017-12-28 2020-02-04 International Business Machines Corporation Identifying medically relevant phrases from a patient's electronic medical records
US10593423B2 (en) * 2017-12-28 2020-03-17 International Business Machines Corporation Classifying medically relevant phrases from a patient's electronic medical records into relevant categories
US10929602B2 (en) * 2018-08-06 2021-02-23 International Business Machines Corporation Training of cognitive systems
CN109858528B (en) * 2019-01-10 2024-05-14 平安科技(深圳)有限公司 Recommendation system training method and device, computer equipment and storage medium
WO2020151652A1 (en) * 2019-01-23 2020-07-30 艾肯特公司 Naturalist intelligence-based natural expression processing method, and response method, device and system, method for training robot, human-computer interaction system, method for training naturalist intelligence-based human-computer interaction system, and end-to-end control method and control system
CN110362651A (en) * 2019-06-11 2019-10-22 华南师范大学 Dialogue method, system, device and the storage medium that retrieval and generation combine
US12367340B2 (en) * 2020-12-29 2025-07-22 International Business Machines Corporation Context aware personalization

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5812840A (en) * 1994-03-24 1998-09-22 Speedware Ltee./Ltd. Database query system
US6584470B2 (en) * 2001-03-01 2003-06-24 Intelliseek, Inc. Multi-layered semiotic mechanism for answering natural language questions using document retrieval combined with information extraction
US20030177112A1 (en) * 2002-01-28 2003-09-18 Steve Gardner Ontology-based information management system and method
US6842730B1 (en) * 2000-06-22 2005-01-11 Hapax Limited Method and system for information extraction
US20070106937A1 (en) * 2004-03-16 2007-05-10 Microsoft Corporation Systems and methods for improved spell checking
US20070185868A1 (en) * 2006-02-08 2007-08-09 Roth Mary A Method and apparatus for semantic search of schema repositories
US7657521B2 (en) * 2005-04-15 2010-02-02 General Electric Company System and method for parsing medical data

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6742021B1 (en) * 1999-01-05 2004-05-25 Sri International, Inc. Navigating network-based electronic information using spoken input with multimodal error feedback
US6820075B2 (en) * 2001-08-13 2004-11-16 Xerox Corporation Document-centric system with auto-completion
US7526425B2 (en) * 2001-08-14 2009-04-28 Evri Inc. Method and system for extending keyword searching to syntactically and semantically annotated data
US7533089B2 (en) * 2006-06-27 2009-05-12 International Business Machines Corporation Hybrid approach for query recommendation in conversation systems

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5812840A (en) * 1994-03-24 1998-09-22 Speedware Ltee./Ltd. Database query system
US6842730B1 (en) * 2000-06-22 2005-01-11 Hapax Limited Method and system for information extraction
US20050131886A1 (en) * 2000-06-22 2005-06-16 Hapax Limited Method and system for information extraction
US7194406B2 (en) * 2000-06-22 2007-03-20 Hapax Limited Method and system for information extraction
US7657425B2 (en) * 2000-06-22 2010-02-02 Hapax Limited Method and system for information extraction
US6584470B2 (en) * 2001-03-01 2003-06-24 Intelliseek, Inc. Multi-layered semiotic mechanism for answering natural language questions using document retrieval combined with information extraction
US20030177112A1 (en) * 2002-01-28 2003-09-18 Steve Gardner Ontology-based information management system and method
US7225183B2 (en) * 2002-01-28 2007-05-29 Ipxl, Inc. Ontology-based information management system and method
US20070106937A1 (en) * 2004-03-16 2007-05-10 Microsoft Corporation Systems and methods for improved spell checking
US7657521B2 (en) * 2005-04-15 2010-02-02 General Electric Company System and method for parsing medical data
US20070185868A1 (en) * 2006-02-08 2007-08-09 Roth Mary A Method and apparatus for semantic search of schema repositories

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070299824A1 (en) * 2006-06-27 2007-12-27 International Business Machines Corporation Hybrid approach for query recommendation in conversation systems
US7533089B2 (en) * 2006-06-27 2009-05-12 International Business Machines Corporation Hybrid approach for query recommendation in conversation systems
US20090177651A1 (en) * 2007-12-04 2009-07-09 Shingo Takamatsu Information processing device and method, program, and recording medium
US8380727B2 (en) * 2007-12-04 2013-02-19 Sony Corporation Information processing device and method, program, and recording medium
US20090287681A1 (en) * 2008-05-14 2009-11-19 Microsoft Corporation Multi-modal search wildcards
US20090287680A1 (en) * 2008-05-14 2009-11-19 Microsoft Corporation Multi-modal query refinement
US20090287626A1 (en) * 2008-05-14 2009-11-19 Microsoft Corporation Multi-modal query generation
US8090738B2 (en) 2008-05-14 2012-01-03 Microsoft Corporation Multi-modal search wildcards
WO2018074714A1 (en) * 2016-10-20 2018-04-26 네이버 주식회사 Method and system for providing recommended queries for search result
KR20180043889A (en) * 2016-10-20 2018-05-02 네이버 주식회사 Method and system for providing recommendation query by search result
KR102817094B1 (en) * 2016-10-20 2025-06-09 네이버 주식회사 Method and system for providing recommendation query by search result
WO2021229330A1 (en) * 2020-05-12 2021-11-18 Bayestree Intelligence Pvt Ltd. Method for identifying uncertain classifications

Also Published As

Publication number Publication date
US20070299824A1 (en) 2007-12-27
US7533089B2 (en) 2009-05-12

Similar Documents

Publication Publication Date Title
US7533089B2 (en) Hybrid approach for query recommendation in conversation systems
US12412044B2 (en) Methods for reinforcement document transformer for multimodal conversations and devices thereof
US9836511B2 (en) Computer-generated sentiment-based knowledge base
Maekawa et al. Balanced corpus of contemporary written Japanese
Reeve et al. Survey of semantic annotation platforms
US9910886B2 (en) Visual representation of question quality
US10585924B2 (en) Processing natural-language documents and queries
KR101661198B1 (en) Method and system for searching by using natural language query
US10810215B2 (en) Supporting evidence retrieval for complex answers
US10552467B2 (en) System and method for language sensitive contextual searching
US20120290561A1 (en) Information processing apparatus, information processing method, program, and information processing system
US20130060769A1 (en) System and method for identifying social media interactions
US20110060584A1 (en) Error correction using fact repositories
Lommatzsch et al. An Information Retrieval-based Approach for Building Intuitive Chatbots for Large Knowledge Bases.
Kumar et al. A knowledge graph based speech interface for question answering systems
US20220147719A1 (en) Dialogue management
Zhang et al. A memory network based end-to-end personalized task-oriented dialogue generation
Zakharov Corpora of the Russian language
Ma et al. Improving Chinese spell checking with bidirectional LSTMs and confusionset-based decision network
CN119807390A (en) Data processing method, device and computer program product
KR101602342B1 (en) Method and system for providing information conforming to the intention of natural language query
Bakar The development of an integrated corpus for Malay language
KR102866164B1 (en) Content specific captioning method and system for real time online professional lectures
US20250278420A1 (en) Natural language understanding based domain determination
US20250252124A1 (en) System and method for integrating artificial intelligence assistants with website building systems

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION