<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Performance in the Courtroom: Automated Processing and Visualization of Appeal Court Decisions in France</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Paul Boniol</string-name>
          <email>paul.boniol@polytechnique.edu</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>George Panagopoulos Christos Xypolopoulos</string-name>
          <email>george.panagopoulos@polytechnique.educhristos.xypolopoulos</email>
          <email>george.panagopoulos@polytechnique.educhristos.xypolopoulos@polytechnique.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rajaa El Hamdani</string-name>
          <email>el-hamdani@hec.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Restrepo Amariles</string-name>
          <email>restrepo-amariles@hec.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michalis Vazirgiannis</string-name>
          <email>mvazirg@lix.polytechnique.fr</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Natural Language Processing, Named Entity Recognition, Graph</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>HEC Paris</institution>
          ,
          <addr-line>Paris</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>LIX, École Polytechnique LIX, École Polytechnique</institution>
          ,
          <addr-line>Paris</addr-line>
          ,
          <country country="FR">France</country>
          <addr-line>Paris</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>LIX, École Polytechnique</institution>
          ,
          <addr-line>Paris</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>LIX, École Polytechnique</institution>
          ,
          <addr-line>Paris</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Mining, Network Analysis, Case-Law Analysis</institution>
          ,
          <addr-line>Legal Text</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <abstract>
        <p>Artificial Intelligence techniques are already popular and important in the legal domain. We extract legal indicators from judicial judgments to decrease the asymmetry of information of the legal system and the access-to-justice gap. We use NLP methods to extract interesting entities/data from judgments to construct networks of lawyers and judgments. We propose metrics to rank lawyers based on their experience, wins/loss ratio and their importance in the network of lawyers. We also perform community detection in the network of judgments and propose metrics to represent the dificulty of cases capitalising on communities features.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Applied computing → Law; • Computing methodologies →
Information extraction.</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        Recent advances in Artificial Intelligence (AI) and Natural
Language Processing (NLP) allow the analysis of large numbers of
legal documents in aggregate in contrast to traditional methods. A
long-standing application of NLP to legal documents is
information extraction and retrieval from judicial decisions. The interest in
mining data from judgments can be explained by the critical role
they play in the administration of justice in both common and civil
law systems. The objective of our work is to analyze judgments by
French courts to gain insights about the operation of the French
judicial system, which could in turn help developing an interface
for laypersons. As explained in [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], a legal user interface could
shield the user of the legal system from the complexity of the
underlying legal system. Ordinary people perceive the legal system
as too complex [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], which results in part from the asymmetry of
information in the market of legal services, where ordinary people
are disadvantaged in comparison with providers of legal services
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The asymmetry of information adds to the access-to-justice
gap, such that a layperson lacks the right information and tools to
choose the right lawyer at an afordable cost, and might prefer to
self represent herself or refrain from filing a lawsuit. According to
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] "one of six Americans is a self-represented litigant in a newly
ifled case each year," however, the resolutions are in favor of
litigants represented with a lawyer. Both [
        <xref ref-type="bibr" rid="ref1 ref11">1, 11</xref>
        ] suggests "the ease of
access to information" is a solution to address the gap in accessing
justice. Access to free basic legal information could help the user
to navigate the justice system easily, understand better the legal
area his problem falls into, and choose a lawyer with experience
on the subject matter of the dispute. In our work, we extract and
represent information from past judgments to increase the
transparency of judicial procedures and make them more accessible to
laypersons. First, we pre-process judgments by extracting relevant
legal entities, such as the lawyers of each party, by using Named
Entity Recognition (NER) models. Second, we analyze the win/loss
rate of lawyers by building two lawyers’ networks: an opposing
network of lawyers and a collaborative network of lawyers. Third,
we use network analysis of judgments to suggest a measure of case
dificulty based on case types/communities with distinct win/lose
rates.
2
      </p>
    </sec>
    <sec id="sec-3">
      <title>RELATED WORK</title>
      <p>
        Numerous research have been carried out on case-law corpora
