<!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>Events in the legal domain: rst impressions</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mar a Navas-Loro</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cristiana Santos</string-name>
          <email>cristiana.teixeirasantos@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ontology Engineering Group Universidad Politecnica de Madrid</institution>
          ,
          <addr-line>Madrid, Espan~a</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Toulouse Toulouse</institution>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <fpage>45</fpage>
      <lpage>57</lpage>
      <abstract>
        <p>Dealing with events is a challenging task in Arti cial Intelligence; just trying to de ne what is an event and deciding what information should be considered relevant to it is a di cult and domain dependent endeavour. Despite this task has been already tackled in the legal domain, no consensual de nition nor standard representation for legal events has been established yet. In this paper, we analyze current approaches to event representation and extraction in the legal domain, and we review generic approaches as well. We expose our rst impressions derived therefrom, and we o er a rst round of event annotations of judgments of the European Court of Justice. Aspects such as the concept of relevance are discussed, along with choices for evaluation. Possible strategies for extraction of legal events are described. Finally, a roadmap for a formal, complete de nition and delimitation of events in the legal domain is presented.</p>
      </abstract>
      <kwd-group>
        <kwd>legal events</kwd>
        <kwd>court decisions</kwd>
        <kwd>relevance</kwd>
        <kwd>European Court of Justice</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Extracting legal relevant events from a sheer scale of legal corpora is challenging
because of the ne grained information contained therein. For example,
caselaw3 can be long (and rambling) and information related to important legal
events of the case can be scattered. Moreover, there is no settled way a factual
element can be depicted, and the information is not complete as presented, in
the sense that inferences must be made to determine a de nite value. By locating
3 Research on legal information-seeking behavior [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and legal information retrieval
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] posit that lawyers search for useful legal documents that are relevant for their
task at hand, to enable decision-making or problem solving (\situational relevance").
Haruna et al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] assert that the most common information needs that lawyers have
refer to the latest higher court decisions and the most recent legislation. Therefore,
in this work we refer to the judgments of the European Court of Justice (ECJ),
identifying therein the legal events.
textual regions likely to compact relevant legal events will avoid incurring the
expense of reading entire texts. Also, common event-based constituents [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] eases
the detection of events: the legal history of a claim (what give raise to the dispute
and occurrence of events time-line, among others); parties (who are the people
involved in the dispute); nal decision, etc. Perusal and a de ned consensual
de nition of legal events will enable further harvesting thereof.
      </p>
      <p>Events can also be found in other kind of legal documents, such as contracts
and regulations, so they could be used, for instance, to check compliance among
di erent jurisdictions based on the information surrounding a same event.</p>
      <p>In this paper, we describe the preliminary steps we have taken towards
extraction of legal events. We elaborate on the quali cation and scope of legal
events, having as a use-case the ECJ judgments. The research question of this
paper consists in identifying which linguistic and legal information is required
to reliably identify legal events.</p>
      <p>The remainder of the paper is organized as follows. Section 2 reviews di erent
proposals in the literature both for extraction and representation, from generic
to legal speci c ones. Section 3 analyses how the previous approaches addressed
the evaluation of event extraction. Section 4 further elaborates on the varying
criteria to which legal events are bounded to, and introduces our rst impressions
on the task. Finally, Section 5 presents the conclusions and the future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Concept of event and previous approaches</title>
      <p>For the tasks of event extraction and representation, di erent approaches have
been proposed in the literature. Most of them provide for their own de nition
and formalization of the concept of event. In this section we will review di erent
proposals, both for extraction and representation, from generic to legal speci c
ones.
2.1</p>
      <sec id="sec-2-1">
        <title>General approaches</title>
        <p>
          Regarding representation, there are several ontologies available dealing with
events. The W3C Time Ontology4, focusing on temporal expressions, is usually
combined with the PROV Ontology5 to represent events stressing their temporal
information. The Event Ontology of Yves Raymond6 allows representing a basic
concept of event, considering just as surrounding information where it happens,
when it happens, and who intervenes in that event, as well as the factor and the
product of it. Also sub events can be declared. Similarly, the Simple Event Model
(SEM)7 also deals with that information, but adding concepts such as Role,
Authority or EventType; SEM has also been later expanded8 to its use in EventKG
4 https://www.w3.org/TR/owl-time/
5 https://www.w3.org/TR/prov-o/
6 http://motools.sourceforge.net/event/event.html
7 https://semanticweb.cs.vu.nl/2009/11/sem/
8 http://eventkg.l3s.uni-hannover.de/schema model.html
[
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], a event-centric knowledge graph. Besides ontologies, frames, scripts or case
frames [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] are also used to represent events; Ontology Design Patterns9 suggest
how to represent events for di erent kind of situations.
        </p>
        <p>
          Di erent annotation schemas are also often used for event extraction. One of
