US20020029154A1 - Mechanism and method for dynamic question handling through an electronic interface - Google Patents

Mechanism and method for dynamic question handling through an electronic interface Download PDF

Info

Publication number
US20020029154A1
US20020029154A1 US09/949,321 US94932101A US2002029154A1 US 20020029154 A1 US20020029154 A1 US 20020029154A1 US 94932101 A US94932101 A US 94932101A US 2002029154 A1 US2002029154 A1 US 2002029154A1
Authority
US
United States
Prior art keywords
questions
determination
answers
user
rule server
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
US09/949,321
Inventor
Johannes Majoor
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.)
Fair Isaac Corp
Original Assignee
HNC Software Inc
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 HNC Software Inc filed Critical HNC Software Inc
Priority to US09/949,321 priority Critical patent/US20020029154A1/en
Assigned to HNC SOFTWARE, INC. reassignment HNC SOFTWARE, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MAJOOR, JOHANNES W.F.
Publication of US20020029154A1 publication Critical patent/US20020029154A1/en
Assigned to FAIR ISAAC CORPORATION reassignment FAIR ISAAC CORPORATION MERGER (SEE DOCUMENT FOR DETAILS). Assignors: HNC SOFTWARE, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/022Knowledge engineering; Knowledge acquisition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models
    • G06N5/043Distributed expert systems; Blackboards