focusing on specific objectives. One of the long-time objectives is the
prediction of case outcomes. One of the first approaches in this field
was [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] to manually convert a case factual elements into numerical
values, compute their sum and predict a decision in favor of the
petitioner if the sum is above a manually selected threshold. Recent
eforts [
        <xref ref-type="bibr" rid="ref14 ref16 ref25 ref6">6, 14, 16, 25</xref>
        ] have used machine learning techniques to
build outcome prediction models. Judicial judgments are rich in
data, which could be used to analyze the operations of the legal
system. The authors of [
        <xref ref-type="bibr" rid="ref20 ref8">8, 20</xref>
        ] used empirical methods to understand
and describe judicial decision-making. Other researchers extract
information to empower legal decision-makers and legal
practitioners [
        <xref ref-type="bibr" rid="ref12 ref17 ref18 ref27">12, 17, 18, 27</xref>
        ]. Judicial decisions lend themselves to the use of
network analysis techniques. Networks of case law have been used
several times [
        <xref ref-type="bibr" rid="ref10 ref7">7, 10</xref>
        ] to measure the importance of a case. The theory
of graphs provides tools well adapted to analyze the complexity of
case law networks; for example, [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] employs a hybrid version for
bipartite graphs to clarify procedural aspects of the International
Criminal Court. Judgments are expressed in natural language,
therefore to scale their automatic processing, several researchers have
been developing natural language processing techniques for the
legal domain. Some adapt NLP techniques built for the general
language to the legal language. [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] build their model of sentence
boundary detection (SBD) for legal documents. Researchers from
the Lynx project [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] developed a set of NLP services to extract
a variety of information from legal documents: term extraction,
text structure recognition, and NER. NER techniques have several
applications in the legal domain. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] improved existing NER models
and used the resulting models to extract, from French judgments,
entities that should be anonymized before the public release of the
judgments.
3
3.1
      </p>
    </sec>
    <sec id="sec-4">
      <title>DATA</title>
    </sec>
    <sec id="sec-5">
      <title>Data collection</title>
      <p>Our dataset consists of 40,000 rtf files that were crawled through
Légifrance 1, a French legal publisher providing access to law codes
and legal decisions. To navigate and crawl through Légifrance we
used Selenium2, a python framework that simulates a real web
browser. For our experiments, we used a sample of cases from
the court of appeal consisting of 17,215 cases. We limit our first
analysis to cases from the court of appeal due to the specificity
of cases from trial courts and the Court of Cassation. For future
works and analysis, a sample of cases from the Court of Cassation
could also be used (more than 400,000 documents available on
Légifrance). We decided to focus first on cases decided by civil
courts and to exclude both criminal, administrative, and specialized
courts. We also remove procedural judgments, such as court orders.
Judgments analyzed here are solely final decisions called "arrêt de
Cour d’appel."
3.2</p>
    </sec>
    <sec id="sec-6">
      <title>Data preprocessing</title>
      <p>Data preprocessing was the most challenging part of the project.
The structure and wording of the legal documents, which vary
between diferent courts and dockets, as well as the use of legal
formal language, were challenging obstacles to conduct the text
mining tasks. Below we analyze in detail how we approached each
part, from segmenting the documents to extracting the persons
taking part in each court case and their roles.
3.2.1 Segmentation.</p>
      <p>Analysis of the macrostructure of cases. The decisions of
courts of appeals in France follow an overall similar structure. First,
the documents state practical information about the litigation such
as dates, jurisdiction, and the diferent entities involved in the trial,
listed in the following order:</p>
      <sec id="sec-6-1">
        <title>1www.legifrance.gouv.fr 2https://selenium-python.readthedocs.io/</title>
        <p>
          • Appellant (appelant in French): The name of the party is
