<?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">Explanation in Hybrid, Two-Stage Models of Legal Prediction</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">L</forename><forename type="middle">Karl</forename><surname>Branting</surname></persName>
							<email>lbranting@mitre.org</email>
							<affiliation key="aff0">
								<orgName type="institution">The MITRE Corporation McLean</orgName>
								<address>
									<region>VA</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Explanation in Hybrid, Two-Stage Models of Legal Prediction</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">6DE65E271D6C222473B12947182FA237</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:18+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper identifies a core set of legal decision support tasks requiring distinct forms of explanation, outlines a hybrid, two-stage model of legal prediction, describes how this model facilitates these explanation tasks, and outlines the development requirements of two-stage models.</p><p>1 For another view see <ref type="bibr" target="#b19">[20]</ref> (post hoc explanations for divisions of marital assets calculated by an opaque machine learning model).</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>Explainability is a key requirement for AI systems to be understood, trusted, validated, and maintained. Recent research on explainability in AI has led to the recognition that there is no universal criterion for explanation utility and acceptability <ref type="bibr" target="#b11">[12]</ref>. Instead, explanation acceptability and utility depend on the nature of the AI algorithm to be explained, the task to which the algorithm is applied, and the needs, expectations, and knowledge of the individuals for whom the explanations are produced.</p><p>Explicating the explanation requirements of legal AI systems is particularly challenging because there are many disparate stakeholders in legal systems, each with distinct objectives and levels of knowledge. As a result, legal problem solving encompasses a variety of legal tasks, each with distinct information-processing and explanation requirements. Approaches to explanation that focus on transparency <ref type="bibr" target="#b16">[17]</ref> of algorithmic processes are generally useful for these tasks only if the individual algorithmic steps are based on concepts that are (1) legally meaningful or (2) grounded in case facts. Stated differently, these concepts must have an understandable connection to authoritative legal rules or to descriptions of possible states of the world, e.g., persons, actions, relationships, etc. Other concepts, such as connection weights, variable bindings, or decision surfaces might be useful for system verification but are unlikely in themselves meaningful to the stakeholders for whom decision support systems are developed. Post-hoc explanation approaches, like Local Interpretable Model-Agnostic Explanations (LIME) <ref type="bibr" target="#b15">[16]</ref>, may give rise to due process issues by misleading the user about the actual basis of a prediction or decision. 1  This paper focuses the explanation needs two particular stakeholders-selfrepresented (pro se) litigants and the adjudicators who resolve claims by these litigants-in the context of legal prediction. Section 2 sets forth a model that distinguishes the individual tasks of these stakeholders. Section 3 describes a hybrid, two-stage models for legal prediction, and the use of such models for explanation is set forth in Section 4. The requirements for the development of hybrid, two-stage models is summarized in Section 5, and Section 6 summarizes and outlines future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Decision Support for Adjudicators and Pro Se Litigants</head><p>The objective of adjudicators is to resolve disputes, and the objective of litigants is to have their disputes resolved. This symmetry in objectives is reflected in a correspondence between the individual tasks that each must accomplish for a dispute to be resolved. Figure <ref type="figure" target="#fig_0">1</ref> illustrates how the overall case-adjudication process can be viewed from either perspective as consisting of three stages: initiation, assessment, and disposition. <ref type="foot" target="#foot_0">2</ref> Each of these stages can be further subdivided into individual tasks, each with separate information-processing requirements. To initiate the adjudication process, a claimant must first identify a legal claim that could potentially achieve the petitioner's goals (Task 1), then assert facts needed to establish the claim (Task 2), and finally determine what procedures are needed to move the claim forward (Task 3). To avoid being burdened with poorly-expressed claims that are difficult and time-consuming to understand and assess, an adjudication body must perform three corresponding tasks: identify the claim sought by the claimant (Task 1 ), elicit the facts relevant to that claim (Task 2 ), and inform the litigant of the procedure to assert the claim (Task 3 ).</p><p>Once a case has been initiated, a litigant needs to understand whether the facts as asserted are sufficient to establish a prima facie case, that is, whether the facts if accepted would be sufficient to establish the claim (Task 4) and, if so, the probability of success should the claim be litigated (Task 5). It benefits both the litigant and the adjudicator for the litigant to have a realistic assessment of whether success on the claim is likely enough to justify continuing rather than abandoning the claim. After the claim is adjudicated, the litigant and adjudicator once again have corresponding tasks involving the adjudicator informing, and the litigant understanding, the consequences of the ruling.</p><p>Traditional legal decision-support systems generally focus on the pro se litigator's Tasks 2, 4, and sometimes 5 (the adjudicator's Tasks 2 , 4 , and 5 ): eliciting facts, assessing whether a prima facie case has been established <ref type="bibr" target="#b3">[4]</ref>, and predicting the likelihood of success (typically in a highly-simplistic fashion). Generally, case facts are elicited through fillable web forms in the form of attribute/value pairs <ref type="bibr" target="#b9">[10]</ref>. Legal reasoning in such systems is typically limited to simple propositional logic implemented in imperative programming constructs. This approach is conducive neither to verification nor to explanation, creating a significant risk of incorrect or incomprehensible legal advice <ref type="bibr" target="#b12">[13]</ref>.</p><p>As argued above, to be useful and comprehensible for the key tasks list above, explanations must be expressed in terms of concepts that are (1) legally meaningful or (2) grounded in facts. A family of predictive models that operate on such concepts is described in the next section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Hybrid, Two-Stage Models of Decision Prediction</head><p>Many forms of legal argumentation and discourse are structured around precise rules that are modeled well by logic. Other aspects of legal problem solving, such as grounding the semantics of legal terms in the language of ordinary discourse, have no natural fit within the logical framework but are better suited to empirical analysis. The complementary role of logical reasoning with rules and semantic reasoning with case facts motivated a number of hybrid reasoning systems that combined rule-based with case-based reasoning <ref type="bibr" target="#b4">[5]</ref> [19] <ref type="bibr" target="#b23">[24]</ref> or other types of semantic analysis <ref type="bibr" target="#b17">[18]</ref>. Hybrid approaches are intended to model the ability of human attorneys to create arguments that integrate arguments based both on prior cases and on rule-like norms, such as regulations and statutes.</p><p>For example, Figure <ref type="figure" target="#fig_1">2</ref> depicts a simplified hybrid model of VBA benefits determinations. Entitlement to benefits depends on four elements: military service; service-related injury' current disability; and a causal connection between the service-related injury and the current disability. Conceptually, these four elements are legal predicates, and entitlement to benefits requires establishing that each predicate is satisfied by the facts of the case. Each individual element in turn must be evaluated in terms of the facts of the case.</p><p>Early hybrid systems were able to attain an impressive level of explanatory capability, but they depended on manually represented case facts and were therefore are not scalable for practical systems in which case facts are expressed as text. In contrast, recent machine learning techniques have made it increasingly feasible to make legal predictions based on case facts expressed as text, but at the expense of explainability.</p><p>For example, machine learning models trained on fact statements have produced impressive levels of accuracy in predicting decisions of the European Court of Human Rights <ref type="bibr" target="#b0">[1]</ref> [14] <ref type="bibr" target="#b8">[9]</ref>, US Board of Veterans Appeals cases, French Supreme Court decisions <ref type="bibr" target="#b21">[22]</ref>, UK court decisions <ref type="bibr" target="#b20">[21]</ref>, and World Intellectual Property Organization domain-name disputes <ref type="bibr" target="#b7">[8]</ref>. However, outcomes predicted by these systems aren't justified in terms of legally relevant concepts or facts. Instead, the features on which the predictions are predicated are statistical features of the text, such as n-gram frequency vectors, metadata, or other features unrelated to the merits of the case. In some applications, such as litigation support, there can be significant strategic value in knowing the association between outcomes and factors unrelated to the merits, such as law firms and judges <ref type="bibr" target="#b22">[23]</ref>, but understanding predictions based on factors relevant to the actual merits of a case is vital both for pro se litigants themselves and adjudicators who have an institutional obligation to justify each decision regardless of whether a decision support tool assisted in analyzing or deciding the case.</p><p>One approach to enabling machine learning models to explain predictions in terms of legally relevant concepts is to conceptualize the process of prediction as consisting of two steps, depicted notionally in Figure <ref type="figure" target="#fig_2">3</ref>. <ref type="foot" target="#foot_1">3</ref> The first model predicts the relevant concepts from the case text, and the second step predicts the decision based on the concepts predicted in the first step. Transparency in the second step's model can be the basis of explanation in terms that are legally meaningful, factually grounded, and useful for users' tasks. The hybrid approach can be combined with the two-stage model as illustrated in Figure <ref type="figure" target="#fig_3">4</ref>, which shows an architecture for World Intellectual Property Organization (WIPO) name disputes that is hybrid in that it includes both policy rules and text-interpretation components, and two-stage in that legal predicates (e.g., "The domain name is confusingly similar to Complainant's trademark,") are factually grounded in the case text via intermediate factual features (e.g., "The domain name contains Complainant's trademark entirely"). The two-stage component of this architecture, which included a separate model for predicting each of 46 factual features from textual case statements, was im-plemented in the SCALE system described in <ref type="bibr" target="#b6">[7]</ref>. The motivation for predicting factual features which are then used to reason about the outcome is that factual features are meaningful in terms of the facts of the case and are therefore more likely to be comprehensible by and for users, as described in the next Section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Explanation in Hybrid, Two-Stage Systems</head><p>The research literature on legal decision support systems is woefully deficient in human factors studies needed to explicate pro se litigants' cognitive assistance requirements. As a result, the explanation requirements of pro se litigants are known only anecdotally. In the absence of such empirical studies, this section is guided by the task model set forth in Section 2.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Process Initiation</head><p>Hybrid systems contain both explicit legal rules and mechanisms for grounding legal predicates in case facts. Tasks 1 and 2 from the decision-support model above are explainable from the rule component of a hybrid system. Identifying a legal claim that would achieve a litigant's goal, Task 1, requires finding a legal rule whose consequent matches the objective sought by the litigant. The primary explanatory challenge of this process is overcoming the linguistic gap between legal predicates and ordinary discourse <ref type="bibr" target="#b5">[6]</ref>.</p><p>Task 2, assisting the user in asserting the facts relevant and necessary for a claim, requires reasoning with explicit legal rules as well. A claimant must establish each of the elements required for a claim. All the claimant needs to know, however, are the predicates at the leaves of the rule tree, i.e., the predicates that must be grounded in case facts because the rules have "run out" <ref type="bibr" target="#b10">[11]</ref>. In the WIPO domain, for example, the first element that a complainant must establish is that the domain name is "identical or confusingly similar to the complainant's trademark." In a two-stage model, this requirement could be explained by listing factual features that confirmed or rebut the predicate, e.g., the predicate above is confirmed if the "domain name contains the trademark entirely" or the "domain name is the trademark plus a term of disparagement." Each of these factual features can in turn be explained by examples of texts from the training set in which the factual features were definitely present or absent.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Assessment</head><p>Useful explanations are typically contrastive, that is, they identify how something differs from some reference or expected case <ref type="bibr" target="#b14">[15]</ref>. Thus, the explanations most useful for Task 4, understanding whether the claimant's assertions are sufficient to establish a prima facie case, may generally be those that focus on how the assertions are insufficient, i.e., how they differ from the claimant's expectation that the claim would be sufficient. Such explanations should help the claimant understand what additional factual assertions would be necessary to establish the claim. In principle this would require identifying the minimal set of sufficient additional facts. In practice, however, simply identifying the smallest set of predicates that failed in any traversal of the rule tree might be sufficient. As with Task 3, the factual features in a two-stage model would permit a meaningful explanation of what additional assertions would be needed, e.g., if a WIPO claim is insufficient because it fails to make assertions that, if true, would satisfy the first element, being "identical or confusingly similar," then a two-stage system could explain that the claim fails to assert that the domain name contains the trademark, is the trademark plus a term of disparagement, or any of the other known forms that being "identical or confusingly similar" can take.</p><p>For Task 5, determining the probability of success, the most meaningful explanation is again likely to be contrastive, i.e., "Why is the probability of success so low?" or "How can I make the probability higher?". The two-stage model permits such questions to be answered in terms of individual factual features, e.g., if there is a particular leaf predicate whose strongest support is from a weekly supported factual feature, then the explanation would be that there is only weak support for that predicate and that additional ad. As with Task 4, an explanation of this type could help the claimant understand what additional facts would need to be established to strengthen the case.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Engineering Two-Stage Models</head><p>This paper has argued for the utility of hybrid, two-stage legal prediction models from the perspective of the goals and needs of pro se litigants and adjudicators. The full details of how such two-stage models can be constructed are outside of the scope of this paper, but a brief discussion can clarify the basic requirements.</p><p>Two approaches have been explored for identifying factual features intermediary between legal predicates in the leaves of rule trees and case facts, such as those described in this paper. In the first approach, the factual features are developed by domain experts in the relevant area of law and correspond to fact patterns that can make a case stronger or weaker. CATO factors are features of this type <ref type="bibr" target="#b1">[2]</ref>. Machine learning models for extracting such factors from case text for the purpose of factor-based case prediction were trained and evaluated in <ref type="bibr" target="#b2">[3]</ref> and <ref type="bibr" target="#b24">[25]</ref>.</p><p>A second approach focuses on textual patterns that occur in explanations of case decisions. One approach to identifying such textual patterns is to annotate factual findings in a representative set of published decisions, then map those initial annotations onto an entire corpus based on proximity in semantic embedding space <ref type="bibr" target="#b6">[7]</ref>. This approach has the potential benefit of leveraging a small set of annotations onto a much larger corpus, but has the limitation that it is applicable only when decisions that include text setting forth the findings or reasoning underlying the decision.</p><p>Factual features induced from case statements can be used for case-based dialectical reasoning, as in <ref type="bibr" target="#b2">[3]</ref>, or for supervised concept learning, as in <ref type="bibr" target="#b1">[2]</ref> and <ref type="bibr" target="#b6">[7]</ref>. The latter approach lends itself to to explanations based on the presence or absence of features, which are themselves individually comprehensible.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusion</head><p>This paper has identified a core set of legal decision support tasks requiring distinct forms of explanation, outlined a hybrid, two-stage model of legal prediction, described how the model facilitates these explanation tasks, and concluded with a brief description of the development requirements of two-stage models. Future work in decision support for pro se litigants and adjudicators who handle their cases should include human-factors analysis of (1) how pro se litigants conceptualize their claims and their interactions with decision forums to address the key questions, and ( <ref type="formula">2</ref>) what forms of explanation are most beneficial to these litigants in terms of the rate of success in asserting claims, time efficiency, and overall satisfaction with the decision support process. Regardless of the outcome of this research, it seems very probable that useful decision support systems for explainable legal prediction must have a hybrid, two-stage design that permits explanation both in terms of legal predicates and in terms of factual features to span the gap between legal predicates and the language of ordinary discourse.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Task decomposition for adjudication decision support. Citizens' and adjudicators' tasks are mirror images of one another.</figDesc><graphic coords="2,134.77,367.18,345.83,138.77" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. A hybrid model of VBA benefits determination.</figDesc><graphic coords="4,134.77,115.84,345.83,149.99" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. A paradigm of two-stage legal prediction.</figDesc><graphic coords="5,203.93,115.84,207.50,51.99" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. A hybrid, two-stage architecture for explainable prediction of WIPO domain name disputes.</figDesc><graphic coords="5,134.77,287.66,345.82,211.28" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">This model does not address the various processes that may be required for hearings or trial, such as introducing evidence, testifying, or otherwise establishing the facts underlying the claim, which differ widely across different tribunals and causes of action.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">Another approach uses attention networks to identify the most relevant parts of case statements. One attempt at this approach proved ineffective for decision support in<ref type="bibr" target="#b6">[7]</ref>.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>The MITRE Corporation is a not-for-profit company, chartered in the public interest. This document is approved for Public Release; Distribution Unlimited. Case Number 20-3101. c 2020 The MITRE Corporation. All rights reserved.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Predicting judicial decisions of the European Court of Human Rights: a natural language processing perspective</title>
		<author>
			<persName><forename type="first">N</forename><surname>Aletras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Tsarapatsanis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Preotiuc-Pietro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Lampos</surname></persName>
		</author>
		<ptr target="Https://peerj.com/articles/cs-93/" />
	</analytic>
	<monogr>
		<title level="j">PeerJ CompSci</title>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Reasoning symbolically about partially matched cases</title>
		<author>
			<persName><forename type="first">K</forename><surname>Ashley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Aleven</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fifteenth International Joint Conference on Artificial Intelligence</title>
				<meeting>the Fifteenth International Joint Conference on Artificial Intelligence<address><addrLine>San Francisco</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan Kauffmann</publisher>
			<date type="published" when="1997">1997</date>
			<biblScope unit="page" from="335" to="341" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Automatically classifying case texts and predicting outcomes</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">D</forename><surname>Ashley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Brüninghaus</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artif. Intell. Law</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="125" to="165" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">An advisory system for pro se protection order applicants</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">K</forename><surname>Branting</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Review of Law, Computers &amp; Technology</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Reasoning with Rules and Precedents: A Computational Model of Legal Analysis</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">K</forename><surname>Branting</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2000">2000</date>
			<publisher>Kluwer Academic Publishers</publisher>
			<pubPlace>Dordrect/Boston/London</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Data-centric and logic-based models for automated legal problem solving</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">K</forename><surname>Branting</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence and Law</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="5" to="27" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Scalable and explainable legal prediction</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">K</forename><surname>Branting</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Pfeifer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Brown</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Ferro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Aberdeen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Weiss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pfaff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Liao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence and Law</title>
		<imprint>
			<biblScope unit="page" from="1" to="26" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Inducing predictive models for decision support in administrative adjudication</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">K</forename><surname>Branting</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yeh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Weiss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Merkhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Brown</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AI Approaches to the Complexity of Legal Systems -AICOL International Workshops 2015-2017</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="volume">10791</biblScope>
			<biblScope unit="page" from="465" to="477" />
		</imprint>
	</monogr>
	<note>Revised Selected Papers</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Neural legal judgment prediction in english</title>
		<author>
			<persName><forename type="first">I</forename><surname>Chalkidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Androutsopoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Aletras</surname></persName>
		</author>
		<idno>CoRR abs/1906.02059</idno>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">A2j author, legal aid organizations, and courts: Bridging the civil justice gap using document assembly</title>
		<author>
			<persName><forename type="first">J</forename><surname>Frank</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">W. New Eng. L. Rev</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="page">251</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">An Artificial Intelligence Approach to Legal Reasoning</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gardner</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1987">1987</date>
			<publisher>Bradford Books/MIT Press</publisher>
			<pubPlace>Cambridge, MA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Xai-explainable artificial intelligence</title>
		<author>
			<persName><forename type="first">D</forename><surname>Gunning</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Stefik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Choi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Miller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Stumpf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">Z</forename><surname>Yang</surname></persName>
		</author>
		<idno type="DOI">10.1126/scirobotics.aay7120</idno>
		<ptr target="https://robotics.sciencemag.org/content/4/37/eaay7120" />
	</analytic>
	<monogr>
		<title level="j">Science Robotics</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">37</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Substantive legal software quality: A gathering storm?</title>
		<author>
			<persName><forename type="first">M</forename><surname>Lauritsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Steenhuis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Seventeenth International Conference on Artificial Intelligence and Law, ICAIL &apos;19</title>
				<meeting>the Seventeenth International Conference on Artificial Intelligence and Law, ICAIL &apos;19<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="52" to="62" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Using machine learning to predict decisions of the european court of human rights</title>
		<author>
			<persName><forename type="first">M</forename><surname>Medvedeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vols</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wieling</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence and Law</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="237" to="266" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Explanation in artificial intelligence: Insights from the social sciences</title>
		<author>
			<persName><forename type="first">T</forename><surname>Miller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">267</biblScope>
			<biblScope unit="page" from="1" to="38" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">why should I trust you?&quot;: Explaining the predictions of any classifier</title>
		<author>
			<persName><forename type="first">M</forename><surname>Ribeiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Guestrin</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/N16-3020</idno>
		<ptr target="https://www.aclweb.org/anthology/N16-3020" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Demonstrations</title>
				<meeting>the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Demonstrations<address><addrLine>San Diego, California</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computational Linguistics</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="97" to="101" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Transparency and trust in artificial intelligence systems</title>
		<author>
			<persName><forename type="first">P</forename><surname>Schmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Biessmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Teubner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Decision Systems</title>
		<imprint>
			<biblScope unit="volume">0</biblScope>
			<biblScope unit="issue">0</biblScope>
			<biblScope unit="page" from="1" to="19" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Argument-driven information extraction for online crime reports</title>
		<author>
			<persName><forename type="first">M</forename><surname>Schraagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Testerink</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Oderkerken</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Bex</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of International Workshop on Legal Data Analytics and Mining</title>
				<meeting>International Workshop on Legal Data Analytics and Mining<address><addrLine>LeDAM</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2018">2018. 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Arguments and cases: An inevitable intertwining</title>
		<author>
			<persName><forename type="first">D</forename><surname>Skalak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Rissland</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Law and Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="issue">1</biblScope>
			<date type="published" when="1992">1992</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A hybrid rule -neural approach for the automation of legal reasoning in the discretionary domain of family law in australia</title>
		<author>
			<persName><forename type="first">A</forename><surname>Stranieri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zeleznikow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gawler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Lewis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence and Law</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="153" to="183" />
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Legal judgement prediction for uk courts</title>
		<author>
			<persName><forename type="first">B</forename><surname>Strickson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>De La Iglesia</surname></persName>
		</author>
		<idno>3388176.3388183</idno>
		<ptr target="https://doi.org/10.1145/" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2020 The 3rd International Conference on Information Science and System</title>
				<meeting>the 2020 The 3rd International Conference on Information Science and System<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="204" to="209" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Predicting the law area and decisions of french supreme court cases</title>
		<author>
			<persName><forename type="first">O</forename><surname>Sulea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zampieri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vela</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Van Genabith</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">RANLP</title>
		<imprint>
			<biblScope unit="page" from="716" to="722" />
			<date type="published" when="2017">2017</date>
			<publisher>INCOMA Ltd</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Risk analysis for intellectual property litigation</title>
		<author>
			<persName><forename type="first">M</forename><surname>Surdeanu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Nallapati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Gregory</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Walker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Manning</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Thirteenth International Conference on Artificial Intelligence and Law</title>
				<meeting>the Thirteenth International Conference on Artificial Intelligence and Law<address><addrLine>Pittsburgh, PA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="116" to="120" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<title level="m" type="main">An expert system architecture for heterogeneous domains</title>
		<author>
			<persName><forename type="first">R</forename><surname>Walker</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1992">1992</date>
		</imprint>
		<respStmt>
			<orgName>Vrije University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Ph.D. thesis</note>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Using factors to predict and analyze landlord-tenant decisions to increase access to justice</title>
		<author>
			<persName><forename type="first">H</forename><surname>Westermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">R</forename><surname>Walker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">D</forename><surname>Ashley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Benyekhlef</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Seventeenth International Conference on Artificial Intelligence and Law, ICAIL &apos;19</title>
				<meeting>the Seventeenth International Conference on Artificial Intelligence and Law, ICAIL &apos;19<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="133" to="142" />
		</imprint>
	</monogr>
</biblStruct>

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