Definitions

  • This invention relates generally to computer systems that utilize rule-based mechanisms to facilitate or implement an application or business process.
  • a type of system that often uses a rules-based approach is an expert system or knowledge-based system, which attempts to mimic the thought process that an expert would utilize to address tasks in a particular field.
  • Computer systems that employ rules-based mechanisms e.g. expert systems, are employed in a wide variety of settings, such as computer systems that bank loan officer uses for guidance in approving and rejecting loan applications.
  • Other examples of disciplines in which rules-based systems are used include automobile repair, medical diagnosis, oil exploration, financial planning, chemical analysis, surgery, weather prediction, computer repair, computer system configuration, operation of nuclear plants, interpreting government regulations, tax preparation, as well as many others.
  • a typical rules-based approach employs one or more sets of rules (“rulesets”) that define actions or results that occur upon specified input values or parameters.
  • a rule server is a computing device that performs the functionality of applying a set of rules to values or parameters. Rule servers may solicit these values or parameters by posing questions, either to a human user or to another computer entity.
  • An exemplary rules-based product embodying this approach is the Blaze AdvisorTM product available from HNC Software, Inc. of San Diego, Calif.
  • questions are presented by a rule server based upon prior responses or knowledge of a user.
  • the rule server dynamically determines the number and arrangement of questions presented.
  • the rule server suggests possible answers to the posed questions.
  • Embodiments of the invention enable a transaction to avoid aborting when a complete set of responsive information used in the processing of that transaction is not available. Note that the principles disclosed herein are equally applicable to perform question handling in other types of computer systems. Further details of aspects, objects, and advantages of the invention are described in the detailed description, drawings, and claims.
  • FIG. 1 is an illustrative example of an architecture that can employ one embodiment of the present invention
  • FIG. 2 is a flow chart illustrating the high level operational overview of a rules-based system 100 according to an embodiment of the invention
  • FIG. 3 is a flow chart illustrating the steps of determining if answers are fully responsive and valid according to an embodiment of the invention
  • FIG. 4 is a diagram of a system architecture with which the present invention can be implemented.
  • FIG. 5 is an additional diagram of a system architecture with which the present invention may be implemented.
  • a client 102 of a computer-based application connects to a rule server 104 to perform a rules-driven operation.
  • the client 102 may be either a local or a remote client that connects via a network connection.
  • a particular human operator, or user may use one or more client 102 .
  • a client 102 may be in data connection with a rule server 104 or an application tier 110 .
  • client 102 is in data connection with rule server 104
  • client 102 2 is in data connection with application tier 110 .
  • An application tier 110 is one or more software programs that are functionally coordinated with one another.
  • an application tier may comprise one or more CRM or ERP software systems.
  • the rule server 104 comprises or connects to a rulebase 108 that contains one or more rulesets.
  • a rule engine 106 is the mechanism that applies a selected ruleset to input received from client 102 to generate a set of results.
  • a ruleset is a set of encoded rules that is applied by a rule engine 106 to input in generating a result set.
  • the rule server 104 includes processing entities to perform work on behalf of clients 102 .
  • processing entities are usable in the invention, such as processes, threads, or agents.
  • processing entities are referred to herein as rule service agents.
  • the rule server 104 can be configured to provide a pool of rule service agents to handle service requests in parallel from multiple clients 102 . Multiple rule service agents are available to handle service requests in parallel from multiple clients 102 . Even with only a single rule service agent available, concurrent client requests can be handled using a queuing arrangement for client requests.
  • a single dedicated rule service agent performs service requests or behalf of a single client.
  • a single rule service agent can process service requests on behalf of multiple clients.
  • the rule server 104 may be comprised of multiple rule engines 106 and multiple rule bases 108 , but for clarity, only one rule engine 106 and one rule base 108 is shown in FIG. 1.
  • the rule server 104 may be implemented using any well-known programming language.
  • the rule server 104 is implemented using an object-oriented programming language that can be compiled on any number of machine formats. Accordingly, the rule server 104 may be deployed in a variety of computing environments.
  • the rule server 104 receives a set of answers from a user responding to a set of asked questions 200 . After receiving a set of answers from a user, the rule server 104 determines if the received answers to the set of asked questions are fully responsive 300 . For example, a question might be incorrectly answered, partially answered, or not answered at all.
  • the rule server 104 determines the next set of questions to be asked to the user 400 . In other words, the next set of questions is dynamically generated based upon prior received answers. Next, the rule server 104 determines any suggested answers to the next set of questions to be asked 104 . Finally, rule server 104 transmits the next set of questions and any suggested answers to a client associated with the appropriate user 600 . Having thus described the operation of rule server 104 from a high level, each step illustrated in FIG. 2 will now be discussed below in greater detail.
  • the process of receiving a set of answers from a user responding to a set of asked questions 200 may be performed by a variety of mechanisms.
  • the rule server 104 employs defined application programming interface, or API, which defines procedures which facilitate input to and output from the rule server 104 .
  • API application programming interface
  • the invention may be implemented using a variety of clients, application tiers 110 , and rule servers 104 , it may be desirable to employ an API posing questions or receiving responses because the API can be modified to accommodate a variety of implementations. For example, it may be desirable to employ an API that accommodates integration with a legacy system.
  • the functional steps illustrated in FIG. 2 may be performed within a single transaction.
  • Rules defined in rule base 108 contain procedures used to continue processing a transaction when information needed to complete the execution of the transaction is not available. For example, if a transaction requires a complete set of address information, and transaction only has access to an incomplete set of address information, then rules defined in the rule base 108 are used to continue processing the transaction such that it is not aborted.
  • the transaction may be processed with an incomplete set of information, the required information may be obtained from storage, or a question may be posed to the user to obtain the needed information.
  • the interaction between clients 102 and the rule server 104 is optimized to enhance performance.
  • a client 102 may answer a set of questions in full, partially, or not at all, and the rule server 104 may process the transaction without interruption.
  • the rule server 104 may process the transaction without interruption.
  • the rule server 104 reviews the first received answer in the set of received answers 310 .
  • the rule server 104 determines if the answer is fully responsive 320 .
  • the answer may be answered incorrectly, partially answered, or not answered at all.
  • Rules defined in the rule server 104 determine what constitutes a responsive answer. These rules may be arbitrarily complex, and may consider any number of answers. For example, an answer providing a residential zip code in Iowa might be identified by the rule server 104 as unresponsive if it is known the residence is located in Montana. In another example, an answer providing a residential zip code with only four digits might be identified by the rule server 104 as unresponsive, as zip codes have five digits. Accordingly, the rules check the syntax and content of the answer to ensure both are appropriate for an answer.
  • the rule server 104 determines if the present answer is the last answer to be reviewed 340 . If the current answer is not the last answer to be reviewed, then the rule server 104 reviews the next answer in the set of received answers for review 360 . After the next answer is reviewed, the rule server 104 repeats step 320 by determining if the newly current answer is fully responsive.
  • step 320 If any answers are determined to be not fully responsive in step 320 , then the rule server 104 determines if the corresponding question which prompted the answer needs, to be answered again 370 . As the question was not answered correctly, the rule server 104 defaults to posing the question again; however, asking a question again may not always be necessary or desirable, as when questions are optional. For all optional questions that are not responded with a fully responsive answers, rules in the rule server 104 determine if it is necessary to ask those questions again. If a question needs to be re-asked, the rule server 104 flags the question to be re-asked so that the questions may be identified later 380 , and execution of the rule server 104 proceeds to step 340 .
  • step 340 the process of determining if the received answers to the set of asked questions are fully responsive and valid concludes 350 .
  • next set of questions to be asked by the rule server 104 are determined 400 .
  • questions that were flagged in step 380 are identified for inclusion into the next set of questions to be asked.
  • New questions to be asked are dynamically determined based upon a master list of questions and analysis performed on the received answers. In other words, the next set of questions from the master list presented to the user will change based upon how the first set of questions was answered. Rules defined in the rule server 104 are consulted to determine the composition of the next set of questions.
  • the number and arrangement of the questions in the set of questions presented to the user are dynamic. For example, a set of 1000 possible questions that can be asked of a person may be divided into numerous smaller groups to be presented to users. One may be presented four screens with 250 questions each, 10 screens with 100 questions, and so on. In contrast to a static arrangement, in which the number of questions per screens are fixed or in which questions are mapped to a set of one or more screens, embodiments of the invention provide for dynamically determining the number and arrangement of questions per screen presented to the user. Thus, each user will be presented with different questions in different arrangements based upon different responses to questions.
  • the rule server 104 suggests possible answers to the user in subsequent questions.
  • questions are presented to the user with possible responses based upon how a user has previously answered. For example, if a person had previously indicated that her or she is a resident of San Francisco, and later was asked to name the airport from which they fly most frequently, then the San Francisco International Airport may be presented to the user as a default answer, given the close proximity of the airport to the user's residence.
  • the rules employed by the rule server 104 in generating suggested answers may be of any complexity, and may consider any number of prior answers, external variables, external data sources.
  • the rule server 104 may consult a plurality of external data sources in determining the suggested answers in step 500 . According to embodiments of the invention, the rule server 104 may consult data resident upon client 102 in generating suggested answers. In other embodiments, rule server 104 may consult data resident in rule server 104 in generating suggested answers. In still other embodiments of the information, external data sources may be consulted, such as, for example, an external database in data connection with the rule server 104 .
  • the rule server 104 transmits the next set of questions to be asked and any suggested corresponding answers to a client 600 associated with the appropriate user.
  • This information can be sent to the appropriate user using a variety of well-known mechanisms.
  • the information in step 600 is transmitted to the appropriate user using the API of step 200 .
  • the next set of questions to be asked and any suggested corresponding answers may be transmitted to a client directly, or through the application tier 110 .
  • the next set of questions to be asked may be visually presented through an electronic interface, such as, for example, a web page or other such graphical user interface.
  • embodiments of the invention have been discussed in relation to a rule server 104 .
  • functions of the rule server 104 may be performed by other processing entities in other embodiments of the invention.
  • functionality performed by the rule server 104 may be performed by the rule engine 106 in embodiment, of the invention.
  • various processing entities such as the rule server 104 , and rule engine 106 , among others, may perform the steps discussed herein to practice the invention.
  • a rule server 104 and a client 102 may be implemented in a computer system 420 , wherein a rule server 104 is implemented in a host computer 422 and a client is implemented in an individual user station 424 .
  • a computer system 420 includes a host computer 422 connected to a plurality of individual user stations 424 .
  • the user stations 424 each comprise suitable data terminals, for example, but not limited to, e.g., personal computers, portable laptop computers, or personal data assistants (“PDAs”), which can store and independently run one or more applications, i.e., programs.
  • PDAs personal data assistants
  • LAN local area network
  • PSTN public telephone switched network
  • the host computer 422 operates in conjunction with a data storage system 431 , wherein the data storage system 431 contains a database 432 that is readily accessible by the host computer 422 .
  • the database 432 may be resident on the host computer, stored, e.g., in the host computer's ROM, PROM, EPROM, or any other memory chip, and/or its hard disk. In yet alternative embodiments, the database 432 may be read by the host computer 422 from one or more floppy disks, flexible disks, magnetic tapes, any other magnetic medium, CD-ROMs, any other optical medium, punchcards, papertape, or any other physical medium with patterns of holes, or any other medium from which a computer can read.
  • the host computer 422 can access two or more databases 432 , stored in a variety of mediums, as previously discussed.
  • each user station 424 and the hcst computer 422 each referred to generally as a processing unit, embodies a general architecture 505 .
  • a processing unit includes a bus 506 or other communication mechanism for communicating instructions, messages and data, collectively, information, and one or more processors 507 coupled with the bus 506 for processing information.
  • a processing unit also includes a main memory 508 , such as a random access memory (RAM) or other dynamic storage device, coupled to the bus 506 for storing dynamic data and instructions to be executed by the processor(s) 507 .
  • the main memory 508 also may be used for storing temporary data, i.e., variables, or other intermediate information during execution of instructions by the processor(s) 507 .
  • a processing unit may further include a read only memory (ROM) 509 or other static storage device coupled to the bus 506 for storing static data and instructions for the processor(s) 507 .
  • ROM read only memory
  • a storage device 510 such as a magnetic disk or optical disk, may also be provided and coupled to the bus 506 for storing data and instructions for the processor(s) 507 .
  • a processing unit may be coupled via the bus 506 to a display device 511 , such as, but not limited to, a cathode ray tube (CRT), for displaying information to a user.
  • a display device 511 such as, but not limited to, a cathode ray tube (CRT)
  • Sin input device 512 is coupled to the bus 506 for communicating information and command selections to the processor(s) 507 .
  • Another type of user input device may include a cursor control 513 , such as, but not limited to, a mouse, a trackball, a fingerpad, or cursor direction keys, for communicating direction information and command selections to the processor(s) 507 and for controlling cursor movement on the display 511 .
  • the individual processing units perform specific operations by their respective processor(s) 507 executing one or more sequences of one or more instructions contained in the main memory 508 .
  • Such instructions may be read into the main memory 508 from another computer-usable medium, such as the ROM 509 or the storage device 510 .
  • Execution of the sequences of instructions contained in the main memory 508 causes the processor(s) 507 to perform the processes described herein.
  • hard-wired circuitry may be used in place of or in combination with software instructions to implement the invention.
  • embodiments of the invention are not limited to any specific combination of hardware circuitry and/or software.
  • Non-volatile media i.e., media that can retain information in the absence of power
  • Volatile media i.e., media that can not retain information in the absence of power
  • Transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise the bus 506 .
  • Transmission media can also take the form of carrier waves; i.e., electromagnetic waves that can be modulated, as in frequency, amplitude or phase, to transmit information signals. Additionally, transmission media can take the form of acoustic or light waves, such as those generated during radio wave and infrared data communications.
  • Common forms of computer-usable media include, for example: a floppy disk, flexible disk, hard disk, magnetic tape, any other magnetic medium, CD-ROM, any other optical medium, punchcards, papertape, any other physical medium with patterns of holes, RAM, ROM, PROM (i.e., programmable read only memory), EPROM (i.e., erasable programmable read only memory), including FLASH-EPROM, any other memory chip or cartridge, carrier waves, or any other medium from which a processor 507 can retrieve information.
  • a floppy disk flexible disk, hard disk, magnetic tape, any other magnetic medium, CD-ROM, any other optical medium, punchcards, papertape, any other physical medium with patterns of holes, RAM, ROM, PROM (i.e., programmable read only memory), EPROM (i.e., erasable programmable read only memory), including FLASH-EPROM, any other memory chip or cartridge, carrier waves, or any other medium from which a processor 507 can retrieve information.
  • Various forms of computer-usable media may be involved in providing one or more sequences of one or more instructions to the processor(s) 507 for execution.
  • the instructions may initially be provided on a magnetic disk of a remote computer (not shown).
  • the remote computer may load the instructions into its dynamic memory and then transit them over a telephone line, using a modem.
  • a modem local to the processing unit may receive the instructions on a telephone line and use an infrared transmitter to convert the instruction signals transmitted over the telephone line to corresponding infrared signals.
  • An infrared detector (not shown) coupled to the bus 506 may receive the infrared signals and place the instructions therein on the bus 506 .
  • the bus 506 may carry the instructions to the main memory 503 , from which the processor(s) 507 thereafter retrieves and executes the instructions.
  • the instructions received by the main memory 508 may optionally be stored on the storage device 510 , either before or after their execution by the processor(s) 507 .
  • Each processing unit may also include a communication interface 514 coupled to the bus 506 .
  • the communication interface 514 provides two-way communication between the respective user stations 424 and the host computer 422 .
  • the communication interface 514 of a respective processing unit transmits and receives electrical, electromagnetic or optical signals that include data streams representing various types of information, including instructions, messages and data.
  • a communication link 515 links a respective user station 424 and a host computer 422 .
  • the communication link 515 may be a LAN 426 , in which case the communication interface 414 may be a LAN card.
  • the communication link 515 may be a PSTN 428 , in which case the communication interface 514 may be an integrated services digital network (ISDN) card or a modem.
  • ISDN integrated services digital network
  • the communication link 515 may be a wireless network 430 .
  • a processing unit may transmit and receive messages, data, and instructions, including program, i.e., application, code, through its respective communication link 515 and communication interface 514 .
  • Received program code may be executed by the, respective processor(s) 507 as it is received, and/or stored in the storage device 510 , or other associated non-volatile media, for later execution.
  • a processing unit may receive messages, data and/or program code in the form of a carrier wave.

Abstract

An improved mechanism for intelligently presenting questions through an electronic interface is disclosed. A rule server receives information identifying a set of answers from a user corresponding to a first set of questions presented to that user. In response, analysis is performed upon the set of received answers. A first determination is then made of whether any questions from the first set of questions need to be answered again based upon rules governing responsive answers. Next, a second determination is made of the composition of a second set of questions. The first determination and second determination may be performed at a rule server or an application tier. The second set of questions is then presented to a user through an electronic interface. Suggested answers to the second set of questions may also be presented to the user through an electronic interface contemporaneously with the second set of questions.