always anonymized, for example: "Monsieur Jean X."
• Appellant’s counsel: can be anonymized but always start
with the keyword "Me" or "Maître," for example, "Me Jean
Dupont."
• Appellee (intimée in French): this entity has the same
format as the appellant.
• Appellee’s counsel: Same format as the appellant’s
counsel.
• Court Entities (non-fixed order):
– Judge (magistrats, conseillers in French ): could be
anonymized but always start with the keyword "Président."
– Clerk (Grefier in French) : Can be anonymized but is
always expressed near the word "Grefier."
After listing the entities, decisions from French appeal courts
continue with the debate. The debate describes all the facts and
procedure leading to the appeal. It also states the diferent arguments
brought forth by the parties, and follows with the reasoning of
the court. Finally, it closes with the conclusion which states the
ifnal decision. The keywords separating the diferent parts vary
significantly, and are sometimes absent, which makes the
segmentation task complex. Keywords may vary from one appeal court to
another. We use graphs to compare the structure of judgments of
appeal courts in several territorial jurisdictions. Figure 1 represents
the flow of cases in two diferent jurisdictions. Each graph is built
by parsing judgments from the same jurisdiction into sentences
and then linking consecutive sentences by an edge. The name of a
node is the text of the sentence. When the sentence is more than
ifve words, the name of the node is "Long_Text_i_j" where i is
the index of the case in the whole dataset, and j is the index of the
sentence within the case. The size of the node is the occurrence
of its text in all the judgment of the considered jurisdiction. To
account for keywords that have small variations across documents,
we use the Jaro similarity to identify these variations, examples are
in table 1. The Jaro similarity is a similarity measure between two
strings 1 and 2 [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] defined with the following formula:
 (1, 2) =
( 0
1  
3 ( |1 | + |2 | + − )
if m = 0,
otherwise
        </p>
      </sec>
      <sec id="sec-6-2">
        <title>Where:</title>
        <p>• |  | is the length of string 
• m is the number of same characters not further than ⌊  ( |21 |, |2 |) ⌋−
1
• t is the number of transpositions.</p>
        <p>The Jaro similarity is used to contract nodes of similar sentences,
such that if two sentences have a Jaro similarity larger than 0.8,
then they are considered belonging to the same node. Therefore the
big nodes are common parts from all documents, and they represent
the structure of these documents.</p>
        <p>Figure 1 points out the diference in structure and flows that
documents from diferent jurisdictions can have. For instance, Agen
will use "ENTRE" to announce the appellant, and "ET" to announce
the appellee, whereas Douai will use respectively "APPELANT" and
"INTIMEE."</p>
        <p>Nevertheless, we empirically observed that all the decisions,
whatever the jurisdiction was, shared the same keyword "PAR CES
faits et procedure
procedure et pretentions des parties
moyens et pretentions des parties
faits procedure
procedure et moyens des parties
pretentions et moyens des parties</p>
      </sec>
      <sec id="sec-6-3">
        <title>Jaro distance 0.86 0.83 0.92</title>
        <p>MOTIFS" to announce the final decision of the court (last big node
in the two flows of figure 1).</p>
        <p>Segmentation with keywords. We also sought to extract
entities corresponding to the lawyers defending each party. As
described above, legal entities are mentioned after the practical
information in a fixed order. Moreover, domain experts confirmed these
legal entities are mentioned in separate segments. These segments
are often preceded by known keywords, as shown in figure 2. Once
we have identified the beginning and end of each segment, we
use them to extract lawyers’ names as described in the following
subsection.
3.3</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Extraction of lawyers’ entities</title>
      <p>
        To detect lawyers’ names throughout the document, we discard,
ifrst, all segments except the appellant and the appellee segments.
Second, we segment them further into sentences using the sentence
tokenizer by Polyglot 3, which is a Python package providing
multilingual natural language processing tools. Third, we only keep
sentences containing honorifics used for lawyers such as "Me,"
"Maître," or lawyers’ keywords like: "representé par." We then use a
well-established Named Entity Recognition model by Polyglot [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] to
recognize person entities from the remaining sentences. The model
uses pretrained word embeddings from Wikipedia [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] to classify
whether a word is an entity or not based on its sentence. Last, we
consider the extracted named entities appearing in the appellant
segment as lawyers of the appellant, and the names appearing in
the appellee segment as lawyers of the appellee. It should be noted
that decisions without any reference to a lawyer on both sides were
overlooked.
3.4
      </p>
    </sec>
    <sec id="sec-8">
      <title>Extraction of the judge decision</title>
      <p>From the initial segmentation, the final decision of the court is to
