<!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>
      <journal-title-group>
        <journal-title>SEBD</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Automated Knowledge Extraction from Legal Texts using ASKE⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>(Discussion Paper)</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Silvana Castano</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alfio Ferrara</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefano Montanelli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sergio Picascia</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Davide Riva</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Università degli Studi di Milano, Department of Computer Science</institution>
          ,
          <addr-line>Via Celoria, 18 - 20133 Milano</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>32</volume>
      <fpage>23</fpage>
      <lpage>26</lpage>
      <abstract>
        <p>In this paper, we present the ASKE (Automated System for Knowledge Extraction) approach to legal knowledge extraction, based on a combination of context-aware embedding models and zero-shot learning techniques into a three-phase extraction cycle, which is executed a number of times to progressively extract concepts representative of the diferent meanings of terminology used in legal documents chunks. We show ASKE in action in a case study of legal knowledge extraction from a real corpus of case law decisions in the framework of the NGUPP project.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Legal Knowledge Extraction</kwd>
        <kwd>Natural Language Processing</kwd>
        <kwd>Digital Justice</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        To cope with the growing volume, complexity, and articulation of legal documents as well as to
foster digital justice and digital law, increasing efort is being devoted to AI-based techniques for
legal knowledge extraction. The availability of techniques for extracting knowledge from legal
documents is not only desirable but even necessary, and the benefits and concrete outcomes
that could result from the difusion of such technology are many and diferent for both legal
practitioners (i.e., lawyers, judges and Courts), administrations, and general public. Legal search
through legal knowledge extraction is an extremely important instrument for legal practitioners
in both common law [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and civil law [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] systems. For example, legal search over precedent
case law may be useful for a lawyer to retrieve a decision rendered in a case similar to the case
at hand, where the Court decided in a way that is favorable to its client position, or a decision
rendered in a diferent case on the basis of a reasoning that, applied to the case at hand, leads to
a favorable interpretation of its client position [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. When conducting case law research, it is
important to focus on both the decision of the case, but also the motivation and the reasoning
(called “rationale”) behind the decision. During this process, great help may come from
“contextaware” knowledge extraction systems, based on Natural Language Processing (NLP), Machine
Learning (ML), and Artificial Intelligence (AI), to deal with challenging requirements posed by
the legal documentation (e.g., language complexity, significant length of the legal texts; lack of
suficiently-large annotated corpora for model training).
      </p>
      <p>In this paper, we present ASKE (Automated System for Knowledge Extraction), an approach
to legal knowledge extraction with focus on abstract concept discovery using a combination
of context-aware embedding models and zero-shot learning techniques. ASKE takes a corpus
of legal documents as input and it extracts a graph of concepts which are used to classify
the given documents at the chunk-level (e.g., paragraph) granularity. Through context-aware
embedding, document chunks and concept definitions are projected in the same semantic space,
to appropriately capture and manage the meaning of legal terminology by taking into account
the context in which terms are used. Through zero-shot learning, a multi-label classification
process is performed in an unsupervised way, without relying on any pre-existing annotation of
legal documents. The distinguishing feature of ASKE is the implementation of a cyclic extraction
process that, at each cycle, progressively incorporates newly extracted legal knowledge into the
ASKE Conceptual Graph - ACG, a graph-based data structure initially populated through a data
preparation step.</p>
      <p>After describing the ASKE process in a nutshell, we show ASKE in action in the context of two
use cases of knowledge extraction considering a corpus of 50 Italian case law decisions in the
framework of the Next Generation UPP (NGUPP) project. NGUPP, funded by the Italian Ministry
of Justice, aims at providing artificial intelligence and advanced information management
techniques for the digital transformation of Italian legal processes and digital justice in general.</p>
    </sec>
    <sec id="sec-2">
      <title>2. ASKE in a nutshell</title>
      <p>ASKE is conceived to build a conceptual view over a considered corpus of legal documents. A
data preparation step is initially executed, and it is followed by an iterative three-step extraction
process characterized by i) document chunk classification , ii) terminological enrichment, and iii)
concept derivation (see Figure 1).</p>
      <p>
        Data preparation consists in the application of conventional text processing techniques,
