<!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>Finding Contextually Consistent Information Units in Legal Text</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Dominic Seyler∗</string-name>
          <email>dseyler2@illinois.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul Bruin</string-name>
          <email>paul.bruin@regology.com</email>
          <email>paul.bruin@regology.com pavan.bayyapu@regology.com Regology</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ChengXiang Zhai</string-name>
          <email>czhai@illinois.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Pavan Bayyapu</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Illinois at</institution>
          ,
          <addr-line>Urbana-Champaign</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <abstract>
        <p>Terms in the laws of a legislature can be highly contextual: especially for corpora of codified laws and regulations where the reader has to be aware of the correct context when the corpus lacks a single level of hierarchy. The goal of this work is to assist professionals when reading legal text within a codified corpus by finding contextually consistent information units. To achieve this, we combine NLP and data mining techniques to develop novel methodology that can find these information units in an unsupervised manner. Our method draws on expert experience and is modeled to emulate the “contextualization process” of experienced readers of legal content. We experimentally evaluate our method by comparing it to multiple expert-annotated datasets and find that our method achieves near perfect performance on four state corpora and high precision on one federal corpus.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>Within a corpus, the same term can have diferent meanings. For
instance, in the United States Code (USC) 26 USC § 7701(a)(1) provides
that for purposes of Title 26 “The term ‘person’ shall be construed
to mean and include an individual, a trust, (...) or corporation.”
However, 42 USC § 2000e(a) provides that for purposes of the subchapter
it belongs to “The term ‘person’ includes one or more individuals,
governments, (...) or receivers.” Thus, the context is not identical
across the corpus.</p>
      <p>This work’s goal is to inform professionals who read a section
of legal text about the continuous and contextually consistent
information unit the section belongs to. We coin such a unit “root
context” and it commonly represents an individual law on a specific
topic. Root context is used where a codified corpus’ hierarchical
structure does not designate a single level for individual laws. Our
root context method is modeled to emulate the “contextualization
process”, where experienced readers use references in the text to
help contextualize what they are reading. The contextualization
process can be broken down into three steps: 1) The reader
notices that definition of ‘person’ is not in the current section. 2) The
reader needs to find the definition of ‘person’ that is applicable
to the current section. 3) Once the definition for ‘person’ is found
∗This work was done during an internship at Regology.
5
8</p>
      <p>5
SC1</p>
      <p>C1</p>
      <p>8
3
SC2
3
8
T1
8
9
8
SC3
8</p>
      <p>C2
9
SC4
9
9
S1 - S15</p>
      <p>S20 - S25</p>
      <p>S30 - S35 S40 - S49
the reader needs to understand which other sections the definition
applies to. For instance, Figure 1 shows Chapter 1 as root context.
If the reader is reading Section 12 she might find the mention of the
word ‘person’. From our algorithm the reader is informed that the
definition of ‘person’ is applicable to Chapter 1, which encompasses
Section 1 through Section 25.</p>
      <p>One challenge is to optimize the existing hierarchy within legal
documents. For instance, the USC has 53 titles that are broken down
in lower levels of hierarchy such as chapters, parts, etc. We address
the aforementioned challenge by combining the natural language
text and the existing document hierarchy to find higher-level
logical groupings, which are not present in the original document
hierarchy (we call these groupings “root contexts”). To achieve this,
our method makes use of NLP techniques to extract hierarchy
references from the text and automatically builds an hierarchy-reference
graph (an example is depicted in Figure 1 with hierarchy references
shown as arrows in the figure). We then create an algorithm that
follows the graph references to automatically identify a point in
the hierarchy that is a root context.</p>
      <p>We evaluate our approach on five U.S. law corpora (one federal
and four state corpora). To build our test datasets, we have a domain
expert annotate every root context in each of the corpora. In our
experiments, we compare these annotations with the predictions
of our algorithm and find that our method achieves near perfect
performance on our state corpora and high precision on our federal
corpus. Summarizing, our work makes the following contributions:
(1) We introduce and define the novel problem of root context
identification.
(2) We combine NLP and data mining techniques to develop
novel methodology to identify root contexts.
(3) We show the efectiveness of our approach on five corpora.</p>
    </sec>
    <sec id="sec-2">
      <title>2 RELATED WORK</title>
      <p>
        The identification of information units is common in library and