Description

    RELATED APPLICATION DATA
  • This application claims priority to U.S. provisional application Serial No. 60/231,161 filed on Sep. 7, 2000, which is incorporated herein by reference in its entirety.[0001]
  • BACKGROUND AND SUMMARY
  • This invention relates generally to computer systems that utilize rule-based mechanisms to facilitate or implement an application or business process. A type of system that often uses a rules-based approach is an expert system or knowledge-based system, which attempts to mimic the thought process that an expert would utilize to address tasks in a particular field. Computer systems that employ rules-based mechanisms, e.g. expert systems, are employed in a wide variety of settings, such as computer systems that bank loan officer uses for guidance in approving and rejecting loan applications. Other examples of disciplines in which rules-based systems are used include automobile repair, medical diagnosis, oil exploration, financial planning, chemical analysis, surgery, weather prediction, computer repair, computer system configuration, operation of nuclear plants, interpreting government regulations, tax preparation, as well as many others. [0002]
  • A typical rules-based approach employs one or more sets of rules (“rulesets”) that define actions or results that occur upon specified input values or parameters. A rule server is a computing device that performs the functionality of applying a set of rules to values or parameters. Rule servers may solicit these values or parameters by posing questions, either to a human user or to another computer entity. An exemplary rules-based product embodying this approach is the Blaze Advisor™ product available from HNC Software, Inc. of San Diego, Calif. [0003]
  • While a rules-based approach is useful, there are drawbacks with respect to efficiency and ease of use. Computer systems that have implemented standardized forms, such as a loan application, often present questions without intelligence or forethought. In other words, new questions are presented that do not consider prior answers to past questions. Additionally, questions may be automatically presented in static question sets consisting of too few or too many questions. For example, related questions may be asked sequentially, one after another, on different screens, or an overwhelming number of unrelated questions may be presented on the same screen. As questions are presented without regard of their relevance to the user, many presented questions are inappropriate, which wastes time and computer resources. Moreover, if all the answers to a set of questions in a transaction are not fully responsive, the transaction may be aborted, which further wastes time and computer resources. [0004]
  • Therefore, it is desirable to implement an improved method and mechanism for question handling through an electronic interface. In aspects of the invention, questions are presented by a rule server based upon prior responses or knowledge of a user. In another aspect of the invention, the rule server dynamically determines the number and arrangement of questions presented. In a further aspect of the invention, the rule server suggests possible answers to the posed questions. Embodiments of the invention enable a transaction to avoid aborting when a complete set of responsive information used in the processing of that transaction is not available. Note that the principles disclosed herein are equally applicable to perform question handling in other types of computer systems. Further details of aspects, objects, and advantages of the invention are described in the detailed description, drawings, and claims. [0005]
  • DETAILED DESCRIPTION OF THE DRAWINGS
  • The present invention is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements and in which: [0006]
  • FIG. 1 is an illustrative example of an architecture that can employ one embodiment of the present invention; [0007]
  • FIG. 2 is a flow chart illustrating the high level operational overview of a rules-based [0008] system 100 according to an embodiment of the invention;
  • FIG. 3 is a flow chart illustrating the steps of determining if answers are fully responsive and valid according to an embodiment of the invention; [0009]
  • FIG. 4 is a diagram of a system architecture with which the present invention can be implemented; and [0010]
  • FIG. 5 is an additional diagram of a system architecture with which the present invention may be implemented. [0011]
  • DETAILED DESCRIPTION OF EMBODIMENT(S)
  • With reference to FIG. 1, there is shown an example of an architecture that can be employed for a rules-based [0012] system 100. In the system shown in FIG. 1, a client 102 of a computer-based application connects to a rule server 104 to perform a rules-driven operation. The client 102 may be either a local or a remote client that connects via a network connection. A particular human operator, or user, may use one or more client 102. A client 102 may be in data connection with a rule server 104 or an application tier 110. For example, client 102, is in data connection with rule server 104, and client 102 2 is in data connection with application tier 110. An application tier 110 is one or more software programs that are functionally coordinated with one another. For example, an application tier may comprise one or more CRM or ERP software systems. The rule server 104 comprises or connects to a rulebase 108 that contains one or more rulesets. A rule engine 106 is the mechanism that applies a selected ruleset to input received from client 102 to generate a set of results. A ruleset is a set of encoded rules that is applied by a rule engine 106 to input in generating a result set.
  • The [0013] rule server 104 includes processing entities to perform work on behalf of clients 102. Various types of processing entities are usable in the invention, such as processes, threads, or agents. Such processing entities are referred to herein as rule service agents. The rule server 104 can be configured to provide a pool of rule service agents to handle service requests in parallel from multiple clients 102. Multiple rule service agents are available to handle service requests in parallel from multiple clients 102. Even with only a single rule service agent available, concurrent client requests can be handled using a queuing arrangement for client requests. In an embodiment, a single dedicated rule service agent performs service requests or behalf of a single client. In an alternate embodiment, a single rule service agent can process service requests on behalf of multiple clients.
  • While only one [0014] client 102 is depicted in FIG. 1 for clarity, it should be understood that multiple clients 102 may be connected to the rule server 604. Similarly, the rule server 104 may be comprised of multiple rule engines 106 and multiple rule bases 108, but for clarity, only one rule engine 106 and one rule base 108 is shown in FIG. 1.
  • The [0015] rule server 104 may be implemented using any well-known programming language. In one embodiment, the rule server 104 is implemented using an object-oriented programming language that can be compiled on any number of machine formats. Accordingly, the rule server 104 may be deployed in a variety of computing environments.
  • The high level operational overview of a rules-based [0016] system 100 according to an embodiment of the invention will now be presented with reference to FIG. 2, which is a flow chart illustrating the same. The rule server 104 receives a set of answers from a user responding to a set of asked questions 200. After receiving a set of answers from a user, the rule server 104 determines if the received answers to the set of asked questions are fully responsive 300. For example, a question might be incorrectly answered, partially answered, or not answered at all.
  • Subsequently, the [0017] rule server 104 determines the next set of questions to be asked to the user 400. In other words, the next set of questions is dynamically generated based upon prior received answers. Next, the rule server 104 determines any suggested answers to the next set of questions to be asked 104. Finally, rule server 104 transmits the next set of questions and any suggested answers to a client associated with the appropriate user 600. Having thus described the operation of rule server 104 from a high level, each step illustrated in FIG. 2 will now be discussed below in greater detail.
  • The process of receiving a set of answers from a user responding to a set of asked questions [0018] 200 may be performed by a variety of mechanisms. In one embodiment, the rule server 104 employs defined application programming interface, or API, which defines procedures which facilitate input to and output from the rule server 104. As the invention may be implemented using a variety of clients, application tiers 110, and rule servers 104, it may be desirable to employ an API posing questions or receiving responses because the API can be modified to accommodate a variety of implementations. For example, it may be desirable to employ an API that accommodates integration with a legacy system.
  • According to embodiments of the invention, the functional steps illustrated in FIG. 2 may be performed within a single transaction. Rules defined in [0019] rule base 108 contain procedures used to continue processing a transaction when information needed to complete the execution of the transaction is not available. For example, if a transaction requires a complete set of address information, and transaction only has access to an incomplete set of address information, then rules defined in the rule base 108 are used to continue processing the transaction such that it is not aborted. According to embodiments of the invention, the transaction may be processed with an incomplete set of information, the required information may be obtained from storage, or a question may be posed to the user to obtain the needed information.
  • According to embodiments of the invention, the interaction between [0020] clients 102 and the rule server 104 is optimized to enhance performance. As a transaction may be processed with an incomplete set of information, a client 102 may answer a set of questions in full, partially, or not at all, and the rule server 104 may process the transaction without interruption. By avoiding a separate interaction between the rule server 104 and each client 102 for each question, network traffic and the risk of complications within the system 100 is reduced.
  • The process of determining if the received answers to the set of asked questions are fully responsive [0021] 300 will now be explained with reference to FIG. 3, which is a flow chart illustrating the same. The rule server 104 reviews the first received answer in the set of received answers 310. The rule server 104 then determines if the answer is fully responsive 320. For example, the answer may be answered incorrectly, partially answered, or not answered at all. Rules defined in the rule server 104 determine what constitutes a responsive answer. These rules may be arbitrarily complex, and may consider any number of answers. For example, an answer providing a residential zip code in Iowa might be identified by the rule server 104 as unresponsive if it is known the residence is located in Montana. In another example, an answer providing a residential zip code with only four digits might be identified by the rule server 104 as unresponsive, as zip codes have five digits. Accordingly, the rules check the syntax and content of the answer to ensure both are appropriate for an answer.
  • If the [0022] rule server 104 determines the answer is fully responsive and valid then, then the rule server 104 determines if the present answer is the last answer to be reviewed 340. If the current answer is not the last answer to be reviewed, then the rule server 104 reviews the next answer in the set of received answers for review 360. After the next answer is reviewed, the rule server 104 repeats step 320 by determining if the newly current answer is fully responsive.
  • If any answers are determined to be not fully responsive in [0023] step 320, then the rule server 104 determines if the corresponding question which prompted the answer needs, to be answered again 370. As the question was not answered correctly, the rule server 104 defaults to posing the question again; however, asking a question again may not always be necessary or desirable, as when questions are optional. For all optional questions that are not responded with a fully responsive answers, rules in the rule server 104 determine if it is necessary to ask those questions again. If a question needs to be re-asked, the rule server 104 flags the question to be re-asked so that the questions may be identified later 380, and execution of the rule server 104 proceeds to step 340. If a question does not need to be re-asked, the question is not flagged, and the execution of the rule server 104 proceeds to step 340. After all the answers have been reviewed, the process of determining if the received answers to the set of asked questions are fully responsive and valid concludes 350.
  • After determining in the received answered are responsive and valid, the next set of questions to be asked by the [0024] rule server 104 are determined 400. Initially, questions that were flagged in step 380 are identified for inclusion into the next set of questions to be asked. New questions to be asked are dynamically determined based upon a master list of questions and analysis performed on the received answers. In other words, the next set of questions from the master list presented to the user will change based upon how the first set of questions was answered. Rules defined in the rule server 104 are consulted to determine the composition of the next set of questions.
  • For example, if a person was filling out an electronic form and was asked if they were under 18 years of age, and answered “No”, thereafter questions pertinent only to a person under 18 years of age would not be presented to that person. Thus, if all the possible questions that could be asked of a user were arranged in a tree structure, then branches corresponding to questions that are indicated by the user to be inapplicable are not traversed. In other example, if a user's answers identify him or her as belonging to a certain profile or demographic, then only questions appropriate for that profile or demographic may be presented to the user. Accordingly, only questions with relevance to the user based upon prior answers are presented to the user. [0025]
  • In embodiments of the invention, the number and arrangement of the questions in the set of questions presented to the user are dynamic. For example, a set of 1000 possible questions that can be asked of a person may be divided into numerous smaller groups to be presented to users. One may be presented four screens with 250 questions each, 10 screens with 100 questions, and so on. In contrast to a static arrangement, in which the number of questions per screens are fixed or in which questions are mapped to a set of one or more screens, embodiments of the invention provide for dynamically determining the number and arrangement of questions per screen presented to the user. Thus, each user will be presented with different questions in different arrangements based upon different responses to questions. [0026]
  • The process of determining any suggested answers the next set of questions to be asked 500 will now be described. In embodiments of the invention, the [0027] rule server 104 suggests possible answers to the user in subsequent questions. In other words, questions are presented to the user with possible responses based upon how a user has previously answered. For example, if a person had previously indicated that her or she is a resident of San Francisco, and later was asked to name the airport from which they fly most frequently, then the San Francisco International Airport may be presented to the user as a default answer, given the close proximity of the airport to the user's residence. The rules employed by the rule server 104 in generating suggested answers may be of any complexity, and may consider any number of prior answers, external variables, external data sources.
  • In embodiments of the invention, the [0028] rule server 104 may consult a plurality of external data sources in determining the suggested answers in step 500. According to embodiments of the invention, the rule server 104 may consult data resident upon client 102 in generating suggested answers. In other embodiments, rule server 104 may consult data resident in rule server 104 in generating suggested answers. In still other embodiments of the information, external data sources may be consulted, such as, for example, an external database in data connection with the rule server 104.
  • Subsequently, the [0029] rule server 104 transmits the next set of questions to be asked and any suggested corresponding answers to a client 600 associated with the appropriate user. This information can be sent to the appropriate user using a variety of well-known mechanisms. In embodiments of the invention, the information in step 600 is transmitted to the appropriate user using the API of step 200. The next set of questions to be asked and any suggested corresponding answers may be transmitted to a client directly, or through the application tier 110. The next set of questions to be asked may be visually presented through an electronic interface, such as, for example, a web page or other such graphical user interface.
  • For ease of explanation, embodiments of the invention have been discussed in relation to a [0030] rule server 104. However, functions of the rule server 104 may be performed by other processing entities in other embodiments of the invention. For example, functionality performed by the rule server 104 may be performed by the rule engine 106 in embodiment, of the invention. Accordingly, it is contemplated that various processing entities, such as the rule server 104, and rule engine 106, among others, may perform the steps discussed herein to practice the invention.
  • SYSTEM ARCHITECTURE OVERVIEW
  • Referring to FIG. 4, in an embodiment, a [0031] rule server 104 and a client 102 may be implemented in a computer system 420, wherein a rule server 104 is implemented in a host computer 422 and a client is implemented in an individual user station 424. A computer system 420 includes a host computer 422 connected to a plurality of individual user stations 424. In an embodiment, the user stations 424 each comprise suitable data terminals, for example, but not limited to, e.g., personal computers, portable laptop computers, or personal data assistants (“PDAs”), which can store and independently run one or more applications, i.e., programs. For purposes of illustration, some of the user stations 424 are connected to the host computer 422 via a local area network (“LAN”) 426. Other user stations 424 are remotely connected to the host computer 422 via a public telephone switched network (“PSTN”) 428 and/or a wireless network 430.
  • In an embodiment, the [0032] host computer 422 operates in conjunction with a data storage system 431, wherein the data storage system 431 contains a database 432 that is readily accessible by the host computer 422.
  • In alternative embodiments, the [0033] database 432 may be resident on the host computer, stored, e.g., in the host computer's ROM, PROM, EPROM, or any other memory chip, and/or its hard disk. In yet alternative embodiments, the database 432 may be read by the host computer 422 from one or more floppy disks, flexible disks, magnetic tapes, any other magnetic medium, CD-ROMs, any other optical medium, punchcards, papertape, or any other physical medium with patterns of holes, or any other medium from which a computer can read.
  • In an alternative embodiment, the [0034] host computer 422 can access two or more databases 432, stored in a variety of mediums, as previously discussed.
  • Referring to FIG. 5, in an embodiment, each [0035] user station 424 and the hcst computer 422, each referred to generally as a processing unit, embodies a general architecture 505. A processing unit includes a bus 506 or other communication mechanism for communicating instructions, messages and data, collectively, information, and one or more processors 507 coupled with the bus 506 for processing information. A processing unit also includes a main memory 508, such as a random access memory (RAM) or other dynamic storage device, coupled to the bus 506 for storing dynamic data and instructions to be executed by the processor(s) 507. The main memory 508 also may be used for storing temporary data, i.e., variables, or other intermediate information during execution of instructions by the processor(s) 507.
  • A processing unit may further include a read only memory (ROM) [0036] 509 or other static storage device coupled to the bus 506 for storing static data and instructions for the processor(s) 507. A storage device 510, such as a magnetic disk or optical disk, may also be provided and coupled to the bus 506 for storing data and instructions for the processor(s) 507.
  • A processing unit may be coupled via the [0037] bus 506 to a display device 511, such as, but not limited to, a cathode ray tube (CRT), for displaying information to a user. Sin input device 512, including alphanumeric and other keys, is coupled to the bus 506 for communicating information and command selections to the processor(s) 507. Another type of user input device may include a cursor control 513, such as, but not limited to, a mouse, a trackball, a fingerpad, or cursor direction keys, for communicating direction information and command selections to the processor(s) 507 and for controlling cursor movement on the display 511.
  • According to one embodiment of the invention, the individual processing units perform specific operations by their respective processor(s) [0038] 507 executing one or more sequences of one or more instructions contained in the main memory 508. Such instructions may be read into the main memory 508 from another computer-usable medium, such as the ROM 509 or the storage device 510. Execution of the sequences of instructions contained in the main memory 508 causes the processor(s) 507 to perform the processes described herein. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions to implement the invention. Thus, embodiments of the invention are not limited to any specific combination of hardware circuitry and/or software.
  • The term “computer-usable medium,” as used herein, refers to any medium that provides information or is usable by the processor(s) [0039] 507. Such a medium may take many forms, including, but not limited to, non-volatile, volatile and transmission media. Non-volatile media, i.e., media that can retain information in the absence of power, includes the ROM 509. Volatile media, i.e., media that can not retain information in the absence of power, includes the main memory 508. Transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise the bus 506. Transmission media can also take the form of carrier waves; i.e., electromagnetic waves that can be modulated, as in frequency, amplitude or phase, to transmit information signals. Additionally, transmission media can take the form of acoustic or light waves, such as those generated during radio wave and infrared data communications.
  • Common forms of computer-usable media include, for example: a floppy disk, flexible disk, hard disk, magnetic tape, any other magnetic medium, CD-ROM, any other optical medium, punchcards, papertape, any other physical medium with patterns of holes, RAM, ROM, PROM (i.e., programmable read only memory), EPROM (i.e., erasable programmable read only memory), including FLASH-EPROM, any other memory chip or cartridge, carrier waves, or any other medium from which a [0040] processor 507 can retrieve information.
  • Various forms of computer-usable media may be involved in providing one or more sequences of one or more instructions to the processor(s) [0041] 507 for execution. For example, the instructions may initially be provided on a magnetic disk of a remote computer (not shown). The remote computer may load the instructions into its dynamic memory and then transit them over a telephone line, using a modem. A modem local to the processing unit may receive the instructions on a telephone line and use an infrared transmitter to convert the instruction signals transmitted over the telephone line to corresponding infrared signals. An infrared detector (not shown) coupled to the bus 506 may receive the infrared signals and place the instructions therein on the bus 506. The bus 506 may carry the instructions to the main memory 503, from which the processor(s) 507 thereafter retrieves and executes the instructions. The instructions received by the main memory 508 may optionally be stored on the storage device 510, either before or after their execution by the processor(s) 507.
  • Each processing unit may also include a [0042] communication interface 514 coupled to the bus 506. The communication interface 514 provides two-way communication between the respective user stations 424 and the host computer 422. The communication interface 514 of a respective processing unit transmits and receives electrical, electromagnetic or optical signals that include data streams representing various types of information, including instructions, messages and data.
  • A [0043] communication link 515 links a respective user station 424 and a host computer 422. The communication link 515 may be a LAN 426, in which case the communication interface 414 may be a LAN card. Alternatively, the communication link 515 may be a PSTN 428, in which case the communication interface 514 may be an integrated services digital network (ISDN) card or a modem. Also, as a further alternative, the communication link 515 may be a wireless network 430.
  • A processing unit may transmit and receive messages, data, and instructions, including program, i.e., application, code, through its [0044] respective communication link 515 and communication interface 514. Received program code may be executed by the, respective processor(s) 507 as it is received, and/or stored in the storage device 510, or other associated non-volatile media, for later execution. In this manner, a processing unit may receive messages, data and/or program code in the form of a carrier wave.
  • In the foregoing specification, the invention has been described with reference to specific embodiments thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention. For example, the reader is to understand that the specific ordering and combination of process actions shown in the process flow diagrams described herein is merely illustrative, and the invention can be performed using different or additional process actions, or a different combination or ordering of process actions. The specification and drawings are, accordingly, to be regarded in an illustrative rather than restrictive sense. [0045]