the most used mark up language in the temporal domain is TimeML10. TimeML
allows to annotate temporal expressions (such as dates or times), events and
temporal relations among them. TimeML events can be of several types (like
reporting, aspectual or state); by using the tag MAKEINSTANCE, several
instances can be linked to a given event and also attributes like polarity or aspect
can be expressed. Also the ACE model [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] has been widely-used in previous
literature, and has its own de nition of event11. The ACE project guidelines focus on
di erent types of events, among which we nd JUSTICE, with its own subtypes
(namely, arrest-jail, release-parole, trial-hearing, charge-indict, sue, convict,
sentence, ne, execute, extradite, acquit, pardon and appeal ). Several studies were
conducted to compare these approaches [
          <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
          ]. Finally, Chambers et al. [
          <xref ref-type="bibr" rid="ref10 ref6">6, 10</xref>
          ]
consider that verbs sharing coreferring arguments are semantically connected,
what they call narrative coherence; they use this information and Semantic Role
Labeling to learn new events in an unsupervised way.
        </p>
        <p>
          Nevertheless, regarding extraction, most approaches develop their own de
nition and strategies. Hagege et al. [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] claim the di culty of de ning an event
from a concept perspective, so they decide to consider an event any verb (state or
action), any deverbal noun, any noun argument of the preposition during, or any
time span noun. Carpet et al. [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] developed their own ad hoc way to represent
events, consisting on some templates with the core of the event and some
coordinates (agents, other participants, places and time). The work of Hogenboom
et al. [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] gives an overview on di erent event extraction methods.
        </p>
        <p>Existing proposals lack therefore of a common de nition of an event, usually
using ad hoc representations for very speci c type of event extraction.
Annotation formats are on the other hand too generic, and uneasy to adapt to the legal
domain needs. The ontologies available for representation are also very similar,
having as a basis the same information (what, who and where).
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Approaches in the legal domain</title>
        <p>Regarding the legal approaches to event extraction and representation, we have
divided previous literature in three di erent communities: Legal Information
Retrieval (LIR) proposals, Events in Legal Requirements Engineering and Events
in Legal Knowledge Representation. An overview of the di erent approaches
analyzed can be found below in Table 1. Therein we mention, in relation to each
paper or contribution, their objective, if whether and which there is a de nition
of legal event, the analyzed corpus (if any), the methodology and the level of
implementation readiness.
9 http://ontologydesignpatterns.org/wiki/Community:Event Processing
10 http://www.timeml.org/
11 \An event is a speci c occurrence involving participants. An Event is something that
happens. An Event can frequently be described as a change of state."</p>
        <p>
          Name
LKIF [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]
        </p>
        <p>Name
of LegalRuleML. It was neither used for formalizing or annotating the content of
a legal corpora, either automatically or manually, to understand how events in
the legal domain are ascertained. In general, event in the legal domain is used as
a ne grained structure, and also combined with others (entity, relation, event,
temporal expression, value).
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Evaluation</title>
      <p>Since there are several interpretations and formalizations on what is an event,
evaluation is also a controverse issue. Di erent concepts imply di erent
representations and attributes, needing therefore of di erent metrics to measure relevant
aspects. An example of this di erence becomes evident when comparing TimeML
12
13
14
15</p>
      <p>
        Some of these concepts have correspondences with RE literature on Legal