information sciences [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and web information retrieval [
        <xref ref-type="bibr" rid="ref12 ref16 ref19">12, 16, 19</xref>
        ].
There, the purpose is to find a set of documents or articles that
form a logically and contextually coherent unit. In the legal domain,
it is also common to create some sort of abstraction of legal text.
Mostly this is achieved through information extraction, such as
text summarization [
        <xref ref-type="bibr" rid="ref11 ref9">9, 11</xref>
        ], argument mining [
        <xref ref-type="bibr" rid="ref13 ref17">13, 17</xref>
        ], named
entity extraction [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ], citation resolution [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and visualization [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
Combining these information extraction techniques as building
blocks, another line of work builds structured knowledge resources
with the intend of abstraction and logical organization of legal
content [
        <xref ref-type="bibr" rid="ref14 ref8">8, 14</xref>
        ]. Our work is bridging the gap between information units
in the sense of information retrieval, where we combine content
on the logical level, and the legal domain. In contrast to other work
in the legal domain, we leverage information units as a concept for
guiding the user when navigating legal text. Rather than extracting
content from an existing document collection, we augment the data
with contextually consistent information units, which we call root
contexts. Thus, root context is a novel application of the concept
of information units to organize large amounts of semi-structured,
legal text.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3 PROBLEM DEFINITION</title>
      <p>Definition 3.1. Hierarchy instance: A concrete instantiation of a
part of the hierarchy, e.g. “Title 12”, denoted as 12. Each hierarchy
instance is the union of all its sub-parts. For example, 12 is made
up of chapters 1, ...18, which transitively are made up of
subchapters  , etc.</p>
      <p>Definition 3.2. Hierarchy level: The union of all hierarchy
instances for a certain level. For instance, the “title” hierarchy level
T of USC encompasses all 53 title instances  : (1, 2, ..., 53) ∈ T .
The lowest level we consider for this work are Sections , which
contain all the textual information.</p>
      <p>Definition 3.3. Hierarchy branch: A unique identifier for a specific
part in the corpus hierarchy. The hierarchy branch is a tuple of
hierarchy instances that need to be “followed” from the hierarchy
root. For example, the tuple (‘USC’, ‘12’, ‘2’, ‘221’), identifies
Section 221 in Chapter 2 (“Federal Reserve System”), within Title
12 (“Banks and Banking”) in the United States Code.</p>
      <p>Definition 3.4. Hierarchy reference: The hierarchy branch of a
reference made to the hierarchy in legal text. For example, if the text
in (‘USC’, ‘12’, ‘2’, ‘12’) references its chapter, then the resulting
hierarchy reference is: (‘USC’, ‘12’, ‘2’). We define custom regular
expressions to identify hierarchy references in the text.
Definition 3.5. Hierarchy-reference graph: A weighted, directed
graph where the nodes are hierarchy branches and the edges are
hierarchy references between them. The edge weight is the number
of references between a pair of nodes.</p>
      <p>Definition 3.6. Root context: A specific hierarchy instance, which
makes up a contextually consistent information unit.
Definition 3.7. Root context identification: Given a document
collection  (i.e., a law corpus), extract all hierarchy references  from
the text and combine them with the existing document hierarchy
 to form a hierarchy-reference graph  = ( , ,  ). More
specifically,  is the set of all hierarchy branches,  ⊆ {(, ) | (, ) ∈  2}
are all directed hierarchy references and  :  → R the edge
weights. The goal is to find a set  ⊆  with all hierarchy branches
(i.e., nodes in the graph) that are root contexts.
4</p>
    </sec>
    <sec id="sec-4">
      <title>APPROACH</title>
      <p>Algorithm 1: Root Context Identification</p>
      <p>Data: , a document collection (i.e., a law corpus),  a set of all hierarchy
branches
Result: , a set of all root contexts with  ⊆ 
begin
 = ( , ,  ) ← extract hierarchy references and build graph;
 ← identify hierarchy references in definition and purposes sections;
 ← ∅;
 _ ← 10;
for  ∈  do
ℎ ← 0;
 _ ← ;
while ℎ &lt;  _ do
ℎ ← ℎ + 1;
if  _ ∈  then
 ←  ∪  _;
break;
 ← ∅;
for (, ) ∀ =  _ do</p>
      <p>←  ∪ (,  ( (, )));
if | | &gt; 0 then
_ ← max ((,)) ;
if  _ = _ then
 ←  ∪  _;
break;
 _ ← _;
else</p>
      <p>_ ←  ( _);</p>
      <p>Our approach consists of three phases: 1) extract hierarchy
references and build the hierarchy-reference graph 2) find root
context indicators within definitions and purposes sections 3) perform
multi-hops following the graph’s edges with the highest weight
until a root context is identified. Algorithm 1 describes our
methodology for identifying root contexts. The input to the algorithm is a
document collection  and a set of all hierarchy branches  . The
output is a set of root contexts .</p>
      <p>Build hierarchy-reference graph ( = ( , ,  )): We start with
