US20130151455A1 - System and method for networked decision making support - Google Patents

System and method for networked decision making support Download PDF

Info

Publication number
US20130151455A1
US20130151455A1 US13/761,368 US201313761368A US2013151455A1 US 20130151455 A1 US20130151455 A1 US 20130151455A1 US 201313761368 A US201313761368 A US 201313761368A US 2013151455 A1 US2013151455 A1 US 2013151455A1
Authority
US
United States
Prior art keywords
nodes
phrase
phrases
list
node
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
US13/761,368
Inventor
Paul S. Odom
Robert D. Way
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.)
Rateze Remote Mgmt LLC
Original Assignee
Kang Jo Mgmt LLC
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 Kang Jo Mgmt LLC filed Critical Kang Jo Mgmt LLC
Priority to US13/761,368 priority Critical patent/US20130151455A1/en
Publication of US20130151455A1 publication Critical patent/US20130151455A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H50/00ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
    • G16H50/20ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for computer-aided diagnosis, e.g. based on medical expert systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation

Definitions

  • the present disclosure relates generally to data processing systems, and more specifically to decision support systems.
  • decision support systems such as troubleshooting systems and diagnosis systems include a set of questions, potential (differential) diagnoses, and suggestions for how to proceed in order to remedy the diagnosed problem.
  • Typical methodologies employed in these systems include decision trees and Bayesian networks. The primary difference between systems based upon a decision tree approach and those based upon Bayesian networks is in the method used for selection and ordering of questions to be presented to the user.
  • Decision trees typically use a static hierarchical ordering of questions. This static ordering makes decision trees simple to explain and implement. However, decision trees often become difficult to maintain and update because of the extensive duplication of questions needed for completeness.
  • Bayesian networks attempt to minimize the number of questions asked during a differential diagnosis by using probabilistic relationships between the different questions.
  • the probabilistic relationships between problem symptoms identified by the user aid in minimizing the solution path.
  • Bayesian network systems are typically difficult to implement because the physical characteristics of the system are not probabilistic and they create entirely different solution paths. The maintenance is also problematic because of the amount of data that is necessary to establish the real world probabilities for any new knowledge that must be added to the Bayesian network.
  • Bayesian networks are monolithic, adding new information to the network is challenging. New information must be fully integrated with all the information already in the network. Thus, the new information may not be available to solve user problems for an extended period of time.
  • What is needed is a decision support system which rapidly converges on a solution and allows a user to take multiple paths to a solution.
  • a decision support system includes one or more solution domains, each domain including multiple nodes.
  • a solution domain defines the knowledge area covered by nodes.
  • domains associated with computer technology include computer hardware, computer software, a specific application or tool, or a specific device.
  • the decision support system receives a user supplied constraint and searches the nodes in the solution domain to generate a first set of nodes which are potentially related to the user's problem.
  • the constraint is one or more words which relate to the user's problem or a diagnostic need.
  • Each node in the first set of potentially related nodes includes the constraint (or a semantic equivalent) in the text of the node.
  • the decision support system generates a phrase list containing one or more phrases from the nodes in the first set of potentially related nodes.
  • phrases can be divided into logical groups for presentation purposes to simplify the user's review.
  • presentation categories could be Problem Statement Phrases, Physical Characteristic Phrases, or Diagnosis Phrases.
  • One or more of these phrases can be selected from the phrase list.
  • the phrases can be indirectly selected from the set of responses associated with an individual solution node when it is selected by the user.
  • the decision support system searches the nodes in the solution domain to generate a second set of potentially related nodes.
  • Each node in the second set of potentially related nodes includes the constraint and any of the phrases.
  • the decision support system receives a constraint and one or more user-specified phrases.
  • the decision support system identifies the inverse for each of the user-specified phrases.
  • the decision support system searches the nodes in the solution domain using the user's constraint, the user-specified phrases, and the inverse of the user-specified phrases to generate a first set of nodes potentially related to the user's problem.
  • the nodes are ranked.
  • the decision support system determines the number of node phrases that match any of the specified phrases and the number of node phrases that do not match any of the specified phrases.
  • the number of matched phrases is multiplied by a first weight to generate a matched value and the number of unmatched phrases is multiplied by a second weight to generate an unmatched value.
  • the unmatched value is subtracted from the matched value to produce a weighted score for the node.
  • Nodes are then ranked according to their weighted score.
  • a decision support system includes a memory and a processor.
  • the memory includes one or more nodes, a phrase dictionary, and a decision support module.
  • the decision support module is configured to enable the processor to receive a constraint and one or more user-specified phrases and to search the nodes in the solution domain to identify a set of nodes potentially related to the user's problem.
  • Each node in the set of potentially related nodes includes the constraint and any of the specified phrases and the inverses of the phrases.
  • the decision support module is further configured to enable the processor to rank the solutions in the set of potentially related nodes.
  • the decision support module is configured to receive additional specified phrases and to search the nodes in the solution domain to identify a set of nodes potentially related to the user's problem using the constraint, the specified phrases previously entered, and the additional specified phrases.
  • FIG. 1 illustrates an exemplary operating environment for a decision support system, according to an embodiment of the present invention.
  • FIG. 2A depicts an exemplary domain, according to an embodiment of the present invention.
  • FIG. 2B depicts an exemplary node, according to an embodiment of the present invention.
  • FIG. 3 is a flowchart illustrating an exemplary method for providing decision support, according to an embodiment of the present invention.
  • FIG. 4 depicts an exemplary screen shot of a decision support system result window, according to an embodiment of the present invention.
  • FIG. 5 depicts an exemplary screen shot of a diagnosis node display page, according to an embodiment of the present invention.
  • FIG. 6 depicts an exemplary screen shot of a question node display page, according to an embodiment of the present invention.
  • FIG. 7 depicts a screen shot of the revised and re-ranked potential list after additional information was entered by a user, according to an embodiment of the present invention.
  • FIG. 8 is a flowchart illustrating an exemplary method for selection and ranking of the potential node set, according to an embodiment of the present invention.
  • FIG. 9 depicts an exemplary decision support system investigation, according to an embodiment of the present invention.
  • FIG. 10 is a flowchart illustrating an exemplary method for adjusting ranking using a success counter, according to an embodiment of the present invention.
  • FIG. 11 is a flowchart illustrating an exemplary method for generating a phrase list, according to an embodiment of the present invention.
  • FIG. 12 is a flowchart illustrating an exemplary method for adding a node to a domain, according to an embodiment of the present invention.
  • FIG. 13 is an exemplary screen shot of a node entry page, according to an embodiment of the present invention.
  • FIG. 1 illustrates an exemplary operating environment 100 for the decision support system 130 , according to an embodiment of the invention.
  • the decision support system 130 of the present invention can be used to aid medical diagnoses or provide expert advice in areas such as tax preparation, repair procedures, or construction material selection, among other areas.
  • decision support system 130 is implemented on a general purpose computer. As would be appreciated by persons of skill in the art, decision support system 130 can be implemented on a variety of computer platforms including conventional personal computers, conventional servers, networked personal computers, mainframe computers, hand-held devices, and the like.
  • decision support system 130 is a centralized server which is accessed by one or more clients 110 over a private data network 122 such as a Local Area Network (LAN) or over a public data network 124 such as a Wide Area Network (WAN), including the Internet.
  • a private data network 122 such as a Local Area Network (LAN) or over a public data network 124 such as a Wide Area Network (WAN), including the Internet.
  • decision support system 130 could be accessed directly via one or more input devices (e.g., keyboard 117 and mouse 119 ).
  • a help desk employee may interact with an end user customer via conventional means such as telephone or e-mail to obtain details related to the customer's problem or question.
  • the help desk employee then provides this information to decision support system 130 .
  • decision support system 130 is centralized, the help desk employee enters the information at her client system which transmits the information to decision support system 130 over a private LAN, such as private data network 122 .
  • a decision support system provider may allow end-user customers to access decision support system 130 directly, without having to interact with a help desk employee.
  • an end-user customer enters information related to his question or problem into a client system which transmits the data to decision support system 130 over a public data network 124 .
  • an end-user customer may install decision support system 130 on his personal computer.
  • a person or system that interacts with decision support system directly e.g., entering information, viewing results
  • a user e.g., a person or system that interacts with decision support system directly (e.g., entering information, viewing results)
  • a person that interacts with a user for example, a help desk representative, to provide information, and does not directly interact with the decision support system, is referred to as an end-user customer.
  • Decision support system 130 includes input/output system 132 , a processor 134 , and a memory 140 .
  • Input/output system 132 includes components which allow system 130 to communicate with external systems and devices.
  • Memory 140 includes read only memory (ROM) and random access memory (RAM).
  • ROM read only memory
  • RAM random access memory
  • Memory 140 may also include a hard disk, a magnetic disk, an optical disk, flash memory card, digital video disc (DVD), or any similar type of storage media.
  • Memory 140 stores decision support program module 180 , one or more solution nodes 150 a - 150 n , a phrase dictionary 160 , and topic identification information 170 .
  • Decision support program module 180 includes a set of computer-executable instructions to be executed on processor 134 .
  • Phrase dictionary 160 includes a plurality of entries 162 a - 162 n . Each entry includes a phrase 164 and its associated inverse 166 .
  • Topic identification information 170 includes topic list 172 and any data required to generate topic list 172 .
  • Topic identification information is optional.
  • Topic list 172 includes topics which occur a statistically significant number of times in one or more solution nodes 150 a - 150 n .
  • a topic is an expression of subject matter.
  • a topic may be a word or combination of two or more words.
  • a topic list entry includes associated frequency data. Frequency data indicates the frequency that a topic occurs in one or more solution nodes.
  • one or more of the data or program modules stored in memory 140 could be stored in a memory 145 external to decision support system 130 .
  • decision support system 130 accesses external memory unit 145 as needed to retrieve data or program modules.
  • decision support system 130 supports one or more solution domains 290 .
  • a solution domain 290 defines the knowledge area covered by informational nodes 250 a - 250 n .
  • a domain can cover any knowledge area.
  • computer hardware and computer software may be solution domains.
  • a domain may be defined for a specific application, specific device, or a category of devices (e.g., cell phones).
  • FIG. 2A depicts an exemplary domain 290 , according to an embodiment of the present invention.
  • Domain 290 includes a set of informational nodes 250 .
  • an informational node may be either an question node 250 a - 250 f or a diagnosis node 260 a - 260 e.
  • decision support system 130 After entry of problem constraints by a user, decision support system 130 identifies a subset of the nodes that potentially relate to the defined problem. Nodes potentially related to the problem are shaded in FIG. 2A . A list of the potentially related nodes is presented to the user via a results display page.
  • FIG. 2B depicts an exemplary node 250 , according to an embodiment of the present invention.
  • Node 250 includes a type field 251 , a title field 252 , an optional short description field 253 , a detailed description/explanation field 254 , an answer portion 255 , a phrase portion 256 , an optional success count 257 , an optional author identification field 258 , and an optional topic portion 259 .
  • a subset of the information associated with a node is displayed in a list presented to the user.
  • An exemplary potential list 430 is shown in FIG. 4 .
  • each node has a separate node display page. Exemplary node display pages are shown in FIGS. 5 and 6 .
  • a subset of the information associated with a node is displayed on the node's display page.
  • Type field 251 stores the type indicator for the solution node.
  • node types include questions and diagnoses. As would be appreciated by a person of skill in the art, other types of nodes could be defined, as required.
  • Title field 252 stores the title of the node. The title is displayed in the list entry and on the individual node display page.
  • Short description field 253 stores an abbreviated description of the node content. This field is optional. In an embodiment, short description field 253 is displayed in the list of nodes potentially related to the problem and not on the individual node display page.
  • Detailed description field 254 includes a detailed discussion of the question, diagnosis, or remedy. In an embodiment, detailed description field 254 is displayed on the individual node display page.
  • Answer portion 255 includes one or more possible responses to the information presented in detailed description field 254 .
  • An input mechanism e.g., a radio button or checkbox
  • the input mechanism allows a user to select which response is “true” in the context of the presented information.
  • a response indicating that the node should be skipped or that the user does not know the appropriate answer may be included in answer portion 255 .
  • a response “skip this and try something else” may be included.
  • Answer portion 255 is generally displayed on the individual node page.
  • a diagnosis node In a diagnosis node, responses are used to indicate whether the presented remedy or diagnosis was correct.
  • a diagnosis node presumes that the diagnosis or remedy presented may be correct.
  • the response representing the presumption may be tagged separately.
  • An additional presumed response field may be included in solution node 250 . The response representing the presumption is stored the presumed response field.
  • Phrase potion 256 includes one or more phrases associated with node 250 .
  • a phrase is a descriptive set of words which are coherent in the context of the solution domain. In general, phrases create logical relationships among nodes. Each node asserts its validity based upon the user selected response values for other nodes. These dependencies are specified in phrase portion 256 as phrases.
  • a phrase can be a problem phrase, a question phrase, or a diagnostic phrase.
  • a problem phrase describes a specific problem in the domain that may be experienced by a user.
  • example problem phrases include “no sound,” “sound distorted,” or “sound has lapses.”
  • a question phrase identifies a characteristic of the problem domain.
  • example question phrases include “PCI sound card,” “ISA sound card,” “built-in sound hardware,” or “has sound card.”
  • example question phrases may include a list of manufacturers or a list of model numbers.
  • a diagnostic phrase describes a diagnostic attribute of a problem that may be experienced by a user.
  • Example diagnostic phrases include “speakers in correct plug,” “sound card in correct slot,” “machine plugged in,” or “speakers working.” As would be appreciated by a person of skill in the art, other types of phrases could be defined in the present invention.
  • phrases may optionally be displayed in the node list entry for a node. Typically, phrases are not displayed on an individual display node.
  • Success counter 257 is optional. When present, it stores the number of times the node was identified by a user as providing the correct diagnosis or solution to their problem. Each time a node solves a user's problem, the success counter is incremented. This allows the most common solutions for a problem to be ranked closer to the top of the potential node list for earlier evaluation.
  • Author identification (ID) field 258 stores an identifier associated with the author or creator of the solution node. Author ID field 258 is optional. In an embodiment, author ID field 258 is not displayed in the solution list entry or on the individual solution node display page.
  • Topic portion 259 is optional. When present, topic portion 259 includes one or more topics associated with a node 250 . Topics are primarily used to optimize identification of the list of nodes potentially related to the problem, as described below. In an embodiment, topics are not displayed in the node list entry or on the individual node page.
  • FIG. 3 is a flowchart 300 illustrating an exemplary method for providing decision support, according to an embodiment of the present invention.
  • Flowchart 300 will be described with continued reference to the exemplary embodiment shown in FIG. 1 and exemplary solution node illustrated in FIG. 2B .
  • the invention is not limited to those embodiments. Note that some steps shown in flowchart 300 do not necessarily have to occur in the order shown.
  • flowchart 300 is described with reference to troubleshooting applications, a person of skill in the art will recognize that the method can be applied to any decision support or similar application.
  • FIG. 4 depicts an exemplary screen shot of a decision support system result window, according to an embodiment of the present invention.
  • step 310 one or more words or phrases descriptive of the problem being encountered are entered into constraint entry portion 410 of display window 400 .
  • the entered constraints represent the user's understanding of the problem being encountered. No limitation exists on the type, language, or format of terms to be used for constraints.
  • a user has entered “no sound” as a constraint.
  • Step 320 a search of the nodes in the domain is performed.
  • Step 320 includes step 322 and step 324 .
  • a set of nodes potentially related to the user's problem is generated and ranked.
  • the ranking of potentially related nodes is performed without using probabilities.
  • the ranked node set is referred to as a list of potentially related nodes.
  • the list includes nodes which have a greater than zero probability of being appropriate for the user-defined problem. A method for generating the list of potentially related nodes is described in detail below in Section 2.1.
  • a phrase list is generated and ordered.
  • the phrase list provides a mechanism for a user to enter additional information associated with the specified problem.
  • a method for generating and ordering the phrase list is described in detail below in Section 2.2.
  • phrase list 420 is displayed on the left and potentially related set of nodes list 430 is displayed on the right.
  • phrase list 420 is divided into one or more phrase categories 422 a - n based on the phrase types supported.
  • phrase list 420 may include a problem category 422 a , a question category 422 b , and a diagnostics category 422 c .
  • Each phrase category 422 includes any number of phrases 424 including zero.
  • the list of the set of potentially related nodes 430 includes any number of node entries 450 including zero.
  • Each list entry 450 includes a node title 452 , an optional short description 453 , and one or more phrases 456 .
  • one or more fields in a list entry 450 are linked to the individual node display for that node.
  • step 340 a determination is made whether set of nodes potentially related to the user's problem is empty. If the set is empty, operation proceeds to step 380 . If the set is not empty, operation proceeds to step 345 .
  • step 345 a determination is made whether the set of potentially related nodes has been sufficiently narrowed. If the set has been sufficiently narrowed, operation proceeds to step 350 . If the set has not been sufficiently narrowed, operation proceeds to step 370 .
  • step 350 a determination is made whether any node in the set of potentially related nodes remedies the end user's problem.
  • a user accesses one or more individual node pages. For example, a user may start with the first list entry and proceed in order through the listed nodes. If the solution is included in the list of potentially related solution nodes, operation proceeds to step 360 . If the solution is not included in the list, operation proceeds to step 392 .
  • FIG. 5 illustrates an exemplary screen shot of a diagnostic node display page 500 .
  • Diagnosis node 500 presents, for example, a potential remedy to a sound problem caused by a misconfigured plug & play BIOS.
  • the detailed explanation section 554 describes what the problem with the plug and play BIOS could be and the steps the user can take to properly configure the plug and play BIOS.
  • answer portion 555 a user can enter a response indicating whether the solution was true. That is, whether the plug and play BIOS was misconfigured. If the plug and play BIOS was not misconfigured, the user can also enter that information into answer portion 555 .
  • the information entered into answer portion 555 then becomes a user-specified phrase if another iteration of searching is performed.
  • answer portion 555 provides a user with the option of skipping this solution and trying another solution from the list. Note that although a “true” response may be asserted in the diagnosis node, the node may still not solve the end-users specific problem.
  • step 360 the node is marked as a successful solution to the user's problem. This step is optional. When the solution is marked as successful, the success counter 257 for that node is incremented.
  • step 370 one or more additional constraints or information is received. Additional constraints and/or additional information can be entered through a variety of different methods. In an embodiment, a user can enter additional constraint words into constraint entry portion 410 .
  • phrase list 420 information can be entered via phrase list 420 .
  • each phrase 424 has an associated indicator 426 .
  • Indicator 426 can be a check box, radio button, or similar mechanism to indicate selection of the associated phrase.
  • a user can select one or more phrases 424 via their associated indicators 426 .
  • a help desk worker can select any symptoms, configurations, observations or the like from the phrase list based on discussions with the end-user.
  • the end-user identifies attributes associated with the problem without having to go through a sequence of steps which may involve answering questions that are unrelated to the problem being addressed.
  • the user has selected three phrases “problem no sound” 424 a , “built in sound hardware” 424 d , and “speakers working” 424 n . The selection is indicated by an X in the indicator box associated with the phrase.
  • Additional information can also be added via the answer portion on an individual solution node display pages. For example, a user can open an individual solution node 450 by activating its associated link in the list of potentially related nodes.
  • FIG. 6 illustrates an exemplary screen shot of a question node display page 600 .
  • Question node 600 is designed to elicit additional information about the end-user's operating environment. Specifically, the node of FIG. 6 seeks to identify whether the end-user's sound card is a plug and play sound card. The detailed description portion 654 briefly describes how the end-user can determine whether his sound card is plug and play.
  • answer portion 655 a user can enter a response indicating the answer to informational query. For example, the user can indicate that his operating environment includes “a legacy sound card” or a “plug and play sound card.” The information entered into answer portion 655 then becomes a user-specified phrase if another iteration of searching is performed. This allows the subsequent search to be better tailored to the end-user's problem.
  • answer portion 655 provides a user with the option of skipping this solution and trying another solution from the solution list.
  • step 320 After the additional information or constraints are entered, method 300 proceeds from step 370 to step 320 .
  • the nodes are searched and re-ranked in step 320 based on the newly entered information or constraint.
  • the subsequent search may return nodes which were not included in the prior set of potentially related nodes. That is, the repetition of step 320 does not necessarily only narrow the prior set of potentially related nodes. It is a new search using the received constraints and/or information.
  • a user can initiate the re-ranking process by activating a search button (or the like) on the display page.
  • FIG. 7 depicts a screen shot of a result page 700 including the revised and re-ranked listing of the set of potentially related nodes after additional information was entered by a user, according to an embodiment of the invention.
  • the list of potentially related nodes was reduced from 10 nodes (in FIG. 4 ) to two nodes.
  • Node 450 c was listed in FIG. 4 as a potentially related node.
  • node 750 j was not included in the set of potentially related nodes listed in FIG. 4 .
  • Steps 320 - 370 are repeated until the set of potentially related nodes has been sufficiently narrowed.
  • Step 380 relates to options that can be pursued if the set of potentially related nodes is empty.
  • a notation is displayed. For example, the notation “no results” may be displayed.
  • step 380 the search is broadened. For example, the prior search performed could have been unnecessarily over constrained. Therefore, a broader search may be successful in identifying the solution to the user's problem. Operation then returns to step 320 .
  • step 392 additional diagnosis is performed on the user's problem.
  • Step 392 is performed when the user (e.g., help desk employee) believes that the solution to the problem is not included in any of the existing solution nodes.
  • a knowledge expert may be consulted in real-time. The knowledge expert works with the information identified during the decision support process (steps 310 - 380 ) and additional details received from interaction with the end-user customer. When a solution to the user's problem is identified, the knowledge expert or help desk employee may decide that the solution should be added to the system. Operation then proceeds to step 394 .
  • step 394 the identified solution is added to the solution domain.
  • New nodes can be entered in real-time while the user and/or knowledge expert are working with the end-user customer. Additional details related to entering a new node to the domain are described below in Section 2.3.
  • advertisements are presented to the user when the list of potentially related nodes and/or individual node pages are displayed. These advertisements may be related to information entered by the user or to the node selected. For example, referring to FIG. 7 , result page 700 includes advertisement 710 .
  • each node in the system contains implied relationships to the state of the user's knowledge of the problem being experienced. Referring to FIG. 2B , these implied relationships govern the appropriateness of the node for the problem being solved. These implied relationships are represented as phrases 256 in a node 250 .
  • a node is appropriate to display in the list of potentially related nodes, if and only if, the associated phrases are true. It is not important that all phrases be known or proven to be true. However, if any of the implied phrases are false, the solution node has zero probability of being useful to the user. Formally, this is the following logical implication relationship:
  • D 1 Appropriate solution node containing solution to the user's problem
  • C n A phrase or state that is related to the user's problem
  • Modus tollens is the formal name for indirect proof or proof by contrapositive.
  • inverses of each phrase are specified when a phrase is initially defined for the system.
  • these inverse phrases are stored in phrase dictionary 160 .
  • the inverse of the condition “The computer has a sound card” is “The computer has built-in sound.”
  • the use of inverses creates a set of exclusive value conditions (e.g., “computer has sound card” and “computer has built-in sound). If one phrase in this set is known to be true, the other phrase in this set must be false. In this way, a variable that traditionally has a single value can be represented by a set having multiple values.
  • FIG. 8 is a flowchart 800 illustrating an exemplary method for generating and ranking a set of nodes potentially related to a user's problem, according to an embodiment of the present invention.
  • Flowchart 800 will be described with continued reference to the exemplary embodiment shown in FIG. 1 and the exemplary solution node shown in FIG. 2B . However, the invention is not limited to those embodiments. Note that some steps shown in flowchart 800 do not necessarily have to occur in the order shown.
  • step 810 topics are identified for the nodes in the domain.
  • the defined topics may be stored in topic list 172 , in the individual solution nodes, or both.
  • step 810 is not performed during the selection process. Instead, step 810 is performed when one or more nodes 250 are added to the decision support system.
  • topics are words or word combinations that occur a statistically significant number of times in one or more solution nodes in the domain. For a more detailed description of identifying topics, see U.S. patent application Publication No. 2003/0167252, entitled “Topic Identification and User Thereof in Information Retrieval Systems”, which is incorporated herein by reference in its entirety.
  • a preliminary set of nodes potentially related to the user's problem is generated.
  • a first option, Option A uses a basic search technique to select nodes.
  • a second search option, Option B uses topics to augment and facilitate searching.
  • Decision support system 130 may include Option A, Option B, or both.
  • the option used is configurable by the system administrator.
  • other methods for generating the preliminary set of solution nodes may be used with the present invention.
  • Option A includes step 825 .
  • the preliminary solution node set is selected from the nodes in the solution domain.
  • the preliminary solution node set is selected using the entered “constraint” and the set of phrases previously identified by the user.
  • an OR based search pattern is used for the search.
  • a solution node is part of the probable solution pool, if it contains the “constraint” OR it contains any of the identified phrases.” Mathematically, this search clause can be represented as:
  • This search clause assures that a sufficient pool of nodes is returned for processing, even if the initial search constraint was slightly off target (e.g., over constrained).
  • Option B includes steps 830 - 838 .
  • step 830 a determination is made whether 2 or more of the words entered as constraints are included in the topic list or in a node as a topic word combination. This step is optional. For example, if a user enters “no sound speakers” as a constraint, a determination will be made whether “no sound,” “sound speakers,” or “no sound speakers” are topics. If the constraint words are not included as topic word combinations, operation proceeds to step 834 . If the constraint words are included as topic word combination, operation proceeds to step 832 .
  • a search clause having a constraint portion and a phrase portion is generated.
  • the constraint portion is structured such that the constraint words which are topics are searched for contiguously or separated by a specified number of words in solution nodes.
  • a node is a part of the set of potentially related nodes if it meets the constraint portion or contains any of the user-specified phrases.
  • step 834 a search is performed using the generated search clause and the set of phrases previously identified by the user.
  • step 836 a determination is made whether no results or too few results were returned as a result of the search. If no results or too few results were returned, the search of step 834 may be unnecessarily over constrained. For example, this process may be used if multiple search terms were entered which caused the search to be over constrained. Operation then proceeds to step 838 . If sufficient results were returned, operation proceeds to step 840 .
  • Steps 836 and 838 provide a heuristic mechanism for managing such an over constrained search.
  • constraints are dropped based on their relevancy until a set of nodes that most accurately matches the problem constraints is produced.
  • the least significant constraint word or word combination is dropped from the search.
  • the least significant constraint word is the word that has the highest frequency of occurrence. Frequency is the number of documents in which the word appears at least once.
  • a topic has associated frequency data. This frequency data is analyzed to determine the word or word combination that occurs a predetermined number times in a node or in the set of potentially related nodes. If a word or word combination is not listed as a topic, that word or word combination is assumed to have a low or zero frequency.
  • constraints related to search phrases are not dropped. In this way, if there are no matches, the user can identify that a new node needs to be added to the system.
  • Steps 834 through 838 are repeated until an appropriate preliminary solution node set is generated.
  • any impossible or improbable solutions are removed from the solution pool.
  • the resulting set of nodes is referred to as the set of potentially related nodes.
  • documents are removed from the solution pool using the Modus tollens logic, described above.
  • additional Boolean constraints are added to the search clause used in steps 825 or 834 . For example, the following are added to the search clause:
  • removal clauses used in step 840 can be combined with the search clauses generated in step 820 .
  • the resulting search clause may be represented as:
  • the search returns a set of nodes which have a greater than zero probability of being appropriate. Thus, all inappropriate nodes are filtered from the set of potentially related nodes.
  • search constraint “No Sound” and also specifies the following phrases: “The computer has a sound card” and “The sound card is plug-and-play”, the following search clause is used:
  • Step 850 the set of nodes potentially related to the problem generated as a result of steps 820 and 840 are ranked.
  • Step 850 includes steps 852 through 856 . Steps 852 through 856 are described with reference to the exemplary elements of the investigation depicted in FIG. 9 .
  • step 852 for each node in the set of potentially related nodes, the specified phrases are compared to the phrases 256 of each node 250 .
  • a phrase 256 which is also a specified phrase is considered “matched.”
  • a phrase which is not a specified phrase is considered “unmatched.”
  • the two specified conditions 920 a and 920 b are compared to phrases of potentially related nodes 950 and 960 .
  • Phrases 952 a and 952 b of potentially related node 950 match specified conditions 920 a and 920 b , respectively. These phrases are considered “MATCHED.”
  • Condition phrase 956 c does not match any of the specified conditions. This phrase is considered “UNMATCHED.”
  • a weighted score for each node is calculated.
  • a first weighting function is multiplied by the number of matched phrases in the node to generate a matched value and a second weighting function is multiplied by the number of unmatched phrases in the node to generate an unmatched value.
  • the unmatched value is then subtracted from the matched value to determine the weighted score.
  • node 950 has a weighted score of 18 (10*2 ⁇ 2*1) and node 960 has a weighted score of 20 (10*2 ⁇ 2*0).
  • step 856 the set of potentially related nodes are ranked according to their weighted score.
  • the resulting ranked list is referred to as list of potentially related nodes.
  • node 960 would be displayed higher in the list of potentially related nodes than node 950 .
  • step 860 the rankings of the potentially related nodes determined in step 850 are adjusted.
  • rankings are adjusted using the value of the success counter associated with the solution node. As described above, each time a node solves the user's problem, the solution success counter is incremented for that node. The use of the success counter to adjust rankings of potentially related nodes allows for the most common solutions to a problem to migrate to the top of the result list for earlier evaluation by the user.
  • One method for adjusting rankings using the success counter is described in FIG. 10 .
  • FIG. 10 is a flowchart 1000 illustrating an exemplary method for adjusting ranking using the success counter, according to an embodiment of the present invention. Note that some steps shown in flowchart 1000 do not necessarily have to occur in the order shown.
  • step 1010 subsets of potentially related nodes having the same weighted score or scores within specified ranges are identified. Note that if no subsets are identified during step 1010 , flowchart 1000 ends.
  • step 1020 the first subset of potentially related nodes having the same weighted score or scores within a specified range is selected from the subsets identified in step 1010 .
  • the subset having the highest weighted score is selected in this step.
  • other methods for selecting one of the subsets from the subsets identified in step 1010 can be used with the present invention.
  • the identified subset of potentially related nodes is re-ranked according the value of the success counter for each node.
  • the nodes in the subset are re-ranked in descending order of success counter values. Note that the re-ranking order may be identical to the order of the nodes in the subset prior to re-ranking.
  • step 1040 a determination is made whether any additional subsets of solution nodes remain to be re-ranked. If additional subsets remain to be re-ranked, operation proceeds to step 1050 . If no additional subsets remain to be re-ranked, operation proceeds to step 1060 where flowchart 1000 ends.
  • step 1050 the next subset is identified. Operation returns to step 1030 .
  • Steps 1030 - 1050 are repeated until each identified subset is processed.
  • FIG. 11 is a flowchart 1100 illustrating an exemplary method for generating a phrase list, according to an embodiment of the present invention.
  • Flowchart 1100 will be described with continued reference to the exemplary embodiment shown in FIG. 1 and exemplary screen shot of a result page shown in FIG. 4 .
  • the invention is not limited to those embodiments. Note that some steps shown in flowchart 1100 do not necessarily have to occur in the order shown.
  • Flowchart 1100 begins at step 1110 when a preliminary phrase list is generated by extracting phrases from each node in the set of potentially related nodes generated in step 320 of FIG. 3 .
  • each node has one or more phrases. Because a phrase may be associated with multiple nodes, the preliminary phrase list may include multiple instances of the same phrase and/or redundant phrases.
  • step 1120 the redundant or repeat phrases are culled from the preliminary phrase list.
  • the resulting phrase list is referred to as an interim phrase list. Note that steps 1110 and 1120 may be combined in an embodiment of the invention.
  • phrase list 420 includes three phrase categories: problems 422 a , questions 422 b , and diagnostics 422 c .
  • Each category may include any number of individual phrases 424 , including zero. In an embodiment, if a category does not contain any phrases, the category is not displayed on the result page.
  • step 1140 phrases are ordered.
  • phrases within each category are ordered.
  • step 1130 is not present, the interim phrase list is ordered.
  • phrases are ordered alphabetically.
  • phrases are weighted and ranked according to their associated weight.
  • Decision support system 130 provides a mechanism for rapidly integrating new nodes into a solution domain. Decision support system 130 can also be incrementally implemented. That is, individual nodes can be added one at a time and immediately integrated into a domain without disrupting the operation of the system.
  • nodes are created through a node insertion feature.
  • nodes are created using any standard text or HTML editor and automatically added using the appropriate search engine application.
  • other methods for creating solution nodes could be used with the present invention.
  • FIG. 12 is a flowchart 1200 illustrating an exemplary method for adding a node to a solution domain, according to an embodiment of the present invention.
  • Flowchart 1200 will be described with continued reference to the exemplary screen shot of a node entry page shown in FIG. 13 .
  • the invention is not limited to that embodiment. Note that some steps shown in flowchart 1200 do not necessarily have to occur in the order shown.
  • Flowchart 1200 begins when a user or knowledge expert initiates the node insertion process after an initial investigation is performed using the method described in FIG. 3 .
  • the phrase selections made prior to this point identify the user's current situation and specify the cluster of currently known solutions that best fit the user's current situation. This prior analysis simplifies the clustering of new solution that better fits the user's situation.
  • a node entry window is displayed.
  • An exemplary screen shot of a node entry page 1300 is depicted in FIG. 13 .
  • step 1210 the phrases and constraints specified by the user during decision support processing are displayed in a solution node entry window.
  • the specified phrase list 1330 is displayed on the left side of the window.
  • step 1220 information related to the new node is received.
  • each node includes a set of mandatory and optional data. This data is entered by a user and transmitted to the system 130 in step 1220 .
  • node entry window includes multiple fields into which a user can enter information related to the new node.
  • solution entry window includes a list of specified phrases.
  • Each phrase 1332 includes an associated indicator 1334 .
  • the phrase indicator allows the user to select which phrases apply or to deselect those phrases which do not apply. For example, during the initial decision support processing, a number of phrases may have been identified that were relevant to the user's immediate situation but were not relevant to the ultimate solution to the problem. The user may uncheck these phrases prior to adding the node to the domain.
  • Node entry window further includes a title field 1320 , a short description field 1335 , and a detailed description field 1340 .
  • the title for the node is entered into title field 1320 .
  • An abbreviated description of the node content is entered into short description field 1335 .
  • a detailed discussion of the question, diagnosis, or remedy is entered into detailed description field 1340 .
  • Node entry window also includes a type entry field 1360 .
  • Type entry field 1360 is a mechanism for specifying what type of node is being entered (e.g., question or diagnosis).
  • the exemplary type entry field 1360 shown in FIG. 13 includes a single type field and an indicator. In this example, if the indicator is selected, the node is defined as a question node. If the indicator is not selected, the node is defined as a diagnosis node. As would be appreciated by persons of skill in the art, other mechanisms for identifying the node type could be used.
  • Node entry window also includes a phrase entry portion 1350 .
  • the phrases on the left identify how the newly entered solution relates to or clusters with the existing solutions. Their state represents the relevant user situation that led to the user's current problem. In addition to the phrases selected on the left, the user may feel that additional phrases should be associated with the new solution node. These phrases identify how this particular solution is differentiated from previously entered solutions. These two additional phrases (positive and negative statements) are always required. These phrases become the cluster points that future solutions will use to cluster with, and differentiate from this solution.
  • Phrase entry portion 1350 includes one or more entry fields to allow the user to enter phrases.
  • the phrases are selected from the list of phrases already defined in the system. Additionally, a user or knowledge worker may add a new phrase to the system. When a new phrase is added to the system, the phrase inverse is specified. The new phrase and its associated inverse are stored in phrase dictionary 160 .
  • Node entry window may also include a page identifier field 1310 .
  • the page identifier 1310 uniquely identifies the page within the decision support system.
  • the page identifier 1310 is automatically assigned by the system when the node entry window is accessed. Additionally or alternatively, the page identifier 1310 may be entered manually by the user.
  • step 1230 the new node is compiled.
  • Step 1230 places node in the proper format for use by decision support system 130 .
  • step 1230 may be initiated when the user activates an “insert” button or the like on the node entry window.
  • Step 1230 includes determining whether all the required information has been entered into the node entry fields and whether the syntax of the entries is correct.
  • author identification and topic information may be determined for the solution node.
  • step 1240 the node is integrated into the domain.