that are tokenization, lemmatization, and embedding. Tokenization has the goal to separate
a document  into chunks. A chunk  represents the text unit to consider for classification
and it determines the granularity of the document that can be associated with a concept. A
chunk consists of a few sentence/phrase detected in a document, up to a maximum size of 512
words1. After tokenization, the terms appearing in chunks are lemmatized and a vector-based
representation of each chunk is finally built. To this end, a chunk  is associated with a set of
terms  therein contained. Any term  ∈  is described as  = (, , ¯) , where  is
the label of the term (i.e., the lemma),  is a description of the term taken from a reference
dictionary/vocabulary (e.g., WordNet), and ¯ is the corresponding vector-based representation
1The size of the document chunk is experimentally determined according to the features of the considered corpus. A
chunk should be large enough, so that the context can be captured, but not too much extended to avoid segments
that are long to read and potentially noisy due to the presence of multiple concepts.
according to Sentence-BERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], respectively. The use of embedding techniques to represent
chunks allows to map the document contents on a semantic vector space where the similarity of
two chunks can be measured by comparing the corresponding vector representations through a
similarity metric (e.g., cosine similarity). Sentence-BERT has been chosen for ASKE since it is
trained in such a way to ensure consistent representation of the meaning of entire paragraphs.
This is particularly appropriate in the legal field, where the phrase structure can be highly
articulated, and some common terms can have a precise technical meaning when used in a
court (e.g., citation, clemency, designation). A chunk has the form  = (, ¯), where  is the
original textual content of the chunk and ¯ is the corresponding vector-based representation
calculated as the mean of term vectors ¯ with  ∈ .
      </p>
      <p>For triggering the knowledge extraction process, in data preparation, ASKE requires to
specify a set of seed concepts. A seed concept can be expressed as a short text (e.g., one or two
phrases) providing a gross-grained description of the target. In this case, as a common example,
a seed concept can be specified by taking an excerpt from pertinent law/case law documentation.
As an alternative, a seed concept can be defined as a list of keywords. As an example, for
a seed concept about banking contract, a corresponding list of keywords could be the
following: bank deposit, safe deposit box, bank credit opening, bank advance, bank account, bank discount.
Document chunk classification has the goal to annotate chunks with featuring concepts and
zero-shot learning techniques are employed to this end. Zero-shot learning is an unsupervised
classification technique, characterized by the ability to work without requiring any pre-existing
annotation of the considered documents. Given a set of concepts (i.e., the seed concepts at the
beginning of the process), a similarity measure  , e.g., cosine similarity, is calculated over any
pair of embeddings between chunks and concepts. A chunk  is classified with the concept
 when the similarity value satisfies  (k, c) ≥  , with  defined as a similarity threshold
configured in the system. A concept  in ASKE is defined as a pair  = (, )¯ , where  is a
label featuring the meaning of the concept expressed in a synthetic and human-understandable
way, and ¯ is a vector-based concept representation. Each concept  is initially associated
with the set of terms  extracted from the textual description of . The vector concept
¯ is built as the mean of the vectors of all the terms in . The label  corresponds to
the label  of the term  ∈ , whose vector representation ¯ is closest to the concept vector ¯.
Terminological enrichment is then enforced to enrich the term set  of a concept 
by considering the terms  of any chunk  classified with . The idea is that the initial
description of the concept  can become more detailed if we add terminology taken from
chunks that are pertinent (i.e., classified) with . This is done by calculating the similarity
between any pair of embeddings ¯ and ¯ in  and . The most similar terms of  are
inserted in  according to a system-defined  similarity threshold.</p>
      <p>Concept derivation is finally executed to determine new and more fine-grained concepts that
