EP1500003A1 - System and method for classification of documents - Google Patents

System and method for classification of documents

Info

Publication number
EP1500003A1
EP1500003A1 EP03744204A EP03744204A EP1500003A1 EP 1500003 A1 EP1500003 A1 EP 1500003A1 EP 03744204 A EP03744204 A EP 03744204A EP 03744204 A EP03744204 A EP 03744204A EP 1500003 A1 EP1500003 A1 EP 1500003A1
Authority
EP
European Patent Office
Prior art keywords
classification
documents
document
database
similarity
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.)
Withdrawn
Application number
EP03744204A
Other languages
German (de)
French (fr)
Inventor
Charles Moon
Vasken Torossian
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.)
Infoglide Software Corp
Original Assignee
Infoglide Software Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Infoglide Software Corp filed Critical Infoglide Software Corp
Publication of EP1500003A1 publication Critical patent/EP1500003A1/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • G06F16/353Clustering; Classification into predefined classes
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99935Query augmenting and refining, e.g. inexact access

Definitions

  • the invention relates generally to the field of classification of documents contained within large enterprise databases. More particularly, the invention relates to classification engines that classify documents by performing similarity searches to match classification profile data to data found in external databases containing known class data.
  • Information resources often contain large amounts of information that may be useful only if there exists the capability to segment the information into manageable and meaningful packets.
  • Database technology provides adequate means for identifying and exactly matching disparate data records to provide a binary output indicative of a match.
  • users wish to classify information contained in databases based on inexact but similar attributes. This is particularly true in the case where the database records may be incomplete, contain errors, or are inaccurate. It is also sometimes useful to be able to narrow the number of possibilities for producing irrelevant classifications reported by traditional database classification programs.
  • Traditional classification methods that make use of exact, partial and range retrieval paradigms do not satisfy the content-based retrieval requirements of many users.
  • This classification method differs from other classification methods in that it performs similarity searches to match data drawn from the documents to be classified to data found in external databases containing known class data. Because the similarity search is performed on an existing known class data, the returning search score already contains the grading information that can be applied directly to the classification criteria. Matches and near-matches as determined by a similarity search are evaluated by a set of classification rules to determine whether documents satisfy predefined classification criteria.
  • this method is able to make classification decisions based on scores obtained from external analyses of the document in question, and to make classification decisions based on a combination of similarity scores and external analytics.
  • the present invention uses a small set of high-level decision rules that analyze the results returned by a mathematical scoring engine. Since these rules only contain a small number of attributes, they are simple to define and maintain.
  • a unique feature of the invention is its ability to return along with the classification result a score that reflects a given document's rating relative to others in its class according to predetermined scoring thresholds.
  • Another unique feature of the present invention is the ability to justify every classification results. Along with every decision, it provides the user with reasons why the conclusion for the classification was reached. This information may be important for many applications, especially when performing fraud or threat analysis or where additional analysis needs to be performed to validate the conclusion. Along with justifications data, all additional search results generated by all classification rules are available following the classification. This is one of many unique features of the present invention and separates it from the other classification techniques.
  • a method having features of the present invention for classification of documents comprises the steps of receiving a classify command from a client for initiating a classification of documents, the classify instruction identifying input documents to be classified, a classification profile, and anchor values, retrieving the classification profile and input documents, extracting input values from each input document based on the anchor values, structuring the input values according to a search schema identified in the classification profile, performing similarity searches for determining similarity scores between each database document and each input document, and classifying the database documents based on profile and the similarity scores using classes and rules identified in the classification profile.
  • the step of performing similarity searches may comprise performing similarity searches for determining normalized similarity scores having values of between 0.00 and 1.00 for each for each database document for indicating a degree of similarity between each database document and each input document, whereby a normalized similarity score of 0.00 represents no similarity matching, a value of 1.00 represents exact similarity matching, and scores between 0.00 and 1.00 represent degrees of similarity matching.
  • the step of retrieving the classification profile and input documents may comprise retrieving the classification profile and input documents having repeating groups.
  • the method may further comprise the steps of storing the classified database documents in a results database, and notifying the client of completion of the classify command.
  • the step of storing the classified database documents may comprise storing the classified database documents as a classification results file in a results database.
  • the step of storing the classified database documents may comprise storing the classified database documents in an output target database identified in the classification profile.
  • Each of the classes identified in the classification profile may comprise an identification attribute, a name element, and a rank element.
  • the method may further comprise a low score element and a high score element for defining lower and upper thresholds for similarity scores associated with the class.
  • Each of the rules identified in the classification profile may comprise an identification attribute, a description element, and a condition element.
  • the method may further comprise property elements for describing conditions for including a document in a parent class.
  • the method may further comprise the step of mapping between defined classes and defined rules using class rule map files.
  • the step of classifying the database documents may be selected from the group consisting of classifying a document based on a threshold using a top score from results of more than one search schema, classifying a document based on a logical
  • the step of classifying the database documents may further comprise classifying the multiple database documents based on profile and the similarity scores using classes and rules identified in the classification profile using a classify utility.
  • a computer-readable medium may contain instructions for controlling a computer system to implement the method above.
  • Another embodiment of the present invention is a system for classification of documents, comprising a classification engine for receiving a classify command from a client for initiating a classification of documents, the classify instruction identifying input documents to be classified, a classification profile, and anchor values, the classification engine for retrieving the classification profile and input documents from a virtual document manager, the classification engine for extracting input values from each input document based on the anchor values, an XML transformation engine for structuring the input values according to a search schema identified in the classification profile, a search manager for performing similarity searches for determining similarity scores between each database document and each input document, and the classification engine for classifying the database documents based on profile and the similarity scores using classes and rules identified in the classification profile.
  • the search manager may perform similarity searches comprises performing similarity searches for determining normalized similarity scores having values of between 0.00 and 1.00 for each for each database document for indicating a degree of similarity between each database document and each input document, whereby a normalized similarity score of 0.00 represents no similarity matching, a value of 1.00 represents exact similarity matching, and scores between 0.00 and 1.00 represent degrees of similarity matching.
  • the classification engine may retrieve the classification and input documents having repeating groups.
  • the system may further comprise the classification engine for storing the classified database documents in a results database and notifying the client of completion of the classify command.
  • the classification engine may store the classified database documents as a classification results file in a results database.
  • the classification engine may store the classified database documents in an output target database identified in the classification profile.
  • Each of the classes identified in the classification profile may comprise an identification attribute, a name element, and a rank element.
  • the system may further comprise a low score element and a high score element for defining lower and upper thresholds for similarity scores associated with the class.
  • Each of the rules identified in the classification profile may comprise an identification attribute, a description element, and a condition element.
  • the system may further comprise property elements for describing conditions for including a document in a parent class.
  • the system may further comprise the classification for mapping between defined classes and defined rules using class rule map files.
  • the classification engine for classifying the database documents may be selected from the group consisting of means for classifying a document based on a threshold using a top score from results of more than one search schema, means for classifying a document based on a logical relationship and a threshold using a top score from more results of more than one search schema, means for classifying a document based on a number of search results for a single schema that have scores greater than a threshold, and means for classifying a document based on a number of search results from multiple schemas having scores above a threshold.
  • the classification engine may further comprise means for classifying the multiple database documents based on profile and the similarity scores using classes and rules identified in the classification profile using a classify utility.
  • An alternative embodiment of the present invention is a system for classification of documents
  • a classification engine for accepting a classify command from a client, retrieving a classification profile, classifying documents based on similarity scores, rules and classes, storing document classification results in a database, and notifying the client of completion of the classify command, a virtual document manager for providing input documents, an XML transformation engine for structuring the input values according to a search schema identified in the classification profile, and a search manager for performing similarity searches for determining similarity scores between each database document and each input document.
  • the system may further comprise an output queue for temporarily storing classified documents.
  • the system may further comprise a database management system for storing classification results.
  • a method for classification of documents comprises receiving a classify command from a client, the classify command designating input document elements for names and search schema, anchor document structure and values to be used as classification filters, and a classification profile, retrieving the designated classification profile, the classification profile designating classes files for name, rank and score thresholds, rules files for nested conditions, properties, schema mapping, score threshold ranges and number of required documents, and class rules maps for class identification, class type, rule identification, description, property, score threshold ranges and document count, retrieving the designated search documents, identifying a schema mapping file for each input document, determining a degree of similarity between each input document and anchor document, classifying the input documents according to the designated classes files and rules files, and creating and storing a classification results file in a database.
  • the number of documents classified may be designated in the rules files.
  • the method may further comprise notifying the client of completion of the classify command.
  • FIG. 1 shows a classification engine within the framework of a similarity search engine
  • FIG. 2 shows a search that is for a claim containing a doctor with a name Falstaff;
  • FIG. 3A shows the CLASSES file
  • FIG. 3B shows a reserved system-defined CLASS attribute
  • FIG. 3C shows an example CLASSES instance
  • FIG. 4A shows a RULES file
  • FIG. 4B shows an example of a RULES instance
  • FIG. 5A shows a CLASS_RULE_MAPS file
  • FIG. 5B shows an example of a CLASS_RULES_MAPS instance
  • FIG. 6A shows a SCHEMA_MAPPING file
  • FIG. 6B shows an example of a SCHEMA_MAPPING instance
  • FIG. 7A shows a CLASSIFICATION_RESULTS file
  • FIG. 7B shows an example of a CLASSIFICATION_RESULTS instance
  • FIG. 7C shows the normalization formulas used for computing Class Scores
  • FIG. 8A shows a CLASS CATION_PROFILE file
  • FIG. 8B shows an example of a CLASSIFICATION_PROFILE instance
  • FIG. 9 shows a flowchart that depicts transaction steps of a classification engine
  • FIG. 10 shows a flowchart of the classification process
  • FIG. 11 shows an XCL CLASSIFY command
  • FIG. 12A shows a FROM-clause
  • FIG. 12B shows an example of a FROM-clause instance with multiple input documents
  • FIG. 12C shows an example of a FROM-clause instance for an entire set
  • FIG. 12D shows an example of a FROM-clause instance with specific documents
  • FIG. 13A shows a WHERE-clause
  • FIG. 13B shows an example of a FROM-clause instance
  • FIG. 14A shows a USING-clause
  • FIG. 14B shows an example of a USING-clause instance.
  • FIG. 15 shows a RESPONSE for a CLASSIFY command
  • the Classification Engine operates within the framework of the Similarity Search Engine (SSE), employing the services of the SSE's Virtual Document Manager (NDM), Search Manager (SM), and XML Transformation Engine (XTE).
  • the NDM is used by the CE to access the documents to be classified, and by the SM to access the databases the CE needs to search.
  • the SM performs similarity searches requested by the CE and returns the results indicating the degree of similarity between the anchor values drawn from the input documents and the target values found in the search databases.
  • the XTE enables the CE to move data from one hierarchical form to another, which is necessary for searching across disparate databases.
  • the CE is a general-purpose classification server designed to support a range of client applications.
  • a typical interactive client might employ the CE to classify incoming documents as they are received —for instance, an insurance claim form being considered for immediate payment or referral for investigation.
  • a batch client might use the CE to classify a collection of documents — for instance, to re-evaluate a set of insurance claims based on new information received regarding a claimant. Though these examples are drawn from the insurance industry, the CE can operate on any sort of document and with any set of document categories.
  • the Classification Client interacts with the CE by means of a CLASSIFY command, which is part of the XML Command Language for the SSE.
  • the client issues a CLASSIFY command to request the CE to classify the indicated documents and deposit the results into a designated database.
  • a batch utility has been developed in conjunction with the CE and represents one implementation of a batch-mode CE client.
  • the Classification Engine is the server program that carries out CLASSIFY commands, assisted by the NDM, SM, and XTE. It receives input documents from a staging database via NDM and places them into an input queue for classification.
  • the CE uses a Classification Profile (see File Descriptions) to determine what searches to conduct in order to classify the document. It uses XTE to extract data values from the input document for use as search criteria. It then passes the SM a set of queries to execute to determine whether values similar to those from the input document are to be found in the databases available to the SM. Using a set of classification rules, the CE compares the similarity scores from the completed queries to predefined thresholds.
  • the CE contains one or more classes and one or more classification rules. Each defined class has one or more rules that are used to identify the class criteria. Once all the rales are executed and the classification is complete, the classified documents are moved onto an output queue and the classifications are written to tables in a specified database.
  • the CE is designed in such way that it can use any scoring modules behaving similar to the SSE. It has the ability to classify using rules and scores representing the likelihood of finding the search document inside a known class dataset. This includes datasets represented by predictive models trained by other mathematical model-based systems, i.e. Neural Networks. By using rules and thresholds, it is able to reach a conclusion about the class by analyzing the combination of all scores returned from all scoring modules.
  • the Virtual Document Manager is responsible for reading documents for classification by the CE and for providing the Search Manager with access to the databases containing the data used in the classification operation.
  • the documents managed by NDM are structured hierarchically according to the industry-standard Extensible Markup Language (XML).
  • Hierarchical documents have a top-level element (known as the root) that contains other elements (known as its children). Child elements can have children of their own, and they can contain individual data values (known as leaf elements). It is the nesting of child elements that gives the XML document its hierarchical form. Because an element can have zero, one, or multiple occurrences of a child, the XML format can be used to represent any kind of document. Multiply occurring elements are known as repeating groups.
  • the documents managed by NDM are virtual in the sense that their values are not stored in text strings, as is the case with most XML documents. Instead, when a document is accessed, the NDM obtains the appropriate values from a designated datasource, often a relational database but not limited to this storage method.
  • SM Search Manager
  • WHERE-clause sets out the criteria for the search, a list of measures to be used to assess the similarity of the database values in the databases being searched to the values given in the QUERY, and (optionally) some limits on the volume of output documents to be returned.
  • the SM has a library of similarity measures developed to handle different kinds of data. Some of these compare whole values and others break complex values down into their constituent parts. Each measure is able to compare two values of the same type and to return a score indicating the level of similarity between the two. Measures differ in kinds of data they examine, so that the score coming from a specialized "personal_address” measure might be more accurate than the score from the more generic "text” measure that does not have knowledge of how addresses are formatted.
  • the scores for all the comparisons are combined using a weighted average. These weights reflect the relative importance of the elements such that those of the highest importance can be assigned higher weights and therefore contribute more to the overall score for the search.
  • Similarity scores range from 0.00 to 1.00 where a zero score means no similarity and one means the values are identical.
  • the SM examines all the values in the designated database, scores them all against the search criteria, and returns a Result Set containing a score for each document drawn from the database.
  • the SM can filter the Result Set according to the number of documents or range of scores. This is controlled by the SELECT-clause in the query.
  • the XML Transformation Engine is an internal service to the SSE, responsible for moving values from one hierarchical document format to another.
  • the XTE can transform a personal name given as a single string into separate values for First, Middle, and Last. It does this by applying matching rules to the names of the data items to find counterparts and by decomposing/recomposing their data values according to another set of rules.
  • the XTE can also employ a synonym table to quickly resolve known mappings.
  • the CE uses the XTE to extract data values from the input documents into the formats required for the searches it issues. This allows the CE to search across multiple databases, even when they differ in the way their data is structured.
  • the CE uses schemas and result documents maintained by the
  • a schema is an XML document that contains a ⁇ STRUCTURE> element defining the structure of the document, a ⁇ MAPPING> element that ties elements of the document to fields in the database , and a ⁇ SEMANTICS> element that associates similarity measures with the elements of the documents that the schema describes.
  • the SSE Document Schema describes the contents of a database to be searched by the SM. However, it is not used directly in the search. Instead the XTE uses the document schema to locate counterparts for the elements of the input document in the database to be searched. Only the ⁇ STRUCTURE> portion of the schema is used. The measures for the searches come from the search schemas. Through the VDM, the contents of the database can thereby be seen as a collection of XML documents, structured according to the hierarchy defined in the document schema.
  • the SSE Search Schema describes a search to be performed when the CE evaluates an input document to determine whether it conforms to the classification rules. Its STRUCTURE-clause may consist of one or several elements structured hierarchically according to the document structure defined by the document schema.
  • MAPPING-clause indicates the mapping of elements to fields in the datasource to be searched — i.e. the database described by the document schema.
  • WHERE-clause is populated by XTE using values from the input document.
  • SEMANTICS-clause specifies the measures to be used in evaluating target documents for similarity to the values taken from the input document.
  • the XTE profile describes the mapping of values from the input document to the structure of a search schema.
  • the Input Profile is an SSE document schema that describes the structure of the input documents. Only the ⁇ STRUCTURE> and ⁇ MAPPINGS> are used. Since the input documents are not used directly — they provide values for the search schemas — no ⁇ SEMANTICS> are required.
  • the Input Search Criterion document used to anchor the searches issued by the CE are drawn from the input documents by the XTE.
  • the output of the XTE is a structure that conforms to the schema of the datasource to be searched and populated with the corresponding values from the input document. This structure becomes the contents of the WHERE-clause in the QUERY issued to the SSE that carries out the search.
  • FIG. 2 shows a search that is for a CLAIM that contains a DOCTOR element containing a NAME element with the value "Falstaff. In the case of a repeating group, each instance of the group is used to generate a different Input Search Criterion document.
  • the XML Command Language defines a standard format for the SSE result document. Options are available for including additional data with the results, but the default format is used by the CE.
  • the results of a search are presented as an XML document containing a ⁇ RESPONSE> element that (in the case of a successfully completed search) contains a ⁇ RESULT> element, that in turn contains a set of DOCUMENT elements.
  • the DOCUMENT elements have no children. Each contains three attributes: the similarity score computed for the document, the unique Identifier of the document, and the name of the schema used for the search.
  • ⁇ RESULT> contains a DOCUMENT element for every document in the database.
  • the Classification Engine uses a set of XML files, referred to as CE Classification Files, to define the classification rules and the searches they require. Ordinarily, these are located in the local f ⁇ lesystem of the server where the CE resides.
  • the .xml extension is used to indicate that the file is formatted as a text string according to the rules of XML.
  • FIG. 3A shows the CLASSES.xml file that describes the categories into which documents are classified.
  • the file contains one or more CLASS elements, each defining one of the categories.
  • Each class has an ID attribute, a NAME element, and a RANK element.
  • the value of the ID attribute is a unique identifier for the class.
  • the value of the NAME element provides a descriptive name for use in displays and reports.
  • the value of the RANK element indicates the place of this class in the hierarchy of classes.
  • a RANK value of 1 is the highest level in the hierarchy. It is possible for more than one class to have the same rank.
  • Each class may optionally have LOW_SCORE and HIGH SCORE elements that define the upper and lower thresholds for scores associated with the class.
  • FIG. 3B shows a system-defined CLASS attribute that is reserved for documents that do not fall into any defined class.
  • FIG. 3C shows an example of a CLASSES instance where four classes are defined, each with a unique integer ID.
  • the class hierarchy is reflected in Table 1 and the CLASS file example is shown in FIG. 3C.
  • BLUE and GREEN have the same rank.
  • This system is designed to handle thousands of hierarchically defined classes, in terms of grades.
  • the hierarchy identifies the priority or the rank of each grade and is used to order the execution priority of rules for each class. The higher ranked class and its rules will always override the lower ranked ones.
  • FIG. 4A shows a RULES.xml file.
  • the RULES file itemizes the rules used for classification.
  • the file contains one or more RULE elements (each with an ID attribute), a DESCRIPTION element, and a CONDITION element.
  • the value for the ID attribute must be unique to distinguish the rule from others.
  • the value of the DESCRIPTION element is descriptive text for use in user displays and reports.
  • the CONDITION element may contain PROPERTY elements that describe the search results to indicate that a document meets the conditions for inclusion in the parent CLASS.
  • CONDITION elements can be nested, using the optional OP attribute to indicate how to combine the results of the child CONDITION elements. (Default is "AND”. Absence of the OP attribute means only one PROPERTY is specified.)
  • a simple rule has only one PROPERTY element.
  • a complex rule has multiple
  • PROPERTY elements grouped together with CONDITION elements. Each PROPERTY element is uniquely identified (within the scope of the rule) by the value of its associated ID attribute. Two kinds of PROPERTY elements are defined: threshold PROPERTY elements and value PROPERTY elements. Both kinds of PROPERTY element contain a SCHEMA_MAPJD element, and a DOCUMENT_COUNT element.
  • the SCHEMA_MAP_ID element is a reference to a MAP element ID in the SCHEMA_MAPPING file.
  • the MAP element indicates the schema for the search and any XTE transformation required. See CLASS_RULE_MAPS.xml).
  • the DOCUMENT_COUNT element defines a default value for the required minimum number of documents with scores in the default range.
  • the THRESHOLD element describes a default range of scores for documents returned by the searches required for this rule.
  • a THRESHOLD element has START and END elements, whose values define the bottom and top of the default range. Values of the OP attributes for START and END indicate whether the bottom and top values are themselves included in the range.
  • a combination of the THRESHOLD and DOCUMENT_COUNT elements defines the condition when a predefined number of documents meets the score range criteria.
  • the THRESHOLD element can be used to reach a conclusion about a class when using other model-based scoring engines.
  • the DOCUMENT_COUNT element is primarily used with the SSE to identify the likelihood, in terms of the probability, of the anchor document in the target dataset.
  • a value PROPERTY addresses the values themselves and contains a VALUE element that specifies the criterion value and comparison operator and contains a FIELD element that references the database table and field (column) containing target values for the comparison.
  • a combination of the VALUE and DOCUMENT_COUNT elements defines the condition when a predefined number of documents meet the value-matching criterion.
  • FIG. 4B An example rules file is shown in FIG. 4B.
  • two rules are defined.
  • RULE 1 specifies a search using the SANCTIONED_DOCS schema, indicated by MAP 2. Default values for the top and bottom of the threshold are set at 0.90 and 1.00.
  • the default DOCUMENT_COUNT is set at 3.
  • RULE 2 requires two searches, both of which must be satisfied as indicated by the AND operator in the CONDITION.
  • the first search uses the STOLEN VEHICLES schema, as indicated by MAP 1, and specifies an inclusive range of scores from 0.90 to 1.00.
  • the second search uses the SANCTIONED_LAWYERS schema, as indicated by MAP 3, and specifies an inclusive range of scores from 0.90 to 1.00.
  • Table 2 shows the hierarchy of the RULES file example.
  • FIG. 5A shows a CLASS_RULE_MAPS.xml file that defines the mapping between defined classes and defined rales (See CLASSES.xml and RULES.xml).
  • the CLASS_RULE_MAPS contains one or more CLASS_RULE_MAP elements. Each element is uniquely identified by its associated ID attribute.
  • CRITERIA_MATCH_TYPE attribute of the CLASS_RULE_MAP element has two possible values that govern the processing of input documents containing repeating groups.
  • the (default) value of "Single” indicates that once CE has search results that satisfy a rale, other repetitions do not need to be checked.
  • a value of "Multi” means that the results of all repetitions are to be examined and retained.
  • a CLASS_RULE_MAP element contains one or more CLASS_JD elements whose values correspond to classes defined in the CLASSES file.
  • the RULE_MATCH_TYPE attribute for CLASS D has two possible values.
  • the (default) value of "Single” indicates that rale checking can stop as soon as a single rule is met.
  • a value of "Multi" indicates that the rale checking should continue until all rules for the class are checked and that results for all rales met are to be saved.
  • the CLASSJLD element contains a RULEJLD element whose values correspond to rales defined in the RULES file. These are the rales to be checked for the class.
  • a RULEJD element can contain DESCRIPTION and PROPERTYJD elements whose values override the defaults given in the RULES file.
  • the value for PROPERTYJDD references the corresponding PROPERTY for the associated rule and contains elements with override values for the THRESHOLD and DOCUMENT_COUNT.
  • FIG. 5B shows an example of a CLASS tlJLES_MAPS file where three mappings are specified.
  • the first mapping assigns RULE 1 and RULE 2 to CLASS 1, which has the NAME "RED" assigned in the CLASSES file.
  • the default values for the rales are used because no values of the rale are overridden.
  • the second mapping assigns RULE 1 and RULE 2 to CLASS 2, which has the NAME "YELLOW". However, in this definition the defaults for the rales are overwritten.
  • the third mapping assigns RULE 1 and RULE 2 to CLASS 3, providing a different set of override values.
  • CLASS 1 and CLASS 2 have a RULE_MATCH_TYPE of "Multi”, which means RULE 2 is checked even though RULE 1 evaluated true.
  • CLASS_RULE_MAP 1 has a value of "Multi” for CRITERIA_MATCH_TYPE, all repetitions of the document's repeating groups are checked and all the search results are saved.
  • FIG. 6A shows a SCHEMA_MAPPING.xml file that describes how to map values from the input document into a schema for the search.
  • the file contains one or MAP elements, each with an integer value for the ID attribute that uniquely identifies the map.
  • the MAP element contains a SEARCH_SCHEMA element and an XTEJVIAP element.
  • the value of the SEARCH_SCHEMA element is the name of the schema used in the search.
  • the schema is stored in the SCHEMAS file for the SSE that conducts the search.
  • the value of the XTE_MAP element is the name of the XTE element in the XTE_PROFILE file.
  • the XTE_PROFILE contains the mapping STRATEGIES, the SOURCE/TARGET mappings, and the SYNONYMS used in the transformation.
  • the result is a SCHEMA_MAPPING suitable for use in the WHERE-clause of the QUERY command issued for the search.
  • FIG. 6B shows an example of a SCHEMA_MAPPING file where three schema mappings are specified.
  • FIG. 7A shows a CLASSIFICATION_RESULTS.xml file that describes the output produced by the CE.
  • the TARGET element indicates where to save the results of a classification, and (optionally) the additional search results to save.
  • Each TARGET element is uniquely identified by the value of its TD attribute, and contains exactly one DATASET element.
  • the DATASET element contains the name of the datasource to receive the output. In the present implementation, this is a relational database. Datasources for the SSE are defined in the DATASOURCES file.
  • the SEARCHJRESULTS element is optional.
  • the value of the SEARCH element corresponds to the identifier of a MAP in the SCHEMA_MAPPING file that indicates the schema used in the search.
  • COUNT element indicates the number of results to save.
  • the SEARCH JRESULTS element may contain multiple ⁇ SEARCH> elements, but only one ⁇ COUNT> element.
  • FIG. 7B shows an example of a CLASSIFICATION RESULTS.xml file where results are sent to the datasource named "classification_output".
  • results Up to 20 results from searches of the schemas specified for MAPI and MAP 2 (STOLEN_VEHICLES and SANCTIONED_DOCS) are saved.
  • the SCORE associated with the classification of a document is derived as follows: The highest similarity search score returned from among all Properties contained in the RULE that resulted in the classification is normalized such that lower threshold from the Property equates to 0.00 and the upper threshold from the Property equates to 1.00.
  • This score is renormalized according to the LOW_SCORE and HIGH_SCORE thresholds for the resulting CLASS to yield a score within the CLASS thresholds proportional to its place within the thresholds for the Property.
  • the normalization formulas are shown in Figure 7C.
  • An example is a document that scores 0.60 with a Property whose thresholds are 0.50 to 0.90. The computation (0.60 - 0.50)/(0.90 - 0.50) gives 0.25 as the score normalized for those thresholds.
  • the computation (0.80 - 0.60)*0.25 +0.60 produces a renormalized class score of 0.65.
  • FIG. 8A shows a CLASSIFICATION_PROFILE.xml file that drives the classification process. It describes how a classification is to be performed, what classes are to be generated, and what actions to take with a classified record.
  • the CLASSIFICATION_PROFILE contains one or more PROFILE elements that define the kinds of classification processes available. The value for the ID attribute uniquely identifies the PROFILE.
  • a PROFILE element contains a SOURCE_SCHEMA element and a TARGET D element. It may also contain a CLASS_RULE_MAPJLD.
  • SOURCE_SCHEMA element has only a NAME attribute whose value corresponds to the name of a schema in the SSE's SCHEMAS file. This schema is used to read the input documents to be classified. Only the STRUCTURE and MAPPING elements are used. SEMANTICS are ignored since the schema is used only for reading and mapping input documents, not for searching them. This is carried out by the search schemas.
  • FIG. 8B shows an example of the CLASSIFICATIONJPROFILE.xml where the NEW_CLA S source schema is used to get the records to be classified. The results go to the dataset referenced by the TARGET element with the ID value of "1".
  • the CLASS_RULE_MAP with ID value of "1" indicates the class definitions and rules employed.
  • Database Result tables are created when a new TARGET is defined in the CLASSJTICATION_RESULTS file.
  • the target datasource must be a relational database where the CE has the permissions necessary for creating and updating tables.
  • the TARGET is specified in the CLASSLFICATION_PROFILE, it receives the output from the classification.
  • a number of tables are created in the specified datasource. These include a HEADER table, a CLASSRESULTS table, a SEARCHCRITERIA table, and a RULE_CRITERIA table.
  • a table having a HEADER TABLENAME is shown in TABLE 3.
  • a table having a SEARCHCRITERIA TABLENAME is shown in TABLE 5.
  • Each input record generates one or more search criteria documents.
  • a document without repeating groups generates one search criteria document.
  • a document with repeating groups generates a search criteria document for each permutation of values.
  • the CE has access to the services of the VDM, SM, and XTE components of the SSE framework. For the most part, this narrative focuses on the actions of the CE itself with only brief descriptions of the actions of the other components as they interact with the CE.
  • FIG. 9 shows a flowchart that depicts the main steps of the transactions carried out by the Classification Engine.
  • the collection of documents to be classified are stored in a datasource accessible to the SSE. Ordinarily this will be a staging database devoted to this purpose.
  • the SSE has a schema that describes the input documents so that they can be read by the CE using the XML Command Language's (XCL's) DOCUMENT command.
  • the SSE also has schemas for the searches to be conducted by the CE during the classification ran, and datasource definitions for the databases to be searched.
  • the CE's set of Classification files have been edited according to the requirements of the run.
  • Step 1 C-ENGINE accepts CLASSIFY command from client
  • the client passes a CLASSIFY command to the SSE, using the execute method of the SSE's Java Connection class.
  • a Command Handler object is instantiated to carry out the CLASSIFY command.
  • This is one implementation of a general-purpose command interface using XML documents to represent client requests and their results.
  • the CLASSIFY command contains clauses that specify the source and selection criteria of the documents to be classified and a profile describing the classifications to be performed.
  • the FROM-clause contains one or more DOCUMENT commands that can be carried out by the VDM to provide the CE with the documents to be classified — i.e. the input documents.
  • the WHERE-clause contains selection criteria to filter the collection of documents defined by the FROM-clause. To qualify for processing by the CE, a document's values must match those given for the corresponding elements in the WHERE-clause. (For details on the WHERE-clause, see APPENDIX A).
  • the USING-clause has a profile attribute that identifies the classification profile for the ran. (The classification profile is described in CLASSIFICATION_PROFILE.xml.)
  • Step 2 C-ENGINE retrieves Classification Profile to identify required searches
  • the CE prepares to begin classifying the input documents by reading the CLASSIFICATION PROFILE file to find the PROFILE specified in the USING-clause of the CLASSIFY command. From this PROFILE, the CE obtains the SOURCE_SCHEMA, DATASET, and CLASS_RULE_MAP to use for the classification run.
  • SOURCE_SCHEMA is the schema that describes the stracture and mapping of the input documents. The semantics (similarity measures) are not used.
  • DATASET is the XCL definition of the datasource to receive the output of the classification. In the current implementation, this is a relational database for which the CE has authorizations to create and update tables.
  • CLASS_RULE_MAP is the identifier of a CLASS_RULE_MAP in the
  • CLASS_RULE_MAPS file that defines the classification scheme to be employed in the ran. The classification process is shown in Step 10 and explained in detail later in the document.
  • Step 3 C-ENGINE issues DOCUMENT command(s) to read input documents
  • the CE issues the DOCUMENT commands contained in the FROM-clause to the VDM. If there is no FROM-clause, the entire datasource represented by the input schema is used. There are three main forms of the FROM-clause:
  • the FROM-clause contains a DOCUMENT command for each input document, identifying documents by their name and schema.
  • the VDM is able to construct the document as specified in the STRUCTURE-clause of the schema, drawing values from the datasource specified in the MAPPING-clause of the schema.
  • the FROM-clause contain a single DOCUMENT command, using the * wildcard symbol to indicate that all documents in the set are to be returned.
  • VDM is then able to construct the documents as specified in the STRUCTURE-clause of the schema, drawing values from the datasource specified in the MAPPF G-clause of the schema.
  • the FROM-clause contains the documents themselves.
  • the DOCUMENT commands specify the schema that describes the stracture of the documents. The values are taken from the DOCUMENT commands themselves, not the datasource referenced in the MAPPING-clause of the schema. This form is most often used by a client that already has a document to be classified.
  • Step 4 C-ENGINE receives input documents When the VDM has carried out the DOCUMENT commands from the CE, it returns them as an XCL Result Set to the CE. In the current implementation, to avoid swamping the CE with documents, the VDM passes them in batches.
  • Step 5 C-ENGINE extracts values from input documents to anchor searches
  • the CE prepares to launch the searches required to classify the document by extracting values to serve as the anchor criteria for the search.
  • the combinations of values needed depend on the requirements of the searches. If the input document contains repeating groups — i.e. elements with more than one value — the CE launches searches for each repetition. That is, each resulting set of search criteria contains a different set of values for the elements in the repeating group.
  • the CE creates a separate document for each permutation. For example a document with two repeating groups, one with 5 repetitions and one with 4 repetitions, would be decomposed into 20 sets of searches.
  • Step 6 C-ENGINE passes input values, search schema to XTE
  • the schemas for these searches are located in the SCHEMAS directory in the filesystem used by the SSE.
  • the CE In order to locate matching values in the databases to be searched, the CE must issue a QUERY command to the appropriate SM.
  • the WHERE-clause of the QUERY command gives the values to be used as search criteria.
  • complex values may need to be broken down into constituent parts. In others, simple values may need to be combined.
  • a synonym table is used to make substitutions. This kind of conversion is performed by the XTE. For each search schema defined in the maps specified in the CLASS_RULE_MAP indicated in the CLASSIFY command, the CE issues a request to the XTE containing the input document and the target schema.
  • Step 7 XTE returns input values structured for search schema
  • the XTE receives XML transformation requests from the CE and returns an Input Search Criterion document suitable for use in the WHERE-clause of a query. (For details on the operation of the XTE, refer to patent description XXXX.)
  • Step 8 C-ENGINE issues QUERY commands to Search Managers For each search indicated by the CLASS_RULE_MAP, the CE issues a QUERY command to the SM to find documents with values that match those taken from the input document.
  • the QUERY command consists of a WHERE-clause and a FROM-clause.
  • WHERE-clause Using the Input Search Criterion document, the CE is able to construct a WHERE-clause that contains the anchor values from the input document in the structure required by the search schema.
  • Step 9 SM processes QUERY commands, returns similarity scores For each QUERY issued by the CE, the SM returns an XCL Result Set consisting of a DOCUMENT element for every document drawn from the database being searched.
  • the DOCUMENT element has a score attribute that indicates how well the document's values match the anchor values given as search criteria in the QUERY command. Scores range from 0.00 to 1.00, with zero indicating a total mismatch and one indicating an exact match. The score depends on the similarity measure assigned to the element in the search schema. As the SM completes the searches, it places the results on a return queue for processing by the CE.
  • Step 10 C-ENGINE classifies document based on profile and scores
  • the CE is able to classify the input documents according to the prevailing rales.
  • a rule is expressed as a set of conditions that must be satisfied in order for the document to be placed in a defined class.
  • Boolean operators (AND, OR) allow for combinations of conditions.
  • a condition is deemed satisfied if the results of a search include a required number of documents with similarity scores within a specified range.
  • the classification algorithm uses the CLASSES.xml file shown in FIG. 3, and described subsequently in relation to FIG. 10. In Step 8, on encountering a document with repeated groups of data, the CE launched searches for each repetition.
  • the value of the CRITERIA_MATCH_TYPE element in the specified CLASS_RULE_MAP determines whether the CE regards a classification rule to be evaluated as True as soon as any of the repetitions is found to fulfill the conditions of the rule or whether the CE waits to see the results for all the resulting documents before completing the classification.
  • Step 11 C-ENGINE places classified document on Output Queue Documents for which classification rules evaluate as Trae are placed on the Output Queue for assignment to the appropriate class.
  • Step 12 C-ENGINE reads documents from Output Queue On completion of the classification process, the CE reads the documents from the Output Queue.
  • Step 13 C-ENGINE adds results to Results Database
  • the CE On completion of the classification process, the CE writes the identifier of the PROFILE to the HEADER table. (See “Output Files”.)
  • the CE For each classified document, the CE adds a row to the CLASSRESULTS table.
  • Step 14 C-ENGINE notifies client of completion of CLASSIFY command
  • the CE notifies the client with an XCL Response indicating the success of the operation or the likely cause of failure.
  • the classification result APIs allow CE clients to access the results of a classification via XCL commands. Java utilities are available to read the results tables and generate the appropriate XCL commands. The generated XCL document is used with the SSE Java Connection class to execute the request.
  • the 3 classes that represent the API are: Cresults; CresultDocument; and Cjustification. The following describes a method of document classification using similarity search results. The process flow here is summarized as Step 12 of the main processing narrative. It is broken out for further detailing because it embodies the essential invention being described.
  • This method is based on the premise that documents can be classified according to how well their values match documents in other databases. For instance, an insurance claim might be classified as suspicious based on a match between the name of the claimant and a document with the same name drawn from a database of known fraud perpetrators. While exact match searches could find the corresponding record when the name is stored in exactly the same way, they are often defeated by inconsequential differences in the way the name is stored. For instance, on the insurance claim, the name might be written as a single string, while in the database it is broken down into First, Middle, and Last Names. Furthermore, minor differences or irregularities in the way the name is spelled or entered could foil the exact match search. For instance, the claim form may say "Charley" while the database says “Charles”.
  • Similarity technology is able to overcome these barriers to finding the match in several ways.
  • the ability to recognize near-matches, such as “Charley” and “Charles” means that minor differences do not eliminate a document from consideration, as is the case with exact match methods.
  • the ability of the SSE's XTE service to restructure anchor values to match the structure of the search database overcomes differences in how the data is organized, as with the case of full names vs. first-middle-last.
  • the calculation of a similarity score as a weighted average of the scores for matches of individual values gives the SSE the ability to find the best overall matches, based on all the relevant values, and even to find a good overall match when none of the values are exactly the same.
  • similarity technology is also able to confirm non-matches with the same tolerance for differences in data representation described above. For instance, the ability to confirm that a person's name and all reasonable variations do not appear in a database of approved customers may be sufficient to classify that person as a new customer.
  • the CE offers four ways to classify a document based on similarity search results:
  • SANCTIONED_DOCS matches the input document with a score of 0.90 or more, then classify the input document as "high risk”.
  • CE's classification files described in "CE Classification Files”. These are: CLASSES defines classes by name and rank
  • RULES defines rules and conditions for evaluation
  • CLASS_RULE_MAPS defines type of mapping and which rules apply to classes
  • the CE processes each RULE to determine whether the rale evaluates as True according to the search results.
  • the properties in each rale are evaluated and combined into an overall rule evaluation.
  • Each PROPERTY uses a single search result score.
  • a CONDITION is used to logically combine its individual PROPERTY and CONDITION evaluations to compute an overall True or False result.
  • the rule evaluation process provides two modes of operation. One mode evaluates rules against all possible combinations of search results, regardless of whether the conditions for classification have already been satisfied. This provides extensive evaluation and classification justification information. The other mode evaluates rules in an order such that once the conditions for a classification have been satisfied, further rule processing is terminated. This provides a simple classification with minimal justification information but can result in improved operational performance.
  • the settings for these modes of operation are defined by the CLASS_RULE_MAP CRITERIA JMATCH TYPE.
  • CRITERIA_MATCH_TYPE governs the processing mode at the Class level. .
  • CRITERIA_MATCH_TYPE is "Single” as soon as a rale fires that allows a document to be placed in that Class, its results are saved and other scores are no longer considered. This means once a classification is achieved for a Class, then no further processing is needed at that Class rank or lower.
  • CRITERIA_MATCH_TYPE is "Multi" all rules must be evaluated and processing continues. This provides a more complete account of the classification, since it evaluates every rale for which search results are available.
  • RULE_MATCH_TYPE governs the evaluation of rales in classes that contain more than one rale.
  • RULE_MATCH_TYPE When RULE_MATCH_TYPE is "Multi”, then all the rales for a class must be evaluated.
  • RULE_MATCH_TYPE is "Single”, then as soon as a rule evaluates as Trae, the document can be placed in that Class and no further processing is needed for that Class.
  • FIG. 10 shows a flowchart of the classification process.
  • the classification takes different paths for each type of condition.
  • FIG. 11 shows the XCL CLASSIFY command.
  • the XCL CLASSIFY command is an XML document which contains the necessary elements for performing a classification using the Classification Engine. The document is transmitted via the SSE execute method on the SSE Java Connection class.
  • FIG. 12 A shows the FROM-clause.
  • the FROM-clause identifies the document set being classified. These are virtual documents drawn from relational datasources according to a predefined input schema.
  • the FROM-clause offers three ways to identify the input documents. The first lists the documents individually by name. The second uses the wildcard designation "*" to request all documents in the set. The third (used primarily for debugging) includes the documents themselves in the command. Examples of each are given below.
  • FIG. 12B shows an example of a FROM-clause that indicates that CLASSIFY should get its input from the documents named "1", “2", and "3" in the set defined for the search schema "acmejproducts".
  • FIG. 12C shows an example of a FROM-clause that indicates
  • FIG. 12D shows an example of a FROM-clause that indicates CLASSIFY should examine the documents shown. Note that the documents are unnamed and are therefore unidentified in classification outputs.
  • FIG. 13 A shows the WHERE-clause.
  • the CLASSIFY command uses the WHERE-clause to filter documents for classification.
  • the WHERE-clause indicates the anchor to be compared to target values drawn from the datasources specified in the FROM-clause.
  • the anchor document is structured as a hierarchy to indicate parent/child relationships, reflecting the STRUCTURE-clause of the schema. Only those documents that contain values matching the anchor values are considered for classification. Matches are determined by the measures specified in the schema.
  • the WHERE-clause takes the form of an XML document structure populated with anchor values - i.e. the values that represent the "ideal" for the document filter.
  • anchor values i.e. the values that represent the "ideal" for the document filter.
  • This document's structure conforms to the stracture of the input schema. However, only the elements contributing to the filter need to be included.
  • Hierarchical relationships among elements, which would be established with JOIN operations in SQL, are represented in SSE Command Language by the nesting of elements in the WHERE-clause. No matter where they occur in the document stracture, all elements included in the WHERE-clause are used to filter document found in the associated input datasource.
  • a classification engine WHERE-clause is used for selection.
  • a WHERE-clause is optional in any CLASSIFY that does classification. Without a WHERE-clause, a CLASSIFY will use all documents in the FROM clause.
  • FIG. 13B shows an example of a WHERE-clause.
  • FIG. 14A shows a USING-clause.
  • the Using-clause defines which classification profile the Classification Engine should use to classify the input documents.
  • FIG. 14B shows an example of a USING-clause that indicates that the CLASSIFY command should use the profile with the ID ' 1 ' (MyClassification) to perform the classifications on the input documents.
  • a Classify utility is useful for classifying multiple documents at once.
  • the batch classification utility allows the use of the CE without a custom- written client.
  • the SSE SCHEMAS file must contain a schema for the documents to be classified. Executing the following command from a system console starts the utility.
  • FIG. 15 shows the RESPONSE element of the classification log resulting from the classification.
  • the RC element provides a return code indicating the success of the operation or the error conditions that resulted in failure.
  • the MESSAGE element contains a descriptive account of the operation, including the progress of the classification and its general results.
  • Each document in the Input File is identified by PKEY value and classification results are given by CLASSJLD, CLASS, RANK, and SCORE.