Abstract

The present invention provides systems and methods for decision making support. The decision making support can be used, for example, for help desk troubleshooting, medical diagnosis, financial planning, and expert device. The decision support system of the invention includes a processor and a memory having a decision support program module, a phase dictionary, one or more solution nodes and optionally a topic identification information module. The decision support module is configured to enable the processor to receive a problem constraint and one or more user-specified phrases, which are then used to search nodes in a solution domain to identify a set of nodes potentially related to the user's problem or question. The set of nodes potentially related to the user's problem or question are ranked and displayed. Methods to determine potential solution nodes and to update solution nodes within the decision support system are provided.

Description

    CROSS-REFERENCE TO RELATED PATENT APPLICATIONS
  • This application is a Continuation of U.S. application Ser. No. 11/222,046, filed Sep. 9, 2005, incorporated herein by reference in its entirety.
  • FIELD
  • The present disclosure relates generally to data processing systems, and more specifically to decision support systems.
  • BACKGROUND
  • Decision support systems such as troubleshooting and diagnosis systems have become integral tools for corporations, researchers, and individuals. Many corporations have established help desks to respond to user problems with software, hardware, or individual products. Other types of help desk and diagnosis systems such as medical diagnosis, financial planning, and the like have also been established to facilitate customer decision making Customers expect help desk personnel or diagnosis systems to resolve their problems or provide solutions rapidly and efficiently. Unnecessary or repetitive questions increase customer frustration and negatively impact customer satisfaction.
  • Many computer-based systems have been developed to assist help-desk personnel, users, or employees to identify solutions based on their observations of attributes associated with the problem. In general, decision support systems such as troubleshooting systems and diagnosis systems include a set of questions, potential (differential) diagnoses, and suggestions for how to proceed in order to remedy the diagnosed problem. Typical methodologies employed in these systems include decision trees and Bayesian networks. The primary difference between systems based upon a decision tree approach and those based upon Bayesian networks is in the method used for selection and ordering of questions to be presented to the user.
  • Decision trees typically use a static hierarchical ordering of questions. This static ordering makes decision trees simple to explain and implement. However, decision trees often become difficult to maintain and update because of the extensive duplication of questions needed for completeness.
  • Bayesian networks attempt to minimize the number of questions asked during a differential diagnosis by using probabilistic relationships between the different questions. The probabilistic relationships between problem symptoms identified by the user aid in minimizing the solution path. However, Bayesian network systems are typically difficult to implement because the physical characteristics of the system are not probabilistic and they create entirely different solution paths. The maintenance is also problematic because of the amount of data that is necessary to establish the real world probabilities for any new knowledge that must be added to the Bayesian network.
  • In conventional decision support systems, the onus is placed on the user to understand the problem language and the solution structure implemented by the system. For example, in most systems, problem areas are identified individually; and therefore, the user has to recognize which problem area is appropriate for the problem. In addition, a user must re-interpret the problem using the syntax of the system. Because of these constraints, the intuitive nature of conventional decision support systems is poor, making them impractical for use by end-user customers.
  • Furthermore, conventional systems force the user to take a particular path to a solution. For example, a user may have to go through multiple steps to arrive at a solution. These multiple steps may involve answering questions which are irrelevant to the problem being addressed.
  • Another difficulty faced by conventional decision support systems relates to adding new information into the system. In many conventional systems, updates to system information are handled off-line. For example, when new information or a new solution is identified by a system employee or a knowledge worker, that information is sent to an administrator for entry into the system. Thus, the availability of new information in these systems is dependent upon the efficiency of the administrator.
  • Because Bayesian networks are monolithic, adding new information to the network is challenging. New information must be fully integrated with all the information already in the network. Thus, the new information may not be available to solve user problems for an extended period of time.
  • What is needed is a decision support system which rapidly converges on a solution and allows a user to take multiple paths to a solution.
  • What is further needed is a decision support system in which new information can be incrementally added in real-time and immediately integrated into the system.
  • BRIEF SUMMARY
  • The present disclosure is directed to a system and method for networked decision making support. In accordance with an aspect of the present invention, a decision support system includes one or more solution domains, each domain including multiple nodes. A solution domain defines the knowledge area covered by nodes. For example, domains associated with computer technology include computer hardware, computer software, a specific application or tool, or a specific device.
  • The decision support system receives a user supplied constraint and searches the nodes in the solution domain to generate a first set of nodes which are potentially related to the user's problem. The constraint is one or more words which relate to the user's problem or a diagnostic need. Each node in the first set of potentially related nodes includes the constraint (or a semantic equivalent) in the text of the node. The decision support system generates a phrase list containing one or more phrases from the nodes in the first set of potentially related nodes.
  • The phrases can be divided into logical groups for presentation purposes to simplify the user's review. For example, presentation categories could be Problem Statement Phrases, Physical Characteristic Phrases, or Diagnosis Phrases. One or more of these phrases can be selected from the phrase list. In addition or alternately the phrases can be indirectly selected from the set of responses associated with an individual solution node when it is selected by the user.
  • The decision support system then searches the nodes in the solution domain to generate a second set of potentially related nodes. Each node in the second set of potentially related nodes includes the constraint and any of the phrases.
  • In accordance with a further aspect of the present invention, the decision support system receives a constraint and one or more user-specified phrases. The decision support system then identifies the inverse for each of the user-specified phrases. The decision support system then searches the nodes in the solution domain using the user's constraint, the user-specified phrases, and the inverse of the user-specified phrases to generate a first set of nodes potentially related to the user's problem.
  • In accordance with a further aspect of the present invention, the nodes are ranked. For each node, the decision support system determines the number of node phrases that match any of the specified phrases and the number of node phrases that do not match any of the specified phrases. The number of matched phrases is multiplied by a first weight to generate a matched value and the number of unmatched phrases is multiplied by a second weight to generate an unmatched value. The unmatched value is subtracted from the matched value to produce a weighted score for the node. Nodes are then ranked according to their weighted score.
  • In accordance with an additional aspect of the invention, a decision support system includes a memory and a processor. The memory includes one or more nodes, a phrase dictionary, and a decision support module. The decision support module is configured to enable the processor to receive a constraint and one or more user-specified phrases and to search the nodes in the solution domain to identify a set of nodes potentially related to the user's problem. Each node in the set of potentially related nodes includes the constraint and any of the specified phrases and the inverses of the phrases. The decision support module is further configured to enable the processor to rank the solutions in the set of potentially related nodes. In addition, the decision support module is configured to receive additional specified phrases and to search the nodes in the solution domain to identify a set of nodes potentially related to the user's problem using the constraint, the specified phrases previously entered, and the additional specified phrases.
  • These and other advantages and features will become readily apparent in view of the following detailed description of the invention. Note that the Summary and Abstract sections may set forth one or more, but not all exemplary embodiments of the present invention as contemplated by the inventor.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings, which are incorporated herein and form a part of the specification, illustrate the present invention and, together with the description, further serve to explain the principles of the invention and to enable a person skilled in the pertinent art to make and use the invention.
  • FIG. 1 illustrates an exemplary operating environment for a decision support system, according to an embodiment of the present invention.
  • FIG. 2A depicts an exemplary domain, according to an embodiment of the present invention.
  • FIG. 2B depicts an exemplary node, according to an embodiment of the present invention.
  • FIG. 3 is a flowchart illustrating an exemplary method for providing decision support, according to an embodiment of the present invention.
  • FIG. 4 depicts an exemplary screen shot of a decision support system result window, according to an embodiment of the present invention.
  • FIG. 5 depicts an exemplary screen shot of a diagnosis node display page, according to an embodiment of the present invention.
  • FIG. 6 depicts an exemplary screen shot of a question node display page, according to an embodiment of the present invention.
  • FIG. 7 depicts a screen shot of the revised and re-ranked potential list after additional information was entered by a user, according to an embodiment of the present invention.
  • FIG. 8 is a flowchart illustrating an exemplary method for selection and ranking of the potential node set, according to an embodiment of the present invention.
  • FIG. 9 depicts an exemplary decision support system investigation, according to an embodiment of the present invention.
  • FIG. 10 is a flowchart illustrating an exemplary method for adjusting ranking using a success counter, according to an embodiment of the present invention.
  • FIG. 11 is a flowchart illustrating an exemplary method for generating a phrase list, according to an embodiment of the present invention.
  • FIG. 12 is a flowchart illustrating an exemplary method for adding a node to a domain, according to an embodiment of the present invention.
  • FIG. 13 is an exemplary screen shot of a node entry page, according to an embodiment of the present invention.
  • The present invention will now be described with reference to the accompanying drawings. In the drawings, like reference numbers can indicate identical or functionally similar elements. Additionally, the left-most digit(s) of a reference number may identify the drawing in which the reference number first appears.
  • DETAILED DESCRIPTION OF THE INVENTION 1. Decision Support System
  • FIG. 1 illustrates an exemplary operating environment 100 for the decision support system 130, according to an embodiment of the invention. In addition to troubleshooting technical or other problems encountered by a user, the decision support system 130 of the present invention can be used to aid medical diagnoses or provide expert advice in areas such as tax preparation, repair procedures, or construction material selection, among other areas.
  • In an embodiment, decision support system 130 is implemented on a general purpose computer. As would be appreciated by persons of skill in the art, decision support system 130 can be implemented on a variety of computer platforms including conventional personal computers, conventional servers, networked personal computers, mainframe computers, hand-held devices, and the like.
  • In an embodiment, decision support system 130 is a centralized server which is accessed by one or more clients 110 over a private data network 122 such as a Local Area Network (LAN) or over a public data network 124 such as a Wide Area Network (WAN), including the Internet. In addition or alternatively, decision support system 130 could be accessed directly via one or more input devices (e.g., keyboard 117 and mouse 119).
  • In a help desk environment, a help desk employee may interact with an end user customer via conventional means such as telephone or e-mail to obtain details related to the customer's problem or question. The help desk employee then provides this information to decision support system 130. If decision support system 130 is centralized, the help desk employee enters the information at her client system which transmits the information to decision support system 130 over a private LAN, such as private data network 122.
  • In addition, a decision support system provider may allow end-user customers to access decision support system 130 directly, without having to interact with a help desk employee. In this configuration, an end-user customer enters information related to his question or problem into a client system which transmits the data to decision support system 130 over a public data network 124. In an additional operating environment, an end-user customer may install decision support system 130 on his personal computer.
  • For ease of description, a person or system that interacts with decision support system directly (e.g., entering information, viewing results) is referred to as a user. A person that interacts with a user, for example, a help desk representative, to provide information, and does not directly interact with the decision support system, is referred to as an end-user customer.
  • Decision support system 130 includes input/output system 132, a processor 134, and a memory 140. Input/output system 132 includes components which allow system 130 to communicate with external systems and devices. Memory 140 includes read only memory (ROM) and random access memory (RAM). Memory 140 may also include a hard disk, a magnetic disk, an optical disk, flash memory card, digital video disc (DVD), or any similar type of storage media.
  • Memory 140 stores decision support program module 180, one or more solution nodes 150 a-150 n, a phrase dictionary 160, and topic identification information 170. Decision support program module 180 includes a set of computer-executable instructions to be executed on processor 134.
  • Phrase dictionary 160 includes a plurality of entries 162 a-162 n. Each entry includes a phrase 164 and its associated inverse 166.
  • Topic identification information 170 includes topic list 172 and any data required to generate topic list 172. Topic identification information is optional. Topic list 172 includes topics which occur a statistically significant number of times in one or more solution nodes 150 a-150 n. In general, a topic is an expression of subject matter. A topic may be a word or combination of two or more words. In an embodiment, a topic list entry includes associated frequency data. Frequency data indicates the frequency that a topic occurs in one or more solution nodes. For a more detailed description of topics and topic generation involving two or more words, see U.S. patent application Ser. No. 10/086,026, entitled “Topic Identification and Use Thereof in Information Retrieval Systems.”
  • As would be appreciated by persons of skill in the art, one or more of the data or program modules stored in memory 140 could be stored in a memory 145 external to decision support system 130. In this embodiment, decision support system 130 accesses external memory unit 145 as needed to retrieve data or program modules.
  • Referring to FIG. 2A, in an embodiment of the present invention, decision support system 130 supports one or more solution domains 290. A solution domain 290 defines the knowledge area covered by informational nodes 250 a-250 n. A domain can cover any knowledge area. For example, in the area of computer technology, computer hardware and computer software may be solution domains. In addition, a domain may be defined for a specific application, specific device, or a category of devices (e.g., cell phones). FIG. 2A depicts an exemplary domain 290, according to an embodiment of the present invention. Domain 290 includes a set of informational nodes 250. In an embodiment, an informational node may be either an question node 250 a-250 f or a diagnosis node 260 a-260 e.
  • After entry of problem constraints by a user, decision support system 130 identifies a subset of the nodes that potentially relate to the defined problem. Nodes potentially related to the problem are shaded in FIG. 2A. A list of the potentially related nodes is presented to the user via a results display page.
  • FIG. 2B depicts an exemplary node 250, according to an embodiment of the present invention. Node 250 includes a type field 251, a title field 252, an optional short description field 253, a detailed description/explanation field 254, an answer portion 255, a phrase portion 256, an optional success count 257, an optional author identification field 258, and an optional topic portion 259. A subset of the information associated with a node is displayed in a list presented to the user. An exemplary potential list 430 is shown in FIG. 4. In addition, each node has a separate node display page. Exemplary node display pages are shown in FIGS. 5 and 6. A subset of the information associated with a node is displayed on the node's display page.
  • Type field 251 stores the type indicator for the solution node. In an embodiment, node types include questions and diagnoses. As would be appreciated by a person of skill in the art, other types of nodes could be defined, as required.
  • Title field 252 stores the title of the node. The title is displayed in the list entry and on the individual node display page. Short description field 253 stores an abbreviated description of the node content. This field is optional. In an embodiment, short description field 253 is displayed in the list of nodes potentially related to the problem and not on the individual node display page. Detailed description field 254 includes a detailed discussion of the question, diagnosis, or remedy. In an embodiment, detailed description field 254 is displayed on the individual node display page.
  • Answer portion 255 includes one or more possible responses to the information presented in detailed description field 254. An input mechanism (e.g., a radio button or checkbox) is associated with each possible response. The input mechanism allows a user to select which response is “true” in the context of the presented information. In an embodiment, a response indicating that the node should be skipped or that the user does not know the appropriate answer may be included in answer portion 255. For example, a response “skip this and try something else” may be included. Answer portion 255 is generally displayed on the individual node page.
  • In a diagnosis node, responses are used to indicate whether the presented remedy or diagnosis was correct. In an embodiment, a diagnosis node presumes that the diagnosis or remedy presented may be correct. To facilitate processing, the response representing the presumption may be tagged separately. An additional presumed response field may be included in solution node 250. The response representing the presumption is stored the presumed response field.
  • Phrase potion 256 includes one or more phrases associated with node 250. A phrase is a descriptive set of words which are coherent in the context of the solution domain. In general, phrases create logical relationships among nodes. Each node asserts its validity based upon the user selected response values for other nodes. These dependencies are specified in phrase portion 256 as phrases.
  • In an embodiment, a phrase can be a problem phrase, a question phrase, or a diagnostic phrase. A problem phrase describes a specific problem in the domain that may be experienced by a user. In the domain of computer hardware, example problem phrases include “no sound,” “sound distorted,” or “sound has lapses.” A question phrase identifies a characteristic of the problem domain. In the domain of computer hardware, example question phrases include “PCI sound card,” “ISA sound card,” “built-in sound hardware,” or “has sound card.” In an cell phone domain example question phrases may include a list of manufacturers or a list of model numbers. A diagnostic phrase describes a diagnostic attribute of a problem that may be experienced by a user. Example diagnostic phrases include “speakers in correct plug,” “sound card in correct slot,” “machine plugged in,” or “speakers working.” As would be appreciated by a person of skill in the art, other types of phrases could be defined in the present invention.
  • Phrases may optionally be displayed in the node list entry for a node. Typically, phrases are not displayed on an individual display node.
  • Success counter 257 is optional. When present, it stores the number of times the node was identified by a user as providing the correct diagnosis or solution to their problem. Each time a node solves a user's problem, the success counter is incremented. This allows the most common solutions for a problem to be ranked closer to the top of the potential node list for earlier evaluation.
  • Author identification (ID) field 258 stores an identifier associated with the author or creator of the solution node. Author ID field 258 is optional. In an embodiment, author ID field 258 is not displayed in the solution list entry or on the individual solution node display page.
  • Topic portion 259 is optional. When present, topic portion 259 includes one or more topics associated with a node 250. Topics are primarily used to optimize identification of the list of nodes potentially related to the problem, as described below. In an embodiment, topics are not displayed in the node list entry or on the individual node page.
  • 2. Decision Support Processing
  • To identify a solution to a specific problem in a domain, a user performs an investigation process using decision support system 130. FIG. 3 is a flowchart 300 illustrating an exemplary method for providing decision support, according to an embodiment of the present invention. Flowchart 300 will be described with continued reference to the exemplary embodiment shown in FIG. 1 and exemplary solution node illustrated in FIG. 2B. However, the invention is not limited to those embodiments. Note that some steps shown in flowchart 300 do not necessarily have to occur in the order shown. Although flowchart 300 is described with reference to troubleshooting applications, a person of skill in the art will recognize that the method can be applied to any decision support or similar application.
  • Flowchart 300 begins at step 310 when one or more constraints are received. FIG. 4 depicts an exemplary screen shot of a decision support system result window, according to an embodiment of the present invention. In step 310, one or more words or phrases descriptive of the problem being encountered are entered into constraint entry portion 410 of display window 400. The entered constraints represent the user's understanding of the problem being encountered. No limitation exists on the type, language, or format of terms to be used for constraints. In the exemplary screen shot of FIG. 4, a user has entered “no sound” as a constraint.
  • In step 320, a search of the nodes in the domain is performed. Step 320 includes step 322 and step 324.
  • In step 322, a set of nodes potentially related to the user's problem is generated and ranked. In an embodiment of the invention, the ranking of potentially related nodes is performed without using probabilities. The ranked node set is referred to as a list of potentially related nodes. The list includes nodes which have a greater than zero probability of being appropriate for the user-defined problem. A method for generating the list of potentially related nodes is described in detail below in Section 2.1.
  • In step 324, a phrase list is generated and ordered. The phrase list provides a mechanism for a user to enter additional information associated with the specified problem. A method for generating and ordering the phrase list is described in detail below in Section 2.2.
  • In step 330, a listing of the set of nodes potentially related to the user's problem and phrase list are displayed to the user. As depicted in FIG. 4, phrase list 420 is displayed on the left and potentially related set of nodes list 430 is displayed on the right. In an embodiment, phrase list 420 is divided into one or more phrase categories 422 a-n based on the phrase types supported. For example, phrase list 420 may include a problem category 422 a, a question category 422 b, and a diagnostics category 422 c. Each phrase category 422 includes any number of phrases 424 including zero.
  • The list of the set of potentially related nodes 430 includes any number of node entries 450 including zero. Each list entry 450 includes a node title 452, an optional short description 453, and one or more phrases 456. In an embodiment, one or more fields in a list entry 450 are linked to the individual node display for that node.
  • In step 340, a determination is made whether set of nodes potentially related to the user's problem is empty. If the set is empty, operation proceeds to step 380. If the set is not empty, operation proceeds to step 345.
  • In step 345, a determination is made whether the set of potentially related nodes has been sufficiently narrowed. If the set has been sufficiently narrowed, operation proceeds to step 350. If the set has not been sufficiently narrowed, operation proceeds to step 370.
  • In step 350, a determination is made whether any node in the set of potentially related nodes remedies the end user's problem. To make this determination, a user accesses one or more individual node pages. For example, a user may start with the first list entry and proceed in order through the listed nodes. If the solution is included in the list of potentially related solution nodes, operation proceeds to step 360. If the solution is not included in the list, operation proceeds to step 392.
  • FIG. 5 illustrates an exemplary screen shot of a diagnostic node display page 500. Diagnosis node 500 presents, for example, a potential remedy to a sound problem caused by a misconfigured plug & play BIOS. The detailed explanation section 554 describes what the problem with the plug and play BIOS could be and the steps the user can take to properly configure the plug and play BIOS. In answer portion 555, a user can enter a response indicating whether the solution was true. That is, whether the plug and play BIOS was misconfigured. If the plug and play BIOS was not misconfigured, the user can also enter that information into answer portion 555. The information entered into answer portion 555 then becomes a user-specified phrase if another iteration of searching is performed. Alternatively, answer portion 555, provides a user with the option of skipping this solution and trying another solution from the list. Note that although a “true” response may be asserted in the diagnosis node, the node may still not solve the end-users specific problem.
  • In step 360, the node is marked as a successful solution to the user's problem. This step is optional. When the solution is marked as successful, the success counter 257 for that node is incremented.
  • In step 370, one or more additional constraints or information is received. Additional constraints and/or additional information can be entered through a variety of different methods. In an embodiment, a user can enter additional constraint words into constraint entry portion 410.
  • Additionally, referring to FIG. 4, information can be entered via phrase list 420. As shown in FIG. 4, each phrase 424 has an associated indicator 426. Indicator 426 can be a check box, radio button, or similar mechanism to indicate selection of the associated phrase. A user can select one or more phrases 424 via their associated indicators 426. For example, a help desk worker can select any symptoms, configurations, observations or the like from the phrase list based on discussions with the end-user. Thus, the end-user identifies attributes associated with the problem without having to go through a sequence of steps which may involve answering questions that are unrelated to the problem being addressed. As shown in FIG. 4, the user has selected three phrases “problem no sound” 424 a, “built in sound hardware” 424 d, and “speakers working” 424 n. The selection is indicated by an X in the indicator box associated with the phrase.
  • Additional information can also be added via the answer portion on an individual solution node display pages. For example, a user can open an individual solution node 450 by activating its associated link in the list of potentially related nodes.
  • FIG. 6 illustrates an exemplary screen shot of a question node display page 600. Question node 600 is designed to elicit additional information about the end-user's operating environment. Specifically, the node of FIG. 6 seeks to identify whether the end-user's sound card is a plug and play sound card. The detailed description portion 654 briefly describes how the end-user can determine whether his sound card is plug and play. In answer portion 655, a user can enter a response indicating the answer to informational query. For example, the user can indicate that his operating environment includes “a legacy sound card” or a “plug and play sound card.” The information entered into answer portion 655 then becomes a user-specified phrase if another iteration of searching is performed. This allows the subsequent search to be better tailored to the end-user's problem. Alternatively, answer portion 655, provides a user with the option of skipping this solution and trying another solution from the solution list.
  • After the additional information or constraints are entered, method 300 proceeds from step 370 to step 320. The nodes are searched and re-ranked in step 320 based on the newly entered information or constraint. The subsequent search may return nodes which were not included in the prior set of potentially related nodes. That is, the repetition of step 320 does not necessarily only narrow the prior set of potentially related nodes. It is a new search using the received constraints and/or information. In an embodiment, a user can initiate the re-ranking process by activating a search button (or the like) on the display page.
  • FIG. 7 depicts a screen shot of a result page 700 including the revised and re-ranked listing of the set of potentially related nodes after additional information was entered by a user, according to an embodiment of the invention. As can be seen in FIG. 7, in one iteration, the list of potentially related nodes was reduced from 10 nodes (in FIG. 4) to two nodes. Node 450 c was listed in FIG. 4 as a potentially related node. However, node 750 j was not included in the set of potentially related nodes listed in FIG. 4.
  • Steps 320-370 are repeated until the set of potentially related nodes has been sufficiently narrowed.
  • Step 380 relates to options that can be pursued if the set of potentially related nodes is empty. In an embodiment, if the set is empty, a notation is displayed. For example, the notation “no results” may be displayed.
  • In step 380, the search is broadened. For example, the prior search performed could have been unnecessarily over constrained. Therefore, a broader search may be successful in identifying the solution to the user's problem. Operation then returns to step 320.
  • In step 392, additional diagnosis is performed on the user's problem. Step 392 is performed when the user (e.g., help desk employee) believes that the solution to the problem is not included in any of the existing solution nodes. In an embodiment, a knowledge expert may be consulted in real-time. The knowledge expert works with the information identified during the decision support process (steps 310-380) and additional details received from interaction with the end-user customer. When a solution to the user's problem is identified, the knowledge expert or help desk employee may decide that the solution should be added to the system. Operation then proceeds to step 394.
  • In step 394, the identified solution is added to the solution domain. New nodes can be entered in real-time while the user and/or knowledge expert are working with the end-user customer. Additional details related to entering a new node to the domain are described below in Section 2.3.
  • In an embodiment, advertisements are presented to the user when the list of potentially related nodes and/or individual node pages are displayed. These advertisements may be related to information entered by the user or to the node selected. For example, referring to FIG. 7, result page 700 includes advertisement 710.
  • 2.1 List of Potentially Related Nodes Selection and Ranking
  • As described above, each node in the system contains implied relationships to the state of the user's knowledge of the problem being experienced. Referring to FIG. 2B, these implied relationships govern the appropriateness of the node for the problem being solved. These implied relationships are represented as phrases 256 in a node 250.
  • A node is appropriate to display in the list of potentially related nodes, if and only if, the associated phrases are true. It is not important that all phrases be known or proven to be true. However, if any of the implied phrases are false, the solution node has zero probability of being useful to the user. Formally, this is the following logical implication relationship:

  • Appropriate(D 1)→C 1&C 2&C 3
  • By Modus tollens:

  • !C 1 |!C 2 |!C 3|→!Appropriate(D 1)
  • Where,
  • D1=Appropriate solution node containing solution to the user's problem
  • Cn=A phrase or state that is related to the user's problem
  • →=If Assertion 1 is true, then Assertion 2 is true
  • !=False or Boolean NOT or Inverse
  • |=Boolean OR
  • &=Boolean AND
  • Note that Modus tollens is the formal name for indirect proof or proof by contrapositive. To aid in implementing this logic, inverses of each phrase are specified when a phrase is initially defined for the system. In an embodiment, these inverse phrases are stored in phrase dictionary 160. For example, the inverse of the condition “The computer has a sound card” is “The computer has built-in sound.” The use of inverses creates a set of exclusive value conditions (e.g., “computer has sound card” and “computer has built-in sound). If one phrase in this set is known to be true, the other phrase in this set must be false. In this way, a variable that traditionally has a single value can be represented by a set having multiple values.
  • FIG. 8 is a flowchart 800 illustrating an exemplary method for generating and ranking a set of nodes potentially related to a user's problem, according to an embodiment of the present invention. Flowchart 800 will be described with continued reference to the exemplary embodiment shown in FIG. 1 and the exemplary solution node shown in FIG. 2B. However, the invention is not limited to those embodiments. Note that some steps shown in flowchart 800 do not necessarily have to occur in the order shown.
  • In step 810, topics are identified for the nodes in the domain. This step is optional. The defined topics may be stored in topic list 172, in the individual solution nodes, or both. When present, in an embodiment, step 810 is not performed during the selection process. Instead, step 810 is performed when one or more nodes 250 are added to the decision support system. As described above, topics are words or word combinations that occur a statistically significant number of times in one or more solution nodes in the domain. For a more detailed description of identifying topics, see U.S. patent application Publication No. 2003/0167252, entitled “Topic Identification and User Thereof in Information Retrieval Systems”, which is incorporated herein by reference in its entirety.
  • In step 820, a preliminary set of nodes potentially related to the user's problem is generated. A variety of options exist for generating the preliminary set of potentially related nodes. A first option, Option A, uses a basic search technique to select nodes. A second search option, Option B, uses topics to augment and facilitate searching. Decision support system 130 may include Option A, Option B, or both. In this embodiment, the option used is configurable by the system administrator. As would be appreciated by persons of skill in the art, other methods for generating the preliminary set of solution nodes may be used with the present invention.
  • Option A includes step 825. In step 825, the preliminary solution node set is selected from the nodes in the solution domain. The preliminary solution node set is selected using the entered “constraint” and the set of phrases previously identified by the user. In an embodiment, an OR based search pattern is used for the search. A solution node is part of the probable solution pool, if it contains the “constraint” OR it contains any of the identified phrases.” Mathematically, this search clause can be represented as:

  • Contains(constraint OR phrase1 OR phrase2 . . . OR phrasen)
  • This search clause assures that a sufficient pool of nodes is returned for processing, even if the initial search constraint was slightly off target (e.g., over constrained).
  • Option B includes steps 830-838. In step 830, a determination is made whether 2 or more of the words entered as constraints are included in the topic list or in a node as a topic word combination. This step is optional. For example, if a user enters “no sound speakers” as a constraint, a determination will be made whether “no sound,” “sound speakers,” or “no sound speakers” are topics. If the constraint words are not included as topic word combinations, operation proceeds to step 834. If the constraint words are included as topic word combination, operation proceeds to step 832.
  • In step 832, a search clause having a constraint portion and a phrase portion is generated. The constraint portion is structured such that the constraint words which are topics are searched for contiguously or separated by a specified number of words in solution nodes. A node is a part of the set of potentially related nodes if it meets the constraint portion or contains any of the user-specified phrases.
  • In step 834, a search is performed using the generated search clause and the set of phrases previously identified by the user.
  • In step 836, a determination is made whether no results or too few results were returned as a result of the search. If no results or too few results were returned, the search of step 834 may be unnecessarily over constrained. For example, this process may be used if multiple search terms were entered which caused the search to be over constrained. Operation then proceeds to step 838. If sufficient results were returned, operation proceeds to step 840.
  • During each iteration of steps 320-370 of the decision support process described in FIG. 3, one or more constraints are added to the search. In some circumstances, these additions lead to an over constrained search that will generally produce no potentially related nodes or too few potentially related nodes. Steps 836 and 838 provide a heuristic mechanism for managing such an over constrained search. In an embodiment, constraints are dropped based on their relevancy until a set of nodes that most accurately matches the problem constraints is produced.
  • In step 838, the least significant constraint word or word combination is dropped from the search. In an embodiment, the least significant constraint word is the word that has the highest frequency of occurrence. Frequency is the number of documents in which the word appears at least once. In an embodiment, a topic has associated frequency data. This frequency data is analyzed to determine the word or word combination that occurs a predetermined number times in a node or in the set of potentially related nodes. If a word or word combination is not listed as a topic, that word or word combination is assumed to have a low or zero frequency. In an embodiment, constraints related to search phrases are not dropped. In this way, if there are no matches, the user can identify that a new node needs to be added to the system.
  • Steps 834 through 838 are repeated until an appropriate preliminary solution node set is generated.
  • In step 840, any impossible or improbable solutions are removed from the solution pool. The resulting set of nodes is referred to as the set of potentially related nodes. In an embodiment, documents are removed from the solution pool using the Modus tollens logic, described above. In this embodiment, additional Boolean constraints are added to the search clause used in steps 825 or 834. For example, the following are added to the search clause:

  • AND DoesNotContain(inverse(phrase1))

  • AND DoesNotContain(inverse(phrase2))

  • AND DoesNotContain(inverse(phrasen))
  • Or more simply:

  • AND DoesNotContain(inverse(phrase1)OR inverse(phrase2)OR . . . inverse(phrasen))
  • As would be appreciated by persons of skill in the art, removal clauses used in step 840 can be combined with the search clauses generated in step 820. For example, for the basic search of step 835, the resulting search clause may be represented as:

  • Contains(Constraint OR phrase1 OR phrase2 . . . OR phrasen)

  • AND

  • DoesNotContain(inverse(phrase1)OR inverse(phrase2)OR

  • . . . inverse(phrasen))
  • The search returns a set of nodes which have a greater than zero probability of being appropriate. Thus, all inappropriate nodes are filtered from the set of potentially related nodes.
  • For example, if a user enters the search constraint “No Sound” and also specifies the following phrases: “The computer has a sound card” and “The sound card is plug-and-play”, the following search clause is used:
      • Contains (“No Sound” OR “The computer has a sound card” OR “The sound card is plug-and-play”) AND NOT (“The computer has built-in sound” OR “Legacy sound card”)
        Note that the inverse of “The computer has a sound card” is “The computer has built-in sound” and the inverse of “The sound card is plug-and-play” is “Legacy sound card.”
  • In step 850, the set of nodes potentially related to the problem generated as a result of steps 820 and 840 are ranked. Step 850 includes steps 852 through 856. Steps 852 through 856 are described with reference to the exemplary elements of the investigation depicted in FIG. 9.
  • In step 852, for each node in the set of potentially related nodes, the specified phrases are compared to the phrases 256 of each node 250. A phrase 256 which is also a specified phrase is considered “matched.” A phrase which is not a specified phrase is considered “unmatched.” For example, in FIG. 9, the two specified conditions 920 a and 920 b are compared to phrases of potentially related nodes 950 and 960. Phrases 952 a and 952 b of potentially related node 950 match specified conditions 920 a and 920 b, respectively. These phrases are considered “MATCHED.” Condition phrase 956 c does not match any of the specified conditions. This phrase is considered “UNMATCHED.”
  • In step 854, a weighted score for each node is calculated. In an embodiment, a first weighting function is multiplied by the number of matched phrases in the node to generate a matched value and a second weighting function is multiplied by the number of unmatched phrases in the node to generate an unmatched value. The unmatched value is then subtracted from the matched value to determine the weighted score. Mathematically, this can be represented by the following equation:
  • Rank = ( k 1 * number of matched phrases in the solution node ) - ( k 2 * number of unmatched phrases in the solution node )
  • In the example of FIG. 9, assuming k1 has a value of 10 and k2 has a value of 2, node 950 has a weighted score of 18 (10*2−2*1) and node 960 has a weighted score of 20 (10*2−2*0).
  • In step 856, the set of potentially related nodes are ranked according to their weighted score. The resulting ranked list is referred to as list of potentially related nodes. In the example of FIG. 9, node 960 would be displayed higher in the list of potentially related nodes than node 950.
  • As would be appreciated by persons of skill in the art, additional or alternative methods for ranking nodes could be used with the present invention. For example, an additional weight can be given to nodes which include the entered constraints in their title.
  • In step 860, the rankings of the potentially related nodes determined in step 850 are adjusted. This step is optional. In an embodiment, rankings are adjusted using the value of the success counter associated with the solution node. As described above, each time a node solves the user's problem, the solution success counter is incremented for that node. The use of the success counter to adjust rankings of potentially related nodes allows for the most common solutions to a problem to migrate to the top of the result list for earlier evaluation by the user. One method for adjusting rankings using the success counter is described in FIG. 10.
  • FIG. 10 is a flowchart 1000 illustrating an exemplary method for adjusting ranking using the success counter, according to an embodiment of the present invention. Note that some steps shown in flowchart 1000 do not necessarily have to occur in the order shown.
  • In step 1010, subsets of potentially related nodes having the same weighted score or scores within specified ranges are identified. Note that if no subsets are identified during step 1010, flowchart 1000 ends.
  • In step 1020, the first subset of potentially related nodes having the same weighted score or scores within a specified range is selected from the subsets identified in step 1010. In an embodiment, the subset having the highest weighted score is selected in this step. As would be appreciated by persons of skill in the art, other methods for selecting one of the subsets from the subsets identified in step 1010 can be used with the present invention.
  • In step 1030, the identified subset of potentially related nodes is re-ranked according the value of the success counter for each node. In an embodiment, the nodes in the subset are re-ranked in descending order of success counter values. Note that the re-ranking order may be identical to the order of the nodes in the subset prior to re-ranking.
  • In step 1040, a determination is made whether any additional subsets of solution nodes remain to be re-ranked. If additional subsets remain to be re-ranked, operation proceeds to step 1050. If no additional subsets remain to be re-ranked, operation proceeds to step 1060 where flowchart 1000 ends.
  • In step 1050, the next subset is identified. Operation returns to step 1030.
  • Steps 1030-1050 are repeated until each identified subset is processed.
  • 2.2 Phrase List Generation and Ordering
  • FIG. 11 is a flowchart 1100 illustrating an exemplary method for generating a phrase list, according to an embodiment of the present invention. Flowchart 1100 will be described with continued reference to the exemplary embodiment shown in FIG. 1 and exemplary screen shot of a result page shown in FIG. 4. However, the invention is not limited to those embodiments. Note that some steps shown in flowchart 1100 do not necessarily have to occur in the order shown.
  • Flowchart 1100 begins at step 1110 when a preliminary phrase list is generated by extracting phrases from each node in the set of potentially related nodes generated in step 320 of FIG. 3. As described above, each node has one or more phrases. Because a phrase may be associated with multiple nodes, the preliminary phrase list may include multiple instances of the same phrase and/or redundant phrases.
  • In step 1120, the redundant or repeat phrases are culled from the preliminary phrase list. The resulting phrase list is referred to as an interim phrase list. Note that steps 1110 and 1120 may be combined in an embodiment of the invention.
  • In step 1130, the phrases of an interim phrase list are sorted by category. This step is optional. As shown in FIG. 4, phrase list 420 includes three phrase categories: problems 422 a, questions 422 b, and diagnostics 422 c. Each category may include any number of individual phrases 424, including zero. In an embodiment, if a category does not contain any phrases, the category is not displayed on the result page.
  • In step 1140, phrases are ordered. When step 1130 is present, phrases within each category are ordered. When step 1130 is not present, the interim phrase list is ordered. In an embodiment, phrases are ordered alphabetically. In an alternate embodiment, phrases are weighted and ranked according to their associated weight. As would be appreciated by person of skill in the art, other methods for ordering phrases can be used with the present invention.
  • 2.3 Addition of a Node to a Solution Domain
  • Decision support system 130 provides a mechanism for rapidly integrating new nodes into a solution domain. Decision support system 130 can also be incrementally implemented. That is, individual nodes can be added one at a time and immediately integrated into a domain without disrupting the operation of the system.
  • In an embodiment, nodes are created through a node insertion feature. In addition or alternatively, nodes are created using any standard text or HTML editor and automatically added using the appropriate search engine application. As would be appreciated by persons of skill in the art, other methods for creating solution nodes could be used with the present invention.
  • FIG. 12 is a flowchart 1200 illustrating an exemplary method for adding a node to a solution domain, according to an embodiment of the present invention. Flowchart 1200 will be described with continued reference to the exemplary screen shot of a node entry page shown in FIG. 13. However, the invention is not limited to that embodiment. Note that some steps shown in flowchart 1200 do not necessarily have to occur in the order shown.
  • Flowchart 1200 begins when a user or knowledge expert initiates the node insertion process after an initial investigation is performed using the method described in FIG. 3. The phrase selections made prior to this point identify the user's current situation and specify the cluster of currently known solutions that best fit the user's current situation. This prior analysis simplifies the clustering of new solution that better fits the user's situation. Upon initiating node insertion processing, a node entry window is displayed. An exemplary screen shot of a node entry page 1300 is depicted in FIG. 13.
  • In step 1210, the phrases and constraints specified by the user during decision support processing are displayed in a solution node entry window. As shown in FIG. 13, the specified phrase list 1330 is displayed on the left side of the window.
  • In step 1220, information related to the new node is received. As described above in reference to FIG. 2, each node includes a set of mandatory and optional data. This data is entered by a user and transmitted to the system 130 in step 1220. As shown in FIG. 13, node entry window includes multiple fields into which a user can enter information related to the new node. As described above, solution entry window includes a list of specified phrases. Each phrase 1332 includes an associated indicator 1334. The phrase indicator allows the user to select which phrases apply or to deselect those phrases which do not apply. For example, during the initial decision support processing, a number of phrases may have been identified that were relevant to the user's immediate situation but were not relevant to the ultimate solution to the problem. The user may uncheck these phrases prior to adding the node to the domain.
  • Node entry window further includes a title field 1320, a short description field 1335, and a detailed description field 1340. The title for the node is entered into title field 1320. An abbreviated description of the node content is entered into short description field 1335. A detailed discussion of the question, diagnosis, or remedy is entered into detailed description field 1340.
  • Node entry window also includes a type entry field 1360. Type entry field 1360 is a mechanism for specifying what type of node is being entered (e.g., question or diagnosis). The exemplary type entry field 1360 shown in FIG. 13 includes a single type field and an indicator. In this example, if the indicator is selected, the node is defined as a question node. If the indicator is not selected, the node is defined as a diagnosis node. As would be appreciated by persons of skill in the art, other mechanisms for identifying the node type could be used.
  • Node entry window also includes a phrase entry portion 1350. The phrases on the left identify how the newly entered solution relates to or clusters with the existing solutions. Their state represents the relevant user situation that led to the user's current problem. In addition to the phrases selected on the left, the user may feel that additional phrases should be associated with the new solution node. These phrases identify how this particular solution is differentiated from previously entered solutions. These two additional phrases (positive and negative statements) are always required. These phrases become the cluster points that future solutions will use to cluster with, and differentiate from this solution.
  • Phrase entry portion 1350 includes one or more entry fields to allow the user to enter phrases. In an embodiment, the phrases are selected from the list of phrases already defined in the system. Additionally, a user or knowledge worker may add a new phrase to the system. When a new phrase is added to the system, the phrase inverse is specified. The new phrase and its associated inverse are stored in phrase dictionary 160.
  • Node entry window may also include a page identifier field 1310. The page identifier 1310 uniquely identifies the page within the decision support system. In an embodiment, the page identifier 1310 is automatically assigned by the system when the node entry window is accessed. Additionally or alternatively, the page identifier 1310 may be entered manually by the user.
  • In step 1230, the new node is compiled. Step 1230 places node in the proper format for use by decision support system 130. For example, step 1230 may be initiated when the user activates an “insert” button or the like on the node entry window. Step 1230 includes determining whether all the required information has been entered into the node entry fields and whether the syntax of the entries is correct. During step 1230, author identification and topic information may be determined for the solution node.
  • In step 1240, the node is integrated into the domain.
  • 3. CONCLUSION
  • While various embodiments of the present invention have been described above, it should be understood that they have been presented by way of example only, and not limitation. It will be apparent to persons skilled in the relevant art that various changes in form and detail can be made therein without departing from the spirit and scope of the invention. Thus, the breadth and scope of the present invention should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents.

