<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Evaluation of Seed Set Selection Approaches and Active Learning Strategies in Predictive Coding</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Christian</forename><forename type="middle">J</forename><surname>Mahoney</surname></persName>
							<email>cmahoney@cgsh.com</email>
							<affiliation key="aff0">
								<orgName type="institution">Discovery Cleary Gottlieb Steen &amp; Hamilton LLP. Washington</orgName>
								<address>
									<region>D.C</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Nathaniel</forename><surname>Huber-Fliflet</surname></persName>
							<email>nathaniel.huber-fliflet@ankura.com</email>
							<affiliation key="aff1">
								<orgName type="department">Data &amp; Technology Ankura Consulting Group</orgName>
								<orgName type="institution">LLC Washington</orgName>
								<address>
									<region>D.C</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Haozhen</forename><surname>Zhao</surname></persName>
							<email>haozhen.zhao@ankura.com</email>
							<affiliation key="aff2">
								<orgName type="department">Data &amp; Technology Ankura Consulting Group</orgName>
								<orgName type="institution">LLC Washington</orgName>
								<address>
									<region>D.C</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Jianping</forename><surname>Zhang</surname></persName>
							<email>jianping.zhang@ankura.com</email>
							<affiliation key="aff3">
								<orgName type="department">Data &amp; Technology Ankura Consulting Group</orgName>
								<orgName type="institution">LLC Washington</orgName>
								<address>
									<region>D.C</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Peter</forename><surname>Gronvall</surname></persName>
							<email>peter.gronvall@ankura.com</email>
							<affiliation key="aff4">
								<orgName type="department">Data &amp; Technology Ankura Consulting Group</orgName>
								<orgName type="institution">LLC Washington</orgName>
								<address>
									<region>D.C</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Shi</forename><surname>Ye</surname></persName>
							<email>shi.ye@ankura.com</email>
							<affiliation key="aff5">
								<orgName type="department">Data &amp; Technology Ankura Consulting Group</orgName>
								<orgName type="institution">LLC Washington</orgName>
								<address>
									<region>D.C</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Evaluation of Seed Set Selection Approaches and Active Learning Strategies in Predictive Coding</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">28EEDE2B258051EB96D203D1DD01D903</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T17:32+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>text classification</term>
					<term>predictive coding</term>
					<term>technology assisted review</term>
					<term>TAR</term>
					<term>electronic discovery</term>
					<term>eDiscovery</term>
					<term>e-discovery</term>
					<term>Continuous Active Learning</term>
					<term>CAL</term>
					<term>SAL</term>
					<term>Machine Learning</term>
					<term>seed set</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Active learning is a popular methodology in text classificationknown in the legal domain as 'predictive coding' or 'Technology Assisted Review' or 'TAR' -due to its potential to minimize the required review effort to build effective classifiers. It is generally assumed that when building a classifier of data for legal purposes (such as production to an opposing party or identification of attorney-client privileged data), the seed set matters less as additional learning rounds are performed, thus in most existing relevant seed set studies the seed set is either built from a random document set or from synthetic documents. However, our recent empirical evaluation on a range of seed set selection strategies demonstrates that the seed set selection strategy can significantly impact predictive coding performance. It is unclear whether that conclusion applies to active learning for predictive coding. In this study, we try to answer that question by using extensive experimentation which examines the impact of popular seed set selection strategies in active learning, within a predictive coding exercise. Additionally, significant research has been devoted to achieving high levels of recall efficiently through continuous active learning strategies when there is an assumption that human review will continue until a certain recall is achieved. However, for reasons such as monetary costs, sensitivity of data (or lack thereof), or time to classify a population, this heavy human lift is often less than ideal for lawyers that are classifying a population for production to an opposing party or classifying a population for attorney-client privilege. Often the strategy is to, instead, minimize the human review effort and to classify a population efficiently with minimal human intervention. In these instances, the selection strategy may be different than what prior research suggests. In this study, we evaluate different active learning strategies against well-researched continuous active learning strategies for the purpose of determining efficient training methods for classifying large populations quickly and precisely. We study how random sampling, keyword models and clustering based seed set selection strategies combined together with top-ranked, uncertain, random, recall inspired, and hybrid active learning document selection strategies affect the performance of active learning for predictive coding. For the purpose of this study, we use the percentage of documents requiring review to reach 75% recall as the 'benchmark' metric to evaluate and compare our approaches. 75% is a commonly used recall threshold in the legal domain when using classifiers to designate documents for production. In most cases we find that seed set selection methods have a minor impact, though they do show significant impact in lower richness data sets or when choosing a top-ranked active learning selection strategy. Our results also show that active learning selection strategies implementing uncertainty, random, or 75% recall selection strategies has the potential to reach the optimum active learning round much earlier than the popular continuous active learning approach (top-ranked selection). The results of our research shed light on the impact of active learning seed set selection strategies and also the effectiveness of the selection strategies for the following learning rounds. Legal practitioners can use the results of this study to enhance the efficiency, precision, and simplicity of their predictive coding process.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The exponential growth of electronically stored information (ESI) falling within the scope of today's large legal cases creates unique challenges for all parties involved, including clients, lawyers, and courts/tribunals/enforcement agencies. Given the volumes and complexities of ESI, litigators struggle to identify documents relevant to a case (with data populations doubling about every two years) <ref type="bibr" target="#b9">[10]</ref>, while maintaining the quality and affordability of legal document review. Companies regularly spend millions of dollars producing responsive ESI for matters in litigation, and research shows that often the majority of the costs are incurred by the review process <ref type="bibr" target="#b11">[12]</ref>. The traditional manual review approach is often neither economically feasible nor timely enough to meet courts' or regulators' requirements. To confront these challenges, predictive coding is increasingly embraced by legal practitioners to cull through massive volumes of data for relevant information. Predictive coding, or text classification as it is referred to in the machine learning domain, uses a machine learning algorithm to train a model from a sample set, then uses the model to identify documents that are potentially relevant, which can then be isolated for legal document production or prioritized for review.</p><p>A common protocol in applying predictive coding in legal document review is to, instead of relying on a single model trained from a single seed set, train predictive coding models using an iterative approach. Following the coding of a first round of training, commonly referred to as a seed set, an initial predictive model is createdthis model is used to score all the unlabeled documents. Then, a training document selection strategy is used to choose new training documents from the scored population. These documents will be reviewed, and then added to the training set to train a new version of the model. This process is repeated until the goal of manually finding enough relevant documents during an active learning review is met (a strategy called Continuous Active Learning, or "CAL") or until the performance of the latest model meets an acceptable recall threshold with an acceptable amount of precision. Once this level is met the document-level scoring from the classifier is used to make a relevance determination on the remaining unreviewed documents in the population (a strategy called Simple Active Learning, or "SAL"). Existing studies show that active learning approaches provide an advantage by finding as many relevant documents as possible while spending minimal review efforts <ref type="bibr" target="#b2">[3]</ref>. However, these studies assume the human review of all documents identified as relevant by the predictive model and focus on how best to expedite this process through continuous prioritization of relevant documents until target recall thresholds are achieved <ref type="bibr" target="#b3">[4]</ref>. This group of collaborators finds that though there are real world legal matters where such human review is excessively costly or time consuming, there are a lack of studies that focus on SAL and how to most efficiently train an active learning model that efficiently achieves a high level of recall with minimal human review of training documents.</p><p>In certain situations, particularly where minimizing either the time or cost to classify a data set is paramount, this can be a more desirable approach than a Continuous Active Learning protocol that reprioritizes documents round after round until a desired recall is achieved through human review. There are two critical aspects of this kind of protocol. One aspect concerns the initial seed set used to train the first-round modelwhether seed sets selected using different approaches ultimately have a significant impact on an active learning model. The other aspect concerns the impact of how additional training documents are chosen and added to improve model performance. A more thorough understanding of these two aspects will provide guidance to legal practitioners to make decisions in managing the predictive coding process that will help to minimize the amount of time and cost to develop a highly effective model.</p><p>In this paper, we report our empirical studies on the impact of seed set selection and active learning document selection strategies on predictive coding for legal document review. We use four fully coded or labeled data sets prepared in response to production requests in actual legal matters spanning across different industries.</p><p>For each of these data sets, we utilize their keyword search terms for testing seeding and iterative training strategies. We conducted roughly 115,000 rounds of predictive coding experiments to study how different seed set selection and active learning document selection strategies affect the performance of predictive coding. Our paper is organized as follows. (i) We first review existing research related to seed set selection and active learning document selection strategies. (ii) We then lay out our methodology, including the seed set selection and active learning document selection strategies, as well as our research questions. (iii) Next, we introduce the data sets used in our experiments, our experimental procedure, and our evaluation metrics. (iv) Finally, we discuss our experimental results and conclude the paper with key insights from our study and describe future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>The seed set, as the initial training set for predictive coding, has created significant debates in the legal domain. One of these debates centers around how the seed set, or initial training set of documents, should be generated. In our research, we focus on the best strategies to generate seed sets.</p><p>There is no established consensus on seed set selection sampling methods. Two major seed set selection methods are: random sampling and judgmental sampling. Schieneman et. al. argue that the seed set should be "representative of the collection" thus based on random sampling such that the predictive coding process would result in adequate recall and that judgmental sampling could potentially "bias" results <ref type="bibr" target="#b13">[14]</ref>. In contrast, Cormack et al. <ref type="bibr" target="#b3">[4]</ref> propose the use of a synthetic seed document, e.g. constructed from topic descriptions, in their AutoTAR protocol. Pickens et al. <ref type="bibr" target="#b12">[13]</ref> studied manual seeding in the TREC Total Recall Track and found that initial seeding conditions had impact on task outcomes. In our previous work <ref type="bibr" target="#b10">[11]</ref>, we studied the effect of different seed set selection strategies in predictive coding, and empirically demonstrated that complex seed set selection techniques with the purpose of ensuring the diversity of the seed set or increasing its richness only provides modest improvement when compared to the random sampling.</p><p>In active learning protocols, a key component is the method of selecting additional training documents after each round. The seminal work by Lewis et al. <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9]</ref> showed that choosing additional training documents closest to a score of .5 (on a scale of 0 to 1), that are the area that Lewis describes as most uncertain to the classifier, produces an effective classifier quicker than other selection strategies. In their original paper on the Continuous Active Learning protocol, Cormack et al. <ref type="bibr" target="#b2">[3]</ref> compared three active learning document selection strategies: (i) select top scored documents (most commonly associated with CAL); (ii) select documents of which the learning algorithm is most uncertain in making a relevance call (most commonly associated with SAL); and (iii) select documents randomly (most commonly associated with Simple Passive Learning, or SPL). Their paper demonstrated that the CAL training selection strategy consistently outperformed other approaches in finding the most relevant documents with minimal review efforts. Chhatwal et al. <ref type="bibr" target="#b1">[2]</ref> also studied the same three active learning document selection strategies, Top-Ranked, Uncertain, and Random applied to real legal matter data sets. This study revealed that always selecting the highest-scoring documents as additional training documents may not be the most efficient approach because round by round the model's performance may not improve. Both conclusions are understandable if we appreciate the dual purpose inherent in active learning: (i) quickly find as many relevant documents as possible; (ii) train an effective final model using as few rounds as possible. The conflicting conclusions of the two studies are due to evaluating the selection strategies differently. In Cormack's work, the performance was evaluated using only the training set, namely the documents that were selected. In our work, the performance was evaluated on both the documents selected and the documents classified by the model. Recently, there are new efforts in experimenting with retraining strategies in CAL. Ghelani et al. <ref type="bibr" target="#b4">[5]</ref> compared retraining with exponentially increased or static top-scored documents, as well as partial retraining, precision-based, and recency weighted retraining strategies, and show that CAL can achieve higher recall when retraining more frequently.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Training Document Selection</head><p>In this section, we introduce both seed set document selection and active learning document selection strategies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Seed Set Selection Methods</head><p>In our previous paper <ref type="bibr" target="#b10">[11]</ref>, we studied the predictive coding performance of the following seed set selection strategies.</p><p>• Random Sampling (random): generate a random sample of documents from the corpus of all documents.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>Stratified Keyword Sampling (keyword_method1): select an equal number of documents from the document hits of each keyword developed by counsel for the purpose of identifying responsive information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>Weighted Stratified Keyword Sampling (keyword_method2): select a number of documents from document hits of each keyword proportional to the hits size.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>Clustering Sampling (cluster_method1): select an equal number of documents from each cluster. We use a variant of the K-Means clustering algorithm to create a cluster set of three branches to a depth of five layers for each data set.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>Weighted Clustering Sampling (cluster_method2): select a number of documents from each cluster proportional to the cluster size.</p><p>More detailed description of these seed set selection methods can be found in <ref type="bibr" target="#b10">[11]</ref>. It should be noted the MID_75RC strategy is a novel strategy that we have not seen in any literature. The reason we used 75% recall is that in real-world legal document reviews, a recall of 75% is a commonly used minimum performance metric. In practice, this strategy can be implemented as selecting documents with scores nearest to the cut-off score for 75% recall derived from a statistically representative sample setessentially implementing an initial validation set (or control set) is required to implement this strategy in a real-world scenario. As an example, a control set of 2,000 documents is isolated and coded by human reviewers and has a richness of 20%, resulting in 400 relevant documents within the random sample. The classifier would achieve an estimated 75% recall by identifying the cutoff score at which 300 of the 400 relevant documents are identified by the classifier. For purposes of this study, we have used fully coded document populations in order to eliminate the uncertainty involved with this type of recall estimate.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Active Learning Selection Strategies</head><p>Our research empirically compared different seed set selection strategies combined with different active learning document selection strategies. Specifically, we address the following questions:</p><p>1. What effect do different seed set selection strategies have on the active learning process? 2. What effect do different active learning document selection strategies have on the predictive coding process? 3. How do seed set selection strategies impact the effectiveness of active learning selection strategies? 4. Are there combinations of seed set and active learning strategies that consistently outperform other strategies when an emphasis is placed on objectives most commonly associated with a SAL approach (namely minimizing the amount of human review, time, and costs in isolating a precise population that achieves a certain recall threshold)?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Experiments</head><p>In this section, we first introduce the data sets we used in the empirical study, and then we discuss the experimental procedure and evaluation metrics. We report the experimental results in the next section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Data Sets</head><p>We conducted experiments on four data sets from confidential, non-public, real legal matters across various industries such as social media, communications, construction, and security. We chose matters with data sets that ranged from around 300,000 to 500,000 documents in order to execute our experiments within a reasonable time period. The richness, or positive class rate, of the four data sets ranged from approximately 4% to 39%. Attorneys reviewed all documents in the four data sets over the course of the legal matter and their coding (labels) provided the ability to fully evaluate the performance of the models. Tables 1A, 1B, 1C, and 1D provide the details for the four data sets, respectively. The details include descriptions, sizes, attorney coding statistics, and statistics about keyword terms on the data sets. The predictive coding objective for Data Sets A, B, and C was to identify privileged communications between attorneys and clients. The objective for Data Set D was to identify documents responsive to production requests from the opposing party in the matter.</p><p>The recall of the keyword hits is around 93% for the privileged data sets and 34% for the responsive data set. As comparing keywords-based and predictive coding approaches for legal document review is beyond the scope of this paper, readers that are interested in this subject can read our previous related papers <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b6">7]</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Experiment Procedure</head><p>We conducted an empirical study on the effect that seed set and active learning document selection strategies have on the performance of a predictive coding process.</p><p>The same set of experiments were performed on each of the four data sets. For each data set, all of the five seed set selection strategies and all of the six active learning document selection strategies were tested. In total there were 30 combinations of seed set selection and active learning document selection strategies for each data set. In all experiments, the seed set included 500 training documents, and an additional 250 training documents are selected in each round of active learning. Table <ref type="table">II</ref> shows the richness of the seed sets for the four data sets. From the table, we can see that the Random seed set selection method generally has similar richness as that of the overall data set, while seed sets derived from keyword search have higher richness than the overall data set. We used Logistic Regression as the machine learning algorithm due to its consistent high performance across different settings over various data sets demonstrated in previous studies <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>. Other text processing parameters we used for modeling were, bag of words with 1-gram, normalized frequency, and 20,000 tokens were used as features.</p><p>In each round of our experiments, the entire data set was used either in training or scoring, which means on average more than 300,000 documents were used in training or scoring. The total number of models trained in our experiments was: 114,933. We leveraged the Apache Lucene search engine library to build full text indices of the data sets to speed up the training and scoring processes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Evaluation Metrics</head><p>Our performance metric measured the percentage of documents requiring review to achieve the targeted recall level. In the common passive learning scenario, this metric can be calculated on a validation set and does not consider documents that are reviewed for training because these documents typically have a negligible impact when attempting to achieve the desired recall performance. In an active learning scenario, as rounds increase, the number of documents reviewed for training and used to develop the model could constitute a considerable portion of the population requiring review. Therefore, performance metrics in our experiments were computed after each active learning round using two sets of documents. The (i) first set contained the documents that were selected and reviewed during training. The (ii) second set contained the documents categorized as Responsive or Privileged by the predictive model after each round, namely the documents with probability scores greater than or equal to the predictive model's cut-off score. The documents with scores greater than or equal to the cut-off score are the documents that attorneys would consider producing to an opposing party, for assertions of privilege, or in some instances for review because they are likely responsive, or in the case of privilege, may contain content that would allow for the assertion of claims of privilege. We can use an example to illustrate the calculation of these measures. Project A has 308,621 documents, of which 46,730 are positive. Using the random seed selection strategy, we would select a seed set with 74 positive documents and 426 negative documents. Now suppose we use the TOP active learning document selection strategy, which selects 250 documents with the highest scores to add to the training set. Lastly, assume that after ten rounds the training set contains 2,491 positive documents and 509 negative documents, in total 3,000 documents. Examining the document scores after ten rounds in this example, we find that if we choose 24.7 as the cut-off score, there are 32,558 positive documents above this cut-off score. 32,558 + 2,491 = to 35,049, represents 75% of all the responsive documents (46,730) in this data set. The total population of documents requiring review is then established by adding all the documents with scores above 24.7 (82,206) to all the training documents (3,000) divided by the total population size (308,621). This would equal: 27.6%.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Results and Discussion</head><p>The total number of our experimental parameter combinations was 120. These parameters include: data set, seed set selection method, and the active learning document selection strategy. On average there were roughly 1,000 rounds of experiments generated for each combination. To save space in this paper, we only present the most interesting results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">The Impact of Seed Set Selection Approaches</head><p>Figures 1 displays the percentage of documents requiring review to achieve 75% recall for different seed set selection strategies. Active learning strategies were fixed to TOP and MID_75RC on Projects C and D and the first 100 rounds of experiments are shown. Figure <ref type="figure">2</ref> details the percentage of documents requiring review to achieve 75% recall for different seed set selection strategies. The RAND active learning document selection strategy was fixed on Project B and C and the first 100 rounds of experiments are shown. In general, these figures show that seed set selection strategies have very modest impact on the performance of the active learning strategies, especially after many rounds of active learning. These results were expected when using seed sets with a small number of documents (e.g., 500) because the initial impact of the seed set selection strategy likely degrades over training rounds. Therefore, it may be worthwhile to experiment with seed sets of larger document sizes in the future. However, from these results, we do find two salient aspects about the impact of the seed set selection approach. First, among the different active learning strategies, the TOP strategy is the most sensitive to the seed selection strategy; we can see more apparent performance difference across the different seed set selection strategies (Figure <ref type="figure">1</ref>). This implies that in the very popular Continuous Active Learning protocol, the seed set selection strategy has an impactful role and should be considered carefully. Second, curves in Project Ba matter with 3.6% richnessshow that the seed set selection strategy had a greater impact on a low richness population and that judgmental seed set selection strategies using keywords or clustering outperform randomly selected seed set documents in the early rounds (Figure <ref type="figure">2</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2">The Impact of Active Learning Strategies</head><p>Figure <ref type="figure" target="#fig_1">3</ref> shows the performance differences among TOP, MID-50, MID_75RC, and RAND with the seed set selection method fixed to random, over learning rounds of experiments until the optimum round is reached. These results confirm the findings in our previous research <ref type="bibr" target="#b0">[1]</ref>, i.e. active learning selection strategies such as uncertain sampling (MID-50) and random selection (RAND) can generate an effective model within fewer rounds than the popular TOP strategy. Moreover, we find that the MID_75RC strategy, a novel active learning strategy proposed for the first time in this paper, performs the best in almost all the scenarios. This indicates that selecting documents nearest to the cut-off score for 75 percent recall would be the most effective active learning strategy, when attempting to achieve 75 percent recall. The performance difference between the TOP strategy and the MID_75RC strategy is even more clear when we look closely into the plots of the first 100 rounds. Table <ref type="table" target="#tab_3">3</ref> shows in the first 50 rounds and the MID_75RC strategy consistently requires less review than the TOP strategy across all projects. The maximum saving would be close to 20 percent in Project C. In practice, this has a significant impact on the predictive coding process and should be considered by legal teams to help reduce review costs. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.3">Optimum Performance Round Analysis</head><p>We define the optimum performance round as the round in which the amount of review required to reach 75 percent recall is the earliest. After some analysis, we found the dominant factor in reaching the optimum performance round is the active learning strategy and not the seed set selection strategy. In Table <ref type="table" target="#tab_4">4A</ref> through 4D, we compiled the optimum performance round of each active learning strategy for the four data sets. We can see that strategies such as RAND, MID-50 or MID_75RC consistently take fewer rounds to reach the optimum performance round. Moreover, if a satisficing goal is set to a review percentage within 5%, 10% or 15% of the optimum performance, we can see that those strategies require fewer rounds to reach the goal. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions</head><p>Our experiment results show that seed set selection strategies have little impact on the active learning process. However, for low richness projects, keyword-based seed set selection strategies have more apparent effect. Also, the popular TOP active learning strategy is the most sensitive strategy to different seed selection methodologies.</p><p>Our results also show that choosing documents nearest to the cut-off score determined by reaching a 75 percent document recall potentially result in a high performing model quickly. When excluding data sets with extremely low richness (such as Project B), this training methodology results in significantly higher performing models in early training rounds, such as round 10 or round 20, rounds that are often associated with stopping points for Simple Active Learning models. In fact, in all three of our data sets that had richness above 10 percent, using the MID_75RC active learning strategy resulted in achieving performance within roughly 10 percent of the optimum model performance within 10 rounds of active learning. In theory, focusing training around the dynamic cut-off score from round to round makes sense. Documents just above the cut-off score should be the documents included as positives by the model with the least amount of certainty, so there should be the most opportunity to improve precision by improving performance by classifying the features within these documents. Documents just below the cut-off score should be the documents excluded as negatives by the model that have the highest amount of richness in the excluded population, so there should be the most opportunity to improve recall by classifying the features within these documents. It will be interesting to continue to test these assumptions and study this strategy both in data sets with low richness and in utilizing other cut-off scores to meet different recall objectives or thresholds, such as those prescribing 50 percent or 90 percent recall. It should be noted that in our current study we fixed the seed set size at 500 and the additional number of training documents in each round at 250. In future studies, we intend to examine seed sets of larger sizes or various sizes of additional active learning training documents.</p><p>The results provide practical techniques that legal practitioners can use to enhance their active learning predictive coding processes, as well as influencing their training document selection strategies for passive learning approaches.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :Figure 2 :</head><label>12</label><figDesc>Figure 1: Required Review at 75% Recall for the five Seed Set Methods with TOP, MID_75RC Active Learning Strategies on Project C and D (First 100 Rounds)</figDesc><graphic coords="6,54.00,76.77,247.99,425.10" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Required Review at 75% Recall TOP, MID-50, MID_75RC and RAND Active Learning Strategies with random Seed Set Selection Method</figDesc><graphic coords="7,54.00,76.76,244.70,419.46" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1A :</head><label>1A</label><figDesc>Privilege Data Set Statistics</figDesc><table><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">Table 1C: Privilege Keyword Statistics</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>Percentage</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">Project A 308,621 808</cell><cell>193,017</cell><cell>43,847</cell><cell>62.54%</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">Project B 393,745 4,211</cell><cell>368,506</cell><cell>13,571</cell><cell>93.59%</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">Project C 277,745 509</cell><cell>159,900</cell><cell>36,234</cell><cell>57.57%</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">Table 1D: Responsive Keyword Statistics</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>Data Sets</cell><cell>Total Documents</cell><cell>Keywords</cell><cell>Documents Hit</cell><cell>by Keywords</cell><cell>Responsive</cell><cell>Documents Hit</cell><cell>by Keywords</cell><cell>Keyword Hit</cell><cell>Percentage</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>Project D</cell><cell>412,880 23</cell><cell>81,362</cell><cell>53,611</cell><cell>19.71%</cell></row><row><cell>Data Sets</cell><cell cols="2">Total</cell><cell>Documents</cell><cell>Privileged</cell><cell>Documents</cell><cell>Not</cell><cell>Privileged</cell><cell>Documents</cell><cell>Richness</cell></row><row><cell cols="4">Project A 308,621</cell><cell cols="2">46,730</cell><cell cols="3">261,891</cell><cell>15.14%</cell></row><row><cell cols="4">Project B 393,745</cell><cell cols="2">14,307</cell><cell cols="3">379,438</cell><cell>3.63%</cell></row><row><cell cols="4">Project C 277,412</cell><cell cols="2">38,834</cell><cell cols="3">238,578</cell><cell>14.00%</cell></row><row><cell cols="7">Table 1B: Responsive Data Set Statistics</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Data Sets</cell><cell>Total</cell><cell cols="2">Documents</cell><cell>Responsive</cell><cell>Documents</cell><cell>Not</cell><cell>Responsive</cell><cell>Documents</cell><cell>Richness</cell></row><row><cell cols="4">Project D 412,880</cell><cell cols="2">159,304</cell><cell cols="3">253,576</cell><cell>38.58%</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 :</head><label>2</label><figDesc>Richness of seed sets (%)</figDesc><table><row><cell>Data Sets</cell><cell>Random</cell><cell>Keyword Method 1</cell><cell>Keyword Method 2</cell><cell>Cluster Method 1</cell><cell>Cluster Method 1</cell></row><row><cell cols="2">Project A 14.8</cell><cell>40.2</cell><cell>43.4</cell><cell>15.0</cell><cell>15.2</cell></row><row><cell cols="2">Project B 3.6</cell><cell>6.6</cell><cell>6.8</cell><cell>3.8</cell><cell>3.2</cell></row><row><cell cols="2">Project C 11.8</cell><cell>36.2</cell><cell>34.4</cell><cell>14.2</cell><cell>12.8</cell></row><row><cell cols="2">Project D 40.4</cell><cell>70.2</cell><cell>73.8</cell><cell>40.2</cell><cell>38.6</cell></row><row><cell cols="4">Our experimental procedure was:</cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 :</head><label>3</label><figDesc>Required Review at 75% Recall for TOP and MID_75RC Active Learning Strategies (First 50 Rounds Every 10 Rounds)</figDesc><table><row><cell>Data Set</cell><cell>Round</cell><cell>TOP</cell><cell>MID_75RC</cell><cell>Difference</cell></row><row><cell>Project A</cell><cell>10 20 30</cell><cell>28% 25% 26%</cell><cell>18% 17% 17%</cell><cell>9% 8% 9%</cell></row><row><cell></cell><cell>40</cell><cell>24%</cell><cell>17%</cell><cell>7%</cell></row><row><cell></cell><cell>50</cell><cell>23%</cell><cell>17%</cell><cell>6%</cell></row><row><cell>Project B</cell><cell>10 20 30</cell><cell>47% 44% 43%</cell><cell>35% 32% 31%</cell><cell>12% 11% 12%</cell></row><row><cell></cell><cell>40</cell><cell>40%</cell><cell>29%</cell><cell>11%</cell></row><row><cell></cell><cell>50</cell><cell>39%</cell><cell>28%</cell><cell>11%</cell></row><row><cell>Project C</cell><cell>10 20 30</cell><cell>24% 26% 32%</cell><cell>14% 14% 14%</cell><cell>10% 13% 18%</cell></row><row><cell></cell><cell>40</cell><cell>33%</cell><cell>14%</cell><cell>19%</cell></row><row><cell></cell><cell>50</cell><cell>29%</cell><cell>14%</cell><cell>15%</cell></row><row><cell>Project D</cell><cell>10 20 30</cell><cell>33% 33% 34%</cell><cell>31% 31% 31%</cell><cell>2% 3% 3%</cell></row><row><cell></cell><cell>40</cell><cell>34%</cell><cell>30%</cell><cell>3%</cell></row><row><cell></cell><cell>50</cell><cell>34%</cell><cell>30%</cell><cell>4%</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 4A :</head><label>4A</label><figDesc>Project A Optimum Performance Rounds</figDesc><table><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="4">Table 4D: Project D Optimum Performance Rounds</cell></row><row><cell>Active Learning</cell><cell>Strategy</cell><cell>Review Percentage</cell><cell>Optimum Round</cell><cell cols="2">1st Round within 5% of Op. Perf.</cell><cell cols="3">1st Round within 10% of Op. Perf.</cell><cell cols="3">Round within 15% of Op. Perf. 1st</cell><cell>Active Learning Strategy TOP</cell><cell>Review Percentage 30.47</cell><cell>Optimum Round 494</cell><cell>1st Round within 5% of Op. Perf. 350</cell><cell>within 10% of Op. Perf. 1st Round</cell><cell>0</cell><cell>Round within 15% of Perf. Op. 1st</cell><cell>0</cell></row><row><cell cols="2">TOP</cell><cell>15.90</cell><cell>192</cell><cell cols="2">167</cell><cell></cell><cell cols="2">145</cell><cell></cell><cell cols="2">113</cell><cell>MID-50</cell><cell>31.02</cell><cell>13</cell><cell>0</cell><cell>0</cell><cell>0</cell></row><row><cell cols="2">MID-50</cell><cell>15.71</cell><cell>60</cell><cell></cell><cell>33</cell><cell></cell><cell></cell><cell>21</cell><cell></cell><cell></cell><cell>13</cell><cell>MID_75RC</cell><cell>30.36</cell><cell>332</cell><cell>1</cell><cell>0</cell><cell>0</cell></row><row><cell cols="2">MID_75RC</cell><cell>16.24</cell><cell>74</cell><cell></cell><cell>19</cell><cell></cell><cell></cell><cell>12</cell><cell></cell><cell></cell><cell>8</cell><cell>RAND</cell><cell>31.65</cell><cell>8</cell><cell>0</cell><cell>0</cell><cell>0</cell></row><row><cell cols="2">RAND</cell><cell>18.77</cell><cell>21</cell><cell></cell><cell>4</cell><cell></cell><cell></cell><cell>2</cell><cell></cell><cell></cell><cell>2</cell><cell>80TOP20RD</cell><cell>31.90</cell><cell>5</cell><cell>0</cell><cell>0</cell><cell>0</cell></row><row><cell cols="2">80TOP20RD 20TOP80RD</cell><cell>18.36 19.09</cell><cell>213 50</cell><cell></cell><cell>80 7</cell><cell></cell><cell></cell><cell>27 3</cell><cell></cell><cell></cell><cell>10 2</cell><cell cols="3">20TOP80RD * Round 0 means the initial round. 31.58 6</cell><cell>0</cell><cell>0</cell><cell>0</cell></row><row><cell cols="9">Table 4B: Project B Optimum Performance Rounds</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Active Learning</cell><cell>Strategy</cell><cell>Review Percentage</cell><cell>Optimum Round</cell><cell>1st Round within 5%</cell><cell>of Op. Perf.</cell><cell>1st Round within</cell><cell cols="2">10% of Op. Perf.</cell><cell>1st Round within</cell><cell cols="2">15% of Op. Perf.</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">TOP</cell><cell>18.58</cell><cell>279</cell><cell></cell><cell>263</cell><cell></cell><cell cols="2">235</cell><cell></cell><cell cols="2">206</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">MID-50</cell><cell>18.59</cell><cell>290</cell><cell></cell><cell>258</cell><cell></cell><cell cols="2">236</cell><cell></cell><cell cols="2">218</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">MID_75RC</cell><cell>20.88</cell><cell>263</cell><cell></cell><cell>168</cell><cell></cell><cell cols="2">117</cell><cell></cell><cell></cell><cell>92</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">RAND</cell><cell>27.79</cell><cell>123</cell><cell></cell><cell>85</cell><cell></cell><cell></cell><cell>41</cell><cell></cell><cell></cell><cell>22</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">80TOP20RD</cell><cell>21.20</cell><cell>321</cell><cell></cell><cell>272</cell><cell></cell><cell cols="2">225</cell><cell></cell><cell cols="2">194</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">20TOP80RD</cell><cell>27.50</cell><cell>181</cell><cell></cell><cell>106</cell><cell></cell><cell></cell><cell>70</cell><cell></cell><cell></cell><cell>53</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="9">Table 4C: Project C Optimum Performance Rounds</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Active Learning</cell><cell>Strategy</cell><cell>Review Percentage</cell><cell>Optimum Round</cell><cell>1st Round 5% within</cell><cell>of Op. Perf.</cell><cell cols="2">1st 10% Round within</cell><cell>of Op. Perf.</cell><cell cols="2">1st 15% Round within</cell><cell>of Op. Perf.</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">TOP</cell><cell>13.56</cell><cell>148</cell><cell></cell><cell>130</cell><cell></cell><cell></cell><cell>118</cell><cell></cell><cell></cell><cell>107</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">MID-50</cell><cell>13.22</cell><cell>25</cell><cell></cell><cell>11</cell><cell></cell><cell></cell><cell>7</cell><cell></cell><cell></cell><cell>5</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">MID_75RC</cell><cell>13.33</cell><cell>37</cell><cell></cell><cell>12</cell><cell></cell><cell></cell><cell>6</cell><cell></cell><cell></cell><cell>4</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">RAND</cell><cell>15.73</cell><cell>18</cell><cell></cell><cell>6</cell><cell></cell><cell></cell><cell>4</cell><cell></cell><cell></cell><cell>2</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">80TOP20RD</cell><cell>15.30</cell><cell>156</cell><cell></cell><cell>108</cell><cell></cell><cell></cell><cell>50</cell><cell></cell><cell></cell><cell>21</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">20TOP80RD</cell><cell>16.05</cell><cell>29</cell><cell></cell><cell>6</cell><cell></cell><cell></cell><cell>3</cell><cell></cell><cell></cell><cell>2</cell><cell></cell><cell></cell><cell></cell></row></table></figure>
		</body>
		<back>

			<div type="availability">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Data</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Sets</head><p>Total Documents</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Empirical evaluations of active learning strategies in legal document review</title>
		<author>
			<persName><forename type="first">R</forename><surname>Chhatwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Huber-Fliflet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Keeling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2017 IEEE International Conference on Big Data (Big Data)</title>
				<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="1428" to="1437" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Empirical evaluations of preprocessing parameters&apos; impact on predictive coding&apos;s effectiveness</title>
		<author>
			<persName><forename type="first">R</forename><surname>Chhatwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Huber-Fliflet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Keeling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on</title>
				<imprint>
			<date type="published" when="2016">2016. 2016</date>
			<biblScope unit="page" from="1394" to="1401" />
		</imprint>
	</monogr>
	<note>Big Data (Big Data)</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Evaluation of Machine-learning Protocols for Technology-assisted Review in Electronic Discovery</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">V</forename><surname>Cormack</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Grossman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 37th International ACM SIGIR Conference on Research &amp; Development in Information Retrieval</title>
				<meeting>the 37th International ACM SIGIR Conference on Research &amp; Development in Information Retrieval<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="153" to="162" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Autonomy and Reliability of Continuous Active Learning for Technology-Assisted Review</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">V</forename><surname>Cormack</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Grossman</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1504.06868</idno>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Refresh Strategies in Continuous Active Learning</title>
		<author>
			<persName><forename type="first">N</forename><surname>Ghelani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">V</forename><surname>Cormack</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">D</forename><surname>Smucker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ProfS2018: First International Workshop on Professional Search</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">An Empirical Study of the Application of Machine Learning and Keyword Terms Methodologies to Privilege-Document Review Projects in Legal Matters</title>
		<author>
			<persName><forename type="first">P</forename><surname>Gronvall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Huber-Fliflet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Keeling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Neary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2018 IEEE International Conference on Big Data (Big Data)</title>
				<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="3282" to="3291" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Separating the Privileged Wheat from the Chaff -Using Text Analytics and Machine Learning to Protect Attorney-Client Privilege</title>
		<author>
			<persName><forename type="first">R</forename><surname>Keeling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Huber-Fliflet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Richmond Journal of Law and Technology</title>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A Sequential Algorithm for Training Text Classifiers: Corrigendum and Additional Data</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">D</forename><surname>Lewis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SIGIR Forum</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="13" to="19" />
			<date type="published" when="1995-09">Sep. 1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A Sequential Algorithm for Training Text Classifiers</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">D</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">A</forename><surname>Gale</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 17th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</title>
				<meeting>the 17th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1994">1994</date>
			<biblScope unit="page" from="3" to="12" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">The Age of Big Data</title>
		<author>
			<persName><forename type="first">S</forename><surname>Lohr</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">New York Times</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Empirical Evaluations of Seed Set Selection Strategies for Predictive Coding</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Mahoney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Huber-Fliflet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Jensen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Neary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ye</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2018 IEEE International Conference on Big Data (Big Data)</title>
				<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="3292" to="3301" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Where the money goes: Understanding litigant expenditures for producing electronic discovery</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">M</forename><surname>Pace</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Zakaras</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
			<publisher>RAND Corporation</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">An Exploration of Total Recall with Multiple Manual Seedings</title>
		<author>
			<persName><forename type="first">J</forename><surname>Pickens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Gricks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Noel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tredennick</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of TREC 2016</title>
				<meeting>TREC 2016</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Implications of Rule 26 (g) on the Use of Technology-Assisted Review</title>
		<author>
			<persName><forename type="first">K</forename><surname>Schieneman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">C</forename><surname>Gricks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Iii</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Fed. Cts. L. Rev</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page">247</biblScope>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