the nodes of the graph  , which are all hierarchy branches in a legal
corpus. Because only the section hierarchy level S includes textual
context, we start investigating the text of all  ∈ S. For each  , we
extract all hierarchy references by looking for textual references
of the hierarchy. We use a set of regular expressions to find these
references in text, i.e., “this (&lt;hierarchy level&gt;)”. For instance, if
the legal text in (‘USC’, ‘12’, ‘2’, ‘12’) says “this chapter” we
extract (‘USC’, ‘12’, ‘2’). We then add an edge between all distinct
hierarchy references and the current  , where the edge weight is
the sum of the hierarchy references for the edge’s target node. Once
this step is completed for S, we begin a count aggregation step at
each hierarchy level, moving “upwards” in the hierarchy. In our
running example, we move from S to the chapter hierarchy level
C. For each  ∈ C, we aggregate all hierarchy references that go
from  to other parts in the hierarchy. For instance, we aggregate
all hierarchy references to 12 within the hierarchy instance of 2,
as a single edge from (‘USC’, ‘12’, ‘2’) to (‘USC’, ‘12’), with the
combined edge weight of all its children that are pointing to 12.</p>
      <sec id="sec-4-1">
        <title>Target</title>
        <p>definitions
definitions
purposes
purposes</p>
      </sec>
      <sec id="sec-4-2">
        <title>Regular Expression</title>
        <p>this (\w+) (?:describes|sets forth|governs|contains)
the following definitions apply to this ( \w+)
the purposes? of (?:the )?.*this (\w+) (?:are|include|is)
this (\w+) sets forth
Identify root context indicators within definitions and
purposes sections (): References in certain sections that contain
definitions or purposes carry more weight than regular sections, as
these were authored with the intend of helping the reader with
contextualization. Our extraction algorithm goes through all sections
that contain either “definition” or “purpose” in their title. We define
a set of regular expressions that extract the hierarchy references
in these sections. Table 1 shows some examples, where “(\w+)”
matches a reference to the hierarchy (e.g., “chapter”). If one of the
regular expressions matches the text within a section, the hierarchy
branch of the extracted reference is added to a set .</p>
        <p>Traverse hierarchy-reference graph to generate : Starting at
every node in the graph, we perform multiple hops (in our case
10) along the graph, following always the outgoing edge with the
highest weight. If a node is found that is in , it will automatically
be added as a root context1. If a node’s highest weighted outgoing
edge points to itself, then we also consider the node a root context.
If a node has no outgoing edges, we move up one level in the
hierarchy, to the node’s parent, and continue the procedure.
5
5.1</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>EXPERIMENTS</title>
    </sec>
    <sec id="sec-6">
      <title>Experimental Setup</title>
      <p>
        Our experimental evaluation aims at measuring the eficacy of our
root context identification approach outlined in Section 4. For our
experiments, we run our algorithm and compare its predictions to
the expert annotations. We experiment with three full law corpora:
United States Code (USC) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], California Law (CACL) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], Texas
Statutes (TXST) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and two partial law corpora: Illinois Compiled
Statutes (ILCS) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] (10 out of 68 chapters covered) and Consolidated
Laws of New York (NYCL) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] (7 out of 92 chapters covered). For
each corpus, we extract all of its textual contents and hierarchy
from the web-pages available online.
      </p>
      <p>For each hierarchy branch in  , we have a domain expert