Abstract

The invention provides a classification engine (7) for classifying documents that makes use of functions included in a similarity engine (fig. 1). The classification engine executes a classify command (2) from a client that makes use of similarity search results, and rules files, classes files, and a classification profile (3) embedded in the classification command. When the classification receives a classify command (3) from a client, it retrieves a classification profile and input documents to be classified, sends extracted values from the input documents based on anchor values to a XML transformation engine (4) to obtain a search schema, requests a similarity search by a search manager to determine the similarity between input documents and anchor values, and classifies the input documents according to the rules files, classes files, and the classification profile (3). The client is then notified that the classify command has been completed and the classification results are stored in a database.

Description

SYSTEM AND METHOD FOR CLASSIFICATION OF DOCUMENTS By Charles Moon and Nasken Torossian
This application claims benefit of U. S. Provisional Application No. 60/319,138, filed on March 6, 2002.
Background The invention relates generally to the field of classification of documents contained within large enterprise databases. More particularly, the invention relates to classification engines that classify documents by performing similarity searches to match classification profile data to data found in external databases containing known class data.
Information resources often contain large amounts of information that may be useful only if there exists the capability to segment the information into manageable and meaningful packets. Database technology provides adequate means for identifying and exactly matching disparate data records to provide a binary output indicative of a match. However, in many cases, users wish to classify information contained in databases based on inexact but similar attributes. This is particularly true in the case where the database records may be incomplete, contain errors, or are inaccurate. It is also sometimes useful to be able to narrow the number of possibilities for producing irrelevant classifications reported by traditional database classification programs. Traditional classification methods that make use of exact, partial and range retrieval paradigms do not satisfy the content-based retrieval requirements of many users.
Many existing classification systems require significant user training and model building to make effective use the system. These models are very time-consuming to generate and to maintain. Another disadvantage with many model-based classification systems is that they appear as a black box to a user and only provide the resulting class or grade without any explanation of how the resultant conclusion was reached. The information regarding the conclusion is valuable if additional analysis is required to validate the conclusion. Some classification systems use a large set of complex rules that process data directly. These rules are difficult to generate and even more difficult to maintain because they contain many complex attributes. Summary The present invention provides a new method of classifying documents that makes use of many of the desirable characteristics of similarity search engines. The invention concerns the use of Similarity Search Technology described in TJ. S. Provisional Application No. 60/356,812, entitled Similarity Search Engine for Use with Relational Databases filed on 2/14/2002, to provide a new method of classifying documents. This document is incorporated herein by reference. This classification method differs from other classification methods in that it performs similarity searches to match data drawn from the documents to be classified to data found in external databases containing known class data. Because the similarity search is performed on an existing known class data, the returning search score already contains the grading information that can be applied directly to the classification criteria. Matches and near-matches as determined by a similarity search are evaluated by a set of classification rules to determine whether documents satisfy predefined classification criteria. In addition to making classification decisions based on properties derived from similarity search scores, this method is able to make classification decisions based on scores obtained from external analyses of the document in question, and to make classification decisions based on a combination of similarity scores and external analytics. The present invention uses a small set of high-level decision rules that analyze the results returned by a mathematical scoring engine. Since these rules only contain a small number of attributes, they are simple to define and maintain.
A unique feature of the invention is its ability to return along with the classification result a score that reflects a given document's rating relative to others in its class according to predetermined scoring thresholds. Another unique feature of the present invention is the ability to justify every classification results. Along with every decision, it provides the user with reasons why the conclusion for the classification was reached. This information may be important for many applications, especially when performing fraud or threat analysis or where additional analysis needs to be performed to validate the conclusion. Along with justifications data, all additional search results generated by all classification rules are available following the classification. This is one of many unique features of the present invention and separates it from the other classification techniques.
A method having features of the present invention for classification of documents comprises the steps of receiving a classify command from a client for initiating a classification of documents, the classify instruction identifying input documents to be classified, a classification profile, and anchor values, retrieving the classification profile and input documents, extracting input values from each input document based on the anchor values, structuring the input values according to a search schema identified in the classification profile, performing similarity searches for determining similarity scores between each database document and each input document, and classifying the database documents based on profile and the similarity scores using classes and rules identified in the classification profile. The step of performing similarity searches may comprise performing similarity searches for determining normalized similarity scores having values of between 0.00 and 1.00 for each for each database document for indicating a degree of similarity between each database document and each input document, whereby a normalized similarity score of 0.00 represents no similarity matching, a value of 1.00 represents exact similarity matching, and scores between 0.00 and 1.00 represent degrees of similarity matching. The step of retrieving the classification profile and input documents may comprise retrieving the classification profile and input documents having repeating groups. The method may further comprise the steps of storing the classified database documents in a results database, and notifying the client of completion of the classify command. The step of storing the classified database documents may comprise storing the classified database documents as a classification results file in a results database. The step of storing the classified database documents may comprise storing the classified database documents in an output target database identified in the classification profile. Each of the classes identified in the classification profile may comprise an identification attribute, a name element, and a rank element. The method may further comprise a low score element and a high score element for defining lower and upper thresholds for similarity scores associated with the class. Each of the rules identified in the classification profile may comprise an identification attribute, a description element, and a condition element. The method may further comprise property elements for describing conditions for including a document in a parent class. The method may further comprise the step of mapping between defined classes and defined rules using class rule map files. The step of classifying the database documents may be selected from the group consisting of classifying a document based on a threshold using a top score from results of more than one search schema, classifying a document based on a logical
( relationship and a threshold using a top score from more results of more than one search schema, classifying a document based on a number of search results for a single schema that have scores greater than a threshold, and classifying a document based on a number of search results from multiple schemas having scores above a threshold. The step of classifying the database documents may further comprise classifying the multiple database documents based on profile and the similarity scores using classes and rules identified in the classification profile using a classify utility. A computer-readable medium may contain instructions for controlling a computer system to implement the method above. Another embodiment of the present invention is a system for classification of documents, comprising a classification engine for receiving a classify command from a client for initiating a classification of documents, the classify instruction identifying input documents to be classified, a classification profile, and anchor values, the classification engine for retrieving the classification profile and input documents from a virtual document manager, the classification engine for extracting input values from each input document based on the anchor values, an XML transformation engine for structuring the input values according to a search schema identified in the classification profile, a search manager for performing similarity searches for determining similarity scores between each database document and each input document, and the classification engine for classifying the database documents based on profile and the similarity scores using classes and rules identified in the classification profile. The search manager may perform similarity searches comprises performing similarity searches for determining normalized similarity scores having values of between 0.00 and 1.00 for each for each database document for indicating a degree of similarity between each database document and each input document, whereby a normalized similarity score of 0.00 represents no similarity matching, a value of 1.00 represents exact similarity matching, and scores between 0.00 and 1.00 represent degrees of similarity matching. The classification engine may retrieve the classification and input documents having repeating groups. The system may further comprise the classification engine for storing the classified database documents in a results database and notifying the client of completion of the classify command. The classification engine may store the classified database documents as a classification results file in a results database. The classification engine may store the classified database documents in an output target database identified in the classification profile. Each of the classes identified in the classification profile may comprise an identification attribute, a name element, and a rank element. The system may further comprise a low score element and a high score element for defining lower and upper thresholds for similarity scores associated with the class. Each of the rules identified in the classification profile may comprise an identification attribute, a description element, and a condition element. The system may further comprise property elements for describing conditions for including a document in a parent class. The system may further comprise the classification for mapping between defined classes and defined rules using class rule map files. The classification engine for classifying the database documents may be selected from the group consisting of means for classifying a document based on a threshold using a top score from results of more than one search schema, means for classifying a document based on a logical relationship and a threshold using a top score from more results of more than one search schema, means for classifying a document based on a number of search results for a single schema that have scores greater than a threshold, and means for classifying a document based on a number of search results from multiple schemas having scores above a threshold. The classification engine may further comprise means for classifying the multiple database documents based on profile and the similarity scores using classes and rules identified in the classification profile using a classify utility.
An alternative embodiment of the present invention is a system for classification of documents comprising a classification engine for accepting a classify command from a client, retrieving a classification profile, classifying documents based on similarity scores, rules and classes, storing document classification results in a database, and notifying the client of completion of the classify command, a virtual document manager for providing input documents, an XML transformation engine for structuring the input values according to a search schema identified in the classification profile, and a search manager for performing similarity searches for determining similarity scores between each database document and each input document. The system may further comprise an output queue for temporarily storing classified documents. The system may further comprise a database management system for storing classification results.
In yet another embodiment of the present invention, a method for classification of documents comprises receiving a classify command from a client, the classify command designating input document elements for names and search schema, anchor document structure and values to be used as classification filters, and a classification profile, retrieving the designated classification profile, the classification profile designating classes files for name, rank and score thresholds, rules files for nested conditions, properties, schema mapping, score threshold ranges and number of required documents, and class rules maps for class identification, class type, rule identification, description, property, score threshold ranges and document count, retrieving the designated search documents, identifying a schema mapping file for each input document, determining a degree of similarity between each input document and anchor document, classifying the input documents according to the designated classes files and rules files, and creating and storing a classification results file in a database. The number of documents classified may be designated in the rules files. The method may further comprise notifying the client of completion of the classify command.
Brief Description of the Drawings These and other features, aspects and advantages of the present invention will become better understood with regard to the following description, appended claims, and accompanying drawings wherein:
FIG. 1 shows a classification engine within the framework of a similarity search engine; FIG. 2 shows a search that is for a claim containing a doctor with a name Falstaff;
FIG. 3A shows the CLASSES file;
FIG. 3B shows a reserved system-defined CLASS attribute;
FIG. 3C shows an example CLASSES instance;
FIG. 4A shows a RULES file; FIG. 4B shows an example of a RULES instance;
FIG. 5A shows a CLASS_RULE_MAPS file;
FIG. 5B shows an example of a CLASS_RULES_MAPS instance;
FIG. 6A shows a SCHEMA_MAPPING file;
FIG. 6B shows an example of a SCHEMA_MAPPING instance; FIG. 7A shows a CLASSIFICATION_RESULTS file;
FIG. 7B shows an example of a CLASSIFICATION_RESULTS instance;
FIG. 7C shows the normalization formulas used for computing Class Scores
FIG. 8A shows a CLASS CATION_PROFILE file;
FIG. 8B shows an example of a CLASSIFICATION_PROFILE instance; FIG. 9 shows a flowchart that depicts transaction steps of a classification engine;
FIG. 10 shows a flowchart of the classification process;
FIG. 11 shows an XCL CLASSIFY command;
FIG. 12A shows a FROM-clause;
FIG. 12B shows an example of a FROM-clause instance with multiple input documents;
FIG. 12C shows an example of a FROM-clause instance for an entire set;
FIG. 12D shows an example of a FROM-clause instance with specific documents
FIG. 13A shows a WHERE-clause;
FIG. 13B shows an example of a FROM-clause instance; FIG. 14A shows a USING-clause; and
FIG. 14B shows an example of a USING-clause instance.
FIG. 15 shows a RESPONSE for a CLASSIFY command
Detailed Description of the Drawings
Turning to FIG. 1, the Classification Engine (CE) operates within the framework of the Similarity Search Engine (SSE), employing the services of the SSE's Virtual Document Manager (NDM), Search Manager (SM), and XML Transformation Engine (XTE). The NDM is used by the CE to access the documents to be classified, and by the SM to access the databases the CE needs to search. The SM performs similarity searches requested by the CE and returns the results indicating the degree of similarity between the anchor values drawn from the input documents and the target values found in the search databases. The XTE enables the CE to move data from one hierarchical form to another, which is necessary for searching across disparate databases. The CE is a general-purpose classification server designed to support a range of client applications. A typical interactive client might employ the CE to classify incoming documents as they are received — for instance, an insurance claim form being considered for immediate payment or referral for investigation. A batch client might use the CE to classify a collection of documents — for instance, to re-evaluate a set of insurance claims based on new information received regarding a claimant. Though these examples are drawn from the insurance industry, the CE can operate on any sort of document and with any set of document categories.
The Classification Client interacts with the CE by means of a CLASSIFY command, which is part of the XML Command Language for the SSE. The client issues a CLASSIFY command to request the CE to classify the indicated documents and deposit the results into a designated database. A batch utility has been developed in conjunction with the CE and represents one implementation of a batch-mode CE client.
The Classification Engine is the server program that carries out CLASSIFY commands, assisted by the NDM, SM, and XTE. It receives input documents from a staging database via NDM and places them into an input queue for classification. The CE uses a Classification Profile (see File Descriptions) to determine what searches to conduct in order to classify the document. It uses XTE to extract data values from the input document for use as search criteria. It then passes the SM a set of queries to execute to determine whether values similar to those from the input document are to be found in the databases available to the SM. Using a set of classification rules, the CE compares the similarity scores from the completed queries to predefined thresholds. If the requisite number of searches returns scores within the designated thresholds, a rule is regarded to be true and the input document is classified accordingly. The CE contains one or more classes and one or more classification rules. Each defined class has one or more rules that are used to identify the class criteria. Once all the rales are executed and the classification is complete, the classified documents are moved onto an output queue and the classifications are written to tables in a specified database.
The CE is designed in such way that it can use any scoring modules behaving similar to the SSE. It has the ability to classify using rules and scores representing the likelihood of finding the search document inside a known class dataset. This includes datasets represented by predictive models trained by other mathematical model-based systems, i.e. Neural Networks. By using rules and thresholds, it is able to reach a conclusion about the class by analyzing the combination of all scores returned from all scoring modules. The Virtual Document Manager is responsible for reading documents for classification by the CE and for providing the Search Manager with access to the databases containing the data used in the classification operation. The documents managed by NDM are structured hierarchically according to the industry-standard Extensible Markup Language (XML). These hierarchical documents have a top-level element (known as the root) that contains other elements (known as its children). Child elements can have children of their own, and they can contain individual data values (known as leaf elements). It is the nesting of child elements that gives the XML document its hierarchical form. Because an element can have zero, one, or multiple occurrences of a child, the XML format can be used to represent any kind of document. Multiply occurring elements are known as repeating groups. The documents managed by NDM are virtual in the sense that their values are not stored in text strings, as is the case with most XML documents. Instead, when a document is accessed, the NDM obtains the appropriate values from a designated datasource, often a relational database but not limited to this storage method. It uses a document definition known as a search schema to create the structure of the document and to map values to its elements. To clients of the NDM, it appears that XML text strings are being read and written. The Search Manager (SM) performs similarity searches according to QUERY commands from its clients. A QUERY command contains a WHERE-clause that sets out the criteria for the search, a list of measures to be used to assess the similarity of the database values in the databases being searched to the values given in the QUERY, and (optionally) some limits on the volume of output documents to be returned.
The SM has a library of similarity measures developed to handle different kinds of data. Some of these compare whole values and others break complex values down into their constituent parts. Each measure is able to compare two values of the same type and to return a score indicating the level of similarity between the two. Measures differ in kinds of data they examine, so that the score coming from a specialized "personal_address" measure might be more accurate than the score from the more generic "text" measure that does not have knowledge of how addresses are formatted. When a search involves more than one element, the scores for all the comparisons are combined using a weighted average. These weights reflect the relative importance of the elements such that those of the highest importance can be assigned higher weights and therefore contribute more to the overall score for the search. Similarity scores range from 0.00 to 1.00 where a zero score means no similarity and one means the values are identical. By default, the SM examines all the values in the designated database, scores them all against the search criteria, and returns a Result Set containing a score for each document drawn from the database. However, since the default Result Set could contain an entry for every document in the database and the lower scores may not be of interest to the application, the SM can filter the Result Set according to the number of documents or range of scores. This is controlled by the SELECT-clause in the query.
The XML Transformation Engine (XTE) is an internal service to the SSE, responsible for moving values from one hierarchical document format to another. For instance, the XTE can transform a personal name given as a single string into separate values for First, Middle, and Last. It does this by applying matching rules to the names of the data items to find counterparts and by decomposing/recomposing their data values according to another set of rules. The XTE can also employ a synonym table to quickly resolve known mappings. The CE uses the XTE to extract data values from the input documents into the formats required for the searches it issues. This allows the CE to search across multiple databases, even when they differ in the way their data is structured. As part of the SSE, the CE uses schemas and result documents maintained by the
SSE. In the vernacular of the SSE, a schema is an XML document that contains a <STRUCTURE> element defining the structure of the document, a <MAPPING> element that ties elements of the document to fields in the database , and a <SEMANTICS> element that associates similarity measures with the elements of the documents that the schema describes.
The SSE Document Schema describes the contents of a database to be searched by the SM. However, it is not used directly in the search. Instead the XTE uses the document schema to locate counterparts for the elements of the input document in the database to be searched. Only the <STRUCTURE> portion of the schema is used. The measures for the searches come from the search schemas. Through the VDM, the contents of the database can thereby be seen as a collection of XML documents, structured according to the hierarchy defined in the document schema. The SSE Search Schema describes a search to be performed when the CE evaluates an input document to determine whether it conforms to the classification rules. Its STRUCTURE-clause may consist of one or several elements structured hierarchically according to the document structure defined by the document schema. However, it typically contains a subset of those elements — i.e. the ones for the data values involved in the search. Its MAPPING-clause indicates the mapping of elements to fields in the datasource to be searched — i.e. the database described by the document schema. Its WHERE-clause is populated by XTE using values from the input document. Its SEMANTICS-clause specifies the measures to be used in evaluating target documents for similarity to the values taken from the input document. The XTE profile describes the mapping of values from the input document to the structure of a search schema. It contains a STEATEGIES element that lists the comparisons made to find the counterpart for a given element in the target database, a set of MAPPING elements that pair source values to target elements, and a set of SYNONYMS that allow elements to be recognized under several names. The Input Profile is an SSE document schema that describes the structure of the input documents. Only the <STRUCTURE> and <MAPPINGS> are used. Since the input documents are not used directly — they provide values for the search schemas — no <SEMANTICS> are required.
The Input Search Criterion document (WHERE-clause) used to anchor the searches issued by the CE are drawn from the input documents by the XTE. The output of the XTE is a structure that conforms to the schema of the datasource to be searched and populated with the corresponding values from the input document. This structure becomes the contents of the WHERE-clause in the QUERY issued to the SSE that carries out the search. Turning to FIG. 2, FIG. 2 shows a search that is for a CLAIM that contains a DOCTOR element containing a NAME element with the value "Falstaff. In the case of a repeating group, each instance of the group is used to generate a different Input Search Criterion document. If there are multiple repeating groups, all permutations are generated. The XML Command Language defines a standard format for the SSE result document. Options are available for including additional data with the results, but the default format is used by the CE. The results of a search are presented as an XML document containing a <RESPONSE> element that (in the case of a successfully completed search) contains a <RESULT> element, that in turn contains a set of DOCUMENT elements. The DOCUMENT elements have no children. Each contains three attributes: the similarity score computed for the document, the unique Identifier of the document, and the name of the schema used for the search. By default, <RESULT> contains a DOCUMENT element for every document in the database. Since low-scoring documents are seldom of interest, it is possible to limit the number of <DOCUMENT> elements in the <RESULT> set by specifying a threshold score or maximum number of documents to return. The CE obtains these values from the Rules used to classify the documents.
The Classification Engine uses a set of XML files, referred to as CE Classification Files, to define the classification rules and the searches they require. Ordinarily, these are located in the local fϊlesystem of the server where the CE resides. The .xml extension is used to indicate that the file is formatted as a text string according to the rules of XML.
Turning to FIG. 3A, FIG. 3A shows the CLASSES.xml file that describes the categories into which documents are classified. The file contains one or more CLASS elements, each defining one of the categories. Each class has an ID attribute, a NAME element, and a RANK element. The value of the ID attribute is a unique identifier for the class. The value of the NAME element provides a descriptive name for use in displays and reports. The value of the RANK element indicates the place of this class in the hierarchy of classes. A RANK value of 1 is the highest level in the hierarchy. It is possible for more than one class to have the same rank. Each class may optionally have LOW_SCORE and HIGH SCORE elements that define the upper and lower thresholds for scores associated with the class.
FIG. 3B shows a system-defined CLASS attribute that is reserved for documents that do not fall into any defined class.
Turning to FIG. 3C, FIG. 3C shows an example of a CLASSES instance where four classes are defined, each with a unique integer ID. The class hierarchy is reflected in Table 1 and the CLASS file example is shown in FIG. 3C. Note that BLUE and GREEN have the same rank. This system is designed to handle thousands of hierarchically defined classes, in terms of grades. The hierarchy identifies the priority or the rank of each grade and is used to order the execution priority of rules for each class. The higher ranked class and its rules will always override the lower ranked ones.
TABLE 1 Turning to FIG. 4A, FIG. 4A shows a RULES.xml file. The RULES file itemizes the rules used for classification. The file contains one or more RULE elements (each with an ID attribute), a DESCRIPTION element, and a CONDITION element. The value for the ID attribute must be unique to distinguish the rule from others.
The value of the DESCRIPTION element is descriptive text for use in user displays and reports. The CONDITION element may contain PROPERTY elements that describe the search results to indicate that a document meets the conditions for inclusion in the parent CLASS. CONDITION elements can be nested, using the optional OP attribute to indicate how to combine the results of the child CONDITION elements. (Default is "AND". Absence of the OP attribute means only one PROPERTY is specified.) A simple rule has only one PROPERTY element. A complex rule has multiple
PROPERTY elements grouped together with CONDITION elements. Each PROPERTY element is uniquely identified (within the scope of the rule) by the value of its associated ID attribute. Two kinds of PROPERTY elements are defined: threshold PROPERTY elements and value PROPERTY elements. Both kinds of PROPERTY element contain a SCHEMA_MAPJD element, and a DOCUMENT_COUNT element.
The SCHEMA_MAP_ID element is a reference to a MAP element ID in the SCHEMA_MAPPING file. (The MAP element indicates the schema for the search and any XTE transformation required. See CLASS_RULE_MAPS.xml). The DOCUMENT_COUNT element defines a default value for the required minimum number of documents with scores in the default range. In a threshold PROPERTY, the THRESHOLD element describes a default range of scores for documents returned by the searches required for this rule. A THRESHOLD element has START and END elements, whose values define the bottom and top of the default range. Values of the OP attributes for START and END indicate whether the bottom and top values are themselves included in the range.
A combination of the THRESHOLD and DOCUMENT_COUNT elements defines the condition when a predefined number of documents meets the score range criteria. The THRESHOLD element can be used to reach a conclusion about a class when using other model-based scoring engines. The DOCUMENT_COUNT element is primarily used with the SSE to identify the likelihood, in terms of the probability, of the anchor document in the target dataset.
A value PROPERTY addresses the values themselves and contains a VALUE element that specifies the criterion value and comparison operator and contains a FIELD element that references the database table and field (column) containing target values for the comparison. A combination of the VALUE and DOCUMENT_COUNT elements defines the condition when a predefined number of documents meet the value-matching criterion.
An example rules file is shown in FIG. 4B. In the example, two rules are defined. RULE 1 specifies a search using the SANCTIONED_DOCS schema, indicated by MAP 2. Default values for the top and bottom of the threshold are set at 0.90 and 1.00. The default DOCUMENT_COUNT is set at 3. RULE 2 requires two searches, both of which must be satisfied as indicated by the AND operator in the CONDITION. The first search uses the STOLEN VEHICLES schema, as indicated by MAP 1, and specifies an inclusive range of scores from 0.90 to 1.00. The second search uses the SANCTIONED_LAWYERS schema, as indicated by MAP 3, and specifies an inclusive range of scores from 0.90 to 1.00. Table 2 shows the hierarchy of the RULES file example.
TABLE 2
Turning to FIG. 5A, FIG. 5A shows a CLASS_RULE_MAPS.xml file that defines the mapping between defined classes and defined rales (See CLASSES.xml and RULES.xml). The CLASS_RULE_MAPS contains one or more CLASS_RULE_MAP elements. Each element is uniquely identified by its associated ID attribute. The
CRITERIA_MATCH_TYPE attribute of the CLASS_RULE_MAP element has two possible values that govern the processing of input documents containing repeating groups. The (default) value of "Single" indicates that once CE has search results that satisfy a rale, other repetitions do not need to be checked. A value of "Multi" means that the results of all repetitions are to be examined and retained. A CLASS_RULE_MAP element contains one or more CLASS_JD elements whose values correspond to classes defined in the CLASSES file. The RULE_MATCH_TYPE attribute for CLASS D has two possible values. The (default) value of "Single" indicates that rale checking can stop as soon as a single rule is met. A value of "Multi" indicates that the rale checking should continue until all rules for the class are checked and that results for all rales met are to be saved. The CLASSJLD element contains a RULEJLD element whose values correspond to rales defined in the RULES file. These are the rales to be checked for the class. A RULEJD element can contain DESCRIPTION and PROPERTYJD elements whose values override the defaults given in the RULES file. The value for PROPERTYJDD references the corresponding PROPERTY for the associated rule and contains elements with override values for the THRESHOLD and DOCUMENT_COUNT. The values for LOW_SCORE and HIGH_SCORE reference the associated class and provide override values for score thresholds set in CLASSES. Turning to FIG. 5B, FIG. 5B shows an example of a CLASS tlJLES_MAPS file where three mappings are specified. The first mapping assigns RULE 1 and RULE 2 to CLASS 1, which has the NAME "RED" assigned in the CLASSES file. The default values for the rales are used because no values of the rale are overridden. The second mapping assigns RULE 1 and RULE 2 to CLASS 2, which has the NAME "YELLOW". However, in this definition the defaults for the rales are overwritten. The third mapping assigns RULE 1 and RULE 2 to CLASS 3, providing a different set of override values. Where CLASS 1 and CLASS 2 have a RULE_MATCH_TYPE of "Multi", which means RULE 2 is checked even though RULE 1 evaluated true. Because CLASS_RULE_MAP 1 has a value of "Multi" for CRITERIA_MATCH_TYPE, all repetitions of the document's repeating groups are checked and all the search results are saved.
Turning to FIG. 6A, FIG. 6A shows a SCHEMA_MAPPING.xml file that describes how to map values from the input document into a schema for the search. The file contains one or MAP elements, each with an integer value for the ID attribute that uniquely identifies the map. The MAP element contains a SEARCH_SCHEMA element and an XTEJVIAP element. The value of the SEARCH_SCHEMA element is the name of the schema used in the search. The schema is stored in the SCHEMAS file for the SSE that conducts the search. The value of the XTE_MAP element is the name of the XTE element in the XTE_PROFILE file. The XTE_PROFILE contains the mapping STRATEGIES, the SOURCE/TARGET mappings, and the SYNONYMS used in the transformation. The result is a SCHEMA_MAPPING suitable for use in the WHERE-clause of the QUERY command issued for the search. Turning to FIG. 6B, FIG. 6B shows an example of a SCHEMA_MAPPING file where three schema mappings are specified.
Turning to FIG. 7A, FIG. 7A shows a CLASSIFICATION_RESULTS.xml file that describes the output produced by the CE. The TARGET element indicates where to save the results of a classification, and (optionally) the additional search results to save. Each TARGET element is uniquely identified by the value of its TD attribute, and contains exactly one DATASET element. The DATASET element contains the name of the datasource to receive the output. In the present implementation, this is a relational database. Datasources for the SSE are defined in the DATASOURCES file. The SEARCHJRESULTS element is optional. The value of the SEARCH element corresponds to the identifier of a MAP in the SCHEMA_MAPPING file that indicates the schema used in the search. The value of the
COUNT element indicates the number of results to save. The SEARCH JRESULTS element may contain multiple <SEARCH> elements, but only one <COUNT> element.
Turning to FIG. 7B, FIG. 7B shows an example of a CLASSIFICATION RESULTS.xml file where results are sent to the datasource named "classification_output". Up to 20 results from searches of the schemas specified for MAPI and MAP 2 (STOLEN_VEHICLES and SANCTIONED_DOCS) are saved. The SCORE associated with the classification of a document is derived as follows: The highest similarity search score returned from among all Properties contained in the RULE that resulted in the classification is normalized such that lower threshold from the Property equates to 0.00 and the upper threshold from the Property equates to 1.00. This score is renormalized according to the LOW_SCORE and HIGH_SCORE thresholds for the resulting CLASS to yield a score within the CLASS thresholds proportional to its place within the thresholds for the Property. The normalization formulas are shown in Figure 7C. An example is a document that scores 0.60 with a Property whose thresholds are 0.50 to 0.90. The computation (0.60 - 0.50)/(0.90 - 0.50) gives 0.25 as the score normalized for those thresholds. To renormalize the score for a Class where LOW_SCORE is 0.60 and HIGH_SCORE is 0.80, the computation (0.80 - 0.60)*0.25 +0.60 produces a renormalized class score of 0.65.
Turning now to FIG. 8A, FIG. 8A shows a CLASSIFICATION_PROFILE.xml file that drives the classification process. It describes how a classification is to be performed, what classes are to be generated, and what actions to take with a classified record. The CLASSIFICATION_PROFILE contains one or more PROFILE elements that define the kinds of classification processes available. The value for the ID attribute uniquely identifies the PROFILE. A PROFILE element contains a SOURCE_SCHEMA element and a TARGET D element. It may also contain a CLASS_RULE_MAPJLD. The
SOURCE_SCHEMA element has only a NAME attribute whose value corresponds to the name of a schema in the SSE's SCHEMAS file. This schema is used to read the input documents to be classified. Only the STRUCTURE and MAPPING elements are used. SEMANTICS are ignored since the schema is used only for reading and mapping input documents, not for searching them. This is carried out by the search schemas. The
DATASET element has only an ID attribute whose value corresponds to the identifier of a TARGET element in the CLASSIFICATION_RESULTS file that specifies the datasource to receive the output of the classification. The CLASS_RULE_MAP element has only an ID attribute whose value corresponds to the identifier of a CLASS JRULE MAP in the CLASS_RULE_MAPS file that describes the rale mapping to use in the classification. Turning now to FIG. 8B, FIG. 8B shows an example of the CLASSIFICATIONJPROFILE.xml where the NEW_CLA S source schema is used to get the records to be classified. The results go to the dataset referenced by the TARGET element with the ID value of "1". The CLASS_RULE_MAP with ID value of "1" indicates the class definitions and rules employed.
Database Result tables are created when a new TARGET is defined in the CLASSJTICATION_RESULTS file. In the present embodiment, the target datasource must be a relational database where the CE has the permissions necessary for creating and updating tables. When the TARGET is specified in the CLASSLFICATION_PROFILE, it receives the output from the classification.
A number of tables are created in the specified datasource. These include a HEADER table, a CLASSRESULTS table, a SEARCHCRITERIA table, and a RULE_CRITERIA table. A table having a HEADER TABLENAME is shown in TABLE 3.
TABLE 3 A table having a CLASSRESULTS TABLENAME is shown in TABLE 4.
TABLE 4
A table having a SEARCHCRITERIA TABLENAME is shown in TABLE 5. Each input record generates one or more search criteria documents. A document without repeating groups generates one search criteria document. A document with repeating groups generates a search criteria document for each permutation of values.
TABLE 5 A table having a RULE_CRITERIA TABLENAME is shown in TABLE 6.
TABLE 6
The following provides a narrative account of the process flow of a transaction carried out by the Classification Engine. As part of the SSE, the CE has access to the services of the VDM, SM, and XTE components of the SSE framework. For the most part, this narrative focuses on the actions of the CE itself with only brief descriptions of the actions of the other components as they interact with the CE.
Turning now to FIG. 9, FIG. 9 shows a flowchart that depicts the main steps of the transactions carried out by the Classification Engine. As part of the preparations for a classification run, the collection of documents to be classified are stored in a datasource accessible to the SSE. Ordinarily this will be a staging database devoted to this purpose. The SSE has a schema that describes the input documents so that they can be read by the CE using the XML Command Language's (XCL's) DOCUMENT command. The SSE also has schemas for the searches to be conducted by the CE during the classification ran, and datasource definitions for the databases to be searched. The CE's set of Classification files have been edited according to the requirements of the run.
Step 1: C-ENGINE accepts CLASSIFY command from client To request the CE to conduct a classification ran, the client passes a CLASSIFY command to the SSE, using the execute method of the SSE's Java Connection class. In the SSE, a Command Handler object is instantiated to carry out the CLASSIFY command. This is one implementation of a general-purpose command interface using XML documents to represent client requests and their results. The CLASSIFY command contains clauses that specify the source and selection criteria of the documents to be classified and a profile describing the classifications to be performed. The FROM-clause contains one or more DOCUMENT commands that can be carried out by the VDM to provide the CE with the documents to be classified — i.e. the input documents. The WHERE-clause contains selection criteria to filter the collection of documents defined by the FROM-clause. To qualify for processing by the CE, a document's values must match those given for the corresponding elements in the WHERE-clause. (For details on the WHERE-clause, see APPENDIX A). The USING-clause has a profile attribute that identifies the classification profile for the ran. (The classification profile is described in CLASSIFICATION_PROFILE.xml.)
Step 2: C-ENGINE retrieves Classification Profile to identify required searches The CE prepares to begin classifying the input documents by reading the CLASSIFICATION PROFILE file to find the PROFILE specified in the USING-clause of the CLASSIFY command. From this PROFILE, the CE obtains the SOURCE_SCHEMA, DATASET, and CLASS_RULE_MAP to use for the classification run. SOURCE_SCHEMA is the schema that describes the stracture and mapping of the input documents. The semantics (similarity measures) are not used. DATASET is the XCL definition of the datasource to receive the output of the classification. In the current implementation, this is a relational database for which the CE has authorizations to create and update tables. CLASS_RULE_MAP is the identifier of a CLASS_RULE_MAP in the
CLASS_RULE_MAPS file that defines the classification scheme to be employed in the ran. The classification process is shown in Step 10 and explained in detail later in the document.
Step 3: C-ENGINE issues DOCUMENT command(s) to read input documents To obtain input documents to classify, the CE issues the DOCUMENT commands contained in the FROM-clause to the VDM. If there is no FROM-clause, the entire datasource represented by the input schema is used. There are three main forms of the FROM-clause:
1. <FROM>
<DOCUMENT name=" ' document 1" sc ema.=" schema" /> <DOCUMENT name=" document2" sc ema" schema" />
</FROM>
In this form, the FROM-clause contains a DOCUMENT command for each input document, identifying documents by their name and schema. With this information, the VDM is able to construct the document as specified in the STRUCTURE-clause of the schema, drawing values from the datasource specified in the MAPPING-clause of the schema.
2. <FROM>
<DOCUMENT name="*" sc ema=" schema" /> </FROM>
In this form, the FROM-clause contain a single DOCUMENT command, using the * wildcard symbol to indicate that all documents in the set are to be returned.
VDM is then able to construct the documents as specified in the STRUCTURE-clause of the schema, drawing values from the datasource specified in the MAPPF G-clause of the schema.
3. <FROM>
<DOCUMENT schema=",sc/zemα">
<Contents f> </DOCUMENT> <DOCUMENT
<Contents > </DOCUMENT>
</FROM>
In this form, the FROM-clause contains the documents themselves. The DOCUMENT commands specify the schema that describes the stracture of the documents. The values are taken from the DOCUMENT commands themselves, not the datasource referenced in the MAPPING-clause of the schema. This form is most often used by a client that already has a document to be classified.
Step 4: C-ENGINE receives input documents When the VDM has carried out the DOCUMENT commands from the CE, it returns them as an XCL Result Set to the CE. In the current implementation, to avoid swamping the CE with documents, the VDM passes them in batches.
Step 5: C-ENGINE extracts values from input documents to anchor searches In this step, the CE prepares to launch the searches required to classify the document by extracting values to serve as the anchor criteria for the search. The combinations of values needed depend on the requirements of the searches. If the input document contains repeating groups — i.e. elements with more than one value — the CE launches searches for each repetition. That is, each resulting set of search criteria contains a different set of values for the elements in the repeating group. In the case of multiple repeating groups, the CE creates a separate document for each permutation. For example a document with two repeating groups, one with 5 repetitions and one with 4 repetitions, would be decomposed into 20 sets of searches.
Step 6: C-ENGINE passes input values, search schema to XTE For each document to be classified, one or more searches may be required. The schemas for these searches are located in the SCHEMAS directory in the filesystem used by the SSE. In order to locate matching values in the databases to be searched, the CE must issue a QUERY command to the appropriate SM. The WHERE-clause of the QUERY command gives the values to be used as search criteria. However, there is no assurance that the stracture of these anchor values in the input document is the same as the structure needed in the WHERE- clause, which needs to reflect the stracture of the target database. In some cases, complex values may need to be broken down into constituent parts. In others, simple values may need to be combined. Sometimes, a synonym table is used to make substitutions. This kind of conversion is performed by the XTE. For each search schema defined in the maps specified in the CLASS_RULE_MAP indicated in the CLASSIFY command, the CE issues a request to the XTE containing the input document and the target schema.
Step 7: XTE returns input values structured for search schema The XTE receives XML transformation requests from the CE and returns an Input Search Criterion document suitable for use in the WHERE-clause of a query. (For details on the operation of the XTE, refer to patent description XXXX.)
Step 8: C-ENGINE issues QUERY commands to Search Managers For each search indicated by the CLASS_RULE_MAP, the CE issues a QUERY command to the SM to find documents with values that match those taken from the input document. The QUERY command consists of a WHERE-clause and a FROM-clause.
WHERE-clause: Using the Input Search Criterion document, the CE is able to construct a WHERE-clause that contains the anchor values from the input document in the structure required by the search schema.
FROM-clause: The CE constructs a FROM-clause consisting of a single
DOCUMENT command that uses the wildcard designation to indicate that all documents should be searched. Step 9: SM processes QUERY commands, returns similarity scores For each QUERY issued by the CE, the SM returns an XCL Result Set consisting of a DOCUMENT element for every document drawn from the database being searched. The DOCUMENT element has a score attribute that indicates how well the document's values match the anchor values given as search criteria in the QUERY command. Scores range from 0.00 to 1.00, with zero indicating a total mismatch and one indicating an exact match. The score depends on the similarity measure assigned to the element in the search schema. As the SM completes the searches, it places the results on a return queue for processing by the CE. Step 10: C-ENGINE classifies document based on profile and scores
As search results become available from the SM, the CE is able to classify the input documents according to the prevailing rales. In this implementation, a rule is expressed as a set of conditions that must be satisfied in order for the document to be placed in a defined class. Boolean operators (AND, OR) allow for combinations of conditions. A condition is deemed satisfied if the results of a search include a required number of documents with similarity scores within a specified range. The classification algorithm uses the CLASSES.xml file shown in FIG. 3, and described subsequently in relation to FIG. 10. In Step 8, on encountering a document with repeated groups of data, the CE launched searches for each repetition. The value of the CRITERIA_MATCH_TYPE element in the specified CLASS_RULE_MAP determines whether the CE regards a classification rule to be evaluated as True as soon as any of the repetitions is found to fulfill the conditions of the rule or whether the CE waits to see the results for all the resulting documents before completing the classification.
Step 11 : C-ENGINE places classified document on Output Queue Documents for which classification rules evaluate as Trae are placed on the Output Queue for assignment to the appropriate class.
Step 12: C-ENGINE reads documents from Output Queue On completion of the classification process, the CE reads the documents from the Output Queue. Step 13: C-ENGINE adds results to Results Database
On completion of the classification process, the CE writes the identifier of the PROFILE to the HEADER table. (See "Output Files".)
For each classified document, the CE adds a row to the CLASSRESULTS table.
For each successful search, the CE adds a row to the SEARCHCRITERIA table. For each rule evaluated as Trae, the CE adds a row to the RULE_CRITERIA table. Step 14: C-ENGINE notifies client of completion of CLASSIFY command On completion of the classification process, the CE notifies the client with an XCL Response indicating the success of the operation or the likely cause of failure. The classification result APIs allow CE clients to access the results of a classification via XCL commands. Java utilities are available to read the results tables and generate the appropriate XCL commands. The generated XCL document is used with the SSE Java Connection class to execute the request. The 3 classes that represent the API are: Cresults; CresultDocument; and Cjustification. The following describes a method of document classification using similarity search results. The process flow here is summarized as Step 12 of the main processing narrative. It is broken out for further detailing because it embodies the essential invention being described.
This method is based on the premise that documents can be classified according to how well their values match documents in other databases. For instance, an insurance claim might be classified as suspicious based on a match between the name of the claimant and a document with the same name drawn from a database of known fraud perpetrators. While exact match searches could find the corresponding record when the name is stored in exactly the same way, they are often defeated by inconsequential differences in the way the name is stored. For instance, on the insurance claim, the name might be written as a single string, while in the database it is broken down into First, Middle, and Last Names. Furthermore, minor differences or irregularities in the way the name is spelled or entered could foil the exact match search. For instance, the claim form may say "Charley" while the database says "Charles".
The application of similarity technology is able to overcome these barriers to finding the match in several ways. First, the ability to recognize near-matches, such as "Charley" and "Charles" means that minor differences do not eliminate a document from consideration, as is the case with exact match methods. Second, the ability of the SSE's XTE service to restructure anchor values to match the structure of the search database overcomes differences in how the data is organized, as with the case of full names vs. first-middle-last. Finally, the calculation of a similarity score as a weighted average of the scores for matches of individual values gives the SSE the ability to find the best overall matches, based on all the relevant values, and even to find a good overall match when none of the values are exactly the same. On the other hand, similarity technology is also able to confirm non-matches with the same tolerance for differences in data representation described above. For instance, the ability to confirm that a person's name and all reasonable variations do not appear in a database of approved customers may be sufficient to classify that person as a new customer. The CE offers four ways to classify a document based on similarity search results:
1) Take the top score from among all results from one search schema and use that to classify claim based on a threshold. For example, if the highest scoring document in
SANCTIONED_DOCS matches the input document with a score of 0.90 or more, then classify the input document as "high risk".
2) Take the top score from among the results from more than one search schema and classify based on an AND/OR relationship and some threshold. For example, if the highest scoring document in SANCTIONED_DOCS matches with a score of 0.90 or more AND the highest scoring document in STOLEN VEHICLES matches with a score of 0.80 or more, then classify the input document as "high risk".
3) Classify based on the number of search results for a single schema that have scores above some threshold. For example, if 6 monthly payment documents in P AYMENTS_RETURNED match with a score of 0.90 or better then classify the input document as "high risk".
4) Classify based on the number of search results from multiple schemas that have scores records above some threshold. For example, if 6 monthly payment documents in PAYMENTS_RETURNED_2000 match with a score of 0.90 or more AND 6 monthly payment documents in P AYMENTS_RETURNED_2001 match with a score of 0.80 or more, then classify the input document as "high risk".
The classification rales are given in the CE's classification files, described in "CE Classification Files". These are: CLASSES defines classes by name and rank
RULES defines rules and conditions for evaluation
CLASS_RULE_MAPS defines type of mapping and which rules apply to classes
The processing flow for document classification is shown in FIG. 9. At this point, the searches have completed and results have been tabulated so that for each search the CE knows the number of results with scores above the given threshold.
For a simple document, the CE processes each RULE to determine whether the rale evaluates as True according to the search results. The properties in each rale are evaluated and combined into an overall rule evaluation. Each PROPERTY uses a single search result score. A CONDITION is used to logically combine its individual PROPERTY and CONDITION evaluations to compute an overall True or False result.
The rule evaluation process provides two modes of operation. One mode evaluates rules against all possible combinations of search results, regardless of whether the conditions for classification have already been satisfied. This provides extensive evaluation and classification justification information. The other mode evaluates rules in an order such that once the conditions for a classification have been satisfied, further rule processing is terminated. This provides a simple classification with minimal justification information but can result in improved operational performance. The settings for these modes of operation are defined by the CLASS_RULE_MAP CRITERIA JMATCH TYPE.
CRITERIA_MATCH_TYPE governs the processing mode at the Class level. . When CRITERIA_MATCH_TYPE is "Single", as soon as a rale fires that allows a document to be placed in that Class, its results are saved and other scores are no longer considered. This means once a classification is achieved for a Class, then no further processing is needed at that Class rank or lower. When CRITERIA_MATCH_TYPE is "Multi", all rules must be evaluated and processing continues. This provides a more complete account of the classification, since it evaluates every rale for which search results are available.
RULE_MATCH_TYPE governs the evaluation of rales in classes that contain more than one rale. When RULE_MATCH_TYPE is "Multi", then all the rales for a class must be evaluated. When RULE_MATCH_TYPE is "Single", then as soon as a rule evaluates as Trae, the document can be placed in that Class and no further processing is needed for that Class.
Turning to FIG. 10, FIG. 10 shows a flowchart of the classification process. The classification takes different paths for each type of condition.
1) For each property, if the required number of documents produce scores within the specified range, a property evaluates as True. Otherwise, the property evaluates as False.
2) For a condition with the AND operator, to evaluate as Trae, all the properties and conditions it contains must evaluate True. 3) For a condition with OR operator, to evaluate as True, any property or condition it contains must evaluate Trae.
Conditions are tested recursively until the topmost condition has been evaluated. If True, then the rale has been evaluated as Trae. Turning to FIG. 11, FIG. 11 shows the XCL CLASSIFY command. The XCL CLASSIFY command is an XML document which contains the necessary elements for performing a classification using the Classification Engine. The document is transmitted via the SSE execute method on the SSE Java Connection class. Turning now to FIG. 12 A, FIG. 12A shows the FROM-clause. The FROM-clause identifies the document set being classified. These are virtual documents drawn from relational datasources according to a predefined input schema. The FROM-clause offers three ways to identify the input documents. The first lists the documents individually by name. The second uses the wildcard designation "*" to request all documents in the set. The third (used primarily for debugging) includes the documents themselves in the command. Examples of each are given below.
Turning to FIG. 12B, FIG. 12B shows an example of a FROM-clause that indicates that CLASSIFY should get its input from the documents named "1", "2", and "3" in the set defined for the search schema "acmejproducts". Turning to FIG. 12C, FIG. 12C shows an example of a FROM-clause that indicates
CLASSIFY should examine the entire set for "acme_products":
Turning to FIG. 12D, FIG. 12D shows an example of a FROM-clause that indicates CLASSIFY should examine the documents shown. Note that the documents are unnamed and are therefore unidentified in classification outputs. Turning now to FIG. 13 A, FIG. 13 A shows the WHERE-clause. The CLASSIFY command uses the WHERE-clause to filter documents for classification. The WHERE-clause indicates the anchor to be compared to target values drawn from the datasources specified in the FROM-clause. The anchor document is structured as a hierarchy to indicate parent/child relationships, reflecting the STRUCTURE-clause of the schema. Only those documents that contain values matching the anchor values are considered for classification. Matches are determined by the measures specified in the schema.
For the Classification Engine, the WHERE-clause takes the form of an XML document structure populated with anchor values - i.e. the values that represent the "ideal" for the document filter. This document's structure conforms to the stracture of the input schema. However, only the elements contributing to the filter need to be included.
Hierarchical relationships among elements, which would be established with JOIN operations in SQL, are represented in SSE Command Language by the nesting of elements in the WHERE-clause. No matter where they occur in the document stracture, all elements included in the WHERE-clause are used to filter document found in the associated input datasource. A classification engine WHERE-clause is used for selection. A WHERE-clause is optional in any CLASSIFY that does classification. Without a WHERE-clause, a CLASSIFY will use all documents in the FROM clause. FIG. 13B shows an example of a WHERE-clause.
Turning to FIG. 14A, FIG. 14A shows a USING-clause. The Using-clause defines which classification profile the Classification Engine should use to classify the input documents.
Turning to FIG. 14B, FIG. 14B shows an example of a USING-clause that indicates that the CLASSIFY command should use the profile with the ID ' 1 ' (MyClassification) to perform the classifications on the input documents. A Classify utility is useful for classifying multiple documents at once. The batch classification utility allows the use of the CE without a custom- written client. The SSE SCHEMAS file must contain a schema for the documents to be classified. Executing the following command from a system console starts the utility.
Classify profile='' classification profile name" [gateway=" SSE connection url"]
[uid="user id for SSE connection"] [ pwd="password for SSE connection"] prof i\e=" classification profile name " (Required) Specifies the name of the classification profile to use for classifying records found in the input database. gateway="SSE connection url " (Optional) Specifies the url to use for connecting to the SSE gateway. The default value is localhost. Example value is: gateway="raw://localhost:5151" vάd="user id for SSE connection " (Optional) Specifies the user id to use for connecting to the SSE gateway. The default value is Admin. Example value is: uid="Admin" SSE connection " (Optional) Specifies the password for the user that is to be used for the connection to the SSE gateway. The default value is admin. Example value is: pwd="admin"
Once the command is executed, the classification process begins and the utility starts writing messages reporting its progress.
Turning to FIG. 15, FIG. 15 shows the RESPONSE element of the classification log resulting from the classification. The RC element provides a return code indicating the success of the operation or the error conditions that resulted in failure. The MESSAGE element contains a descriptive account of the operation, including the progress of the classification and its general results. Each document in the Input File is identified by PKEY value and classification results are given by CLASSJLD, CLASS, RANK, and SCORE.
To stop the Batch Utility issue the CLASSIFYSTOP command. Issuing the CLASSIFYSTOP command will terminate the batch Classify Utility. Terminating the program stops the classification of the remaining records that have not yet been classified. Results for records already classified are saved.
Although the present invention has been described in detail with reference to certain preferred embodiments, it should be apparent that modifications and adaptations to those embodiments might occur to persons skilled in the art without departing from the spirit and scope of the present invention.