Claims (18)

What is claimed is:
1. A method for presenting questions, comprising the steps of:
receiving a set of answers from a user corresponding to a first set of questions;
analyzing said set of answers using a rule server;
making a first determination of whether any questions from the first set of questions need to be answered again;
making a second determination of the composition of a second set of questions; and
presenting to said user said second set of questions through an electronic interface.
2. The method of claim 1, wherein said second set of questions includes any questions identified in said first determination.
3. The method of claim 1, wherein said first determination and said second determination are performed at an application tier.
4. The method of claim 1, wherein said first determination and said second determination are performed at said rule server.
5. The method of claim 1, wherein said second set of questions is dynamically generated.
6. The method of claim 1, wherein said second determination includes determining the number and arrangement of said second set of questions.
7. The method of claim 1, further comprising the step of:
making a third determination of a composition of a set of one or more suggested answers to one or more questions in said second set of questions.
8. The method of claim 7, further comprising the step of:
presenting to said user said set of one or more suggested answers through said electronic interface.
9. The method of claim 6, wherein said number and said arrangement of said second set of questions is different for different compositions of said set of answers.
10. A computer-readable medium carrying instructions for sharing information across a plurality of services provided over a wireless connection to a device, wherein said instructions include instructions for performing the steps of:
receiving a set of answers from a user corresponding to a first set of questions;
analyzing said set of answers using a rule server;
making a first determination of whether any questions from the first set of questions need to be answered again;
making a second determination of the composition of a second set of questions; and
presenting to said user said second set of questions through an electronic interface.
11. The computer-readable medium of claim 10, wherein said second set of questions includes any questions identified in said first determination.
12. The computer-readable medium of claim 10, wherein said first determination and said second determination is performed at an application tier.
13. The computer-readable medium of claim 10, wherein said first determination and said second determination is performed at said rule server.
14. The computer-readable medium of claim 10, wherein said second set of questions is dynamically generated.
15. The computer-readable medium of claim 10, wherein said second determination includes determining the number and arrangement of said second set of questions.
16. The computer-readable medium of claim 10, further comprising the step of:
making a third determination of the composition of a set of one or more suggested answers to one or more of said second set of questions.
17. The method of computer-readable medium of claim 16, further comprising the step of:
presenting to said user said set of one or more suggested answers through said electronic interface.
18. The method of claim 15, wherein said number and said arrangement of said second set of questions is different for different compositions of said set of answers.
US09/949,321 2000-09-07 2001-09-07 Mechanism and method for dynamic question handling through an electronic interface Abandoned US20020029154A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/949,321 US20020029154A1 (en) 2000-09-07 2001-09-07 Mechanism and method for dynamic question handling through an electronic interface

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US23116100P 2000-09-07 2000-09-07
US09/949,321 US20020029154A1 (en) 2000-09-07 2001-09-07 Mechanism and method for dynamic question handling through an electronic interface