annotate whether it is a root context (“1” label) or not (“0” label). Table 2
shows the statistics for each dataset, with its total number of nodes
(“Total”), the number of annotated root contexts (“Number Root
Contexts”) and the percentage of root contexts out of all nodes in
the graph (“%”).</p>
      <p>Since our experimental setup is equivalent to a classification
problem, we report 1-score, precision, recall of the class under
consideration (i.e., “1” label) and classification accuracy. In this
case, false positives are instances that our method identifies as root
contexts, however, the expert annotated these instances as not a
root context. False negatives are root contexts that were identified
by the expert but not found by our method.</p>
      <sec id="sec-6-1">
        <title>Dataset</title>
        <p>USC
CACL
TXST
ILCS
NYCL</p>
      </sec>
      <sec id="sec-6-2">
        <title>Dataset</title>
        <p>USC
CACL
TXST
ILCS
NYCL</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSION AND IMPACT</title>
      <p>We presented the problem of finding contextually consistent
information units to assist professionals when reading legal text and
developed novel methodology to find these units. We evaluate our
method and find that it achieves high precision and 1 score on
multiple datasets. The high accuracy of our method indicates that the
task is not hard and the proposed method has worked well. Since
the method is unsupervised, it does not require any manual work
and can thus be applied broadly to all such application problems.
Naturally, we may further improve performance by applying
supervised learning with our method used as one feature and combine it
with other features, especially text-based features, which would be
future work. While we find our method to be efective, there are
instances where root contexts cannot be identified due to the lack
of hierarchy references. To solve this in the future, we envision to
ifnd root context indicators by looking at the evolution of legal text
over time and study the diferences of diferent versions of the law.</p>
      <p>This work further aids Regology’s2 machine learning framework.