can emerge from existing ones after enrichment. Given a concept , the Afinity Propagation
(AP) algorithm is employed to cluster the embedding vectors ¯ of terms in . A new concept
′ is created for each cluster returned by AP. A link is defined between a concept ′ and  to
denote that ′ is derived from  and they are somehow similar/related in content. The concept 
is then updated since the terms in  can be changed due to enrichment. As a consequence, 
and ¯ are re-calculated.</p>
      <p>ASKE endpoint. The set of concepts obtained after derivation can trigger the execution of a
new cycle based on the above three steps. Each cycle execution is called ASKE generation. The
new concepts derived in a certain ASKE generation contribute to improve the classification of
chunks in more fine-grained concepts. New concepts can also be discovered through a new
execution of enrichment and derivation on the basis of a refined classification result. As such,
concept extraction terminates when the number of new concepts created in the derivation step
is lower than a predefined termination threshold. A final concept graph ACG is populated with
all the concepts and corresponding derivation links extracted by ASKE.</p>
    </sec>
    <sec id="sec-3">
      <title>3. ASKE in action</title>
      <p>To show ASKE in action, we consider a case study of legal knowledge extraction from a legal
corpus in the context of the NGUPP project. The case study dataset is composed by 50 court
decisions from several Italian courts, spanning from year 2008 to year 2022. All decisions are
ifrst-degree verdicts selected by legal experts of the project for their relevance to the subject
matter unfair competition. We illustrate knowledge extraction from the unfair competition dataset
by considering two use cases, modeling the use of ASKE by two categories of users with diferent
levels of expertise, namely, UC-A, related to a legal practitioner user (e.g., a lawyer) with high
legal expertise, and UC-B, related to a general subject (e.g., a citizen) with limited legal expertise.
To trigger the ASKE extraction process, user A provides a legal definition as a seed concept,
i.e., the expression “acts likely to cause confusion”, taken from art. 2598 of the Italian Civil Code.
In the second case, user B provides a seed in form of general keywords like “bag, distinctive
elements, imitation”. The seeds were in Italian, and translated here in English for readability.
We asked two legal experts to evaluate the knowledge output extracted by ASKE in both use
cases. In particular, we asked to qualitatively assess i) the pertinence of discovered chunks with
respect to the initial seed concept, and ii) the appropriateness of the new ASKE concepts derived
from the seed. In both cases, ASKE was running with hyperparameters  =  = 0.3, number of
generations equal to 21, paraphrase-multilingual-MiniLM-L12-v22 as the embedding
model and Open Multilingual WordNet as external dictionary to retrieve term definitions 3.</p>
      <sec id="sec-3-1">
        <title>3.1. UC-A: ASKE for legal practitioners</title>
        <p>
          positively noted that concepts derived from the seed are coherent with the topic of the law
provision. Indeed, concepts like exemplify and relevant are related to proof of the uniqueness of
a product, while hindrance can be interpreted as a consequence of the acts producing confusion.
Concept clarification is related to exemplify, and other derivations, such as that of prudence,
debate, caution and dispute from relevant, though not strictly related from a semantic point
of view, were judged as appropriate in this context, since relevance is a key feature in legal
debate and disputes, while prudence and caution are exercised to prevent the introduction of
misleading, irrelevant or prejudicial information and to evaluate the reliability of evidence.
2https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
3Further details about the ASKE configuration in this case study are provided in [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
        </p>
        <p>Next, legal experts analyzed the chunks with the highest similarity with respect to the seed
concept. We report below the top-two similar chunks as an example:</p>
        <p>Suitability to cause confusion, therefore, consists of two elements: 1) the originality of
the imitated product, endowed with distinctive capacity, such as to become inherent,
in the image with the consumer, of the product itself; 2) the absence of distinctive
elements capable of showing that the origin of one product is diferent from that of the
other.
[...] b) conversely, infringement only exists where there is a likelihood of confusion
for the public, consisting even in a mere danger of association between the distinctive
elements. Prerequisites for the aforementioned discipline to operate, therefore, are: i)
the existence of substantial identity or similarity between the signs; ii) their use for
goods and services that belong to the same sector and are intended to satisfy the same
market requirements; iii) identity of characteristics in the eyes of the same average
consumer or only relative afinity.</p>
        <p>Both chunks are definitions of the conditions that characterize the “ acts likely to cause