Publications (1)

Publication Number Publication Date
US20020029154A1 true US20020029154A1 (en) 2002-03-07

Family

ID=22867986

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/949,321 Abandoned US20020029154A1 (en) 2000-09-07 2001-09-07 Mechanism and method for dynamic question handling through an electronic interface
US09/948,991 Expired - Lifetime US6993514B2 (en) 2000-09-07 2001-09-07 Mechanism and method for continuous operation of a rule server

Family Applications After (1)

Application Number Title Priority Date Filing Date
US09/948,991 Expired - Lifetime US6993514B2 (en) 2000-09-07 2001-09-07 Mechanism and method for continuous operation of a rule server

Country Status (4)

Country Link
US (2) US20020029154A1 (en)
EP (2) EP1364303A2 (en)
AU (2) AU2001288851A1 (en)
WO (2) WO2002021254A2 (en)

Cited By (49)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030033193A1 (en) * 2001-08-09 2003-02-13 International Business Machines Corporation Method apparatus and computer program product for interactive surveying
US20030040923A1 (en) * 2001-08-23 2003-02-27 International Business Machines Corporation Method, apparatus and computer program product for technology comparisons
US20030070180A1 (en) * 2001-09-28 2003-04-10 Toshio Katayama System for assisting consideration of selection
US20040215555A1 (en) * 2002-12-30 2004-10-28 Fannie Mae System and method for creating and tracking agreements for selling loans to a secondary market purchaser
US20040215554A1 (en) * 2002-12-30 2004-10-28 Fannie Mae System and method for verifying loan data at delivery
US20040220874A1 (en) * 2002-12-30 2004-11-04 Fannie Mae System and method for defining loan products
US20040225594A1 (en) * 2002-12-30 2004-11-11 Fannie Mae System and method for pricing loans in the secondary mortgage market
US20040225597A1 (en) * 2002-12-30 2004-11-11 Fannie Mae System and method for processing data pertaining to financial assets
US20050102229A1 (en) * 2002-12-30 2005-05-12 Kemper John L. Internet-enabled interface for a loan commitment system
US20050102226A1 (en) * 2002-12-30 2005-05-12 Dror Oppenheimer System and method of accounting for mortgage related transactions
US20060100901A1 (en) * 2004-11-09 2006-05-11 Glimp Thomas H Providing adaptive medical triage
US20060100909A1 (en) * 2004-11-09 2006-05-11 Glimp Thomas H Providing standardized medical triage
US20060100902A1 (en) * 2004-11-09 2006-05-11 Glimp Thomas H Medical triage system
US20060149674A1 (en) * 2004-12-30 2006-07-06 Mike Cook System and method for identity-based fraud detection for transactions using a plurality of historical identity records
US7136865B1 (en) * 2001-03-28 2006-11-14 Siebel Systems, Inc. Method and apparatus to build and manage a logical structure using templates
US20070016520A1 (en) * 2002-12-30 2007-01-18 Gang John E System and method for facilitating sale of a loan to a secondary market purchaser
US7174514B2 (en) 2001-03-28 2007-02-06 Siebel Systems, Inc. Engine to present a user interface based on a logical structure, such as one for a customer relationship management system, across a web site
US20070208858A1 (en) * 2001-03-28 2007-09-06 Siebel Systems, Inc. Method and apparatus to save and resume a session associated with a logical structure
US20070282824A1 (en) * 2006-05-31 2007-12-06 Ellingsworth Martin E Method and system for classifying documents
US20080120211A1 (en) * 2002-12-30 2008-05-22 Dror Oppenheimer System and method for modifying attribute data pertaining to financial assets in a data processing system
US7458508B1 (en) 2003-05-12 2008-12-02 Id Analytics, Inc. System and method for identity-based fraud detection
US7562814B1 (en) 2003-05-12 2009-07-21 Id Analytics, Inc. System and method for identity-based fraud detection through graph anomaly detection
US7593893B1 (en) 2000-06-13 2009-09-22 Fannie Mae Computerized systems and methods for facilitating the flow of capital through the housing finance industry
US7593889B2 (en) 2002-12-30 2009-09-22 Fannie Mae System and method for processing data pertaining to financial assets
US20090253112A1 (en) * 2008-04-07 2009-10-08 Microsoft Corporation Recommending questions to users of community qiestion answering
US7653592B1 (en) 2003-12-01 2010-01-26 Fannie Mae System and method for processing a loan
US7657475B1 (en) 2003-12-31 2010-02-02 Fannie Mae Property investment rating system and method
US7686214B1 (en) 2003-05-12 2010-03-30 Id Analytics, Inc. System and method for identity-based fraud detection using a plurality of historical identity records
US7702580B1 (en) 2000-06-13 2010-04-20 Fannie Mae System and method for mortgage loan pricing, sale and funding
US7747526B1 (en) 2006-03-27 2010-06-29 Fannie Mae System and method for transferring mortgage loan servicing rights
US7765165B2 (en) 2001-03-28 2010-07-27 Siebel Systems, Inc. Engine to present user interface based on a logical structure, such as one for a customer relationship management system
US7765151B1 (en) 2000-06-13 2010-07-27 Fannie Mae Computerized systems and methods for facilitating the flow of capital through the housing finance industry
US7801809B1 (en) 2005-06-24 2010-09-21 Fannie Mae System and method for management of delegated real estate project reviews
US7822680B1 (en) 2003-12-31 2010-10-26 Fannie Mae System and method for managing data pertaining to a plurality of financial assets for multifamily and housing developments
US7885889B2 (en) 2002-12-30 2011-02-08 Fannie Mae System and method for processing data pertaining to financial assets
US20110040831A1 (en) * 2002-08-19 2011-02-17 Macrosolve, Inc. System and method for data management
US8046298B1 (en) 2003-07-21 2011-10-25 Fannie Mae Systems and methods for facilitating the flow of capital through the housing finance industry
US8386377B1 (en) 2003-05-12 2013-02-26 Id Analytics, Inc. System and method for credit scoring using an identity network connectivity
US20130173793A1 (en) * 2010-09-13 2013-07-04 Thomas Vøien System and method for traffic analysis
US8666879B1 (en) 2002-12-30 2014-03-04 Fannie Mae Method and system for pricing forward commitments for mortgage loans and for buying committed loans
US8687790B2 (en) 1999-07-09 2014-04-01 Jpmorgan Chase Bank, N.A. System and method of intelligent call routing for cross sell offer selection based on optimization parameters or account-level data
US20140316936A1 (en) * 2013-04-22 2014-10-23 International Business Machines Corporation Tax code determination
US8918891B2 (en) 2012-06-12 2014-12-23 Id Analytics, Inc. Identity manipulation detection system and method
CN104469030A (en) * 2014-10-31 2015-03-25 北京思特奇信息技术股份有限公司 Service request processing method and system based on client question
US20170177825A1 (en) * 2014-03-28 2017-06-22 Joslin Diabetes Center, Inc. Determining a level of hypoglycemic unawareness displayed by a patient
US20180204279A1 (en) * 2017-01-17 2018-07-19 Fair Ip, Llc System and Method for Low Friction Operator Interface on a Mobile Device
US10521857B1 (en) 2003-05-12 2019-12-31 Symantec Corporation System and method for identity-based fraud detection
US10726478B2 (en) 2017-01-17 2020-07-28 Fair Ip, Llc Data processing system and method for facilitating transactions with user-centric document access
EP3846092A1 (en) * 2019-12-31 2021-07-07 Atos IT Solutions and Services, Inc. Device and method for promoting eco-friendly actions and helping to achieve predetermined environmental goals