For instance, the root context concept has been successfully utilized
to build a keyword extraction algorithm; increase the performance
of existing information retrieval components (e.g., grouping search
results, assessing law changes, diferentiating between new and
amending laws), and extract topics.
1We experimented with diferent weighting schemes for nodes that are in , however,
we found that “overriding” the edge weights in  works best.</p>
      <sec id="sec-7-1">
        <title>2https://regology.com</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>[1] [n.d.]. California Law. http://leginfo.legislature.ca.gov/faces/codes.xhtml</mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>[2] [n.d.]. Consolidated Laws of New York. https://www.nysenate.gov/legislation/ laws/CONSOLIDATED</mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>[3] [n.d.]. Illinois Compiled Statutes. http://www.ilga.gov/legislation/ilcs/ilcs.asp</mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>[4] [n.d.]. Texas Statutes. https://statutes.capitol.texas.gov/StatuteCodes.aspx</mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>[5] [n.d.]. United States Code. http://uscode.house.gov/download/download.shtml</mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Cristian</given-names>
            <surname>Cardellino</surname>
          </string-name>
          , Milagro Teruel, Laura Alonso Alemany, and
          <string-name>
            <given-names>Serena</given-names>
            <surname>Villata</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>A low-cost, high-coverage legal named entity recognizer, classifier and linker</article-title>
          .
          <source>In Proceedings of the 16th edition of the International Conference on Articial Intelligence and Law</source>
          . 9-
          <fpage>18</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Christopher</given-names>
            <surname>Dozier</surname>
          </string-name>
          , Ravikumar Kondadadi, Marc Light, Arun Vachher, Sriharsha Veeramachaneni, and
          <string-name>
            <given-names>Ramdev</given-names>
            <surname>Wudali</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Named entity recognition and resolution in legal text</article-title>
          .
          <source>In Semantic Processing of Legal Texts</source>
          . Springer,
          <fpage>27</fpage>
          -
          <lpage>43</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Enrico</given-names>
            <surname>Francesconi</surname>
          </string-name>
          , Simonetta Montemagni, Wim Peters, and
          <string-name>
            <given-names>Daniela</given-names>
            <surname>Tiscornia</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Integrating a bottom-up and top-down methodology for building semantic resources for the multilingual legal domain</article-title>
          .
          <source>In Semantic Processing of Legal Texts</source>
          . Springer,
          <fpage>95</fpage>
          -
          <lpage>121</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Filippo</given-names>
            <surname>Galgani</surname>
          </string-name>
          , Paul Compton, and
          <string-name>
            <given-names>Achim</given-names>
            <surname>Hofmann</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Combining diferent summarization techniques for legal text</article-title>
          .
          <source>In Proceedings of the workshop on innovative hybrid approaches to the processing of textual data. Association for Computational Linguistics</source>
          ,
          <fpage>115</fpage>
          -
          <lpage>123</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Aikaterini-Lida</surname>
            <given-names>Kalouli</given-names>
          </string-name>
          , Leo Vrana, Vigile Marie Fabella, Luna Bellani, and
          <string-name>
            <surname>Annette</surname>
          </string-name>
          Hautli-Janisz.
          <year>2018</year>
          .
          <article-title>CoUSBi: A Structured and Visualized Legal Corpus of US State Bills</article-title>
          .
          <source>In Proceedings of the LREC 2018 “Workshop on Language Resources</source>
          and
          <article-title>Technologies for the Legal Knowledge Graph”</article-title>
          , Miyazaki, Japan.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Ambedkar</surname>
            <given-names>Kanapala</given-names>
          </string-name>
          , Sukomal Pal, and
          <string-name>
            <given-names>Rajendra</given-names>
            <surname>Pamula</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Text summarization from legal documents: a survey</article-title>
          .
          <source>Artificial Intelligence Review</source>
          <volume>51</volume>
          ,
          <issue>3</issue>
          (
          <year>2019</year>
          ),
          <fpage>371</fpage>
          -
          <lpage>402</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Wen-Syan Li</surname>
            ,
            <given-names>K Selçuk</given-names>
          </string-name>
          <string-name>
            <surname>Candan</surname>
            , Quoc Vu, and
            <given-names>Divyakant</given-names>
          </string-name>
          <string-name>
            <surname>Agrawal</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Retrieving and organizing web pages by “information unit”</article-title>
          .
          <source>In Proceedings of the 10th international conference on World Wide Web</source>
          .
          <fpage>230</fpage>
          -
          <lpage>244</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Marie-Francine</surname>
            <given-names>Moens</given-names>
          </string-name>
          , Erik Boiy, Raquel Mochales Palau, and
          <string-name>
            <given-names>Chris</given-names>
            <surname>Reed</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Automatic detection of arguments in legal texts</article-title>
          .
          <source>In Proceedings of the 11th international conference on Artificial intelligence and law</source>
          .
          <volume>225</volume>
          -
          <fpage>230</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <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="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Robert</given-names>
            <surname>Shafer</surname>
          </string-name>
          and
          <string-name>
            <given-names>Stephen</given-names>
            <surname>Mayhew</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Legal Linking: Citation Resolution and Suggestion in Constitutional Law</article-title>
          .
          <source>In Proceedings of the Natural Legal Language Processing Workshop</source>
          <year>2019</year>
          .
          <fpage>39</fpage>
          -
          <lpage>44</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Keishi</surname>
            <given-names>Tajima</given-names>
          </string-name>
          , Kenji Hatano, Takeshi Matsukura, Ryoichi Sano, and
          <string-name>
            <given-names>Katsumi</given-names>
            <surname>Tanaka</surname>
          </string-name>
          .
          <year>1999</year>
          .
          <article-title>Discovery and Retrieval of Logical Information Units in Web.</article-title>
          .
          <source>In WOWS</source>
          .
          <volume>13</volume>
          -
          <fpage>23</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Adam</surname>
            <given-names>Wyner</given-names>
          </string-name>
          , Raquel Mochales-Palau,
          <article-title>Marie-Francine Moens, and</article-title>
          <string-name>
            <given-names>David</given-names>
            <surname>Milward</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Approaches to text mining arguments from legal cases</article-title>
          .
          <source>In Semantic processing of legal texts</source>
          . Springer,
          <fpage>60</fpage>
          -
          <lpage>79</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Liangzhi</surname>
            <given-names>Yu</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Zhenjia</given-names>
            <surname>Fan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Anyi</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>A hierarchical typology of scholarly information units: based on a deduction-verification study</article-title>
          .
          <source>Journal of Documentation</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>ChengXiang</given-names>
            <surname>Zhai and John Laferty</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>A risk minimization framework for information retrieval</article-title>
          .
          <source>Information Processing &amp; Management</source>
          <volume>42</volume>
          ,
          <issue>1</issue>
          (
          <year>2006</year>
          ),
          <fpage>31</fpage>
          -
          <lpage>55</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>