Claims

What is claimed is:
1. A method for classification of documents, comprising the steps of: receiving a classify command from a client for initiating a classification of documents, the classify instruction identifying input documents to be classified, a classification profile, and anchor values; retrieving the classification profile and input documents; extracting input values from each input document based on the anchor values; structuring the input values according to a search schema identified in the classification profile; performing similarity searches for determining similarity scores between each database document and each input document; and classifying the database documents based on profile and the similarity scores using classes and rales identified in the classification profile.
2. The method of claim 1, wherein the step of performing similarity searches comprises performing similarity searches for determining normalized similarity scores having values of between 0.00 and 1.00 for each for each database document for indicating a degree of similarity between each database document and each input document, whereby a normalized similarity score of 0.00 represents no similarity matching, a value of 1.00 represents exact similarity matching, and scores between 0.00 and 1.00 represent degrees of similarity matching.
3. The method of claim 1 , wherein the step of retrieving the classification profile and input documents comprises retrieving the classification profile and input documents having repeating groups.
4. The method of claim 1, further comprising the steps of: storing the classified database documents in a results database; and notifying the client of completion of the classify command.
5. The method of claim 4, wherein the step of storing the classified database documents comprises storing the classified database documents as a classification results file in a results database.
6. The method of claim 4, wherein the step of storing the classified database documents comprises storing the classified database documents in an output target database identified in the classification profile.
7. The method of claim 1, wherein each of the classes identified in the classification profile comprises an identification attribute, a name element, and a rank element.
8. The method of claim 7, further comprising a low score element and a high score element for defining lower and upper thresholds for similarity scores associated with the class.
9. The method of claim 1 , wherein each of the rules identified in the classification profile comprises an identification attribute, a description element, and a condition element.
10. The method of claim 9, further comprising property elements for describing conditions for including a document in a parent class.
11. The method of claim 1, further comprising the step of mapping between defined classes and defined rales using class rale map files.
12. The method of claim 1, wherein the step of classifying the database documents is selected from the group consisting of classifying a document based on a threshold using a top score from results of more than one search schema, classifying a document based on a logical relationship and a threshold using a top score from more results of more than one search schema, classifying a document based on a number of search results for a single schema that have scores greater than a threshold, and classifying a document based on a number of search results from multiple schemas having scores above a threshold.
13. The method of claim 1, wherein the step of classifying the database documents further comprises classifying the multiple database documents based on profile and the similarity scores using classes and rules identified in the classification profile using a classify utility.
14. A computer-readable medium containing instructions for controlling a computer system to implement the method of claim 1.
15. A system for classification of documents, comprising: a classification engine for receiving a classify command from a client for initiating a classification of documents, the classify instruction identifying input documents to be classified, a classification profile, and anchor values; the classification engine for retrieving the classification profile and input documents from a virtual document manager; the classification engine for extracting input values from each input document based on the anchor values; an XML transformation engine for structuring the input values according to a search schema identified in the classification profile; a search manager for performing similarity searches for determining similarity scores between each database document and each input document; and the classification engine for classifying the database documents based on profile and the similarity scores using classes and rales identified in the classification profile.
16. The system of claim 15, wherein the search manager performs similarity searches comprises performing similarity searches for determining normalized similarity scores having values of between 0.00 and 1.00 for each for each database document for indicating a degree of similarity between each database document and each input document, whereby a normalized similarity score of 0.00 represents no similarity matching, a value of 1.00 represents exact similarity matching, and scores between 0.00 and 1.00 represent degrees of similarity matching.
17. The system of claim 15, wherein the classification retrieves the classification and input documents having repeating groups.
18. The system of claim 18, further comprising the classification engine for storing the classified database documents in a results database and notifying the client of completion of the classify command.
19. The system of claim 18, wherein the classification engine stores the classified database documents as a classification results file in a results database.
20. The system of claim 18, wherein the classification engine stores the classified database documents in an output target database identified in the classification profile.
21. The system of claim 15, wherein each of the classes identified in the classification profile comprises an identification attribute, a name element, and a rank element.
22. The system of claim 21, further comprising a low score element and a high score element for defining lower and upper thresholds for similarity scores associated with the class.
23. The system of claim 15, wherein each of the rules identified in the classification profile comprises an identification attribute, a description element, and a condition element.
24. The system of claim 23, further comprising property elements for describing conditions for including a document in a parent class.
25. The system of claim 15, further comprising the classification for mapping between defined classes and defined rales using class rale map files.
26. The system of claim 15, wherein the classification engine for classifying the database documents is selected from the group consisting of means for classifying a document based on a threshold using a top score from results of more than one search schema, means for classifying a document based on a logical relationship and a threshold using a top score from more results of more than one search schema, means for classifying a document based on a number of search results for a single schema that have scores greater than a threshold, and means for classifying a document based on a number of search results from multiple schemas having scores above a threshold.
27. The system of claim 15, wherein the classification engine further comprises means for classifying the multiple database documents based on profile and the similarity scores using classes and rales identified in the classification profile using a classify utility.
28. A system for classification of documents comprising: a classification engine for accepting a classify command from a client, retrieving a classification profile, classifying documents based on similarity scores, rales and classes, storing document classification results in a database, and notifying the client of completion of the classify command; a virtual document manager for providing input documents; an XML transformation engine for structuring the input values according to a search schema identified in the classification profile; and a search manager for performing similarity searches for determining similarity scores between each database document and each input document.
29. The system of claim 28, further comprising an output queue for temporarily storing classified documents.
30. The system of claim 28, further comprising a database management system for storing classification results.
31. A method for classification of documents, comprising: receiving a classify command from a client, the classify command designating input document elements for names and search schema, anchor document stracture and values to be used as classification filters, and a classification profile; retrieving the designated classification profile, the classification profile designating classes files for name, rank and score thresholds, rales files for nested conditions, properties, schema mapping, score threshold ranges and number of required documents, and class rules maps for class identification, class type, rale identification, description, property, score threshold ranges and document count; retrieving the designated search documents; identifying a schema mapping file for each input document; determining a degree of similarity between each input document and anchor document; classifying the input documents according to the designated classes files and rales files; and creating and storing a classification results file in a database.
32. The method of claim 31, wherein the number of documents classified is designated in the rules files.
33. The method of claim 31, further comprising notifying the client of completion of the classify command.
EP03744204A 2002-03-06 2003-03-06 System and method for classification of documents Withdrawn EP1500003A1 (en)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US31913802P 2002-03-06 2002-03-06
US319138P 2002-03-06
US248962 2003-03-05
US10/248,962 US7188107B2 (en) 2002-03-06 2003-03-05 System and method for classification of documents
PCT/US2003/006812 WO2003077162A1 (en) 2002-03-06 2003-03-06 System and method for classification of documents