Families Citing this family (51)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002029682A1 (en) * 2000-10-02 2002-04-11 International Projects Consultancy Services, Inc. Object-based workflow system and method
US7669133B2 (en) * 2001-04-16 2010-02-23 Wellogix Technology Licensing, Llc System and method for developing rules utilized in a knowledge management system
KR20050011745A (en) * 2002-04-19 2005-01-29 컴퓨터 어소시에이츠 싱크, 인코포레이티드 System and method for providing inferencing services
US7222113B2 (en) * 2002-09-23 2007-05-22 Hewlett-Packard Development Company, L.P. Method and system for a software agent control architecture
WO2004105152A2 (en) * 2003-05-22 2004-12-02 Matsushita Electric Industrial Co., Ltd. Nonaqueous electrolyte secondary battery and method for producing same
CA2527897C (en) * 2003-06-04 2020-12-22 Fair Isaac Corporation Relational logic management system
US7356594B2 (en) * 2003-10-03 2008-04-08 Motorola, Inc. Interprocessor communication protocol providing intelligent targeting of nodes
US7706574B1 (en) 2003-11-06 2010-04-27 Admitone Security, Inc. Identifying and protecting composed and transmitted messages utilizing keystroke dynamics
US20050144252A1 (en) * 2003-12-29 2005-06-30 Microsoft Corporation System and method for managing a dynamic, structured query and integrating it into a desired application
US7665063B1 (en) 2004-05-26 2010-02-16 Pegasystems, Inc. Integration of declarative rule-based processing with procedural programming
US7620819B2 (en) * 2004-10-04 2009-11-17 The Penn State Research Foundation System and method for classifying regions of keystroke density with a neural network
US8335704B2 (en) 2005-01-28 2012-12-18 Pegasystems Inc. Methods and apparatus for work management and routing
US8020005B2 (en) * 2005-12-23 2011-09-13 Scout Analytics, Inc. Method and apparatus for multi-model hybrid comparison system
US7958077B2 (en) * 2006-01-19 2011-06-07 Paymo, Inc. Rules engine for enterprise system
US20070198712A1 (en) * 2006-02-07 2007-08-23 Biopassword, Inc. Method and apparatus for biometric security over a distributed network
US7953651B2 (en) 2006-02-27 2011-05-31 International Business Machines Corporation Validating updated business rules
US8924335B1 (en) 2006-03-30 2014-12-30 Pegasystems Inc. Rule-based user interface conformance methods
US7526412B2 (en) * 2006-03-31 2009-04-28 Biopassword, Inc. Method and apparatus for multi-distant weighted scoring system
US7499900B2 (en) * 2006-04-20 2009-03-03 International Business Machines Corporation Device, method and computer program product for situation monitoring
US20070300077A1 (en) * 2006-06-26 2007-12-27 Seshadri Mani Method and apparatus for biometric verification of secondary authentications
US8036979B1 (en) 2006-10-05 2011-10-11 Experian Information Solutions, Inc. System and method for generating a finance attribute from tradeline data
US7680756B2 (en) * 2006-12-29 2010-03-16 Intuit Inc. System and method for creating and implementing community defined presentation structures
US8606626B1 (en) 2007-01-31 2013-12-10 Experian Information Solutions, Inc. Systems and methods for providing a direct marketing campaign planning environment
US8606666B1 (en) 2007-01-31 2013-12-10 Experian Information Solutions, Inc. System and method for providing an aggregation tool
US8127336B2 (en) * 2007-03-01 2012-02-28 Bridgewater Systems Corp. Systems and methods for policy-based service management
US8250525B2 (en) 2007-03-02 2012-08-21 Pegasystems Inc. Proactive performance management for multi-user enterprise software systems
JP5023865B2 (en) * 2007-07-26 2012-09-12 富士ゼロックス株式会社 Document classification apparatus and document classification program
US20090249129A1 (en) * 2007-10-12 2009-10-01 David Femia Systems and Methods for Managing Multi-Component Systems in an Infrastructure
US7937354B2 (en) * 2007-10-15 2011-05-03 Sap Ag Providing results from external rule engines based on rule engine vocabularies
US7958076B2 (en) * 2007-11-30 2011-06-07 Stratus Technologies Bermuda Ltd. System and methods for managing rules and detecting reciprocal dependencies
US8332932B2 (en) * 2007-12-07 2012-12-11 Scout Analytics, Inc. Keystroke dynamics authentication techniques
US7962436B2 (en) * 2008-02-28 2011-06-14 Sap Ag Enhanced call-back service using rule engine
US8271416B2 (en) * 2008-08-12 2012-09-18 Stratus Technologies Bermuda Ltd. Method for dynamically determining a predetermined previous condition of a rule-based system
US8843435B1 (en) 2009-03-12 2014-09-23 Pegasystems Inc. Techniques for dynamic data processing
US8468492B1 (en) 2009-03-30 2013-06-18 Pegasystems, Inc. System and method for creation and modification of software applications
CN101938368A (en) * 2009-06-30 2011-01-05 国际商业机器公司 Virtual machine manager in blade server system and virtual machine processing method
US8494997B2 (en) * 2010-07-20 2013-07-23 Samuel W. Bellamy, III System and method for validation of transaction data
US8732108B2 (en) 2010-10-07 2014-05-20 International Business Machines Corporation Rule authoring for events in a grid environment
US8880487B1 (en) 2011-02-18 2014-11-04 Pegasystems Inc. Systems and methods for distributed rules processing
US9195936B1 (en) 2011-12-30 2015-11-24 Pegasystems Inc. System and method for updating or modifying an application without manual coding
US10262362B1 (en) 2014-02-14 2019-04-16 Experian Information Solutions, Inc. Automatic generation of code for attributes
US20150254679A1 (en) * 2014-03-07 2015-09-10 Genesys Telecommunications Laboratories, Inc. Vendor relationship management for contact centers
US9841740B2 (en) * 2014-09-09 2017-12-12 Vivint, Inc. Hybrid rule implementation for an automation system
US10469396B2 (en) 2014-10-10 2019-11-05 Pegasystems, Inc. Event processing with enhanced throughput
US10242019B1 (en) 2014-12-19 2019-03-26 Experian Information Solutions, Inc. User behavior segmentation using latent topic detection
US10698599B2 (en) 2016-06-03 2020-06-30 Pegasystems, Inc. Connecting graphical shapes using gestures
US10698647B2 (en) 2016-07-11 2020-06-30 Pegasystems Inc. Selective sharing for collaborative application usage
US20190251490A1 (en) * 2018-02-13 2019-08-15 The Fin Exploration Company Virtual personal assistant systems and methods
US11048488B2 (en) 2018-08-14 2021-06-29 Pegasystems, Inc. Software code optimizer and method
US11567945B1 (en) 2020-08-27 2023-01-31 Pegasystems Inc. Customized digital content generation systems and methods
WO2023002333A1 (en) * 2021-07-17 2023-01-26 Raveendra Purushottam Pethe A system and a method for finding a tariff code

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5835900A (en) * 1992-10-05 1998-11-10 Expert Systems Publishing Co. Computer-implemented decision management system with dynamically generated questions and answer choices
US5963931A (en) * 1992-10-05 1999-10-05 Expert Systems Publishing Co. Computer-assisted decision management system
US6470338B1 (en) * 1999-07-09 2002-10-22 Lawyershomepagenetwork, Inc. Computerized system and method for assisting potential clients to identify and appropriate provider for professional services
US7006990B2 (en) * 2000-04-27 2006-02-28 International Business Machines Corporation Electronic product catalog systems

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4809219A (en) * 1985-06-26 1989-02-28 International Business Machines Corporation Method for processing an expert system rulebase on a system having limited memory
US5802509A (en) * 1993-09-21 1998-09-01 Hitachi, Ltd. Rule generation system and method of generating rule
US5736666A (en) * 1996-03-20 1998-04-07 California Institute Of Technology Music composition
JP3533974B2 (en) * 1998-11-25 2004-06-07 ヤマハ株式会社 Song data creation device and computer-readable recording medium recording song data creation program
US6229082B1 (en) * 2000-07-10 2001-05-08 Hugo Masias Musical database synthesizer

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5835900A (en) * 1992-10-05 1998-11-10 Expert Systems Publishing Co. Computer-implemented decision management system with dynamically generated questions and answer choices
US5963931A (en) * 1992-10-05 1999-10-05 Expert Systems Publishing Co. Computer-assisted decision management system
US5978784A (en) * 1992-10-05 1999-11-02 Expert Systems Publishing Co. Computer-implemented decision management system with dynamically generated questions and answer choices
US6009420A (en) * 1992-10-05 1999-12-28 Expert Systems Publishing Co. Computer-implemented decision management system with dynamically generated questions and answer choices
US6470338B1 (en) * 1999-07-09 2002-10-22 Lawyershomepagenetwork, Inc. Computerized system and method for assisting potential clients to identify and appropriate provider for professional services
US7006990B2 (en) * 2000-04-27 2006-02-28 International Business Machines Corporation Electronic product catalog systems