confusion”. These and other similar chunks identified by ASKE can therefore be exploited by
legal practitioners for interpretation of a new case. Indeed, their main aim is to verify that a
certain fact fits or doesn’t fit some conditions established by the law.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. UC-B: ASKE for general subjects</title>
        <p>Figure 3 shows a portion of the concept graph produced by ASKE in case UC-B. In this graph
legal experts noticed the prevalence of general concepts over legal ones. Two concepts emerge
among others, related to the two senses of the Italian word “borsa”: “bag” and “stock exchange”.
Looking at concepts derived from these ones, it can be noticed that ASKE was able to perform a
correct distinction between the two.</p>
        <p>Looking at the document chunks with the highest similarity with respect to the seed concept,
we highlight two chunks that refer to each of the derived concepts.</p>
        <p>As noted in the aforementioned judgment No. 5443/2017, “in the present case, such
reproduction also applies to details such as, for example, the slightly rounded flap
situated between the two handles and covering part of the zip fastener which, if they
constitute an integral part of the shape of the bag model, nevertheless also appear to be
elements in themselves capable of impressing themselves on the mind of the consumer
who will be able to distinguish between products even legitimately having similar
shapes, the one attributable to the source of production constituted by the present
plaintifs.”
Therefore, S.’s clients who intend to make investments of a financial nature first enter
into a so-called ’placement contract’ with S. itself, and then enter into the actual
contracts relating to their investment (subscription of units of mutual investment
funds, or shares in SICAVs, or conclusion of an insurance policy, or conclusion of a
portfolio management contract) directly with the ’product companies’ contracted with
the plaintif.</p>
        <p>The retrieved chunks were evaluated positively by legal experts from the point of view of
their pertinence to the seed. Also the relatedness of extracted concepts starting from initial
seed has been evaluated as satisfactory. The application of ASKE for the exploration of a legal
corpus proved promising, as the concept graph simplifies the navigation of the underlying
corpus making it accessible to even non-expert users.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Related work</title>
      <p>
        With the recent progress of digital transformation, increasing interest and eforts have been
devoted to the development of advanced, AI-based approaches to process huge volumes of
legal digital documents and extract knowledge from them. In [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], an approach to assist legal
professionals in comparing relevant precedents is presented; in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], a method for similarity case
retrieval based on the legal facts is proposed, whose model combines topic distribution and
legal entity facts to make the document representation vector more suitable for legal scenarios,
with focus on text similarity problem for Chinese. Semantic similarity is employed in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], where
documents are grouped into clusters, according to their content, and then regularities in the
paragraphs are detected for each cluster. In [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], information extraction approach for named
entity recognition has been presented, with focus on German legal documents. The increasing
interest towards the application of artificial intelligence techniques to the legal field brought
to the proposal of several competitions related to the analysis of legal documents and related
datasets. The most relevant for the purpose of this paper is the COLIEE [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] competition, where
tasks for legal information extraction from case law and statute law are proposed.
      </p>
      <p>It is worth noting that ASKE enforces document classification without the need to rely on
preexisting annotations, and without requiring to pre-define the number of target topics/concepts
to discover. Thus, ASKE is particularly appropriate to satisfy exploratory information needs
in those situations (e.g., the legal domain) where a-priori knowledge about the corpus is not
available.</p>
      <p>
        We also note that a key component in ASKE is Sentence-BERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], a modification of BERT
language model [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] that is specifically aimed at representing sentence meaning in a vector
space. LEGAL-BERT, a version of BERT pre-trained on legal corpora [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], has been proposed for
the English language, and Italian Legal BERT [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] is under evaluation for the Italian language.
Another proposal for Italian legal documents is LamBERTa [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], with a focus on law article
retrieval. We eventually decided to adopt Sentence-BERT because it has been trained in such
a way to ensure consistent representation of the meaning of entire sentences, which was a
major requirement in designing ASKE and for dealing with legal language complexity. With
the consolidation of these latter models that combine consistent sentence representation with
in-domain pre-training, an extended version of ASKE based on them could be evaluated as
future work.
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Concluding Remarks</title>
      <p>
        In the paper, we presented the ASKE approach to legal knowledge extraction, which is based on