be found in the conclusion segment of the judgement. Concerning
judgments from appeal courts, the court will either confirm the first
lower court decision (Tribunal judiciaire) or reverse it. However,
the court can also partially confirm the judgment. In other words,
the court can decide to accept one of the appellant’s requests, and
therefore change the first decision partially. Empirically, we noticed
that certain words are present in certain types of decisions, and after
validation from the domain experts, we resorted to a keyword-based
solution:
• "Confirme", "Rejete", "Irrecevable": keep the first decision
(Appellee "wins")
• "Infirme", "Rectifier", "Réforme"": change the first decision
(Appellant "wins")
Out of a sample of 5832 cases, 570 conclusions (∼10%) include at
least a keyword representing both outcomes, in which case we keep
the outcome that has most keywords. This is a temporary solution
that requires refinement in the future.
4</p>
    </sec>
    <sec id="sec-9">
      <title>NETWORK ANALYSIS OF LAWYERS</title>
      <p>Once the entities’ recognition is complete, we extract all the
instances (and their function) in every document. Since courts tend
to have a limited number of lawyers, judges and court clerks, cases
share the same entities. Therefore, all the cases can be considered a
big graph where entities interact with each other.
4.1</p>
    </sec>
    <sec id="sec-10">
      <title>Opposing network of lawyers</title>
      <p>We extracted the winning and losing lawyers in each decision. From
this, we can define a directed weighted network. We draw an edge
between lawyers if they have been opposed. The edge from lawyer
i to lawyer j is weighted by the wins , of lawyer i to lawyer j:
↦→ = ↦→, + ↦→, 
Where ↦→, is the number of wins of lawyer i as an appellant
and ↦→,  is the number of wins of lawyer i as an appellee.
Parameters ’a’ and ’b’ are used to weigh more winning as an appellant
than winning as an appellee since it is known by legal experts that
the event of winning an appeal is less frequent than losing it.We
also confirm this intuition by counting the rate of appeals’ rejection
from our dataset. We get a rejection rate of 0.9. We collapse both
edges between two lawyers into one directed edge weighted by:
|↦→ −  ↦→ | log(↦→ +  ↦→ + 1). In this case the
edge direction is determined by the sign of ↦→ − ↦→ such
that the edge target is the lawyer with most wins. To visualize the
most important nodes, we remove lawyers with only one case (899
out of 2146), which leaves us with a network with 1247 nodes and
2182 edges. The resulting network appears in figure 3. The edge
goes from a "losing" to a "winning" lawyer, and the width of the
edge represents the diference in the number of wins. Node size is
the number of appeal cases where the lawyer appears and the color
captures the win-loss diference.
4.2</p>
    </sec>
    <sec id="sec-11">
      <title>Collaboration network of lawyers</title>
      <p>The collaboration network in figure 4 indicates lawyers that have
been on the same side during an appeal case. The edges are weighted
based on the wins minus the losses, so the network can capture
which collaborations are the most successful. We have removed
nodes with number of collaborations below a fixed threshold to
obtain a decluttered visualization of the network. We obtain a network
of 47 nodes and 94 edges out of 2182 nodes and 2950 edges.
4.3</p>
    </sec>
    <sec id="sec-12">
      <title>Lawyers Ranking</title>
      <p>In this section, we suggest three metrics to rank and compare
between lawyers. First, we measure the experience of a lawyer by
the number of judgments mentioning him as the appellant’s or
appellee’s lawyer. Second, we compute the win-loss rate of lawyers.
Third, we calculate the centrality of a lawyer in the opposing
network.</p>
      <p>In figure 5a, lawyers are ranked by their experience in going in
