Systems and methods for conducting a highly autonomous technology-assisted review classification

Information

  • Patent Grant
  • 10229117
  • Patent Number
    10,229,117
  • Date Filed
    Friday, June 17, 2016
    8 years ago
  • Date Issued
    Tuesday, March 12, 2019
    5 years ago
Abstract
Systems and methods for classifying electronic information are provided by way of a Technology-Assisted Review (“TAR”) process, specifically an “Auto-TAR” process that limits discretionary choices in an information classification effort, while still achieving superior results. In certain embodiments, Auto-TAR selects an initial relevant document from a document collection, selects a number of other documents from the document collection and assigns them a default classification, trains a classifier using a training set made up of the selected relevant document and the documents assigned a default classification, scores documents in the document collection and determines if a stopping criteria is met. If a stopping criteria has not been met, the process sorts the documents according to scores, selects a batch of documents from the collection for further review, receives user coding decisions for them, and re-trains a classifier using the received user coding decisions and an adjusted training set.
Description

The present application is also related to concurrently filed U.S. patent application Ser. No. 15/186,360 (published as U.S. Patent Publication No. 2016/0371364 entitled “Systems and Methods for Conducting and Terminating a Technology-Assisted Review” by Cormack and Grossman (herein after “Cormack I”).


The present application is also related to concurrently filed U.S. patent application Ser. No. 15/186,366 (published as U.S. Patent Publication No. 2016/0371260) entitled “Systems and Methods for Conducting and Terminating a Technology-Assisted Review” by Cormack and Grossman (herein after “Cormack II”).


The present application is also related to concurrently filed U.S. patent application Ser. No. 15/186,377 (published as U.S. Patent Publication No. 2016/0371369) entitled “Systems and Methods for Conducting and Terminating a Technology-Assisted Review” by Cormack and Grossman (herein after “Cormack III”).


The present application is also related to concurrently filed U.S. patent application Ser. No. 15/186,387 (published as U.S. Patent Publication No. 2016/0371262) entitled “Systems and Methods for a Scalable Continuous Active Learning Approach to Information Classification” by Cormack and Grossman (herein after “Cormack V”).


The present application is also related to U.S. application Ser. No. 13/840,029 (now, U.S. Pat. No. 8,620,842), filed on Mar. 15, 2013 entitled “Systems and methods for classifying electronic information using advanced active learning techniques” by Cormack and Grossman and published as U.S. Patent Publication No. 2014/0279716 (herein after “Cormack VI”).


The contents of all of the above-identified applications and patent publications are hereby incorporated by reference in their entireties.


FIELD OF THE INVENTION

The present invention relates generally to information processing and document classification. More particularly, the present invention relates to systems, methods and computer readable media for conducting a highly autonomous technology-assisted review process that minimizes user interaction in order to efficiently classify and rank each one of a plurality of documents in a collection of electronically stored information.


BACKGROUND

Technology-assisted review (“TAR”) involves the iterative retrieval and review of documents from a collection until a substantial majority (or “all”) of the relevant documents have been reviewed or at least identified. At its most general, TAR separates the documents in a collection into two classes or categories: relevant and non-relevant. Other (sub) classes and (sub) categories may be used depending on the particular application.


Presently, TAR lies at the forefront of information retrieval (“IR”) and machine learning for text categorization. Much like with ad-hoc retrieval (e.g., a Google search), TAR's objective is to find documents to satisfy an information need, given a query. However, the information need in TAR is typically met only when substantially all of the relevant documents have been retrieved. Accordingly, TAR relies on active transductive learning for classification over a finite population, using an initially unlabeled training set consisting of the entire document population. While TAR methods typically construct a sequence of classifiers, their ultimate objective is to produce a finite list containing substantially all relevant documents, not to induce a general classifier. In other words, classifiers generated by the TAR process are a means to the desired end (i.e., an accurately classified document collection).


TAR systems and methods including unsupervised learning, supervised learning, and active learning are discussed in Cormack VI. Generally, the property that distinguishes active learning from supervised learning is that with active learning, the learning algorithm is able to choose the documents from which it learns, as opposed to relying on user- or random selection of training documents. In pool-based settings, the learning algorithm has access to a large pool of unlabeled examples, and requests labels for some of them. The size of the pool is limited by the computational effort necessary to process it, while the number of documents for which labels are requested is limited by the human effort required to label them.


Lewis and Gale in “A sequential algorithm for training text classifiers” (Proceedings of the 17th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 3-12, 1994) compared three strategies for requesting labels: random sampling, relevance sampling, and uncertainty sampling, concluding that, for a fixed labeling budget, uncertainty sampling generally yields a superior classifier. At the same time, however, uncertainty sampling offers no guarantee of effectiveness, and may converge to a sub-optimal classifier. Subsequent research in pool-based active learning has largely focused on methods inspired by uncertainty sampling, which seek to minimize classification error by requesting labels for the most informative examples. Over and above the problem of determining the most informative examples, there are costs associated with the selection and tuning of various parameters associated with the classification methodology.


Some applications of TAR include electronic discovery (“eDiscovery”) in legal matters, systematic review in evidence-based medicine, and the creation of test collections for information retrieval (“IR”) evaluation. See G. V. Cormack and M. R. Grossman, Evaluation of machine-learning protocols for technology-assisted review in electronic discovery (Proceedings of the 37th International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 153-162, 2014); C. Lefebvre, E. Manheimer, and J. Glanville, Searching for studies (Cochrane handbook for systematic reviews of interventions. New York: Wiley, pages 95-150, 2008); M. Sanderson and H. Joho, Forming test collections with no system pooling (Proceedings of the 27th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 33-40, 2004). As introduced above, in contrast to ad-hoc search, the information need in TAR is typically satisfied only when virtually all of the relevant documents have been discovered. As a consequence, a substantial number of documents are typically examined for each review task. The reviewer is typically an expert in the subject matter, not in IR or data mining. In certain circumstances, it may be undesirable to entrust the completeness of the review to the skill of the user, whether expert or not. In eDiscovery, the review is typically conducted in an adversarial context, which may offer the reviewer limited incentive to conduct the best possible search. In systematic review, meta-analysis affords valid statistical conclusions only if the selection of studies for inclusion is reasonably complete and free of researcher bias. The creation of test collections is subject to similar constraints: the assessors are not necessarily search experts, and the resulting relevance assessments must be reasonably complete and free of selection bias.


For the reasons stated above, it may be desirable to limit discretionary choices in the selection of search tools, tuning parameters, and search strategy. Obviating such choices presents a challenge because, typically, both the topic and the collection are unique for each task to which TAR is applied, and may vary substantially in subject matter, content, and richness. Any topic- or collection-specific choices, such as parameter tuning or search queries, must either be fixed in advance, or determined autonomously by the review tool. It would be beneficial to highly automate these choices, so that the only input that may be required from the reviewer is, at the outset, a short query, topic description, or single relevant document, followed by an assessment of relevance for each document, as it is retrieved.


At the same time, it is important for each TAR task to enjoy a high probability of success. A lawyer engaged in eDiscovery in litigation, or a researcher conducting a meta-analysis or building a test collection, is unlikely to be consoled by the fact that the tool works well on average, if it fails for the particular task at hand. Accordingly, it is important to show that such failures are rare, and that such rare failures are readily apparent, so that remedial actions may promptly be taken.


The literature reports a number of search efforts aimed at achieving high recall, particularly within the context of eDiscovery and IR evaluation. Most of these efforts require extensive intervention by search experts, or prior topic- or dataset-specific training. Recall and other measures associated with information classification are discussed in Cormack VI. Many search and categorization methods are unreliable, in that they fail to achieve reasonable effectiveness for a substantial number of topics, although, perhaps, achieving acceptable effectiveness on average.


Among approaches that meet the underlying criterion of autonomy, the continuous active learning (“CAL”) method, and its implementation in Cormack and Grossman's TAR Evaluation Toolkit (“Toolkit”), appears to be the gold standard. See G. V. Cormack and M. R. Grossman, Evaluation of machine-learning protocols for technology-assisted review in electronic discovery (Proceedings of the 37th International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 153-162, 2014). The Toolkit can be found at http://cormack.uwaterloo.ca/cormack/tar-toolkit. Yet uncertainties remain regarding its sensitivity to the choice of “seed query” required at the outset, its applicability to topics and datasets with higher or lower richness, its algorithmic running time for large datasets, its effectiveness relative to non-autonomous approaches, and its generalizability to domains beyond eDiscovery.


Indeed, there is an indisputable impact associated with various engineering choices made in designing and executing classification systems. Thus, it would also be beneficial to design a TAR configuration that exhibits greater autonomy, superior effectiveness, increased generalizability, and fewer, more easily detectable failures, relative to existing TAR methods. It would be further beneficial to devise classification systems and methods that achieve improved results (e.g., high-recall) while also reducing the need for “tuning parameters” (customizing the classification effort) for the particular problem at hand.


SUMMARY OF PARTICULAR EMBODIMENTS OF THE INVENTION

The invention provides novel systems and methods for classifying information such that classifiers generated during iterations of the classification process will be able to accurately classify information for an information need to which they are applied (e.g., accurately classify documents in a collection as relevant or non-relevant) and thus, achieve high quality (e.g., high recall). In addition, these novel systems and methods will also provide increased autonomy while also reducing the need for parameterization as compared to other classification techniques.


Systems and computerized methods for classifying information are provided. The systems and methods receive an identification of a relevant document, which is used as part of a training set. The systems and methods also select a first set of documents from a document collection. The documents are part of a document collection, which is stored on a non-transitory storage medium. The systems and methods further assign a default classification to the first set of documents, which are used as a training set. Using the training set, the systems and methods train a classifier and score documents in the document collection using the classifier. If a stopping criteria is reached, the systems and methods classify one or documents in the document collection using the classifier. If a stopping criteria has not been reached, the systems and methods select a second set of documents for review and present one or more documents in the second set of documents to a reviewer. The systems and methods further receive from the reviewer user coding decisions associated with the presented documents. The systems and methods also add the presented documents for which user coding decisions were received to the training set. The systems and methods further remove documents in the first set of documents from the training set and add a third set of documents from the document collection to the training set. The systems and methods further assign a default classification to the third set of documents. The systems and methods further train and/or update a classifier using the training set. The systems and methods also increase the size of the second set of documents and repeat the steps of scoring and determining whether a stopping criteria has been reached.


In certain embodiments, the number of documents presented for review is increased between iterations. In certain embodiments, the percentage of increase is predetermined. In certain embodiments, the number of documents presented for review is varied between iterations or is selected to achieve an effectiveness target. In certain embodiments, the size of the second set of documents is increased exponentially.


In certain embodiments, the stopping criteria is the exhaustion of the first set of documents. In certain embodiments, the stopping criteria is a targeted level of recall. In certain embodiments, the stopping criteria is a targeted level of F1.


In certain embodiments, the systems and methods further sort the scored documents and present the highest scored documents to the reviewer for review. In certain embodiments, the default classification assigned to documents in the first set or third set of documents is “non-relevant.” In certain embodiments, the documents in the first or third sets are selected randomly. In certain embodiments, the identified relevant document is a synthetic document.





BRIEF DESCRIPTION OF THE DRAWINGS

The inventive principles are illustrated in the figures of the accompanying drawings which are meant to be exemplary and not limiting, and in which:



FIG. 1 is a flow diagram illustrating a highly-autonomous TAR process for classifying information in accordance with some embodiments of the present invention.



FIG. 2 is a block diagram illustrating components of a system suitable for use in an information classification platform according to certain embodiments.





DETAILED DESCRIPTION OF EMBODIMENTS OF THE INVENTION

A commonly expressed sentiment in eDiscovery is that there can be no “one size fits all” TAR solution, suggesting that it is necessary to select tools and strategy with knowledge of the topic and dataset, and that some tools are more appropriate in some situations. Generally speaking, however, in the absence of specific foreknowledge, Autonomous Technology-Assisted Review (“Auto TAR”) is able to yield better recall, with less effort, than other known tools or strategies.


Auto TAR demonstrates that reasonable and reliable results can be achieved without discretionary input to the TAR process, thereby avoiding the risk of negative bias. It may be that Auto TAR, by providing a floor level of effectiveness, can still make use of discretionary input, while avoiding the downside risk. For example, the user might provide additional seed documents or queries, either when Auto TAR appears to be stuck, or to ensure that all aspects of relevance are covered, if it could be known that Auto TAR would achieve at least its floor level of effectiveness.


The AutoTAR systems and methods preferably use a single relevant seed document, instead of the 1,000-document seed set in Cormack and Grossman's CAL implementation. This decision was motivated by several factors. Perhaps most important, was the desire to avoid the situation in which the seed set contained no relevant examples, and hence no basis for relevance feedback. Consistent with this purpose, random search, although it could be employed, is not preferable because the expected effort to find a relevant document—on the order of 1/p where p is the prevalence (or proportion) of relevant documents in the collection—would be significant when prevalence was low. Even in situations where the seed set contained one or several relevant documents, using such a sparse training set may increase the likelihood of overfitting while setting the regularization and other parameters for certain classification techniques (e.g., Support Vector Machine (“SVM”) implementations). One of Cormack and Grossman's examples (Topic 203, CAL and Simple Active Learning (“SAL”), with random seed) appears to exhibit this abnormality. See G. V. Cormack and M. R. Grossman, Evaluation of machine-learning protocols for technology-assisted review in electronic discovery (Proceedings of the 37th International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 153-162, 2014).


The motivation to use a single relevant seed document also stemmed in part from criticism of the mechanism to determine its content. It has been argued that unless the seed set is “representative of the collection,” a TAR effort may fail to yield adequate recall, and that using keywords or other judgmental techniques may “bias” the result. See K. Schieneman and T. Gricks, The implications of Rule 26(g) on the use of technology-assisted review (Federal Courts Law Review, 7(1):239-274, 2013). Accordingly, it is desirable to minimize and isolate the judgmental input needed to initiate the TAR process, so as to analyze its impact. To this end, three methods of selecting the seed document are identified: random selection, ad-hoc search (e.g., BM25), and synthetic document creation.


The first alternative is random selection. While random selection certainly limits discretionary input, such a method may not be a generally applicable method, due to the low-prevalence issue referenced above. For this use case, a randomly selected document can be seen as a proxy for a relevant document already known to the user, or identified by any number of methods. If a random document is nearly always suitable, so should such a convenience-sampled document. For the second alternative, the top-ranked (e.g., according to BM25) relevant document from an ad hoc search might be more effective, or more reliable, than a random one. But in certain scenarios, it might be worse, potentially resulting in a myopic review (one that cannot identify certain types of relevant documents). The use of a BM25 seed document is predicated on a two-phase approach: an ad hoc search to find a document, followed by Auto TAR. Generally, ad hoc search will yield a relevant document in the first several attempts; if not, the failure will be readily apparent and the user will reformulate the query rather than reviewing to an absurd depth in the ranking (e.g., the 20th results page of a Google search).


For the third alternative, a synthetic document consisting of a description of the subject matter may make a good seed document for the same reason that such a document would provide a reasonable query for a relevance-ranking algorithm for ad hoc IR. In addition, the use of a synthetic seed document offers the simplicity of a turnkey approach. The impact of these approaches can also be measured by their expected effort. For a synthetic seed, there is no search effort; for a BM25 seed, the search effort is usually de minimus; for a truly random seed, the effort is on the order of 1/p; for an arbitrary seed, there is no search effort provided at least one relevant document is known.


When the seed set is restricted to a single relevant seed document, there are no non-relevant documents with which to train the classifiers, rendering them unable to find a meaningful decision boundary. Instead of having the reviewer assess random documents for this purpose, one approach is to randomly select a number of documents (e.g., 100 documents) and presumptively and temporarily label them “not relevant” for the purpose of training classifiers. This procedure is repeated—augmenting the training set by a different set of randomly selected documents (e.g., 100 documents), presumptively labeled “not relevant,” from the documents yet to be reviewed—for each iteration of the classification process employing relevance feedback. The rationale is as follows: For low prevalence topics (p<<0.01), there will likely be no relevant documents among those presumptively labeled “not relevant”; for high prevalence topics (0.01<<p<0.5), there will likely be some relevant documents, but even more non-relevant documents, and it is unlikely that the resulting classifiers will be so poorly trained as to be unable to find sufficient relevant documents to proceed, given their high prevalence. Moreover, the choice of a different set of non-relevant examples introduces enough nondeterminism that poor training is unlikely to persist through several iterations. The intermediate case of p approx. 0.01 falls between the extremes; it should fare no worse.


It is believed that the nondeterminism introduced by the use of random presumptively non-relevant examples might aid in the coverage of diverse aspects of the topics, for much the same reason that randomization can help hill-climbing methods avoid local optima. For certain classification efforts, increasing the size of the set of documents to 1,000 appeared to degrade performance. This particular performance degradation may be due to such a large set smoothing the randomness or that the classifiers are simply overfit with this large an imbalance between relevant and non-relevant examples.


The results, however, indicate that there is little difference, if any, beyond chance in choosing between a seed selected randomly, a seed selected by chance (e.g., a relevant document already known to the user, or identified by any number of methods), and a synthetic seed constructed from the topic description. Further results indicated that chance variation between runs (due to the selection of the seed document, as well as the selection of the presumptively non-relevant training examples) was much larger than any systematic difference between seeding methods.


Instead of using a batch size of 1,000 for relevance feedback as shown in Cormack and Grossman in SIGIR 2014, the boundary case of using a batch size of 1 was employed (i.e., retraining the classifiers and selecting the single highest-ranked document). This minimal batch size may afford the process the greatest possible opportunity to learn, and hence to achieve high precision. On the other hand, it may deprive the algorithm of sufficient real (as opposed to presumptive) non-relevant examples to clearly mark the decision boundary. See D. Sculley, Practical learning from one-sided feedback (Proceedings of the 13th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 609-618, 2007). Use of this minimal batch size, however, is met with the formidable problem that the overall running time of such a solution is Ω(n2), where n is the size of the collection, by virtue of the fact that it is necessary to re-score the collection (or, at least, those documents not yet reviewed) n times. Furthermore, if the training time T(n) is superlinear, the lower bound rises to Ω(n·T(n)). Generally, a method with quadratic time complexity is not preferable for TAR applications.


Thus, to reap the benefits of early precision, while avoiding downside risk and excessive running time, exponentially increasing batch sizes may be used. For example, an initial batch size of 1 may be used, and increased at each step by the smallest number of documents greater than 10%. A growth rate of 10% was chosen because it resulted in about the same number of iterations, and hence similar computation time, as the fixed batch size of 1,000 used in Cormack and Grossman's Toolkit. It is easy to show that the asymptotic running time of this approach is O(n log n+T(n)), assuming that an O(n log n) sorting algorithm is used to select the top-ranked documents.


The above features—a single relevant seed document, presumptively labeled “not relevant” examples, exponential batch sizes, either alone or in combination with others (e.g., tf-idf features or SVMlight)—improve recall, especially at lower effort levels, and almost always improve, not only on CAL (which is reaffirmed to be consistently superior to Simple Active Learning (“SAL”) and Simple Passive Learning (“SPL”)), but on the best reported results for interactive search and judging, as well as interactive relevance feedback.


In addition to the benefits provided by Auto TAR, improvements concerning when to terminate the TAR process are also contemplated. For example, the gain curves resulting from TAR processes show clearly diminishing returns at some point, but do not show exactly how many more relevant documents remain to be found. The results indicate that if a substantial number of relevant documents are found with high precision, and then precision drops, the vast majority of relevant documents have likely been found and thus, it may be possible to terminate the review. Systems and methods for employing gain curves in the determination of whether to stop a classification process are discussed in Cormack I, Cormack II, and Cormack III.


As an alternative or supplement to the techniques described in Cormack VI, methods for a highly autonomous technology-assisted review are described. In accordance, with certain embodiments described in Cormack VI, a highly autonomous technology-assisted review minimizes the use of seed sets. In fact, review and classification can begin with as few as one “relevant” document. The methods described herein can be used in accordance with the systems and methods described in Cormack VI.


The system and methods described and claimed herein are particularly useful for transforming an unclassified collection of information into a collection of classified information by generating and applying one or more classifiers to the unclassified information (e.g., documents). Beyond effecting this particular transformation, the systems and methods described and claimed herein are more efficient than other systems and methods for classifying information, while still maintaining overall classification accuracy. The systems and methods described herein reduce the number of discretionary choices made in a classification process. Reducing the number of discretionary choices improves repeatability across multiple classification efforts and document collections. The systems and methods described herein also reduce running times for similar sized data sets when compared to other systems and methods. Thus, the efficiencies of the systems and methods described and claimed herein are not merely based on the use of computer technology to improve classification speed. Instead, these systems and methods represent a fundamental improvement in at least the field of information classification by virtue of their overall configuration.



FIG. 1 illustrates an exemplary method 1000 for classifying documents using a continuous active learning approach. In step 1020, at least one relevant document is selected. This relevant document may be selected using an ad-hoc (e.g., keyword) search of the document collection. In some embodiments, a document is automatically selected based upon its rank in one or more keyword searches. For example, the highest ranked document (most relevant) may be selected. Results from more than one keyword searches may be aggregated to form a combined score. Alternatively, the document may be a synthetic document generated to represent/approximate a document that would be relevant. In certain embodiments, the synthetic document is created from a request for production (e.g., by removing boilerplate). Synthetic documents and various techniques for selecting documents (e.g., ad-hoc searches) from a document collection are discussed in Cormack VI. See e.g., Cormack VI, ¶¶ 65-70, 184-190. In step 1040, the one or more selected documents may be added to a training set.


In step 1060, a batch size B may be set for the iteration. For example, if a single document is chosen, B=1. In step 1080, one or more documents may be added to the training set. For example, 100 documents may be added to the training set. In certain embodiments, the number of documents added is proportional (e.g., 50×) to the number of relevant documents selected in step 1020 and/or added in step 1040. In a preferred embodiment, these documents are selected randomly. Also in step 1080, these documents may be assigned a provisional classification. In a preferred embodiment, the documents are assigned a provisional classification of “non-relevant.” In certain embodiments, the documents are assigned a provisional classification of “relevant.” In certain embodiments, the documents are assigned a mixture of provisional classifications (e.g., “relevant” and “non-relevant”). When assigning a mixture of provisional classifications, the assignments may be made in any suitable proportion. In certain embodiments, documents that have been reviewed by a reviewer and assigned a user coding decision during one or more previous iterations of a classification process (e.g., a CAL process) are added to the training set. These documents may be added to the training set in addition to or instead of the documents previously discussed (e.g., randomly selected documents). In preferred embodiments, these previously reviewed documents are not assigned a provisional classification.


In step 1100, one or more classifiers are trained using document information profiles for the documents in the training set, received user coding decisions, and/or provisional classifications. The classifier may be generated in any known manner. For example, Cormack VI, describes systems and methods for generating/training a classifier using document information profiles (e.g., n-grams) and user coding decisions (e.g., relevant, non-relevant). See e.g., Cormack VI, ¶¶ 90-119. In certain preferred embodiments, classifiers are generated and updated using logistic regression. In certain embodiments, such a classifier may be generated using Sofia ML and/or SVMlight.


In step 1120, scores are generated for the documents in the collection by applying the one or more classifiers to their corresponding document information profiles. The document score may be generated in any known manner. For example, Cormack VI describes systems and methods for generating a document score using a classifier and a document information profile. See e.g., Cormack VI, ¶¶ 90-123. Preferably, the one or more scored documents include the provisionally classified documents (e.g., selected in step 1020). In step 1140, the documents may be sorted according to their scores. In preferred embodiments, the documents are sorted using a sorting algorithm with run-time O(n log n).


In step 1160, a number of documents may be selected for review and user coding decisions are received. The documents may be selected in any manner. Various techniques (e.g., use of relevance feedback) for selecting documents from a document collection and user coding decisions are discussed in Cormack VI. See e.g., Cormack VI, ¶¶ 65-70, 184-190. In certain embodiments, the documents are selected from the training set. In certain embodiments, the number of documents selected for review is based upon the batch size B. In preferred embodiments, the number of documents selected for review is equal to B. In certain embodiments, the documents are selected according to their scores. In certain preferred embodiments, likely relevant documents (e.g., those with high scores) are selected.


In step 1180, one more documents previously added to the training set are removed. For example, all documents added to the training set and previously assigned a provisional classification (e.g., as discussed with respect to step 1080) may be removed from the training set. In certain embodiments, documents previously assigned a provisional classification are not removed from the training if they have received a user coding decision (e.g., as discussed with respect to step 1160).


At step 1200, batch size B is updated. In a preferred embodiment, B is increased by









B
10



.





As indicated in step 1220, the process may continue back to step 1080 until a stopping criteria is satisfied. Any suitable stopping criteria may be used. More specifically, any of the stopping criteria for TAR processes discussed in Cormack I-III or Cormack V-VI, each of which are incorporated by reference may be used. For example, in addition or as an alternative, a determination of marginal precision or suitable ad-hoc techniques may also be used as a stopping criteria. In certain embodiments, a stopping criteria is reached after a sufficient number of documents from the document collection have been reviewed and/or assigned user coding decisions. In certain embodiments, a stopping criteria is reached at a targeted level of recall. In certain embodiments, a stopping criteria is reached at a targeted level of F1.


In certain embodiments, the process may continue back to step 1020 (i.e., start over) based upon received coding decisions. For example, when selecting likely relevant documents in step 1160, after receiving one or more user coding decisions (or a certain percentage of classifications) labeling the selected document as “not relevant,” the process may return to step 1020.



FIG. 2 is an exemplary system 2000 for performing the methods discussed with respect to FIG. 1 of the instant disclosure. The system 2000 may include a computing device 2010 and reviewer/user 2200. Computing device 2010 may further include a processor 2020 and storage device 2100. Storage device 2100 may be a hard disk, RAM, ROM, CD-ROM, and/or any other suitable non-transitory computer readable media. The methods discussed and described with respect to FIG. 1 of the instant disclosure may be stored as instructions in one more modules (e.g., classification process 2120, active learning 2140, and stopping criteria determination 2180, or other suitable modules) and executed on a processor (e.g., processor 2020). Documents (e.g., selected documents or documents of a document collection) and/or document information profiles may also be stored in one or more storage devices (e.g., storage device 2100).


In addition, the systems and platforms described with respect to FIGS. 1-3 and 10 of Cormack VI, which is incorporated by reference herein in its entirety, may be used either independently, combined, or in conjunction with other components as part of a classification system configured to perform the methods discussed and described with respect to FIG. 1 of the instant disclosure. For example, a classification system implementing the methods described with respect to FIG. 1 may be implemented on a single device (e.g., a standard PC computer, tablet, laptop, smartphone, or other device). Such a device may run a standard operating system (e.g., Windows, Linux, OSX, Android, iOS) and the classification system is conventionally installed as one or more programs or libraries on the device itself. When the device is, for example, a laptop, tablet, or smartphone, the classification system is easily transportable. For example, the methods discussed and described with respect to FIG. 1 of the instant disclosure may be stored in storage device 226 or 244 of Cormack VI FIGS. 3 and 10 as instructions, which may be executed on processors 224 or 242 of Cormack VI FIGS. 3 and 10. Such a device may or may not be further connected to one or more computers or other devices via a network. Alternatively, a classification system implementing the methods described with respect to FIG. 1 may be distributed across a plurality of devices in communication with one another (e.g., over a network) as in FIG. 2 of Cormack VI. For example, the methods discussed and described with respect to FIG. 1 of the instant disclosure may be stored in storage device 226 and/or 244 of Cormack VI FIGS. 2, 3, and 10 as instructions, which may be executed on processors 224 and/or 242 of Cormack VI FIGS. 2, 3, and 10. Alternatively, the classification system implementing the methods described with respect to FIG. 1 may be contained on computer readable media (e.g., a CD, hard disk, USB drive, and/or other bootable media) which, when inserted or coupled to the device, causes the classification system to be run entirely on the device or more than one device. Such a device may or may not be further connected to one or more computers or other devices via a network.


One of ordinary skill in the art will appreciate that, aside from providing advantages in e-discovery review, the improved active learning systems, methods and media discussed throughout the disclosure herein may be applicable to a wide variety of fields that require data searching, retrieval, and screening. This is particularly true for applications which require searching for predetermined information or patterns within electronically stored information (regardless of format, language and size), especially as additional documents are added to the collection to be searched. Exemplary areas of potential applicability are law enforcement, security, and surveillance, as well as internet alert or spam filtering, regulatory reporting and fraud detection (whether within internal organizations or for regulatory agencies).


For example, in law enforcement, security, and for surveillance applications, the principles of the invention could be used to uncover new potential threats using already developed classifiers or to apply newly-classified information to discover similar patterns in prior evidence (e.g., crime or counter-terrorism prevention, and detection of suspicious activities). As another example, the principles of the invention could be used for healthcare screening using already developed classifiers or to apply newly-classified information to discover similar patterns in prior evidence (e.g., as predictors for conditions and/or outcomes).


While there have been shown and described various novel features of the invention as applied to particular embodiments thereof, it will be understood that various omissions and substitutions and changes in the form and details of the systems, methods and media described and illustrated, may be made by those skilled in the art without departing from the spirit of the invention. For example, the various method steps described herein may be reordered, combined, or omitted where applicable. Those skilled in the art will recognize, based on the above disclosure and an understanding therefrom of the teachings of the invention, that the particular hardware and devices that are part of the invention, and the general functionality provided by and incorporated therein, may vary in different embodiments of the invention. Accordingly, the particular systems, methods and results shown in the figures are for illustrative purposes to facilitate a full and complete understanding and appreciation of the various aspects and functionality of particular embodiments of the invention as realized in system and method embodiments thereof. Any of the embodiments described herein may be hardware-based, software-based and preferably comprise a mixture of both hardware and software elements. Thus, while the description herein may describe certain embodiments, features or components as being implemented in software or hardware, it should be recognized that any embodiment, feature or component that is described in the present application may be implemented in hardware and/or software. Those skilled in the art will appreciate that the invention can be practiced in other than the described embodiments, which are presented for purposes of illustration and not limitation, and the present invention is limited only by the claims which follow.

Claims
  • 1. A system for classifying information, the system comprising: at least one computing device having a processor and physical memory, the physical memory storing instructions that cause the processor to:receive an identification of a relevant document;select a first set of documents from a document collection, wherein the document collection is stored on a non-transitory storage medium;assign a first set of default classifications to documents in the first set of documents to be used as a training set along with the relevant document;train a classifier using the training set;score one or more documents in the document collection using the classifier;upon determining that a stopping criteria has been reached, classify one or more documents in the document collection using the classifier;upon determining that a stopping criteria has not been reached, select a second set of documents having a batch size for presenting to a reviewer for review prior to repeating the step of training the classifier;present one or more documents in the second set of documents to the reviewer;receive from the reviewer user coding decisions associated with the presented documents;add one or more of the documents presented to the reviewer for which user coding decisions were received to the training set;remove one or more documents in the first set of documents from the training set;add a third set of documents from the document collection to the training set;assign a second set of default classifications to one or more documents in the third set of documents;update the classifier using one or more documents in the training set;increase the batch size of documents selected for the second set of documents; andrepeat the steps of training, scoring and determining whether a stopping criteria has been reached;wherein the first and second set of default classifications are presumptively assigned classifications used for the purpose of training the classifier in order to form a decision boundary, the presumptively assigned classifications not being based on a review; and wherein the one or more documents in the first set of documents removed from the training set are documents previously assigned a presumptively assigned classification.
  • 2. The system of claim 1, wherein the number of documents presented for review is increased between iterations.
  • 3. The system of claim 2, wherein the increase is 10%.
  • 4. The system of claim 2, wherein the batch size is increased exponentially between iterations.
  • 5. The system of claim 1, wherein the number of documents presented for review is varied between iterations or is selected to achieve an effectiveness target.
  • 6. The system of claim 1, wherein the stopping criteria is the exhaustion of the first set of documents.
  • 7. The system of claim 1, wherein the stopping criteria is a targeted level of recall.
  • 8. The system of claim 1, wherein the stopping criteria is a targeted level of F1, where F1 is a measure that combines recall and precision.
  • 9. The system of claim 1, further comprising instructions that cause the processor to sort the scored documents and present to the reviewer the highest scored documents for review.
  • 10. The system of claim 1, wherein the presumptively assigned classification assigned to documents in the first set or second set of default classifications is “non-relevant”.
  • 11. The system of claim 1, wherein the documents in the first or third sets are selected randomly.
  • 12. The system of claim 1, wherein the identified relevant document is a synthetic document.
  • 13. The system of claim 1, wherein the presumptively assigned classification is a temporary label that is used to train the classifier, and the presumptively assigned classification is not based on actual determination of relevance by the reviewer.
  • 14. A computerized method for classifying information, the method comprising: receiving an identification of a relevant document;selecting a first set of documents from a document collection, wherein the document collection is stored on a non-transitory storage medium;assigning a first set of default classifications to documents in the first set of documents to be used as a training set along with the relevant document;training a classifier using the training set;scoring one or more documents in the document collection using the classifier;upon determining that a stopping criteria has been reached, classifying one or more documents in the document collection using the classifier;upon determining that a stopping criteria has not been reached, selecting a second set of documents having a batch size for presenting to a reviewer for review prior to repeating the step of training the classifier;presenting one or more documents in the second set of documents to the reviewer;receiving from the reviewer user coding decisions associated with the presented documents;adding one or more of the documents presented to the reviewer for which user coding decisions were received to the training set;removing one or more documents in the first set of documents from the training set;adding a third set of documents from the document collection to the training set;assigning a second set of default classifications to one or more documents in the third set of documents;updating the classifier using one or more documents in the training set;increasing the batch size of documents selected for the second set of documents; andrepeating the steps of training, scoring and determining whether a stopping criteria has been reached;wherein the first and second set of default classifications are presumptively assigned classifications used for the purpose of training the classifier in order to form a decision boundary, the presumptively assigned classifications not being based on a review; and wherein the one or more documents in the first set of documents removed from the training set are documents previously assigned a presumptively assigned classification.
  • 15. The method of claim 14, wherein the number of documents presented for review is increased between iterations.
  • 16. The method of claim 15, wherein the increase is 10%.
  • 17. The method of claim 14, wherein the batch size is increased exponentially between iterations.
  • 18. The method of claim 14, wherein the number of documents presented for review is varied between iterations or is selected to achieve an effectiveness target.
  • 19. The method of claim 14, wherein the stopping criteria is the exhaustion of the first set of documents.
  • 20. The method of claim 14, wherein the stopping criteria is a targeted level of recall.
  • 21. The method of claim 14, wherein the stopping criteria is a targeted level of F1, where F1 is a measure that combines recall and precision.
  • 22. The method of claim 14, further comprising sorting the scored documents and presenting to the reviewer the highest scored documents for review.
  • 23. The method of claim 14, wherein the presumptively assigned classification assigned to documents in the first set or second set of default classifications is “non-relevant”.
  • 24. The method of claim 14, wherein the documents in the first or third sets are selected randomly.
  • 25. The method of claim 14, wherein the identified relevant document is a synthetic document.
  • 26. The method of claim 14, wherein the presumptively assigned classification is a temporary label that is used to train the classifier, and the presumptively assigned classification is not based on actual determination of relevance by the reviewer.
CROSS-REFERENCE TO RELATED APPLICATIONS

The present application claims the benefit of U.S. Provisional Application No. 62/182,028, filed on Jun. 19, 2015, entitled “Systems and Methods for Conducting and Terminating a Technology-Assisted Review, and U.S. Provisional Application 62/182,072, filed on Jun. 19, 2015, entitled “Systems and Methods for Conducting a Highly Autonomous Technology-Assisted Review.”

US Referenced Citations (163)
Number Name Date Kind
4839853 Deerwester et al. Jun 1989 A
5675710 Lewis Oct 1997 A
5675819 Schuetze Oct 1997 A
6189002 Roitblat Feb 2001 B1
6463430 Brady et al. Oct 2002 B1
6678679 Bradford Jan 2004 B1
6687696 Hofman et al. Feb 2004 B2
6738760 Krachman May 2004 B1
6751614 Rao Jun 2004 B1
6778995 Gallivan Aug 2004 B1
6847966 Sommer et al. Jan 2005 B1
6888548 Gallivan May 2005 B1
6954750 Bradford Oct 2005 B2
6978274 Gallivan et al. Dec 2005 B1
7113943 Bradford et al. Sep 2006 B2
7197497 Cossock Mar 2007 B2
7272594 Lynch et al. Sep 2007 B1
7313556 Gallivan et al. Dec 2007 B2
7328216 Hofman et al. Feb 2008 B2
7376635 Porcari et al. May 2008 B1
7440622 Evans Oct 2008 B2
7461063 Rios Dec 2008 B1
7483892 Sommer et al. Jan 2009 B1
7502767 Forman Mar 2009 B1
7529737 Aphinyanaphongs et al. May 2009 B2
7529765 Brants et al. May 2009 B2
7558778 Carus et al. Jul 2009 B2
7574409 Patinkin Aug 2009 B2
7574446 Collier et al. Aug 2009 B2
7580910 Price Aug 2009 B2
7610313 Kawai et al. Oct 2009 B2
7657522 Puzicha et al. Feb 2010 B1
7676463 Thompson et al. Mar 2010 B2
7747631 Puzicha et al. Jun 2010 B1
7809727 Gallivan et al. Oct 2010 B2
7844566 Wnek Nov 2010 B2
7853472 Al-Abdulqader et al. Dec 2010 B2
7899871 Kumar et al. Mar 2011 B1
7912698 Statnikov et al. Mar 2011 B2
7933859 Puzicha et al. Apr 2011 B1
8005858 Lynch et al. Aug 2011 B1
8010534 Roitblat et al. Aug 2011 B2
8015124 Milo et al. Sep 2011 B2
8015188 Gallivan et al. Sep 2011 B2
8024333 Puzicha et al. Sep 2011 B1
8079752 Rausch et al. Dec 2011 B2
8103678 Puzicha et al. Jan 2012 B1
8126826 Pollara et al. Feb 2012 B2
8165974 Privault et al. Apr 2012 B2
8171393 Rangan et al. May 2012 B2
8185523 Lu et al. May 2012 B2
8189930 Renders et al. May 2012 B2
8219383 Statnikov et al. Jul 2012 B2
8275772 Aphinyanaphongs et al. Sep 2012 B2
8296309 Brassil et al. Oct 2012 B2
8326829 Gupta Dec 2012 B2
8346685 Ravid Jan 2013 B1
8392443 Allon et al. Mar 2013 B1
8429199 Wang et al. Apr 2013 B2
8527523 Ravid Sep 2013 B1
8533194 Ravid et al. Sep 2013 B1
8543520 Diao Sep 2013 B2
8612446 Knight Dec 2013 B2
8620842 Cormack Dec 2013 B1
8706742 Ravid et al. Apr 2014 B1
8713023 Cormack et al. Apr 2014 B1
8751424 Wojcik Jun 2014 B1
8838606 Cormack et al. Sep 2014 B1
8996350 Dub et al. Mar 2015 B1
9122681 Cormack et al. Sep 2015 B2
9171072 Scholtes et al. Oct 2015 B2
9223858 Gummaregula et al. Dec 2015 B1
9235812 Scholtes Jan 2016 B2
9269053 Naslund et al. Feb 2016 B2
9595005 Puzicha et al. Mar 2017 B1
9607272 Yu et al. Mar 2017 B1
9886500 George et al. Feb 2018 B2
20020007283 Anelli Jan 2002 A1
20030120653 Brady et al. Jun 2003 A1
20030139901 Forman Jul 2003 A1
20030140309 Saito et al. Jul 2003 A1
20040064335 Yang Apr 2004 A1
20050010555 Gallivan Jan 2005 A1
20050027664 Johnson et al. Feb 2005 A1
20050134935 Schmidtler et al. Jun 2005 A1
20050171948 Knight Aug 2005 A1
20050228783 Shanahan Oct 2005 A1
20050289199 Aphinyanaphongs et al. Dec 2005 A1
20060074908 Selvaraj Apr 2006 A1
20060161423 Scott et al. Jul 2006 A1
20060212142 Madani et al. Sep 2006 A1
20060242098 Wnek Oct 2006 A1
20060242190 Wnek Oct 2006 A1
20060294101 Wnek Dec 2006 A1
20070122347 Statnikov et al. May 2007 A1
20070156615 Davar et al. Jul 2007 A1
20070156665 Wnek Jul 2007 A1
20070179940 Robinson et al. Aug 2007 A1
20080052273 Pickens Feb 2008 A1
20080059187 Roitblat et al. Mar 2008 A1
20080086433 Schmidtler et al. Apr 2008 A1
20080104060 Abhyankar et al. May 2008 A1
20080141117 King et al. Jun 2008 A1
20080154816 Xiao Jun 2008 A1
20080288537 Golovchinsky et al. Nov 2008 A1
20090006382 Tunkelang et al. Jan 2009 A1
20090024585 Back et al. Jan 2009 A1
20090077068 Aphinyanaphongs et al. Mar 2009 A1
20090077570 Oral et al. Mar 2009 A1
20090083200 Pollara et al. Mar 2009 A1
20090119140 Kuo et al. May 2009 A1
20090119343 Jiao et al. May 2009 A1
20090157585 Fu et al. Jun 2009 A1
20090164416 Guha Jun 2009 A1
20090265609 Rangan et al. Oct 2009 A1
20100030763 Chi Feb 2010 A1
20100030798 Kumar et al. Feb 2010 A1
20100049708 Kawai et al. Feb 2010 A1
20100077301 Bodnick et al. Mar 2010 A1
20100082627 Lai et al. Apr 2010 A1
20100106716 Matsuda Apr 2010 A1
20100150453 Ravid et al. Jun 2010 A1
20100169244 Zeljkovic et al. Jul 2010 A1
20100198864 Ravid et al. Aug 2010 A1
20100217731 Fu et al. Aug 2010 A1
20100250474 Richards et al. Sep 2010 A1
20100253967 Privault et al. Oct 2010 A1
20100257141 Monet et al. Oct 2010 A1
20100287160 Pendar Nov 2010 A1
20100293117 Xu Nov 2010 A1
20100306206 Brassil et al. Dec 2010 A1
20100312725 Privault et al. Dec 2010 A1
20110004609 Chitiveli Jan 2011 A1
20110029525 Knight Feb 2011 A1
20110029526 Knight et al. Feb 2011 A1
20110029527 Knight et al. Feb 2011 A1
20110029536 Knight et al. Feb 2011 A1
20110047156 Knight et al. Feb 2011 A1
20110103682 Chidlovskii et al. May 2011 A1
20110119209 Kirshenbaum et al. May 2011 A1
20110125751 Evans May 2011 A1
20110251989 Kraaij et al. Oct 2011 A1
20110295856 Roitblat et al. Dec 2011 A1
20110307437 Aliferis et al. Dec 2011 A1
20110314026 Pickens et al. Dec 2011 A1
20110320453 Gallivan et al. Dec 2011 A1
20120047159 Pickens et al. Feb 2012 A1
20120095943 Yankov et al. Apr 2012 A1
20120102049 Puzicha et al. Apr 2012 A1
20120158728 Kumar et al. Jun 2012 A1
20120191708 Barsony et al. Jul 2012 A1
20120278266 Naslund et al. Nov 2012 A1
20120278321 Traub Nov 2012 A1
20140108312 Knight et al. Apr 2014 A1
20140280173 Scholtes et al. Sep 2014 A1
20150012448 Bleiweiss et al. Jan 2015 A1
20150310068 Pickens et al. Oct 2015 A1
20150324451 Cormack et al. Nov 2015 A1
20160019282 Lewis et al. Jan 2016 A1
20160371260 Cormack et al. Dec 2016 A1
20160371262 Cormack et al. Dec 2016 A1
20160371364 Cormack et al. Dec 2016 A1
20160371369 Cormack et al. Dec 2016 A1
Foreign Referenced Citations (2)
Number Date Country
103092931 May 2013 CN
WO 2013010262 Jan 2013 WO
Non-Patent Literature Citations (29)
Entry
Almquist, “Mining for Evidence in Enterprise Corpora”, Doctoral Dissertation, University of Iowa, 2011, http://ir.uiowa.edu/etd/917.
Analytics News Jul. 11, 2013, Topiary Discovery LLC blog, Critical Thought in Analytics and eDiscovery [online], [retrieved on Jul. 15, 2013]. Retrieved from the Internet: URL<postmodern-ediscovery.blogspot.com>.
Bagdouri et al. “Towards Minimizing the Annotation Cost of Certified Text Classification,” CIKM '13, Oct. 27-Nov. 1, 2013.
Ball, “Train, Don't Cull, Using Keywords”, [online] Aug. 5, 2012, [retrieved on Aug. 30, 2013]. Retrieved from the Internet: URL<ballinyourcourt.wordpress.com/2012/08/05/train-don't-cull-using-keywords/.
Büttcher et al., “Information Retrieval Implementing and Evaluating Search Engines”, The MIT Press, Cambridge, MA/London, England, Apr. 1, 2010.
Cormack et al., “Autonomy and Reliability of Continuous Active Learning for Technology-Assisted Review,” Apr. 26, 2015.
Cormack et al., “Efficient and Effective Spam Filtering and Re-ranking for Large Web Datasets”, Apr. 29, 2010.
Cormack et al., “Engineering Quality and Reliability in Technology-Assisted Review,” Jan. 21, 2016.
Cormack et al., “Evaluation of Machine-Learning Protocols for Technology-Assisted Review in Electronic Discovery,” Jan. 27, 2014.
Cormack et al., “Evaluation of Machine-Learning Protocols for Technology-Assisted Review in Electronic Discovery,” SIGIR 14, Jul. 6-11, 2014.
Cormack et al., “Machine Learning for Information Retrieval: TREC 2009 Web, Relevance Feedback and Legal Tracks”, Cheriton School of Computer Science, University of Waterloo.
Cormack et al., “Multi-Faceted Recall of Continuous Active Learning for Technology-Assisted Review,” Sep. 13, 2015.
Cormack et al., “Power and Bias of Subset Pooling Strategies”, Published Jul. 23-27, 2007, SIGIR 2007 Proceedings, pp. 837-838.
Cormack et al., “Reciprocal Rank Fusion outperforms Condorcet and Individual Rank Learning Methods”, SIGIR 2009 Proceedings, pp. 758-759.
Cormack et al., “Scalability of Continuous Active Learning for Reliable High-Recall Text Classification,” Feb. 12, 2016.
Cormack et al., “Waterloo (Cormack) Participation in the TREC 2015 Total Recall Track,” Jan. 24, 2016.
Godbole et al., “Document classification through interactive supervision of document and term labels”, PKDD 2004, pp. 12.
Grossman et al., “Technology-Assisted Review in E-Discovery Can Be More Effective and More Efficient Than Exhaustive Manual Review”, XVII Rich. J.L. & Tech. 11 (2011), http://jolt.richmond.edu/v17l3/article11.pdf.
Lad et al., “Learning to Rank Relevant & Novel Documents Through User Feedback”, CIMM 2010, pp. 10.
Lu et al., “Exploiting Multiple Classifier Types with Active Learning”, GECCO, 2009, pp. 1905-1908.
Pace et al., “Where the Money Goes: Understanding Litigant Expenditures for Producing Electronic Discovery”, RAND Institute for Civil Justice, 2012.
Pickens, “Predictive Ranking: Technology Assisted Review Designed for the Real World”, Catalyst Repository Systems, Feb. 1, 2013.
Safadi et al., “active learning with multiple classifiers for multimedia indexing”, Multimed. Tools Appl., 2012, 60, pp. 403-417.
Shafiei et al., “Document Representation and Dimension Reduction for Text Clustering”, Data Engineering Workshop, 2007, pp. 10.
Seggebruch, “Electronic Discovery Utilizing Predictive Coding”, Recommind, Inc. [online], [retrieved on Jun. 30, 2013]. Retrieved from the Internet: URL<http://www.toxictortlitigationblog.com/Disco.pdf>.
Wallace et al., “Active Learning for Biomedical Citation Screening,” KDD' 10 , Jul. 25-28, 2010.
Webber et al., “Sequential Testing in Classifier Evaluation Yields Biased Estimates of Effectiveness,” SIGIR '13, Jul. 28-Aug. 1, 2013.
Forman, “An extensive Empirical Study of Feature Selection Metrics for Text Classification,” Journal of Maching Learning Research 3 (2003) 1289-1305.
Yang, et al. “Inflection points and singularities on C-curves,” Computer Aided Geometric Design 21 (2004) pp. 207-213.
Related Publications (1)
Number Date Country
20160371261 A1 Dec 2016 US
Provisional Applications (2)
Number Date Country
62182028 Jun 2015 US
62182072 Jun 2015 US