Requirements
https://www.oasis-open.org/committees/tc home.php?wg abbrev=legalruleml
http://www.akomantoso.org
http://www.akomantoso.org/?page id=47
concept of event and the one by Ji et al [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. While the rst tackles events from
a pure temporal point of view, marking them up as temporal entities with
attributes and linking them just to other temporal expressions, the second focuses
in argument detection, centering its evaluation on Named Entities and
temporal ordering. It must be noted that the latest deals with cross-document event
extraction, where common entities are a useful lead to connect related events
and ordering tends to be more tricky than in a single (and usually
chronological) document. In this section we will analyze the di erent evaluation methods
proposed in previous literature, trying to derive the one that ts the most to our
aim in the legal domain.
      </p>
      <p>
        Time-related tasks in SemEval have been for many years the reference venue
where di erent temporal tools demonstrated their capabilities. While rst
editions of TempEval [
        <xref ref-type="bibr" rid="ref23 ref24">23, 24</xref>
        ] made use of the TimeML standard for dataset
annotation, evaluation consisted in using the gures Precision, Recall and F-measure
on the extent and the type of event (among the nine classes de ned in TimeML
guidelines), and optionally other attributes (tense, aspect, polarity, and
modality). Additionally, Temporal relations were also extracted in another task, and
could be considered additional information of an event, but not a part of its
formalization. Nevertheless, in SemEval-2015 [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] the evaluation changed to
temporal question-answering, prioritizing therefore temporal understanding over
simple annotation in the text, where just di ering in the span of the annotated
event led to an error. On the other side, ACE 2005 evaluation plan [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] proposes
the ACE value VDR (Event Detection and Recognition), a metric developed
considering the extent of the annotation, the arguments of the event and the
attributes value and modality.
      </p>
      <p>Other proposals include several levels of evaluation. It is the case of BioNLP'09
shared task on event extraction16, where di erent tasks tackled di erent levels
of detail of event extraction, from just identifying the so called core of the event
(namely, its trigger, type and main argument) to surrounding entities (such as
the location of the action) and its factuality (e.g., if it actually happened or is
negated or introduced as a mere possibility)</p>
      <p>
        One of our main concerns was relevance. A judgment can contain thousands of
events in the broadest sense of the word, but not all of them are relevant from the
legal point of view. How could relevance be measured? Is it related to the agents
intervening in the event? By the appearance of this event in other judgments
from the same court? From the same legal eld? Is it possible to extract a
common structure of most legal procedures in a court? A jurisdiction, a country?
Regarding relevance, some e orts have been previously made in literature to
distinguish important events [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], although no speci c evaluation metrics on this
aspect were found. Just when these events were further used for an alternative
task (e.g., summarization), some evaluation was performed using metrics of the
nal format [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ].
16 http://www.nactem.ac.uk/tsujii/GENIA/SharedTask/
      </p>
      <p>Our</p>
      <p>rst analysis
In this section we introduce the results of a rst study of events on the legal
domain. First, with some general observations on the concept of legal events;
then, with more speci c considerations derived from the rst annotation of a
corpus of judgments from the ECJ.
4.1</p>
      <sec id="sec-3-1">
        <title>General Observations</title>
        <p>Legal events (and the annotations thereof) may vary according to di erent
criteria contingent to the legal realm. We present possible di erential criteria in a
general perspective:
Multi-jurisdictionality and multilinguism : legal events uctuate according to
common law or civil law jurisdictions, and to the languages in which they are
expressed in or translated to.</p>
        <p>Document-dependency : quali cation of legal events can vary according to the
heterogeneity of the embedding document: legal/corporate documents, e.g.
contracts, parliamentary documents, doctrine books, court decisions (landmark cases
vs commonplace cases), legislation (primary, secondary, domestic, European,
international). Moreover, both the jurisdiction and the underlying domain of
the document (civil, criminal environmental, taxes, business, etc.) are pertinent
when determining the relevance of an event. For instance, comprising the
domestic judicial hierarchy and their procedural rules, and the procedural rules
of the higher Courts, e.g. request for a preliminary ruling, hearings, submitting
observations, opinions, citing case-law, etc.</p>
        <p>Level of abstraction: legal events can be considered from a casuistic analysis (a
speci c argument of a case), to a general consideration of the facts of a case.
For example, the same event (e.g., someone declares something) can be seen
as a declaration (a reporting event), a procedural event (speci cally, part of
the timeline of the proceedings) or as an abstract legal event (an event in the
document level); also, what is being reported could suppose events on their own.
Agents and role: the consideration of legal events can vary according to an agent,
which is a participant in some juridical relationship, e.g., the applicant (a victim
vs perpetrator), or a reputed judge, a notary, a legal scholar. The role of the court
is also in uenced by their level of authority ( rst, second national instances).
Temporal, contextual and spatial features : this quadrant (time, context and space)
can be illustrated by chronological events within court proceedings, such as the
submission of an application in a certain date in the applicant's national Court;
pleadings; ulterior appeals to a di erent located court; judgment delivery by
the ECJ (located in a di erent State) {as the ultimate decision that ends all
proceedings, etc.</p>
        <p>
          Scenario or application-based : annotation of legal events might vary according to
the sought application, purpose or scenario. If one considers predicting judicial
decisions, events referring to case-facts will be mostly regarded [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ]. If however
the devised application aims to detect arguments for legal argumentation, then
the party's claims will be the target annotation [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ]. The same holds for
considering the most cited case-law for the purposes of considering the authoritative
and relevant ones [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ].
        </p>
        <p>These criteria gives a hint on the di erent dimensions to take into account
when sketching a rst de nition of an event. They are also a good starting point
for building a event extractor in the legal domain.
4.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Lessons learned from our case study</title>
        <p>In this section we refer to the composition and speci cities of the corpus, and
the adopted methodology on the annotations; then we expound on the lessons
learned and nally we provide an initial scope of legal events.</p>
        <p>Corpus, data collection and annotations The current sourced corpus
consists of 10 European Court of Justice (ECJ) decisions, dated of 2014, extracted
from the EUR-LEX database. These sources were collected because the ECJ
decisions contain di erent types of events related to di erent actors and they
contain a standard (but not xed) structure in which di erent legal events are
embedded. The ECJ decisions generally include the following structural sections
(according to the Rules of Procedure of the ECJ):
i. Preamble, stating information on the parties and the main object of the
judgment;
ii. Legal context: listing all the legal instruments used in the judgment;
iii. Background of the case. Two settings are observed therein: it is depicted the
factual background of the case; and an account of the procedural history of
the case (typically) followed at national level, before domestic courts or the
state's authorities, before the application was lodged by the Court. The ECJ
contains also the questions referred therein to the Court, normally titled as
\the dispute in the main proceedings";
iv. Considerations of the questions referred: the observations submitted to the
Court by the parties and other actors, such as the Governments of Member
States, and the responses of the Court;
v. Cost attribution; and nally
vi. The ruling, i.e., the nal decision and the orders to the parties.</p>
        <p>The judgments were manually annotated following a procedure herein
described. While analyzing the decisions, we considered the subsequent constituent
parts:
i. preamble;
ii. background of the case;
iii. consideration on the questions referred
iv. nal ruling, as they contain legal relevant events.</p>
        <p>However, we discarded ii. the legal context and v. the costs attribution, as
no legal events are put forth.</p>
        <p>
          As the text of the decisions is divided into numbered paragraphs, in selecting
the events, we proceeded as follows. For each paragraph, if events were present,
we labeled (i) the contextual information, (ii) the event, and (iii) related
synonyms, along with the natural-language content of the judgment.
Observations From our text analysis, we present the ensuing event-aware
observations:
{ Events can cover a great deal of linguistic information, consisting of verbs
(declare), nouns (appeal) and nominal phrases (the facts of the case).
Additionally, it gets more complex to denote its boundaries in terms of the
extension to actors and also their roles, within the time/space/context axis.
{ As usual while processing texts in the legal domain, legal terminology,
characterized by synonymy, ambiguity, vagueness, polysemy { suppose an extra
challenge. We captured the following variations:
a. Conventional terms change their meaning in the judicial decision-making;
this is the case, for instance, of the expressions \lodging an application
before the Court ", or \criminal proceedings were instituted against the
applicant ", where the terms before and against do not have the
conventional meaning;
b. Terms can have several interpretations. For instance, two verbs
(submit, argue) are indicative expressions of an argument. However, the verb
\submit" can also refer to submitting written observations or pleadings,
which consist in procedural documents lodged before the Court.
{ In the preamble we can nd di erent types of event-aware information
regarding to:
a. Identity-related event on identi able information related to all the
participants involved in the main proceedings:
i. The referring court, and ECJ (and its internal composition);
ii. The litigant parties: applicant/defendant
iii. Agents (States, European Commission, etc);
b. Location-event and date-related event : it is possible to identify both the
date of the request and the place of the national referring court, e.g.,
\10 September 2014, Request for a preliminary ruling from the Krajsky
Sud v Presove (Slovakia)".
c. Domain-related event of the judgment: the initial summary of the
judgment indicates for the domain at stance, e.g., consumer protection (or
others, illegal migration, genetic modi ed food, etc.)
{ The background of the case is the most interesting part to annotate, as it
includes the relevant events, arguments and facts of the parties, e.g. \On 26
February 2009 , Mrs Kusionova concluded a consumer credit agreement with
SMART Capital for an amount of EUR 10 000", Case 34/13, paragraph 25.
{ Events can be subsumed to decisions of the national courts ( rst-instance
and second-instance courts that refer to the ECJ). Expressions on the text
mentioning \Regional Court", \District Court", \national court" illustrate
what are the juristic positions of the former courts according to a legal
problem.
{ Interpretative issues were considered when analysing the di erent versions
alleged by each of the parties in the dispute with regard to the same event,
e.g. the claimant alleges there was illegal use of goods and no smuggling. Each
of the involved parties claim that the other one is at fault, which consists in
an interpretative indicator of a same event.
{ Negation and Factuality: it must be noted that some events can be negated or
not actual facts, but \possibilities, intentions or preferences" [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ]. Examples
of paragraphs 51 and 82, respectively:
\The Court does not have before it any evidence which might raise
doubts as to the compliance of the legislation at issue in the main
proceedings with that principle"; (...) \In the light of the answer to
the rst three questions, it is not necessary to respond to that request
by the Slovak Government."
{ As for event-related relations, we observed that two-way (bi-directional)
relationships can be found in the same judgment engaging both parties, e.g.
actions \submitted by", \brought by"; or \the facts of the case, as
submitted by the parties; or \observations submitted by the Government and the
observations in reply submitted by the applicant".
{ Legal related events can be identi ed at di erent (internal) structures of the
documents, e.g. at a paragraph level of a court decision, or in the summary,
or in the conclusion thereof.
{ Within the ECJ judgments, we considered as legal relevant events the
following descriptors/indicative expressions, among:
a. Concerning identi cation elements: petition type, e.g. preliminary ruling;
composition of the court, date of the judgment; parties involved; topical
content of the case; facts;
b. Quoted case-law; The Courts attempt to ground the decision by reference
to established past case-law;
c. Judgment delivery, where the merit of the case is assigned.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusions and future work</title>
      <p>This paper presents a theoretical re exive work on events in the legal domain,
wherein an account of their varied de nitions, representations and
applicationbase uses is o ered.</p>
      <p>We performed a literature review of events in the legal domain in three
di erent communities: Legal Information Retrieval (LIR), Legal Requirements
Engineering and Legal Knowledge Representation. Even if events in the legal
domain are slightly considered within known frameworks { as it is the case
of LegalRuleML, Akoma Ntoso, LKIF { no consensual de nition nor standard
representation for legal events has been established.</p>
      <p>Our initial analysis, based on a small corpus of ECJ annotated judgments,
permitted to convey an initial scope of legal events. The quali cation of event in
the legal domain seeks to be wide-ranging in scope and facilitating the detection
and extraction thereof, regardless of their applicable domain (criminal, civil),
but customizable/modular for instantiation.</p>
      <p>The envisaged usefulness and wide prospective applicability of event
extraction/representation as a supportive tool can be evidenced in legal information
retrieval (LIR), in legal knowledge engineering, in Legal Requirements
Engineering, and legal argumentation communities, where events are already
accounted. Other applicable scenarios can be contemplated, among the following:
e-discovery; case-based reasoning (CBR); legal argumentation; determining
contractual positions and concept de nition; contract review; prediction technology;
electronic billing.</p>
      <p>As future work, the authors will further prune the de nition of legal events by
atomizing their properties, instances, and attributes and set some competency
questions relevant for extracting necessary information from court decisions.
Forth bringing annotations of a corpus of ECHR judgments will proceed for
reviewing, canvassing and consolidating the annotation frames acquired in this
paper. A semantic model will be constructed from these annotations to provide
for structured legal data on the web. Regarding evaluation, assessment criteria
for validating the relevance of an event within a legal text will be developed.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work was supported by a Predoctoral grant from the I+D+i program of
the Universidad Politecnica de Madrid.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Stephann</surname>
            <given-names>Makri</given-names>
          </string-name>
          , Ann Blandford, and Anna L Cox.
          <article-title>Investigating the informationseeking behaviour of academic lawyers: From elliss model to design</article-title>
          .
          <source>Information Processing &amp; Management</source>
          ,
          <volume>44</volume>
          (
          <issue>2</issue>
          ):
          <volume>613</volume>
          {
          <fpage>634</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Marc</given-names>
            <surname>Van</surname>
          </string-name>
          Opijnen and
          <string-name>
            <given-names>Cristiana</given-names>
            <surname>Santos</surname>
          </string-name>
          .
          <article-title>On the concept of relevance in legal information retrieval</article-title>
          .
          <source>Arti cial Intelligence and Law</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ):
          <volume>65</volume>
          {
          <fpage>87</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Ibrahim</given-names>
            <surname>Haruna</surname>
          </string-name>
          and
          <string-name>
            <given-names>Iyabo</given-names>
            <surname>Mabawonku</surname>
          </string-name>
          .
          <article-title>Information needs and seeking behaviour of legal practitioners and the challenges to law libraries in lagos, nigeria</article-title>
          .
          <source>The International Information &amp; Library Review</source>
          ,
          <volume>33</volume>
          (
          <issue>1</issue>
          ):
          <volume>69</volume>
          {
          <fpage>87</fpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Jody</surname>
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Daniels</surname>
          </string-name>
          and
          <string-name>
            <surname>Edwina L. Rissland</surname>
          </string-name>
          .
          <article-title>Finding legally relevant passages in case opinions</article-title>
          .
          <source>In Proceedings of the 6th International Conference on Arti cial Intelligence and Law</source>
          ,
          <source>ICAIL '97</source>
          , pages
          <fpage>39</fpage>
          {
          <fpage>46</fpage>
          , New York, NY, USA,
          <year>1997</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Simon</given-names>
            <surname>Gottschalk</surname>
          </string-name>
          and
          <string-name>
            <given-names>Elena</given-names>
            <surname>Demidova</surname>
          </string-name>
          .
          <article-title>Eventkg: A multilingual event-centric temporal knowledge graph</article-title>
          .
          <source>In Aldo Gangemi</source>
          , Roberto Navigli,
          <string-name>
            <surname>Maria-Esther</surname>
            <given-names>Vidal</given-names>
          </string-name>
          , Pascal Hitzler, Raphael Troncy, Laura Hollink, Anna Tordai, and Mehwish Alam, editors,
          <source>The Semantic Web</source>
          , pages
          <volume>272</volume>
          {
          <fpage>287</fpage>
          ,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          ,
          <year>2018</year>
          . Springer International Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Nathanael</given-names>
            <surname>Chambers</surname>
          </string-name>
          and
          <string-name>
            <given-names>Dan</given-names>
            <surname>Jurafsky</surname>
          </string-name>
          .
          <article-title>Unsupervised learning of narrative event chains</article-title>
          .
          <source>Proceedings of ACL-08: HLT</source>
          , pages
          <volume>789</volume>
          {
          <fpage>797</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ace</surname>
          </string-name>
          <article-title>(automatic content extraction) english annotation guidelines for events</article-title>
          . https://www.ldc.upenn.edu/sites/www.ldc.upenn.edu/ les/english-eventsguidelines
          <source>-v5.4</source>
          .3.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>David</given-names>
            <surname>Ahn</surname>
          </string-name>
          .
          <article-title>The stages of event extraction</article-title>
          .
          <source>In Proceedings of the Workshop on Annotating and Reasoning about Time and Events</source>
          , pages
          <fpage>1</fpage>
          <lpage>{</lpage>
          8. Association for Computational Linguistics,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Jacqueline</given-names>
            <surname>Aguilar</surname>
          </string-name>
          , Charley Beller,
          <string-name>
            <given-names>Paul McNamee</given-names>
            , Benjamin Van Durme,
            <surname>Stephanie Strassel</surname>
          </string-name>
          , Zhiyi Song, and
          <string-name>
            <given-names>Joe</given-names>
            <surname>Ellis</surname>
          </string-name>
          .
          <article-title>A comparison of the events and relations across ace, ere, tac-kbp, and framenet annotation standards</article-title>
          .
          <source>In Proceedings of the Second Workshop</source>
          on EVENTS: De nition, Detection, Coreference, and Representation, pages
          <volume>45</volume>
          {
          <fpage>53</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Nathanael</given-names>
            <surname>Chambers</surname>
          </string-name>
          and
          <string-name>
            <given-names>Dan</given-names>
            <surname>Jurafsky</surname>
          </string-name>
          .
          <article-title>Unsupervised learning of narrative schemas and their participants</article-title>
          .
          <source>In Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP: Volume 2 -</source>
          Volume 2, ACL '
          <volume>09</volume>
          , pages
          <fpage>602</fpage>
          {
          <fpage>610</fpage>
          ,
          <string-name>
            <surname>Stroudsburg</surname>
          </string-name>
          , PA, USA,
          <year>2009</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>Caroline</given-names>
            <surname>Hagege</surname>
          </string-name>
          and
          <string-name>
            <given-names>Xavier</given-names>
            <surname>Tannier</surname>
          </string-name>
          .
          <article-title>Xtm: A robust temporal text processor</article-title>
          .
          <source>In International Conference on Intelligent Text Processing and Computational Linguistics</source>
          , pages
          <volume>231</volume>
          {
          <fpage>240</fpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Philippe</surname>
            <given-names>Capet</given-names>
          </string-name>
          , Thomas Delavallade, Takuya Nakamura, Agnes Sandor, Cedric Tarsitano, and
          <string-name>
            <given-names>Stavroula</given-names>
            <surname>Voyatzi</surname>
          </string-name>
          .
          <article-title>A risk assessment system with automatic extraction of event types</article-title>
          .
          <source>In International Conference on Intelligent Information Processing</source>
          , pages
          <volume>220</volume>
          {
          <fpage>229</fpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Frederik</surname>
            <given-names>Hogenboom</given-names>
          </string-name>
          , Flavius Frasincar, Uzay Kaymak, and Franciska De Jong.
          <article-title>An overview of event extraction from text</article-title>
          . In Workshop on Detection, Representation, and
          <article-title>Exploitation of Events in the Semantic Web (DeRiVE</article-title>
          <year>2011</year>
          ) at Tenth International Semantic Web Conference (ISWC
          <year>2011</year>
          ), volume
          <volume>779</volume>
          , pages
          <fpage>48</fpage>
          {
          <fpage>57</fpage>
          . Koblenz, Germany: CEURWS. org.,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>K</given-names>
            <surname>Tamsin Maxwell</surname>
          </string-name>
          , Jon Oberlander, and
          <string-name>
            <given-names>Victor</given-names>
            <surname>Lavrenko</surname>
          </string-name>
          .
          <article-title>Evaluation of semantic events for legal case retrieval</article-title>
          .
          <source>In Proceedings of the WSDM'09 Workshop on Exploiting Semantic Annotations in Information Retrieval</source>
          , pages
          <volume>39</volume>
          {
          <fpage>41</fpage>
          . ACM,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Nikolaos</surname>
            <given-names>Lagos</given-names>
          </string-name>
          , Frederique Segond, Stefania Castellani, and Jacki ONeill.
          <article-title>Event extraction for legal case building and reasoning</article-title>
          .
          <source>In International Conference on Intelligent Information Processing</source>
          , pages
          <volume>92</volume>
          {
          <fpage>101</fpage>
          . Springer,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Gerardo</surname>
            <given-names>Sierra</given-names>
          </string-name>
          , Gemma Bel-Enguix,
          <article-title>Guillermo Lopez-Velarde, Ricardo Saucedo, and Luc a Rivera. Event extraction from legal documents in spanish</article-title>
          . In Workshop on Language Resources and
          <article-title>Technologies for the Legal Knowledge Graph</article-title>
          ,
          <string-name>
            <surname>LREC</surname>
          </string-name>
          <year>2018</year>
          . Miyazaki, Japan,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Anderson</surname>
            <given-names>Bertoldi</given-names>
          </string-name>
          , Rove Chishman, Sandro Jose Rigo, and
          <article-title>Tha s Domnica Minghelli</article-title>
          .
          <article-title>Cognitive linguistic representation of legal events. towards a semanticbased legal information retrieval</article-title>
          .
          <source>In COGNITIVE 2014 : The Sixth International Conference on Advanced Cognitive Technologies and Applications</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Nadzeya</surname>
            <given-names>Kiyavitskaya</given-names>
          </string-name>
          , Nicola Zeni,
          <string-name>
            <surname>Travis D Breaux</surname>
            ,
            <given-names>Annie I Anton</given-names>
          </string-name>
          , James R Cordy, Luisa Mich,
          <string-name>
            <surname>and John Mylopoulos. Automating</surname>
          </string-name>
          <article-title>the extraction of rights and obligations for regulatory compliance</article-title>
          .
          <source>In International Conference on Conceptual Modeling</source>
          , pages
          <volume>154</volume>
          {
          <fpage>168</fpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Silvia</surname>
            <given-names>Ingolfo</given-names>
          </string-name>
          , Ivan Jureta, Alberto Siena, Anna Perini, and
          <string-name>
            <given-names>Angelo</given-names>
            <surname>Susi</surname>
          </string-name>
          .
          <article-title>Nomos 3: Legal compliance of roles and requirements</article-title>
          . In Eric Yu, Gillian Dobbie, Matthias Jarke, and Sandeep Purao, editors,
          <source>Conceptual Modeling</source>
          , pages
          <volume>275</volume>
          {
          <fpage>288</fpage>
          ,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          ,
          <year>2014</year>
          . Springer International Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20. Thomas F Gordon.
          <article-title>The legal knowledge interchange format (lkif)</article-title>
          .
          <source>Estrella deliverable d4, 1</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Fabien</surname>
            <given-names>Gandon</given-names>
          </string-name>
          , Guido Governatori, and
          <string-name>
            <given-names>Serena</given-names>
            <surname>Villata</surname>
          </string-name>
          .
          <article-title>Normative requirements as linked data</article-title>
          .
          <source>In The 30th international conference on Legal Knowledge and Information Systems (JURIX</source>
          <year>2017</year>
          ),
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Heng</surname>
            <given-names>Ji</given-names>
          </string-name>
          , Ralph Grishman, Zheng Chen, and
          <string-name>
            <given-names>Prashant</given-names>
            <surname>Gupta</surname>
          </string-name>
          .
          <article-title>Cross-document event extraction and tracking: Task, evaluation, techniques and challenges</article-title>
          .
          <source>In Proceedings of the International Conference RANLP-2009</source>
          , pages
          <fpage>166</fpage>
          {
          <fpage>172</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>James</surname>
            <given-names>Pustejovsky</given-names>
          </string-name>
          , Marc Verhagen, Xue Nianwen, Robert Gaizauskas, Mark Hepple, Frank Schilder, Graham Katz, Estela Saquete,
          <string-name>
            <given-names>Tommaso</given-names>
            <surname>Caselli</surname>
          </string-name>
          , et al.
          <article-title>Tempeval2: Evaluating events, time expressions and temporal relations (in semeval tasks proposal).</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Naushad</surname>
            <given-names>UzZaman</given-names>
          </string-name>
          , Hector Llorens, Leon Derczynski, James Allen,
          <string-name>
            <given-names>Marc</given-names>
            <surname>Verhagen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>James</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          .
          <article-title>Semeval-2013 task 1: Tempeval-3: Evaluating time expressions, events, and temporal relations</article-title>
          .
          <source>In Second Joint Conference on Lexical and Computational Semantics (* SEM)</source>
          , Volume
          <volume>2</volume>
          :
          <source>Proceedings of the Seventh International Workshop on Semantic Evaluation (SemEval</source>
          <year>2013</year>
          ), volume
          <volume>2</volume>
          , pages
          <issue>1{9</issue>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Hector</surname>
            <given-names>Llorens</given-names>
          </string-name>
          , Nathanael Chambers,
          <string-name>
            <surname>Naushad</surname>
            <given-names>UzZaman</given-names>
          </string-name>
          , Nasrin Mostafazadeh, James Allen, and
          <string-name>
            <given-names>James</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          .
          <article-title>Semeval-2015 task 5: Qa tempeval-evaluating temporal information understanding with question answering</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ), pages
          <fpage>792</fpage>
          {
          <fpage>800</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <article-title>The ace 2005 ( ace 05 ) evaluation plan. evaluation of the detection and recognition of ace entities , values , temporal expressions , relations , and events</article-title>
          . https://www.semanticscholar.org/paper/The-ACE-2005
          <string-name>
            <surname>-(-ACE-</surname>
          </string-name>
          05
          <string-name>
            <surname>-)-</surname>
          </string-name>
          EvaluationPlan
          <string-name>
            <surname>-</surname>
          </string-name>
          Evaluation-NTRODUCTION/
          <year>3a9b136ca1ab91592df36f148ef16095f74d009e</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <given-names>Rachel</given-names>
            <surname>Chasin</surname>
          </string-name>
          .
          <article-title>Event and temporal information extraction towards timelines of wikipedia articles</article-title>
          .
          <source>Simile</source>
          , pages
          <fpage>1</fpage>
          <issue>{9</issue>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28. Radityo Eko Prasojo, Mouna Kacimi, and
          <string-name>
            <given-names>Werner</given-names>
            <surname>Nutt</surname>
          </string-name>
          .
          <article-title>Modeling and summarizing news events using semantic triples</article-title>
          .
          <source>In European Semantic Web Conference</source>
          , pages
          <volume>512</volume>
          {
          <fpage>527</fpage>
          . Springer,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Nikolaos</surname>
            <given-names>Aletras</given-names>
          </string-name>
          , Dimitrios Tsarapatsanis, Daniel Preotiuc-Pietro, and
          <string-name>
            <given-names>Vasileios</given-names>
            <surname>Lampos</surname>
          </string-name>
          .
          <article-title>Predicting judicial decisions of the european court of human rights: A natural language processing perspective</article-title>
          .
          <source>PeerJ Computer Science</source>
          ,
          <volume>2</volume>
          :
          <fpage>e93</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Marco</surname>
            <given-names>Lippi</given-names>
          </string-name>
          , Francesca Lagioia, Giuseppe Contissa, Giovanni Sartor, and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Torroni</surname>
          </string-name>
          .
          <article-title>Claim detection in judgments of the eu court of justice</article-title>
          . In Ugo Pagallo, Monica Palmirani, Pompeu Casanovas, Giovanni Sartor, and Serena Villata, editors,
          <source>AI Approaches to the Complexity of Legal Systems</source>
          , pages
          <fpage>513</fpage>
          {
          <fpage>527</fpage>
          ,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          ,
          <year>2018</year>
          . Springer International Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31. Marc van Opijnen.
          <article-title>Towards a global importance indicator for court decisions</article-title>
          .
          <source>In Legal Knowledge and Information Systems - JURIX 2016: The Twenty-Ninth Annual Conference</source>
          , pages
          <volume>155</volume>
          {
          <fpage>160</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Mar</surname>
          </string-name>
          <article-title>a Navas-Loro, Ken Satoh, and V ctor Rodr guez-Doncel. Contractframes: Bridging the gap between natural language and logics in contract law</article-title>
          .
          <source>In Proceedings of theTwelfth International Workshop on Juris-informatics (JURISIN) (November</source>
          <year>2018</year>
          ),
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>