front of the court of appeal. However, this measure alone does not
indicate the performance of the lawyer. Thus we need to refer to
the win/loss ratio to evaluate the performance. Lawyer 353 ranks
ifrst in terms of the win/loss ratio instead of fifth in terms of the
(a) Lawyers ordered by the total
number of cases
(b) Lawyers ordered by the
win/loss ratio
(c) Lawyers ordered by their
importance using PageRank
algorithm
total number of cases. In this case, lawyer 353 performs better than
lawyer 387, who is ranked first in figure 5a but ranks 9 in terms
of win/loss ratio. A weakness of the win/loss ratio ranking is that
it does not consider the experience of the opposing lawyer; while
the opponent’s worth can be a measure of the win’s value. To this
end, we compute the weighted directed PageRank of the opposing
network 5c. As explained in section 4.1, the weights are the number
of wins such that wins as an appellant’s lawyer counts more than
wins as an appellee’s lawyer. So edges directed towards lawyers
who win more representing an appellant have higher weights than
edges directed towards a lawyer who wins more representing an
appellee. Therefore top lawyers in figure 5c are lawyers who won
against experienced lawyers and who win most as an appellant’s
lawyer. Lawyer 387 is ranked best than lawyer 350 in terms of
win/loss ratio, but worst in terms of PageRank measure. We could
explain this diference in the ranking by the fact that the majority
of wins of lawyer 350 wins as an appellant’s lawyer, while the
majority of wins of lawyer 387 wins as an appellee’s lawyer. Thus
it is recommended for an appellant to choose lawyer 350 rather
than lawyer 387.
4.4</p>
    </sec>
    <sec id="sec-13">
      <title>Network analysis of judgments</title>
      <p>In this section, we develop a method to assess cases’ dificulty
from the perspective of the appellant. More precisely, the aim is
to compute the dificulty withing a group of cases dealing with
the same legal issues. First, we built a network of cases to discover
communities of cases about similar legal issues. Second, we use the
win/loss rate of the appeal as a proxy to its dificulty .</p>
      <p>
        Graphs encode knowledge and patterns more eficiently [
        <xref ref-type="bibr" rid="ref19 ref22">19, 22</xref>
        ].
The crucial element is the edges representing some kind of
similarity/afiliation among the nodes. Graphs are said to to have the
property of community structure [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] when there are groups of
vertices with high concentration of internal edges and low
concentration of edges between these groups, see example in figure 6.c.
These special groups are called communities, clusters or modules.
In order to build a graph of cases, we needed to connect them with
some property that represented similarity. Cases about the same
legal issues tend to cite the sames groups of law articles, therefore
we define the similarity of two cases by the number of common
law articles mentioned in the text of the cases reflecting apparently
the thematic similarity among them. Thus we build a network of
judgments to discover the communities’ structure and natural
divisions among the set of studied cases. First, we prepare cases by
extracting cited articles of law. We extract articles by using regular
expressions. Then we create an edge between two cases if they cite
at least k same articles. Figure 7 shows graphs of judgments for
diferent values of k. It is evident that as we increase k the graph
becomes smaller with the cases having higher similarity due to the
higher number of common articles.
(a) Cases with at
least 3 articles in
common
(b) Cases with at
least 5 articles in
common
(c) A case graph
displaying
community structure:
two groups of cases
with dense internal
connections and
sparser connections
between groups
      </p>
      <p>We built networks for diferent values of k from cases of the last
three months of 2018, as shown in figure 7. The network naturally
groups similar cases in communities. For example, in figure 7c cases
against the same appellee and about the same issue. We also notice,
ifgure 8 that cases with the same win/loss rate are grouped in the
same communities.</p>
    </sec>
    <sec id="sec-14">
      <title>CONCLUSION</title>
      <p>We used NLP methods to extract information from judgments of