Publications (1)

Publication Number Publication Date
EP1500003A1 true EP1500003A1 (en) 2005-01-26

Family

ID=27807593

Family Applications (1)

Application Number Title Priority Date Filing Date
EP03744204A Withdrawn EP1500003A1 (en) 2002-03-06 2003-03-06 System and method for classification of documents

Country Status (5)

Country Link
US (1) US7188107B2 (en)
EP (1) EP1500003A1 (en)
AU (1) AU2003216532A1 (en)
CA (1) CA2477704A1 (en)
WO (1) WO2003077162A1 (en)

Families Citing this family (84)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7062456B1 (en) 1999-02-09 2006-06-13 The Chase Manhattan Bank System and method for back office processing of banking transactions using electronic files
US6493698B1 (en) * 1999-07-26 2002-12-10 Intel Corporation String search scheme in a distributed architecture
US8677505B2 (en) * 2000-11-13 2014-03-18 Digital Doors, Inc. Security system with extraction, reconstruction and secure recovery and storage of data
US7669051B2 (en) 2000-11-13 2010-02-23 DigitalDoors, Inc. Data security system and method with multiple independent levels of security
US8176563B2 (en) * 2000-11-13 2012-05-08 DigitalDoors, Inc. Data security system and method with editor
US7191252B2 (en) * 2000-11-13 2007-03-13 Digital Doors, Inc. Data security system and method adjunct to e-mail, browser or telecom program
US7103915B2 (en) * 2000-11-13 2006-09-05 Digital Doors, Inc. Data security system and method
US7546334B2 (en) * 2000-11-13 2009-06-09 Digital Doors, Inc. Data security system and method with adaptive filter
US6888548B1 (en) 2001-08-31 2005-05-03 Attenex Corporation System and method for generating a visualized data representation preserving independent variable geometric relationships
US7124353B2 (en) 2002-01-14 2006-10-17 International Business Machines Corporation System and method for calculating a user affinity
US20030217106A1 (en) * 2002-03-25 2003-11-20 Eytan Adar System and method for profiling clients within a system for harvesting community knowledge
US7987246B2 (en) 2002-05-23 2011-07-26 Jpmorgan Chase Bank Method and system for client browser update
US20040088157A1 (en) * 2002-10-30 2004-05-06 Motorola, Inc. Method for characterizing/classifying a document
US20050171948A1 (en) * 2002-12-11 2005-08-04 Knight William C. System and method for identifying critical features in an ordered scale space within a multi-dimensional feature space
US8533840B2 (en) * 2003-03-25 2013-09-10 DigitalDoors, Inc. Method and system of quantifying risk
US7610313B2 (en) 2003-07-25 2009-10-27 Attenex Corporation System and method for performing efficient document scoring and clustering
US7069278B2 (en) 2003-08-08 2006-06-27 Jpmorgan Chase Bank, N.A. System for archive integrity management and related methods
US20050060345A1 (en) * 2003-09-11 2005-03-17 Andrew Doddington Methods and systems for using XML schemas to identify and categorize documents
US7346839B2 (en) 2003-09-30 2008-03-18 Google Inc. Information retrieval based on historical data
US7191175B2 (en) 2004-02-13 2007-03-13 Attenex Corporation System and method for arranging concept clusters in thematic neighborhood relationships in a two-dimensional visual display space
US7873685B2 (en) * 2004-05-13 2011-01-18 Pixar System and method for flexible path handling
US7788278B2 (en) * 2004-04-21 2010-08-31 Kong Eng Cheng Querying target databases using reference database records
JP2006099236A (en) * 2004-09-28 2006-04-13 Toshiba Corp Classification support device, classification support method, and classification support program
US7404151B2 (en) 2005-01-26 2008-07-22 Attenex Corporation System and method for providing a dynamic user interface for a dense three-dimensional scene
US7356777B2 (en) 2005-01-26 2008-04-08 Attenex Corporation System and method for providing a dynamic user interface for a dense three-dimensional scene
US7499591B2 (en) * 2005-03-25 2009-03-03 Hewlett-Packard Development Company, L.P. Document classifiers and methods for document classification
US7577650B2 (en) * 2005-04-13 2009-08-18 Microsoft Corporation Method and system for ranking objects of different object types
US8065606B1 (en) 2005-09-16 2011-11-22 Jpmorgan Chase Bank, N.A. System and method for automating document generation
US20070073689A1 (en) * 2005-09-29 2007-03-29 Arunesh Chandra Automated intelligent discovery engine for classifying computer data files
US20070174268A1 (en) * 2006-01-13 2007-07-26 Battelle Memorial Institute Object clustering methods, ensemble clustering methods, data processing apparatus, and articles of manufacture
US20070179940A1 (en) * 2006-01-27 2007-08-02 Robinson Eric M System and method for formulating data search queries
US20070226213A1 (en) * 2006-03-23 2007-09-27 Mohamed Al-Masri Method for ranking computer files
US20070294223A1 (en) * 2006-06-16 2007-12-20 Technion Research And Development Foundation Ltd. Text Categorization Using External Knowledge
US7921106B2 (en) * 2006-08-03 2011-04-05 Microsoft Corporation Group-by attribute value in search results
US7912831B2 (en) * 2006-10-03 2011-03-22 Yahoo! Inc. System and method for characterizing a web page using multiple anchor sets of web pages
US8104076B1 (en) 2006-11-13 2012-01-24 Jpmorgan Chase Bank, N.A. Application access control system
US7809705B2 (en) * 2007-02-13 2010-10-05 Yahoo! Inc. System and method for determining web page quality using collective inference based on local and global information
US20080208735A1 (en) * 2007-02-22 2008-08-28 American Expresstravel Related Services Company, Inc., A New York Corporation Method, System, and Computer Program Product for Managing Business Customer Contacts
US8069154B2 (en) * 2007-03-05 2011-11-29 International Business Machines Corporation Autonomic rule generation in a content management system
US8285656B1 (en) 2007-03-30 2012-10-09 Consumerinfo.Com, Inc. Systems and methods for data verification
US20080262891A1 (en) * 2007-04-20 2008-10-23 Sap Ag Policy based distribution modeling via information models
US7711729B2 (en) * 2007-05-07 2010-05-04 Microsoft Corporation Searching a document based on a customer defined metadata schemata
US8015137B2 (en) * 2008-04-29 2011-09-06 International Business Machines Corporation Determining the degree of relevance of alerts in an entity resolution system over alert disposition lifecycle
US8326788B2 (en) * 2008-04-29 2012-12-04 International Business Machines Corporation Determining the degree of relevance of alerts in an entity resolution system
US8250637B2 (en) * 2008-04-29 2012-08-21 International Business Machines Corporation Determining the degree of relevance of duplicate alerts in an entity resolution system
US20090271394A1 (en) * 2008-04-29 2009-10-29 Allen Thomas B Determining the degree of relevance of entities and identities in an entity resolution system that maintains alert relevance
US8103610B2 (en) * 2008-05-30 2012-01-24 Computer Associates Think, Inc. Dynamic categorization of rules in expert systems wherein a profile definition yields classification data that classifies rules and allows for rules to be searchable
US8312033B1 (en) 2008-06-26 2012-11-13 Experian Marketing Solutions, Inc. Systems and methods for providing an integrated identifier
CA2706064A1 (en) * 2009-05-29 2010-11-29 Agnovi Corporation User-defined hierarchical categorization system and method for generating operational metrics
JP5090408B2 (en) 2009-07-22 2012-12-05 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and apparatus for dynamically controlling destination of transmission data in network communication
US8713018B2 (en) 2009-07-28 2014-04-29 Fti Consulting, Inc. System and method for displaying relationships between electronically stored information to provide classification suggestions via inclusion
US9727842B2 (en) 2009-08-21 2017-08-08 International Business Machines Corporation Determining entity relevance by relationships to other relevant entities
CA3026879A1 (en) 2009-08-24 2011-03-10 Nuix North America, Inc. Generating a reference set for use during document review
JP2011138197A (en) * 2009-12-25 2011-07-14 Sony Corp Information processing apparatus, method of evaluating degree of association, and program
EP2354968A1 (en) * 2009-12-30 2011-08-10 Tim Frey Hyperadapter and method for accessing documents in a document base
JP5496853B2 (en) * 2010-10-29 2014-05-21 インターナショナル・ビジネス・マシーンズ・コーポレーション Method for generating rules for classifying structured documents, and computer program and computer for the same
US9038177B1 (en) 2010-11-30 2015-05-19 Jpmorgan Chase Bank, N.A. Method and system for implementing multi-level data fusion
US8787681B1 (en) * 2011-03-21 2014-07-22 First American Data Tree Llc System and method for classifying documents
US9292588B1 (en) 2011-07-20 2016-03-22 Jpmorgan Chase Bank, N.A. Safe storing data for disaster recovery
US8725552B2 (en) * 2011-11-28 2014-05-13 Dr/Decision Resources, Llc Pharmaceutical/life science technology evaluation and scoring
US8893281B1 (en) * 2012-06-12 2014-11-18 VivoSecurity, Inc. Method and apparatus for predicting the impact of security incidents in computer systems
CA2822147A1 (en) * 2012-07-26 2014-01-26 Symbility Solutions Inc. Claims-underwriting integration system and method
JP5823943B2 (en) * 2012-10-10 2015-11-25 株式会社Ubic Forensic system, forensic method, and forensic program
US8862566B2 (en) 2012-10-26 2014-10-14 Equifax, Inc. Systems and methods for intelligent parallel searching
US10540373B1 (en) 2013-03-04 2020-01-21 Jpmorgan Chase Bank, N.A. Clause library manager
CA2938638C (en) 2013-09-09 2020-10-06 UnitedLex Corp. Interactive case management system
US10102536B1 (en) 2013-11-15 2018-10-16 Experian Information Solutions, Inc. Micro-geographic aggregation system
US10262362B1 (en) 2014-02-14 2019-04-16 Experian Information Solutions, Inc. Automatic generation of code for attributes
US20170124152A1 (en) 2015-11-02 2017-05-04 LeapYear Technologies, Inc. Differentially private processing and database storage
AU2017274558B2 (en) 2016-06-02 2021-11-11 Nuix North America Inc. Analyzing clusters of coded documents
US11151653B1 (en) 2016-06-16 2021-10-19 Decision Resources, Inc. Method and system for managing data
KR102448370B1 (en) 2016-08-09 2022-09-28 립코드 인크. Systems and methods for tagging electronic records
CN110383319B (en) 2017-01-31 2023-05-26 益百利信息解决方案公司 Large scale heterogeneous data ingestion and user resolution
US10803013B2 (en) 2017-02-10 2020-10-13 Smugmug, Inc. Efficient similarity detection
US11055432B2 (en) 2018-04-14 2021-07-06 LeapYear Technologies, Inc. Budget tracking in a differentially private database system
US10963434B1 (en) 2018-09-07 2021-03-30 Experian Information Solutions, Inc. Data architecture for supporting multiple search models
US10430605B1 (en) * 2018-11-29 2019-10-01 LeapYear Technologies, Inc. Differentially private database permissions system
US11755769B2 (en) 2019-02-01 2023-09-12 Snowflake Inc. Differentially private query budget refunding
US10642847B1 (en) 2019-05-09 2020-05-05 LeapYear Technologies, Inc. Differentially private budget tracking using Renyi divergence
US11941065B1 (en) 2019-09-13 2024-03-26 Experian Information Solutions, Inc. Single identifier platform for storing entity data
EP3866042B1 (en) 2020-02-11 2022-07-20 Leapyear Technologies, Inc. Adaptive differentially private count
US11915167B2 (en) * 2020-08-12 2024-02-27 State Farm Mutual Automobile Insurance Company Claim analysis based on candidate functions
US11880377B1 (en) 2021-03-26 2024-01-23 Experian Information Solutions, Inc. Systems and methods for entity resolution
US11893031B2 (en) * 2021-07-15 2024-02-06 Open Text Sa Ulc Systems and methods for intelligent automatic filing of documents in a content management system

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6233575B1 (en) 1997-06-24 2001-05-15 International Business Machines Corporation Multilevel taxonomy based on features derived from training documents classification using fisher values as discrimination values
US6516308B1 (en) 2000-05-10 2003-02-04 At&T Corp. Method and apparatus for extracting data from data sources on a network
WO2001090921A2 (en) * 2000-05-25 2001-11-29 Kanisa, Inc. System and method for automatically classifying text
US6792420B2 (en) * 2001-06-29 2004-09-14 International Business Machines Corporation Method, system, and program for optimizing the processing of queries involving set operators
US7062498B2 (en) * 2001-11-02 2006-06-13 Thomson Legal Regulatory Global Ag Systems, methods, and software for classifying text from judicial opinions and other documents
US7124353B2 (en) * 2002-01-14 2006-10-17 International Business Machines Corporation System and method for calculating a user affinity

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO03077162A1 *