Cited By (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8995643B2 (en) 1999-07-09 2015-03-31 Jpmorgan Chase Bank, N.A. System and method of intelligent call routing for cross sell offer selection based on optimization parameters or account-level data
US8687790B2 (en) 1999-07-09 2014-04-01 Jpmorgan Chase Bank, N.A. System and method of intelligent call routing for cross sell offer selection based on optimization parameters or account-level data
US7765151B1 (en) 2000-06-13 2010-07-27 Fannie Mae Computerized systems and methods for facilitating the flow of capital through the housing finance industry
US8244628B1 (en) 2000-06-13 2012-08-14 Fannie Mae Computerized systems and methods for facilitating the flow of capital through the housing finance industry
US7593893B1 (en) 2000-06-13 2009-09-22 Fannie Mae Computerized systems and methods for facilitating the flow of capital through the housing finance industry
US7702580B1 (en) 2000-06-13 2010-04-20 Fannie Mae System and method for mortgage loan pricing, sale and funding
US7765165B2 (en) 2001-03-28 2010-07-27 Siebel Systems, Inc. Engine to present user interface based on a logical structure, such as one for a customer relationship management system
US20070208858A1 (en) * 2001-03-28 2007-09-06 Siebel Systems, Inc. Method and apparatus to save and resume a session associated with a logical structure
US7174514B2 (en) 2001-03-28 2007-02-06 Siebel Systems, Inc. Engine to present a user interface based on a logical structure, such as one for a customer relationship management system, across a web site
US7136865B1 (en) * 2001-03-28 2006-11-14 Siebel Systems, Inc. Method and apparatus to build and manage a logical structure using templates
US7584283B2 (en) 2001-03-28 2009-09-01 Siebel Systems, Inc. Method and apparatus to save and resume a session associated with a logical structure
US8065609B2 (en) 2001-08-09 2011-11-22 International Business Machines Corporation Interactive surveying
US20090132904A1 (en) * 2001-08-09 2009-05-21 International Business Machines Corporation Method, Apparatus and Computer Program Product for Interactive Surveying
US7475339B2 (en) * 2001-08-09 2009-01-06 International Business Machines Corporation Method apparatus and computer program product for interactive surveying
US20030033193A1 (en) * 2001-08-09 2003-02-13 International Business Machines Corporation Method apparatus and computer program product for interactive surveying
US7337126B2 (en) * 2001-08-23 2008-02-26 International Business Machines Corporation Method, apparatus and computer program product for technology comparisons
US7478053B2 (en) 2001-08-23 2009-01-13 International Business Machines Corporation Apparatus and computer program product for technology comparisons
US20030040923A1 (en) * 2001-08-23 2003-02-27 International Business Machines Corporation Method, apparatus and computer program product for technology comparisons
US20080109248A1 (en) * 2001-08-23 2008-05-08 International Business Machines Corporation Method, Apparatus and Computer Program Product for Technology Comparisons
US7974872B2 (en) * 2001-09-28 2011-07-05 Toshio Katayama System and method for assisting consideration of selection including obtaining degree-of-necessity of a question from answer data
US20030070180A1 (en) * 2001-09-28 2003-04-10 Toshio Katayama System for assisting consideration of selection
US20110040831A1 (en) * 2002-08-19 2011-02-17 Macrosolve, Inc. System and method for data management
US8065211B2 (en) 2002-12-30 2011-11-22 Fannie Mae System and method for creating and tracking agreements for selling loans to a secondary market purchaser
US8060440B2 (en) 2002-12-30 2011-11-15 Fannie Mae System and method for modifying attribute data pertaining to financial assets in a data processing system
US20080120211A1 (en) * 2002-12-30 2008-05-22 Dror Oppenheimer System and method for modifying attribute data pertaining to financial assets in a data processing system
US7461020B2 (en) 2002-12-30 2008-12-02 Fannie Mae System and method for creating and tracking agreements for selling loans to a secondary market purchaser
US20040225596A1 (en) * 2002-12-30 2004-11-11 Fannie Mae System and method for facilitating delivery of a loan to a secondary mortgage market purchaser
US20070016520A1 (en) * 2002-12-30 2007-01-18 Gang John E System and method for facilitating sale of a loan to a secondary market purchaser
US20040225584A1 (en) * 2002-12-30 2004-11-11 Fannie Mae System and method for defining loan products
US20090076973A1 (en) * 2002-12-30 2009-03-19 Kemper John L System and method for creating and tracking agreements for selling loans to a secondary market purchaser
US9928546B2 (en) 2002-12-30 2018-03-27 Fannie Mae System and method for processing data pertaining to financial assets
US7885889B2 (en) 2002-12-30 2011-02-08 Fannie Mae System and method for processing data pertaining to financial assets
US20040215555A1 (en) * 2002-12-30 2004-10-28 Fannie Mae System and method for creating and tracking agreements for selling loans to a secondary market purchaser
US20040215554A1 (en) * 2002-12-30 2004-10-28 Fannie Mae System and method for verifying loan data at delivery
US7593889B2 (en) 2002-12-30 2009-09-22 Fannie Mae System and method for processing data pertaining to financial assets
US8671052B1 (en) 2002-12-30 2014-03-11 Fannie Mae Method and system for pricing forward commitments for mortgage loans and for buying committed loans
US8666879B1 (en) 2002-12-30 2014-03-04 Fannie Mae Method and system for pricing forward commitments for mortgage loans and for buying committed loans
US8515861B2 (en) 2002-12-30 2013-08-20 Fannie Mae System and method for facilitating sale of a loan to a secondary market purchaser
US8423450B2 (en) 2002-12-30 2013-04-16 Fannie Mae System and method for processing data pertaining to financial assets
US7860787B2 (en) 2002-12-30 2010-12-28 Fannie Mae System and method for modifying attribute data pertaining to financial assets in a data processing system
US20050102226A1 (en) * 2002-12-30 2005-05-12 Dror Oppenheimer System and method of accounting for mortgage related transactions
US20100312684A1 (en) * 2002-12-30 2010-12-09 Kemper John L Loan commitment system and method
US20040220874A1 (en) * 2002-12-30 2004-11-04 Fannie Mae System and method for defining loan products
US7742981B2 (en) 2002-12-30 2010-06-22 Fannie Mae Mortgage loan commitment system and method
US7747519B2 (en) 2002-12-30 2010-06-29 Fannie Mae System and method for verifying loan data at delivery
US20040220873A1 (en) * 2002-12-30 2004-11-04 Fannie Mae System and method for defining loan products
US20050102229A1 (en) * 2002-12-30 2005-05-12 Kemper John L. Internet-enabled interface for a loan commitment system
US20040225597A1 (en) * 2002-12-30 2004-11-11 Fannie Mae System and method for processing data pertaining to financial assets
US7979346B2 (en) 2002-12-30 2011-07-12 Fannie Mae System and method for pricing loans in the secondary mortgage market
US20040225594A1 (en) * 2002-12-30 2004-11-11 Fannie Mae System and method for pricing loans in the secondary mortgage market
US20110112955A1 (en) * 2002-12-30 2011-05-12 Fannie Mae System and method for pricing loans in the secondary mortgage market
US7809633B2 (en) 2002-12-30 2010-10-05 Fannie Mae System and method for pricing loans in the secondary mortgage market
US8024265B2 (en) 2002-12-30 2011-09-20 Fannie Mae System and method for verifying loan data at delivery
US20100268641A1 (en) * 2002-12-30 2010-10-21 Fannie Mae System and method for verifying loan data at delivery
US8032450B2 (en) 2002-12-30 2011-10-04 Fannie Mae Loan commitment system and method
US7793835B1 (en) 2003-05-12 2010-09-14 Id Analytics, Inc. System and method for identity-based fraud detection for transactions using a plurality of historical identity records
US8386377B1 (en) 2003-05-12 2013-02-26 Id Analytics, Inc. System and method for credit scoring using an identity network connectivity
US7686214B1 (en) 2003-05-12 2010-03-30 Id Analytics, Inc. System and method for identity-based fraud detection using a plurality of historical identity records
US7562814B1 (en) 2003-05-12 2009-07-21 Id Analytics, Inc. System and method for identity-based fraud detection through graph anomaly detection
US10521857B1 (en) 2003-05-12 2019-12-31 Symantec Corporation System and method for identity-based fraud detection
US7458508B1 (en) 2003-05-12 2008-12-02 Id Analytics, Inc. System and method for identity-based fraud detection
US8046298B1 (en) 2003-07-21 2011-10-25 Fannie Mae Systems and methods for facilitating the flow of capital through the housing finance industry
US8489498B1 (en) 2003-12-01 2013-07-16 Fannie Mae System and method for processing a loan
US7925579B1 (en) 2003-12-01 2011-04-12 Fannie Mae System and method for processing a loan
US7653592B1 (en) 2003-12-01 2010-01-26 Fannie Mae System and method for processing a loan
US8423451B1 (en) 2003-12-01 2013-04-16 Fannie Mai System and method for processing a loan
US7657475B1 (en) 2003-12-31 2010-02-02 Fannie Mae Property investment rating system and method
US7822680B1 (en) 2003-12-31 2010-10-26 Fannie Mae System and method for managing data pertaining to a plurality of financial assets for multifamily and housing developments
US7813990B1 (en) 2003-12-31 2010-10-12 Fannie Mae Property investment rating system and method
US7720692B2 (en) 2004-11-09 2010-05-18 Medcor, Inc. Providing standardized medical triage
US20060100901A1 (en) * 2004-11-09 2006-05-11 Glimp Thomas H Providing adaptive medical triage
US20060100902A1 (en) * 2004-11-09 2006-05-11 Glimp Thomas H Medical triage system
US20100250286A1 (en) * 2004-11-09 2010-09-30 Medcor, Inc. Quantification of responses received during medical triage
US20060100909A1 (en) * 2004-11-09 2006-05-11 Glimp Thomas H Providing standardized medical triage
US8346573B2 (en) 2004-11-09 2013-01-01 Medcor, Inc. Quantification of responses received during medical triage
US7716070B2 (en) 2004-11-09 2010-05-11 Medcor, Inc. Medical triage system
US7668733B2 (en) * 2004-11-09 2010-02-23 Medcor, Inc. Providing adaptive medical triage
US20100293005A1 (en) * 2004-11-09 2010-11-18 Glimp Thomas H Gps-assisted referral of injured or ailing employee during medical triage
US20060149674A1 (en) * 2004-12-30 2006-07-06 Mike Cook System and method for identity-based fraud detection for transactions using a plurality of historical identity records
US7801809B1 (en) 2005-06-24 2010-09-21 Fannie Mae System and method for management of delegated real estate project reviews
US8438108B1 (en) 2006-03-27 2013-05-07 Fannie Mae System and method for transferring mortgage loan servicing rights
US7747526B1 (en) 2006-03-27 2010-06-29 Fannie Mae System and method for transferring mortgage loan servicing rights
US8255347B2 (en) 2006-05-31 2012-08-28 Hartford Fire Insurance Company Method and system for classifying documents
US20070282824A1 (en) * 2006-05-31 2007-12-06 Ellingsworth Martin E Method and system for classifying documents
US7849030B2 (en) 2006-05-31 2010-12-07 Hartford Fire Insurance Company Method and system for classifying documents
US20110047168A1 (en) * 2006-05-31 2011-02-24 Ellingsworth Martin E Method and system for classifying documents
US8738552B2 (en) 2006-05-31 2014-05-27 Hartford Fire Insurance Company Method and system for classifying documents
US20090253112A1 (en) * 2008-04-07 2009-10-08 Microsoft Corporation Recommending questions to users of community qiestion answering
US20130173793A1 (en) * 2010-09-13 2013-07-04 Thomas Vøien System and method for traffic analysis
US8886800B2 (en) * 2010-09-13 2014-11-11 Online Userfacts As System and method for traffic analysis
US8918891B2 (en) 2012-06-12 2014-12-23 Id Analytics, Inc. Identity manipulation detection system and method
US20140316936A1 (en) * 2013-04-22 2014-10-23 International Business Machines Corporation Tax code determination
US20170177825A1 (en) * 2014-03-28 2017-06-22 Joslin Diabetes Center, Inc. Determining a level of hypoglycemic unawareness displayed by a patient
CN104469030A (en) * 2014-10-31 2015-03-25 北京思特奇信息技术股份有限公司 Service request processing method and system based on client question
US20180204279A1 (en) * 2017-01-17 2018-07-19 Fair Ip, Llc System and Method for Low Friction Operator Interface on a Mobile Device
US10726478B2 (en) 2017-01-17 2020-07-28 Fair Ip, Llc Data processing system and method for facilitating transactions with user-centric document access
US10878497B2 (en) * 2017-01-17 2020-12-29 Fair Ip, Llc System and method for low friction operator interface on a mobile device
US11367134B2 (en) 2017-01-17 2022-06-21 Fair Ip, Llc Data processing system and method for facilitating transactions with user-centric document access
EP3846092A1 (en) * 2019-12-31 2021-07-07 Atos IT Solutions and Services, Inc. Device and method for promoting eco-friendly actions and helping to achieve predetermined environmental goals

Also Published As

Publication number Publication date
US20020049691A1 (en) 2002-04-25
EP1364303A2 (en) 2003-11-26
WO2002021254A8 (en) 2003-12-31
WO2002021316A3 (en) 2003-09-12
WO2002021316A2 (en) 2002-03-14
AU2001288919A1 (en) 2002-03-22
US6993514B2 (en) 2006-01-31
WO2002021254A2 (en) 2002-03-14
EP1402336A2 (en) 2004-03-31
AU2001288851A1 (en) 2002-03-22

Similar Documents

Publication Publication Date Title
US20020029154A1 (en) Mechanism and method for dynamic question handling through an electronic interface
US5581664A (en) Case-based reasoning system
US7430514B1 (en) System and method for processing insurance claims using a table of contents
USRE43474E1 (en) Mechanism and method for specified temporal deployment of rules within a rule server
US7398219B1 (en) System and method for displaying messages using a messages table
CN110837550A (en) Knowledge graph-based question and answer method and device, electronic equipment and storage medium
US20090271351A1 (en) Rules engine test harness
KR20060045783A (en) Mining service requests for product support
Ray et al. Information Technology: principles and applications
US7571107B1 (en) System and method for externalization of rules for assessing damages
US20020116161A1 (en) Functional requirement-based knowledge-engineered process for substation design
KR102054497B1 (en) Enterprise information portal and enterprise resource planning system
Arshadi et al. A compositional approach to solution adaptation in case-based reasoning and its application to tutoring library
US20040054636A1 (en) Self-organizing neural mapper
Purao et al. Intelligent support for retrieval and synthesis of patterns for object-oriented design
US11170045B2 (en) Method and system for interactive search indexing
KR102649918B1 (en) System for recommending customized welfare policy based on large language model
US20220035795A1 (en) Report management system
Chin et al. Using procedure reasoning system for knowledge discovery in data mining
Matwin et al. Training agents in a complex environment
McCormack et al. Harnessing agent technologies for data mining and knowledge discovery
Holsapple et al. Building knowledge acquisition systems-a conceptual framework
Akinyokun A framework for computer aided investigation of crime in developing countries
Goodenough et al. Queries and Their Application to Reasoning with remote Sensing and GIS
CN117056371A (en) Model script processing method and device, storage medium and electronic equipment

Legal Events

Date Code Title Description
AS Assignment

Owner name: HNC SOFTWARE, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MAJOOR, JOHANNES W.F.;REEL/FRAME:012157/0719

Effective date: 20010905

AS Assignment

Owner name: FAIR ISAAC CORPORATION, CALIFORNIA

Free format text: MERGER;ASSIGNOR:HNC SOFTWARE, INC.;REEL/FRAME:014506/0405

Effective date: 20021031

STCB Information on status: application discontinuation

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