the French court of appeal. We constructed indicators about the
dificulty of lawyers’ performance and cases by using network
analysis techniques on lawyers’ networks and cases’ networks.
Our objective is to use these indicators to guide laypersons when
confronted with the legal systems and contribute to the decrease of
the access-to-justice gap by reducing the asymmetry of information
characterizing the legal market. The lawyers’ ranking could serve
to build a system that guides an appellee in choosing a lawyer.
However, the lawyers’ ranking relies only on wins and losses of
lawyers. In future work, we expect to produce a ranking that takes
into account the legal area of the case and its dificulty, in such a
way that the ranking could be more personalized to the needs of a
layperson.</p>
      <p>REFERENCES</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <fpage>2016</fpage>
          .
          <article-title>Access to Justice and Market Failure</article-title>
          .
          <source>Slaw (November</source>
          <year>2016</year>
          ). http: //www.slaw.ca/
          <year>2016</year>
          /11/01/access-to
          <article-title>-justice-and-market-failure/</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <fpage>2016</fpage>
          .
          <article-title>Understanding Efective Access to Justice</article-title>
          .
          <source>Retrieved April</source>
          <volume>4</volume>
          , 2020r from http://www.oecd.org/gov/Understanding-efective
          <article-title>-access-justiceworkshop-paper-final</article-title>
          .pdf
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Rami</given-names>
            <surname>Al-Rfou</surname>
          </string-name>
          , Vivek Kulkarni, Bryan Perozzi, and
          <string-name>
            <given-names>Steven</given-names>
            <surname>Skiena</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>PolyglotNER: Massive multilingual named entity recognition</article-title>
          .
          <source>In Proceedings of the 2015 SIAM International Conference on Data Mining. SIAM</source>
          ,
          <fpage>586</fpage>
          -
          <lpage>594</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Rami</given-names>
            <surname>Al-Rfou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Bryan</given-names>
            <surname>Perozzi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Steven</given-names>
            <surname>Skiena</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Polyglot: Distributed word representations for multilingual nlp</article-title>
          .
          <source>arXiv preprint arXiv:1307.1662</source>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Valentin</given-names>
            <surname>Barriere</surname>
          </string-name>
          and
          <string-name>
            <given-names>Amaury</given-names>
            <surname>Fouret</surname>
          </string-name>
          .
          <year>2019</year>
          . May I Check Again?
          <article-title>-A simple but eficient way to generate and use contextual dictionaries for Named Entity Recognition</article-title>
          . Application to French Legal Texts. arXiv preprint arXiv:
          <year>1909</year>
          .
          <volume>03453</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Karl</given-names>
            <surname>Branting</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B</given-names>
            <surname>Weiss</surname>
          </string-name>
          , B Brown, C Pfeifer,
          <string-name>
            <given-names>A</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M</given-names>
            <surname>Pfaf</surname>
          </string-name>
          , and
          <string-name>
            <given-names>A</given-names>
            <surname>Yeh</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Semi-Supervised Methods for Explainable Legal Prediction</article-title>
          .
          <source>In Proceedings of the Seventeenth International Conference on Artificial Intelligence and Law</source>
          .
          <volume>22</volume>
          -
          <fpage>31</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Mattias</given-names>
            <surname>Derlén</surname>
          </string-name>
          and
          <string-name>
            <given-names>Johan</given-names>
            <surname>Lindholm</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Goodbye van G end en L oos, Hello B osman? Using Network Analysis to Measure the Importance of Individual CJEU Judgments</article-title>
          .
          <source>European Law Journal</source>
          <volume>20</volume>
          ,
          <issue>5</issue>
          (
          <year>2014</year>
          ),
          <fpage>667</fpage>
          -
          <lpage>687</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Lee</given-names>
            <surname>Epstein</surname>
          </string-name>
          , William M Landes, and Richard A Posner.
          <year>2013</year>
          .
          <article-title>The behavior of federal judges: a theoretical and empirical study of rational choice</article-title>
          . Harvard University Press.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Santo</given-names>
            <surname>Fortunato</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Community detection in graphs</article-title>
          .
          <source>Physics reports 486</source>
          ,
          <fpage>3</fpage>
          -
          <lpage>5</lpage>
          (
          <year>2010</year>
          ),
          <fpage>75</fpage>
          -
          <lpage>174</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>James</surname>
            <given-names>H Fowler</given-names>
          </string-name>
          , Timothy R Johnson, James F Spriggs,
          <string-name>
            <surname>Sangick Jeon</surname>
          </string-name>
          , and Paul J Wahlbeck.
          <year>2007</year>
          .
          <article-title>Network analysis and the law: Measuring the legal importance of precedents at the US Supreme Court</article-title>
          .
          <source>Political Analysis</source>
          <volume>15</volume>
          ,
          <issue>3</issue>
          (
          <year>2007</year>
          ),
          <fpage>324</fpage>
          -
          <lpage>346</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>John</surname>
            <given-names>M Greacen</given-names>
          </string-name>
          , Amy Dunn Johnson, and
          <string-name>
            <given-names>Vincent</given-names>
            <surname>Morris</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>From market failure to 100% access: Toward a civil justice continuum</article-title>
          . UALR L.
          <year>Rev</year>
          .
          <volume>37</volume>
          (
          <year>2014</year>
          ),
          <fpage>551</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Jerrold</given-names>
            <surname>Soh Tsin Howe</surname>
          </string-name>
          , Lim How Khang, and Ian Ernst Chai.
          <year>2019</year>
          .
          <article-title>Legal Area Classification: A Comparative Study of Text Classifiers on Singapore Supreme Court Judgments</article-title>
          . arXiv preprint arXiv:
          <year>1904</year>
          .
          <volume>06470</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Matthew</surname>
            <given-names>A</given-names>
          </string-name>
          <string-name>
            <surname>Jaro</surname>
          </string-name>
          .
          <year>1989</year>
          .
          <article-title>Advances in record-linkage methodology as applied to matching the 1985 census of Tampa, Florida</article-title>
          .
          <source>J. Amer. Statist. Assoc</source>
          .
          <volume>84</volume>
          ,
          <issue>406</issue>
          (
          <year>1989</year>
          ),
          <fpage>414</fpage>
          -
          <lpage>420</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Martin</surname>
          </string-name>
          <string-name>
            <surname>Katz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>II</given-names>
            <surname>Bommarito</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J</given-names>
            <surname>Michael</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Josh</given-names>
            <surname>Blackman</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Predicting the behavior of the supreme court of the united states: A general approach</article-title>
          .
          <source>arXiv preprint arXiv:1407.6333</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Fred</given-names>
            <surname>Kort</surname>
          </string-name>
          .
          <year>1957</year>
          .
          <article-title>Predicting Supreme Court decisions mathematically: A quantitative analysis of the “right to counsel” cases</article-title>
          .
          <source>American Political Science Review</source>
          <volume>51</volume>
          ,
          <issue>1</issue>
          (
          <year>1957</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Shangbang</surname>
            <given-names>Long</given-names>
          </string-name>
          , Cunchao Tu, Zhiyuan Liu, and
          <string-name>
            <given-names>Maosong</given-names>
            <surname>Sun</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Automatic judgment prediction via legal reading comprehension</article-title>
          .
          <source>In China National Conference on Chinese Computational Linguistics</source>
          . Springer,
          <fpage>558</fpage>
          -
          <lpage>572</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Dennis</surname>
            <given-names>P Michalopoulos</given-names>
          </string-name>
          , Jessica Jacob, and
          <string-name>
            <given-names>Alfredo</given-names>
            <surname>Coviello</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>AI-Enabled Litigation Evaluation: Data-Driven Empowerment for Legal Decision Makers</article-title>
          .
          <source>In Proceedings of the Seventeenth International Conference on Artificial Intelligence and Law</source>
          .
          <volume>264</volume>
          -
          <fpage>265</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Wai</given-names>
            <surname>Yin Mok and Jonathan R Mok</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Legal Machine-Learning Analysis: First Steps towards AI Assisted Legal Research</article-title>
          .
          <source>In Proceedings of the Seventeenth International Conference on Artificial Intelligence and Law</source>
          .
          <volume>266</volume>
          -
          <fpage>267</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Giannis</surname>
            <given-names>Nikolentzos</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antoine J-P Tixier</surname>
            , and
            <given-names>Michalis</given-names>
          </string-name>
          <string-name>
            <surname>Vazirgiannis</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Message Passing Attention Networks for Document Understanding</article-title>
          . arXiv preprint arXiv:
          <year>1908</year>
          .
          <volume>06267</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Jefrey J Rachlinski and Andrew J Wistrich</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Judging the judiciary by the numbers: Empirical research on judges</article-title>
          .
          <source>Annual Review of Law and Social Science</source>
          <volume>13</volume>
          (
          <year>2017</year>
          ),
          <fpage>203</fpage>
          -
          <lpage>229</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Georg</surname>
            <given-names>Rehm</given-names>
          </string-name>
          , Julian Moreno Schneider, Jorge Gracia, Artem Revenko, Victor Mireles, Maria Khvalchik, Ilan Kernerman, Andis Lagzdins, Ma¯rcis Pinnis,
          <string-name>
            <surname>Artus Vasilevskis</surname>
          </string-name>
          , et al.
          <year>2019</year>
          .
          <article-title>Developing and orchestrating a portfolio of natural legal language processing and document curation services</article-title>
          .
          <source>In Proceedings of the Natural Legal Language Processing Workshop</source>
          <year>2019</year>
          .
          <fpage>55</fpage>
          -
          <lpage>66</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>François</given-names>
            <surname>Rousseau</surname>
          </string-name>
          and
          <string-name>
            <given-names>Michalis</given-names>
            <surname>Vazirgiannis</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Graph-of-word and TWIDF: new approach to ad hoc IR</article-title>
          .
          <source>In Proceedings of the 22nd ACM international conference on Information &amp; Knowledge Management</source>
          .
          <fpage>59</fpage>
          -
          <lpage>68</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>JB</given-names>
            <surname>Ruhl</surname>
          </string-name>
          and Daniel Martin Katz.
          <year>2015</year>
          .
          <article-title>Measuring, monitoring, and managing legal complexity</article-title>
          . Iowa L.
          <year>Rev</year>
          .
          <volume>101</volume>
          (
          <year>2015</year>
          ),
          <fpage>223</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>George</given-names>
            <surname>Sanchez</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Sentence boundary detection in legal text</article-title>
          .
          <source>In Proceedings of the Natural Legal Language Processing Workshop</source>
          <year>2019</year>
          .
          <fpage>31</fpage>
          -
          <lpage>38</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Octavia-Maria</surname>
            <given-names>Sulea</given-names>
          </string-name>
          , Marcos Zampieri, Mihaela Vela, and Josef Van Genabith.
          <year>2017</year>
          .
          <article-title>Predicting the law area and decisions of french supreme court cases</article-title>
          .
          <source>arXiv preprint arXiv:1708.01681</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>Fabien</given-names>
            <surname>Tarissan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Raphaëlle</given-names>
            <surname>Nollez-Goldbach</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Analysing the first case of the international criminal court from a network-science perspective</article-title>
          .
          <source>Journal of Complex Networks</source>
          <volume>4</volume>
          ,
          <issue>4</issue>
          (
          <year>2016</year>
          ),
          <fpage>616</fpage>
          -
          <lpage>634</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Thomas</surname>
            <given-names>Vacek</given-names>
          </string-name>
          , Ronald Teo, Dezhao Song, Timothy Nugent, Conner Cowling, and
          <string-name>
            <given-names>Frank</given-names>
            <surname>Schilder</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Litigation Analytics: Case outcomes extracted from US federal court dockets</article-title>
          .
          <source>In Proceedings of the Natural Legal Language Processing Workshop</source>
          <year>2019</year>
          .
          <fpage>45</fpage>
          -
          <lpage>54</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>