Also Published As

Publication number Publication date
CA2477704A1 (en) 2003-09-18
AU2003216532A1 (en) 2003-09-22
US20030177118A1 (en) 2003-09-18
WO2003077162A1 (en) 2003-09-18
US7188107B2 (en) 2007-03-06

Similar Documents

Publication Publication Date Title
US7188107B2 (en) System and method for classification of documents
US7283998B2 (en) System and method for classification of documents
US11704494B2 (en) Discovering a semantic meaning of data fields from profile data of the data fields
US9015194B2 (en) Root cause analysis using interactive data categorization
US6708166B1 (en) Method and apparatus for storing data as objects, constructing customized data retrieval and data processing requests, and performing householding queries
KR101114023B1 (en) Content propagation for enhanced document retrieval
US8060505B2 (en) Methodologies and analytics tools for identifying white space opportunities in a given industry
US20080263029A1 (en) Adaptive archive data management
US20020065857A1 (en) System and method for analysis and clustering of documents for search engine
US20050262058A1 (en) Query to task mapping
US11853363B2 (en) Data preparation using semantic roles
US20200334249A1 (en) Automatic transformation of complex tables in documents into computer understandable structured format and providing schema-less query support data extraction
US9400826B2 (en) Method and system for aggregate content modeling
WO2011094522A1 (en) Method and system for conducting legal research using clustering analytics
Shyu et al. Generalized affinity-based association rule mining for multimedia database queries
US20090030896A1 (en) Inference search engine
Vasilyeva et al. Leveraging flexible data management with graph databases
US20240095219A1 (en) Techniques for discovering and updating semantic meaning of data fields
US20240126815A1 (en) Data Preparation Using Semantic Roles
JP3252104B2 (en) How to grade what matches a given entity found in a list of entities
KR20050000468A (en) A Method For Classifying Document Information Based On User&#39;s Definition And Storage Media Thereof

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20041120

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL LT LV MK

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20080401