Claims (20)

What is claimed is:
1. A method comprising:
receiving a constraint at a computing device;
searching, by the computing device, the plurality of nodes to generate a first set of related nodes, wherein the search selects nodes that include at least a portion of the constraint, each node comprising a problem statement, a question or a diagnosis;
generating a selectable list at the computing device, wherein the selectable list includes one or more problem statement, question, or diagnosis from one or more nodes in the first set of related nodes;
receiving, at the computing device, a selection of one or more problem statement, question, or diagnosis from the selectable list; and
removing, by the computing device, nodes from the first set of related nodes that include an inverse of the problem statement, question, or diagnosis selected from the selectable list to generate a second set of related nodes.
2. The method of claim 1, wherein the inverse of the problem statement, question, or diagnosis selected from the selectable list comprises a predefined opposite problem statement, question, or diagnosis to the problem statement, question, or diagnosis selected from the selectable list.
3. The method of claim 1, wherein the removing nodes comprises identifying the inverse of the selected problem statement, question, or diagnosis and removing nodes that include the identified inverse.
4. The method of claim 1, further comprising ranking the nodes in the first set of related nodes according to their likelihood of solving the problem.
5. The method of claim 1, wherein each node further includes one or more responses to information presented in the node.
6. A system comprising:
a processor; and
a memory coupled to the processor, wherein the memory includes:
a plurality of nodes, wherein one or more nodes includes one or more phrases; and
a decision support program module configured to enable a processor to receive a constraint and to search the plurality of nodes to identify a first set of related nodes, each of the first set of related nodes including a portion of the constraint and at least one diagnosis, question, or problem statement relating to the constraint, the decision support system module further configured to enable the processor to display a list of selectable phrases and the first set of related nodes, each of the selectable phrases in the list corresponding to at least one diagnosis, question, or problem statement in at least one node, the decision support system module further configured to enable the processor to receive a selection of one or more of the phrases and to provide a second set of related nodes that removes the nodes that include an inverse of the phrase selected from the list of selectable phrases to generate a second set of related nodes, wherein the inverse of the phrase selected from the list of selectable phrases comprises a predefined opposite phrase to the phrase selected from the list of selectable phrases.
7. The system of claim 6, wherein the decision support program module is further configured to enable the processor to rank the nodes in the first set of related nodes according to their likelihood of solving the problem.
8. The system of claim 6, wherein each node further includes one or more responses to information presented in the node.
9. The system of claim 8, wherein the memory further includes a phrase dictionary, wherein the phrase dictionary includes an inverse of each of the one or more phrases defined for the system.
10. The system of claim 9, wherein the decision support program module is further configured to enable the processor to remove nodes from the first set of related nodes that include any inverse of the one or more phrases.
11. The system of claim 6, wherein the decision support system is a system selected from the group of a hardware troubleshooting system, a software troubleshooting system, a medical diagnosis system, a financial planning system, and an expert advice system.
12. A method comprising:
receiving a constraint at a computing device;
searching, by the computing device, the plurality of nodes to generate a first set of related nodes, wherein each node in the first set of related nodes includes at least a portion of the constraint; and
generating a phrase list at a computing device, wherein the phrase list includes one or more phrases contained within the first set of related nodes and each phrase being selectable, wherein the phrase list includes a plurality of phrases, the plurality of phrases comprising a first phrase recited as a diagnosis pertaining to the constraint, a second phrase recited as a question pertaining to the constraint, and a third phrase recited as a problem statement pertaining to the constraint;
receiving, at the computing device, a selection of one or more phrases from the phrase list;
searching, by the computing device, the first set of related nodes; and
generating, at the computing device, a second set of related nodes.
13. The method of claim 12, wherein the generating comprises determining nodes that include an inverse of the one or more phrases selected from the phrase list.
14. The method of claim 13, wherein the inverse of the one or more phrases selected from phrase list comprises a predefined opposite phrase to the one or more phrases selected from the phrase list.
15. A computer-readable medium having instructions thereon that, if executed by a computing device, cause the computing device to perform operations comprising:
receiving a constraint;
searching the plurality of nodes to generate a first set of related nodes, wherein the search selects nodes that include at least a portion of the constraint, each node comprising a problem statement, a question or a diagnosis;
generating a selectable list, wherein the selectable list includes one or more problem statement, question, or diagnosis from one or more nodes in the first set of related nodes;
receiving a selection of one or more problem statement, question, or diagnosis from the selectable list; and
removing nodes from the first set of related nodes that include an inverse of the problem statement, question, or diagnosis selected from the selectable list to generate a second set of related nodes.
16. The computer-readable medium of claim 15, wherein the inverse of the problem statement, question, or diagnosis selected from the selectable list comprises a predefined opposite problem statement, question, or diagnosis to the problem statement, question, or diagnosis selected from the selectable list.
17. The computer-readable medium of claim 15, wherein the operations further comprise ranking the nodes in the first set of related nodes according to their likelihood of solving the problem.
18. The computer-readable medium of claim 15, wherein each node further includes one or more responses to information presented in the node.
19. A computer-readable medium having instructions thereon that, if executed by a computing device, cause the computing device to perform operations comprising:
receiving a constraint;
searching the plurality of nodes to generate a first set of related nodes, wherein each node in the first set of related nodes includes at least a portion of the constraint; and
generating a phrase list, wherein the phrase list includes one or more phrases contained within the first set of related nodes and each phrase being selectable, wherein the phrase list includes a plurality of phrases, the plurality of phrases comprising a first phrase recited as a diagnosis pertaining to the constraint, a second phrase recited as a question pertaining to the constraint, and a third phrase recited as a problem statement pertaining to the constraint;
receiving a selection of one or more phrases from the phrase list;
searching the first set of related nodes; and
generating a second set of related nodes, wherein the generating comprises determining nodes that include an inverse of the one or more phrases selected from the phrase list.
20. The computer-readable medium of claim 19, wherein the inverse of the one or more phrases selected from the phrase list comprises a predefined opposite phrase to the one or more phrases selected from the phrase list.
US13/761,368 2005-09-09 2013-02-07 System and method for networked decision making support Abandoned US20130151455A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/761,368 US20130151455A1 (en) 2005-09-09 2013-02-07 System and method for networked decision making support

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/222,046 US8433711B2 (en) 2005-09-09 2005-09-09 System and method for networked decision making support
US13/761,368 US20130151455A1 (en) 2005-09-09 2013-02-07 System and method for networked decision making support

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/222,046 Continuation US8433711B2 (en) 2005-09-09 2005-09-09 System and method for networked decision making support