a combination of context-aware embedding models and zero-shot learning techniques. A deep
evaluation of ASKE has been performed considering the EurLex dataset [15] containing 45, 000
EU legislative documents in English, each of which is annotated by the Publication Ofice of
the EU with one or more labels from the EuroVoc thesaurus4. The goal of the evaluation was
twofold: i) to assess the quality of the knowledge extraction process, by assessing the capability
of ASKE to reconstruct the EuroVoc labels as extracted concepts, and ii) to evaluate the quality
of the document classification process, by assessing the correctness of ASKE concepts assigned
to each document against the ground truth labels. The results of the evaluation are positive on
both sides (see [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]). Ongoing work is related to the inclusion of ASKE in a service architecture
for legal knowledge extraction [16]. Furthermore, we are also working on the use of ASKE for
enforcing legal document building, where a new case law document for a target case at hand
can be interactively composed starting from the most similar and prominent document chunks
extracted by ASKE.
      </p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work was supported in part by project SERICS (PE00000014) under the NRRP MUR program
funded by the EU - NGEU. Views and opinions expressed are however those of the authors
only and do not necessarily reflect those of the European Union or the Italian MUR. Neither the
European Union nor the Italian MUR can be held responsible for them.
s10506-021-09301-8.
[15] I. Chalkidis, E. Fergadiotis, P. Malakasiotis, I. Androutsopoulos, Large-scale
multilabel text classification on EU legislation, in: Proceedings of the 57th Annual Meeting
of the Association for Computational Linguistics, Association for Computational
Linguistics, Florence, Italy, 2019, pp. 6314–6322. URL: https://aclanthology.org/P19-1636.
doi:10.18653/v1/P19-1636.
[16] V. Bellandi, S. Castano, S. Montanelli, D. Riva, et al., A service architecture for ai-based
legal knowledge extraction, in: CEUR WORKSHOP PROCEEDINGS, volume 3478, CEUR
Workshop Proceedings, 2023, pp. 110–119.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Castano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Furiosi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Montanelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Picascia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Davide</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Stefanetti</surname>
          </string-name>
          ,
          <article-title>Enforcing Legal Information Extraction through Context-aware Techniques: the ASKE Approach</article-title>
          ,
          <source>Computer Law &amp; Security Review</source>
          <volume>52</volume>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Waldron</surname>
          </string-name>
          ,
          <article-title>Stare decisis and the rule of law: A layered approach</article-title>
          ,
          <source>L. Rev</source>
          <volume>1</volume>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Tomasino</surname>
          </string-name>
          ,
          <article-title>Il valore del precedente: un'analisi critica</article-title>
          , https://www. associazionemagistrati.it/media/79559/08_Tomasino.pdf,
          <year>2023</year>
          . Accessed:
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Montrose</surname>
          </string-name>
          ,
          <article-title>Distinguishing cases and the limits of ratio decidendi</article-title>
          ,
          <source>The Modern Law Review</source>
          <volume>19</volume>
          (
          <year>1956</year>
          )
          <fpage>525</fpage>
          -
          <lpage>530</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          ,
          <article-title>Sentence-bert: Sentence embeddings using siamese bert-networks</article-title>
          ,
          <year>2019</year>
          . arXiv:
          <year>1908</year>
          .10084.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>W. Y.</given-names>
            <surname>Mok</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Mok</surname>
          </string-name>
          ,
          <article-title>Legal machine-learning analysis: rfist steps towards a.i. assisted legal research</article-title>
          ,
          <source>in: Proceedings of the 17th International Conference on Artificial Intelligence and Law</source>
          , ICAIL '19,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2019</year>
          , p.
          <fpage>266</fpage>
          -
          <lpage>267</lpage>
          . URL: http://doi.org/10.1145/3322640.3326737. doi:
          <volume>10</volume>
          .1145/3322640.3326737.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>W.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Cui</surname>
          </string-name>
          , L. Ma, BERT_LF:
          <article-title>a similar case retrieval method based on legal facts</article-title>
          ,
          <source>Wireless Communications and Mobile Computing</source>
          <year>2022</year>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          . URL: http://doi.org/10.1155/
          <year>2022</year>
          /2511147. doi:
          <volume>10</volume>
          .1155/
          <year>2022</year>
          /2511147.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G.</given-names>
            <surname>De Martino</surname>
          </string-name>
          , G. Pio,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ceci</surname>
          </string-name>
          ,
          <article-title>Prilj: an eficient two-step method based on embedding and clustering for the identification of regularities in legal case judgments</article-title>
          ,
          <source>Artificial Intelligence and Law</source>
          <volume>30</volume>
          (
          <year>2022</year>
          )
          <fpage>359</fpage>
          -
          <lpage>390</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>E.</given-names>
            <surname>Leitner</surname>
          </string-name>
          , G. Rehm,
          <string-name>
            <given-names>J.</given-names>
            <surname>Moreno-Schneider</surname>
          </string-name>
          ,
          <article-title>Fine-grained named entity recognition in legal documents</article-title>
          , in: M.
          <string-name>
            <surname>Acosta</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Cudré-Mauroux</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Maleshkova</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Pellegrini</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Sack</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Sure-Vetter</surname>
          </string-name>
          (Eds.),
          <source>Semantic Systems. The Power of AI and Knowledge Graphs</source>
          , Springer International Publishing, Cham,
          <year>2019</year>
          , pp.
          <fpage>272</fpage>
          -
          <lpage>287</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Rabelo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Goebel</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Yoshioka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Satoh</surname>
          </string-name>
          ,
          <source>Overview and Discussion of the Competition on Legal Information Extraction/Entailment (COLIEE)</source>
          <year>2021</year>
          ,
          <source>The Review of Socionetwork Strategies</source>
          <volume>16</volume>
          (
          <year>2022</year>
          )
          <fpage>111</fpage>
          -
          <lpage>133</lpage>
          . URL: https://ideas.repec.org/a/spr/trosos/ v16y2022i1d10.1007_
          <fpage>s12626</fpage>
          -
          <fpage>022</fpage>
          -00105-z.html. doi:
          <volume>10</volume>
          .1007/s12626-022-
          <fpage>00105</fpage>
          -.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          ,
          <year>2019</year>
          . arXiv:
          <year>1810</year>
          .04805.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>I.</given-names>
            <surname>Chalkidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fergadiotis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Malakasiotis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Aletras</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Androutsopoulos</surname>
          </string-name>
          , LEGAL-BERT:
          <article-title>The muppets straight out of law school, in: Findings of the Association for Computational Linguistics: EMNLP 2020, Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>2898</fpage>
          -
          <lpage>2904</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .findings-emnlp.
          <volume>261</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .findings-emnlp.
          <volume>261</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>D.</given-names>
            <surname>Licari</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Comandé, ITALIAN-LEGAL-BERT: A pre-trained transformer language model for italian law</article-title>
          ,
          <source>in: Companion Proceedings of the 23rd International Conference on Knowledge Engineering and Knowledge Management</source>
          ,
          <string-name>
            <surname>Bozen-Bolzano</surname>
          </string-name>
          , Italy,
          <source>September 26-29</source>
          ,
          <year>2022</year>
          ,
          <year>2022</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3256</volume>
          /km4law3.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Tagarelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Simeri</surname>
          </string-name>
          ,
          <article-title>Unsupervised law article mining based on deep pre-trained language representation models with application to the italian civil code</article-title>
          ,
          <source>Artificial Intelligence and Law</source>
          <volume>30</volume>
          (
          <year>2021</year>
          )
          <fpage>417</fpage>
          -
          <lpage>473</lpage>
          . URL: https://doi.org/10.1007%
          <fpage>2Fs10506</fpage>
          -
          <fpage>021</fpage>
          -09301-8. doi:
          <volume>10</volume>
          .1007/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>