Publications (1)

Publication Number Publication Date
US20130151455A1 true US20130151455A1 (en) 2013-06-13

Family

ID=37856391

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/222,046 Active 2029-02-14 US8433711B2 (en) 2005-09-09 2005-09-09 System and method for networked decision making support
US13/761,368 Abandoned US20130151455A1 (en) 2005-09-09 2013-02-07 System and method for networked decision making support

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/222,046 Active 2029-02-14 US8433711B2 (en) 2005-09-09 2005-09-09 System and method for networked decision making support

Country Status (1)

Country Link
US (2) US8433711B2 (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8863245B1 (en) 2006-10-19 2014-10-14 Fatdoor, Inc. Nextdoor neighborhood social network method, apparatus, and system
US8965409B2 (en) 2006-03-17 2015-02-24 Fatdoor, Inc. User-generated community publication in an online neighborhood social network
US9002754B2 (en) 2006-03-17 2015-04-07 Fatdoor, Inc. Campaign in a geo-spatial environment
US9004396B1 (en) 2014-04-24 2015-04-14 Fatdoor, Inc. Skyteboard quadcopter and method
US9022324B1 (en) 2014-05-05 2015-05-05 Fatdoor, Inc. Coordination of aerial vehicles through a central server
US9037516B2 (en) 2006-03-17 2015-05-19 Fatdoor, Inc. Direct mailing in a geo-spatial environment
US9064288B2 (en) 2006-03-17 2015-06-23 Fatdoor, Inc. Government structures and neighborhood leads in a geo-spatial environment
US9070101B2 (en) 2007-01-12 2015-06-30 Fatdoor, Inc. Peer-to-peer neighborhood delivery multi-copter and method
US9098545B2 (en) 2007-07-10 2015-08-04 Raj Abhyanker Hot news neighborhood banter in a geo-spatial social network
US20160148097A1 (en) * 2013-07-10 2016-05-26 Ifthisthen, Inc. Systems and methods for knowledge management
US9373149B2 (en) 2006-03-17 2016-06-21 Fatdoor, Inc. Autonomous neighborhood vehicle commerce network and community
US9441981B2 (en) 2014-06-20 2016-09-13 Fatdoor, Inc. Variable bus stops across a bus route in a regional transportation network
US9439367B2 (en) 2014-02-07 2016-09-13 Arthi Abhyanker Network enabled gardening with a remotely controllable positioning extension
US9451020B2 (en) 2014-07-18 2016-09-20 Legalforce, Inc. Distributed communication of independent autonomous vehicles to provide redundancy and performance
US9459622B2 (en) 2007-01-12 2016-10-04 Legalforce, Inc. Driverless vehicle commerce network and community
US9457901B2 (en) 2014-04-22 2016-10-04 Fatdoor, Inc. Quadcopter with a printable payload extension system and method
US9971985B2 (en) 2014-06-20 2018-05-15 Raj Abhyanker Train based community
US10345818B2 (en) 2017-05-12 2019-07-09 Autonomy Squared Llc Robot transport method with transportation container

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006124027A1 (en) * 2005-05-16 2006-11-23 Ebay Inc. Method and system to process a data search request
US20080120092A1 (en) * 2006-11-20 2008-05-22 Microsoft Corporation Phrase pair extraction for statistical machine translation
CN101802812B (en) * 2007-08-01 2015-07-01 金格软件有限公司 Automatic context sensitive language correction and enhancement using an internet corpus
US8504621B2 (en) * 2007-10-26 2013-08-06 Microsoft Corporation Facilitating a decision-making process
US9286345B2 (en) * 2009-06-12 2016-03-15 International Business Machines Corporation Query tree navigation
US8434001B2 (en) 2010-06-03 2013-04-30 Rhonda Enterprises, Llc Systems and methods for presenting a content summary of a media item to a user based on a position within the media item
US9326116B2 (en) 2010-08-24 2016-04-26 Rhonda Enterprises, Llc Systems and methods for suggesting a pause position within electronic text
US9069754B2 (en) 2010-09-29 2015-06-30 Rhonda Enterprises, Llc Method, system, and computer readable medium for detecting related subgroups of text in an electronic document
US9576032B2 (en) * 2012-02-23 2017-02-21 Applied Materials, Inc. Providing dynamic content in context of particular equipment
US10839046B2 (en) 2012-03-23 2020-11-17 Navya Network, Inc. Medical research retrieval engine
US9087121B2 (en) * 2012-04-12 2015-07-21 International Business Machines Corporation Solving problems in data processing systems based on text analysis of historical data
WO2014058421A1 (en) * 2012-10-10 2014-04-17 Hewlett-Packard Development Company, L.P. Identifying reports to address network issues
CN103885969B (en) * 2012-12-20 2017-03-01 国际商业机器公司 The method and apparatus that software issue solution is provided
US10049163B1 (en) * 2013-06-19 2018-08-14 Amazon Technologies, Inc. Connected phrase search queries and titles
WO2015148328A1 (en) * 2014-03-23 2015-10-01 Diagknowlogy, Inc. System and method for accelerating problem diagnosis in software/hardware deployments
US11354755B2 (en) 2014-09-11 2022-06-07 Intuit Inc. Methods systems and articles of manufacture for using a predictive model to determine tax topics which are relevant to a taxpayer in preparing an electronic tax return
US10255641B1 (en) 2014-10-31 2019-04-09 Intuit Inc. Predictive model based identification of potential errors in electronic tax return
US10740853B1 (en) 2015-04-28 2020-08-11 Intuit Inc. Systems for allocating resources based on electronic tax return preparation program user characteristics
US10740854B1 (en) 2015-10-28 2020-08-11 Intuit Inc. Web browsing and machine learning systems for acquiring tax data during electronic tax return preparation
RU2618374C1 (en) * 2015-11-05 2017-05-03 Общество с ограниченной ответственностью "Аби ИнфоПоиск" Identifying collocations in the texts in natural language
US11010806B2 (en) 2016-11-10 2021-05-18 Gerald McLaughlin Method and system for distributed manufacturing
US20170262446A1 (en) * 2016-03-08 2017-09-14 Gerald McLaughlin Method and system for description database creation, organization, and use
US11580582B1 (en) 2016-03-08 2023-02-14 Gerald McLaughlin Method and system for description database creation, organization, and use
US10410295B1 (en) 2016-05-25 2019-09-10 Intuit Inc. Methods, systems and computer program products for obtaining tax data
US20180253487A1 (en) * 2017-03-06 2018-09-06 International Business Machines Corporation Processing a help desk ticket
US10839026B2 (en) * 2017-11-27 2020-11-17 International Business Machines Corporation Knowledge management by connecting users
US10692486B2 (en) * 2018-07-26 2020-06-23 International Business Machines Corporation Forest inference engine on conversation platform

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6240420B1 (en) * 1997-08-30 2001-05-29 Samsung Electronics Co., Ltd. Customer support search engine system and method of searching data using the search engine system
US6243090B1 (en) * 1997-04-01 2001-06-05 Apple Computer, Inc. FAQ-linker
US20010032211A1 (en) * 2000-04-13 2001-10-18 Hiroshi Kuzumaki Question answering system and storage medium
US6377944B1 (en) * 1998-12-11 2002-04-23 Avaya Technology Corp. Web response unit including computer network based communication
US6484149B1 (en) * 1997-10-10 2002-11-19 Microsoft Corporation Systems and methods for viewing product information, and methods for generating web pages
US20030028448A1 (en) * 2001-05-10 2003-02-06 Honeywell International Inc. Automated customer support system
US6539499B1 (en) * 1999-10-06 2003-03-25 Dell Usa, L.P. Graphical interface, method, and system for the provision of diagnostic and support services in a computer system
US20030067477A1 (en) * 2001-10-05 2003-04-10 Fujitsu Limited Server machine, client machine, server program storage medium and client program storage medium
US6658598B1 (en) * 2000-02-17 2003-12-02 Motive Communications, Inc. Technical support chain automation with guided self-help capability using active content assertions
US6944800B2 (en) * 2001-05-11 2005-09-13 Dell Products L.P. Dynamic display of personal computer support information
US6999990B1 (en) * 1998-12-18 2006-02-14 Motive, Inc. Technical support chain automation with guided self-help capability, escalation to live help, and active journaling
US20080091408A1 (en) * 2006-10-06 2008-04-17 Xerox Corporation Navigation system for text

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6553372B1 (en) * 1998-07-13 2003-04-22 Microsoft Corporation Natural language information retrieval system
US6550055B1 (en) * 1998-12-29 2003-04-15 Intel Corp. Method and apparatus for cheating an information report resulting from a diagnostic session
JP2001167087A (en) * 1999-12-14 2001-06-22 Fujitsu Ltd Device and method for retrieving structured document, program recording medium for structured document retrieval and index preparing method for structured document retrieval
US6571240B1 (en) * 2000-02-02 2003-05-27 Chi Fai Ho Information processing for searching categorizing information in a document based on a categorization hierarchy and extracted phrases
WO2001084376A2 (en) * 2000-04-28 2001-11-08 Global Information Research And Technologies Llc System for answering natural language questions
US7831688B2 (en) * 2000-06-06 2010-11-09 Adobe Systems Incorporated Method and system for providing electronic user assistance
US8060389B2 (en) * 2000-06-07 2011-11-15 Apple Inc. System and method for anonymous location based services
US20020165856A1 (en) * 2001-05-04 2002-11-07 Gilfillan Lynne E. Collaborative research systems
US6920448B2 (en) * 2001-05-09 2005-07-19 Agilent Technologies, Inc. Domain specific knowledge-based metasearch system and methods of using
JP2003030224A (en) * 2001-07-17 2003-01-31 Fujitsu Ltd Device for preparing document cluster, system for retrieving document and system for preparing faq
US7340466B2 (en) 2002-02-26 2008-03-04 Kang Jo Mgmt. Limited Liability Company Topic identification and use thereof in information retrieval systems
US7257530B2 (en) * 2002-02-27 2007-08-14 Hongfeng Yin Method and system of knowledge based search engine using text mining
US7069469B2 (en) * 2002-03-14 2006-06-27 Sun Microsystems, Inc. Versioning and replaying performance tuning projects
US7162470B2 (en) * 2002-06-07 2007-01-09 Oracle International Corporation Contextual search interface for business directory services
US20040044559A1 (en) * 2002-08-29 2004-03-04 International Business Machines Corp. System for taking interactive surveys of a user at a client display station through the dynamic generation of a sequence of linked hypertext documents built at the client display station
CA2496567A1 (en) * 2002-09-16 2004-03-25 The Trustees Of Columbia University In The City Of New York System and method for document collection, grouping and summarization
US7676462B2 (en) * 2002-12-19 2010-03-09 International Business Machines Corporation Method, apparatus, and program for refining search criteria through focusing word definition
US7567964B2 (en) * 2003-05-08 2009-07-28 Oracle International Corporation Configurable search graphical user interface and engine
JP2005173953A (en) * 2003-12-11 2005-06-30 Matsushita Electric Ind Co Ltd Faq search system
US7333994B2 (en) * 2003-12-18 2008-02-19 Microsoft Corporation System and method for database having relational node structure
US8244725B2 (en) * 2004-03-10 2012-08-14 Iron Mountain Incorporated Method and apparatus for improved relevance of search results
US7743048B2 (en) * 2004-10-29 2010-06-22 Microsoft Corporation System and method for providing a geographic search function
US7480669B2 (en) * 2005-02-15 2009-01-20 Infomato Crosslink data structure, crosslink database, and system and method of organizing and retrieving information
WO2007024769A2 (en) * 2005-08-22 2007-03-01 The Personal Bee, Inc. Semantic discovery engine

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6243090B1 (en) * 1997-04-01 2001-06-05 Apple Computer, Inc. FAQ-linker
US6240420B1 (en) * 1997-08-30 2001-05-29 Samsung Electronics Co., Ltd. Customer support search engine system and method of searching data using the search engine system
US6484149B1 (en) * 1997-10-10 2002-11-19 Microsoft Corporation Systems and methods for viewing product information, and methods for generating web pages
US6377944B1 (en) * 1998-12-11 2002-04-23 Avaya Technology Corp. Web response unit including computer network based communication
US6999990B1 (en) * 1998-12-18 2006-02-14 Motive, Inc. Technical support chain automation with guided self-help capability, escalation to live help, and active journaling
US6539499B1 (en) * 1999-10-06 2003-03-25 Dell Usa, L.P. Graphical interface, method, and system for the provision of diagnostic and support services in a computer system
US6658598B1 (en) * 2000-02-17 2003-12-02 Motive Communications, Inc. Technical support chain automation with guided self-help capability using active content assertions
US20010032211A1 (en) * 2000-04-13 2001-10-18 Hiroshi Kuzumaki Question answering system and storage medium
US20030028448A1 (en) * 2001-05-10 2003-02-06 Honeywell International Inc. Automated customer support system
US6944800B2 (en) * 2001-05-11 2005-09-13 Dell Products L.P. Dynamic display of personal computer support information
US20030067477A1 (en) * 2001-10-05 2003-04-10 Fujitsu Limited Server machine, client machine, server program storage medium and client program storage medium
US20080091408A1 (en) * 2006-10-06 2008-04-17 Xerox Corporation Navigation system for text

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9373149B2 (en) 2006-03-17 2016-06-21 Fatdoor, Inc. Autonomous neighborhood vehicle commerce network and community
US9037516B2 (en) 2006-03-17 2015-05-19 Fatdoor, Inc. Direct mailing in a geo-spatial environment
US9064288B2 (en) 2006-03-17 2015-06-23 Fatdoor, Inc. Government structures and neighborhood leads in a geo-spatial environment
US9002754B2 (en) 2006-03-17 2015-04-07 Fatdoor, Inc. Campaign in a geo-spatial environment
US8965409B2 (en) 2006-03-17 2015-02-24 Fatdoor, Inc. User-generated community publication in an online neighborhood social network
US8863245B1 (en) 2006-10-19 2014-10-14 Fatdoor, Inc. Nextdoor neighborhood social network method, apparatus, and system
US9459622B2 (en) 2007-01-12 2016-10-04 Legalforce, Inc. Driverless vehicle commerce network and community
US9070101B2 (en) 2007-01-12 2015-06-30 Fatdoor, Inc. Peer-to-peer neighborhood delivery multi-copter and method
US9098545B2 (en) 2007-07-10 2015-08-04 Raj Abhyanker Hot news neighborhood banter in a geo-spatial social network
US20160148097A1 (en) * 2013-07-10 2016-05-26 Ifthisthen, Inc. Systems and methods for knowledge management
US9439367B2 (en) 2014-02-07 2016-09-13 Arthi Abhyanker Network enabled gardening with a remotely controllable positioning extension
US9457901B2 (en) 2014-04-22 2016-10-04 Fatdoor, Inc. Quadcopter with a printable payload extension system and method
US9004396B1 (en) 2014-04-24 2015-04-14 Fatdoor, Inc. Skyteboard quadcopter and method
US9022324B1 (en) 2014-05-05 2015-05-05 Fatdoor, Inc. Coordination of aerial vehicles through a central server
US9441981B2 (en) 2014-06-20 2016-09-13 Fatdoor, Inc. Variable bus stops across a bus route in a regional transportation network
US9971985B2 (en) 2014-06-20 2018-05-15 Raj Abhyanker Train based community
US9451020B2 (en) 2014-07-18 2016-09-20 Legalforce, Inc. Distributed communication of independent autonomous vehicles to provide redundancy and performance
US10345818B2 (en) 2017-05-12 2019-07-09 Autonomy Squared Llc Robot transport method with transportation container
US10459450B2 (en) 2017-05-12 2019-10-29 Autonomy Squared Llc Robot delivery system
US10520948B2 (en) 2017-05-12 2019-12-31 Autonomy Squared Llc Robot delivery method
US11009886B2 (en) 2017-05-12 2021-05-18 Autonomy Squared Llc Robot pickup method

Also Published As

Publication number Publication date
US20070061128A1 (en) 2007-03-15
US8433711B2 (en) 2013-04-30

Similar Documents

Publication Publication Date Title
US8433711B2 (en) System and method for networked decision making support
US11645317B2 (en) Recommending topic clusters for unstructured text documents
US10769552B2 (en) Justifying passage machine learning for question and answer systems
US9710522B2 (en) Handling information source ingestion in a question answering system
US8341167B1 (en) Context based interactive search
US8510328B1 (en) Implementing symbolic word and synonym English language sentence processing on computers to improve user automation
US7216121B2 (en) Search engine facility with automated knowledge retrieval, generation and maintenance
US20160180237A1 (en) Managing a question and answer system
Wang et al. Which bug should I fix: helping new developers onboard a new project
US20060248458A1 (en) Method and apparatus for storing and retrieving data using ontologies
US20200004873A1 (en) Conversational query answering system
EP2124173A2 (en) System and method for semi-automatic creation and maintenance of query expansion rules
US20040139107A1 (en) Dynamically updating a search engine's knowledge and process database by tracking and saving user interactions
US20110029563A1 (en) System and method for searching data sources
US7065536B2 (en) Automated maintenance of an electronic database via a point system implementation
Xie et al. Understanding help seeking within the context of searching digital libraries
JP6885784B2 (en) Incident management equipment, incident management methods and computer programs
Ramdeen et al. A tale of two interfaces: How facets affect the library catalog search
Bordea Domain adaptive extraction of topical hierarchies for Expertise Mining
Rahdari et al. Grapevine: A profile‐based exploratory search and recommendation system for finding research advisors
US10275487B2 (en) Demographic-based learning in a question answering system
Kruschwitz et al. Users want more sophisticated search assistants: Results of a task‐based evaluation
Gretzel et al. Intelligent search support: Building search term associations for tourism-specific search engines
Othman et al. Retrieval features for online databases: Common, unique, and expected
WO2001027849A9 (en) Electronic shopping management: task models

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION