<!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>LawORDate: a Service for Distinguishing Legal References from Temporal Expressions</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>
        <aff id="aff0">
          <label>0</label>
          <institution>Ontology Engineering Group Universidad Politecnica de Madrid</institution>
          ,
          <addr-line>Madrid, Espan~a</addr-line>
        </aff>
      </contrib-group>
      <fpage>25</fpage>
      <lpage>31</lpage>
      <abstract>
        <p>References to documents in the legal domain usually follow patterns containing temporal information in di erent forms (e.g. 'Directive 2001/29'). These references mislead algorithms detecting pure temporal references, and false positives occur in named entity recognition algorithms searching dates or intervals. This paper presents methods and techniques to identify these references, applied to two di erent domains. The rst domain is that of news, where the temporal information plays a crucial role for their understanding and automatically building timelines can be hampered by the errors induced from these legal references. The second domain is that dataset descriptions. Dataset descriptions sometimes contain temporal information, not only in their dedicated metadata elds (e.g. dataset creation) but also within the text of their description. LawORDate, the system presented in this paper, is a web service able to detect legal references with temporal information in Spanish texts. The service identi es these references, avoiding their annotation by temporal taggers and enabling a further step of linking the references to the original sources and building co-reference graphs.</p>
      </abstract>
      <kwd-group>
        <kwd>legal references</kwd>
        <kwd>temporal expressions</kwd>
        <kwd>news</kwd>
        <kwd>dataset description</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Temporal expressions detection, mainly focused on news, is a emerging eld
gaining more and more importance in NLP. E orts such as the NewsReader
project1 and the TempEval [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ] initiatives in SemEval, along with subsequent
more speci c temporal tasks [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ] show the interest in processing the temporal
dimension on all kind of texts. Usually processing of temporal expressions is
done regarding the concrete type of text being faced, both depending on its eld
(such as news, clinical domain or historical texts) or extension (free texts or
length-limited tweets). Due to this specialization, systems do not usually react
well when they nd expressions from other elds, such as is the case of legal
references in news or dataset description.
The boom of open data portals also present this kind of mixed information.
Thousands of datasets become publicly available everyday, sometimes presenting
just basic scarce metadata such as title and description. Being able to extract
additional information and new search parameters from them, such as named
entities or temporal references, would facilitate managing them, along with linking
them resources or queries.
      </p>
      <p>
        To this end, a system2 was built to extract temporal coverage from both
news and related datasets in Spanish, some of them in the legal domain, and be
able to link them based in the temporal dimension. This system calls an existing
temporal tagger, HeidelTime [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], able to detect temporal expressions in texts in
Spanish and tag them following the TIMEX3 annotation standard. Nevertheless,
this tagger happened to tag as temporal expressions references to Spanish laws
and legal documents that led to false positives, such as shown in the example
exposed in Fig. 1, extracted from a real article3. The result of the tagging by
HeidelTime can be found in Fig. 2.
      </p>
      <p>Estas actividades estan reguladas por Real Decreto 1341/2007, de 11 de octubre
sobre la gestion de la calidad de las aguas de ban~o, incorporando al derecho espan~ol
la Directiva 2006/7/CE del Parlamento Europeo y del Consejo de 15 de
febrero de 2006 relativa a la gestion de la calidad de las aguas de ban~o.
Estas actividades estan reguladas por Real Decreto &lt;TIMEX3 tid="t2" type=
"DATE" value="1341"&gt;1341&lt;/TIMEX3&gt;/&lt;TIMEX3 tid="t3" type="DATE"
value="2007"&gt;2007&lt;/TIMEX3&gt;, &lt;TIMEX3 tid="t9" type="DATE" value=
"201610-11"&gt;de 11 de octubre&lt;/TIMEX3&gt; sobre la gestion de la calidad de las
aguas de ban~o, incorporando al derecho espan~ol la Directiva &lt;TIMEX3 tid="t4"
type="DATE" value="2006"&gt;2006&lt;/TIMEX3&gt;/7/CE del Parlamento Europeo
y del Consejo &lt;TIMEX3 tid="t8" type="DATE" value="2006-02-15"&gt;de 15 de
febrero de 2006&lt;/TIMEX3&gt; relativa a la gestion de la calidad de las aguas de ban~o.</p>
      <p>We also nd this problem in the description of datasets, being specially
problematic when obtaining obviously inconsistent dates such as happens in the
ex2 https://github.com/mnavasloro/AportaCuando
3
http://www.castillalamancha.es/actualidad/notasdeprensa/castilla-la-manchacuenta-con-35-zonas-de-ba%C3%B1o-autorizadas-donde-disfrutar-de-la-naturaleza
ample in Fig.3, extracted from the description of a real dataset4. Here the tagged
dates without a legal-focused preprocessing were '2093', '2008' and
'2008-1219'. While the latest can at least be used as a lower temporal bound (since there
is no additional temporal information on the coverage in the description), the
year 2093 is obviously inconsistent.</p>
      <p>Base de datos que proporciona informacion sobre los Centros Tecnologicos y
Centros de apoyo a la Innovacin inscritos en el registro creado mediante el Real
Decreto 2093/2008, de 19 de diciembre. Permite la consulta por Modalidad, rea
Tecnologica, Sector, Comunidad Autonoma y/o Provincia. Ademas, posibilita la descarga
de la version completa en PDF.</p>
      <p>The aim of the web service LawORDate5 introduced in this paper is to detect
common legal expressions appearing in non-legal texts that tend to mislead
temporal taggers and replace them in the text, in order to obtain a clean version
of it where temporal taggers are able to detect just temporal expressions. The
remainder will expose a brief state-of-the-art and an analysis on usual legal
expressions with patterns similar to temporal expressions in Spanish, along with
examples of regular expressions able to detect most of them (tested in a case
of use on descriptions of datasets from the Spanish Open Data portal). Finally,
conclusions derived from this analysis and future work on this topic will be
exposed.
2</p>
    </sec>
    <sec id="sec-2">
      <title>State of the Art</title>
      <p>
        Processing the temporal dimension of legal text has been previously tackled in
literature [6{8], and the confusion between legal and temporal references has
been previously exposed [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Nevertheless, to the best of her knowledge, the
author is not aware to any previous dedicated approach to detect legal references
speci cally for ulterior temporal processing.
      </p>
      <p>
        Identi cation of legal cross-references has been widely studied in literature
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], being targeted in di erent languages (such as French [
        <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
        ], Dutch [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ],
Italian [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] or Japanese [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]) and with di erent levels of deepness. We nd for
instance the approach of Adedjouma et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] for the Luxembourg's
Legislation (later expanded to a Canadian legal corpus [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]), where a complete schema
4
http://datos.gob.es/catalogo/e04990501-registro-de-centros-tecnologicos-y-centrosde-apoyo-a-la-innovacion-tecnologica
5 https://github.com/mnavasloro/LawORDate (with information on how to use the
web service)
identifying di erent parts that can be included in a reference in this context
(such as Part, Book or Article), along with the di erent information in them
(dates, names, headers...) are built. The authors also make a distinction
between simple and complex cross reference patterns; this had been previously
exposed also in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], including also some special cases, where a grammar allowed
identi cation of just in-collection legal references in documents from the Dutch
Tax and Customs Administration. Finally, the work by Tran et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] focused
on references to sub-document targets, proposing machine-learning based
approaches. Also more generic-aimed frameworks for managing legal documents,
such as NORMA-system [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], include services for marking-up legal references,
called by further works [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>
        Di erently from the temporal aim presented in this paper, the use of this
techniques for legal references identi cation go from mark-up and linking [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]
to normalization [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Most of these approaches are based in patterns; the only
work in Spanish the author is aware of also follows this pattern-based approach
[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Analysis of the problem</title>
      <p>In the frame of news and dataset description processing, namely trying to locate
them into a temporal instant or interval, several legal references happened to
be tagged as temporal expressions by a state-of-the-art temporal tagger. Some
examples are the following expressions, that refer to di erent o cial Spanish
documents or laws:
{ Ley Organica 10/1995 (Organic Law).
{ Ley 22/2011, de 28 de julio (Law).
{ BOE: 29/07/2011 or BOE de 22 de julio or BOE num. 306, de 23 de diciembre
(BOE: Bolet n O cial del Estado O cial State Gazette).
{ Real Decreto 1341/2007 (sometimes also expressed as RD 1463/2007, Royal</p>
      <p>Decree)
{ Directiva 2012/27/UE.</p>
      <p>These references are often also surrounded by a date referred to their creation
(being therefore important to detect them as well). These legal expressions can
also include additional words such as in 'Real Decreto Legislativo' (Legislative
Royal Decree) or be combined such as in 'Real Decreto Legislativo 1/2004 de 5
de enero BOE de 8 de marzo'. Also exceptions where dates near to references
to legal documents can be found, such as happens when the dataset contains
information about the proper legal document, such as in the example6 depicted
below, where the dates refer indeed to temporal coverage:
6 http://datos.gob.es/catalogo/l01280148-publicaciones-en-boletin-o
cial-del-estadoboe-2013-2017
Publicaciones en Boletn O cial del Estado (BOE): 2013-2017. (for English:
'Publications in the O cial State Gazette (BOE): 2013-2017.' )</p>
      <p>The problem of detecting these references is therefore not straightforward. In
the following section some patterns for references found in a concrete application
case (dataset descriptions and news) are introduced.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Hands on and rst patterns</title>
      <p>The corpus we have worked with is a dump of metadata from the Spanish open
data portal datos.gob.es7, consisting of almost 16k datasets. Some of them
contained temporal coverage information expressed as dcat:temporal property8,
but most of them had their upload and creation date as only temporal
information, along with information on the publisher, the title and the description.</p>
      <p>A rst analysis performed on metadata from these datasets showed that
most appearances followed constrained patterns, and that texts that presented
this kind of references misled the temporal tagger. Besides detecting temporal
expressions that are not actually from the text timeline, another major
problem derives from this misleading: temporal normalization9 is also a ected, since
some dates can be wrongly normalized because of the misidenti cation of legal
references nearby as temporal expressions.</p>
      <p>
        Some of the used patterns for detecting these problematic legal references
are the exposed in Fig. 4.
(([D|d](irectiva|IRECTIVA)) (\d*)\/(\d*)\/(\w*))(,? de (\d*) de ([E|e]nero|[F|f]ebrero|[M|m]
arzo|[A|a]bril|[M|m]ayo|[J|j]unio|[J|j]ulio|[A|a]gosto|[S|s]emptiembre|[O|o]ctubre|[N|n]ovie
mbre|[D|d]iciembre)( de (\d\d\d\d))?)?
(([R|r](eal|EAL) [D|d](ecreto|ECRETO)) (\d*)\/(\d*))(,? de (\d*) de ([E|e]nero|[F|f]ebrero|[
M|m]arzo|[A|a]bril|[M|m]ayo|[J|j]unio|[J|j]ulio|[A|a]gosto|[S|s]emptiembre|[O|o]ctubre|[N|n]
oviembre|[D|d]iciembre)( de (\d\d\d\d))?)?
((([L|l]ey [O|o]rg[|a]nica)|(LEY ORG[|A]NICA)) (\d*)\/(\d*))(,? de (\d*) de ([E|e]nero|[F|f]
ebrero|[M|m]arzo|[A|a]bril|[M|m]ayo|[J|j]unio|[J|j]ulio|[A|a]gosto|[S|s]emptiembre|[O|o]ctub
re|[N|n]oviembre|[D|d]iciembre)( de (\d\d\d\d))?)?
7 http://datos.gob.es/
8 https://www.w3.org/TR/vocab-dcat/#Property:dataset temporal
9 Temporal normalization can be described as "to assign the same value to all
expressions carrying the same semantics or referring to the same point in time" [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]; this
is, the temporal anchoring (often derived from context) for an incomplete temporal
expression. An example can be how from the sentence 'The 4th of October of 1991
he came here. The 6th he left.', the date '06/10/1991' can be derived for '6th'.
Once these patterns are detected, they are replaced in the text by strings
containing information of the legal references detected, but in a format that does
not mislead the temporal tagger. This new version of the text maintains all the
original genuine temporal expressions, being therefore the ones remaining those
that must be detected by the tagger. Once the text is correctly tagged, old legal
references can be recovered. Beside facilitating single-use temporal processing
of isolate documents, this service also allows to generate correctly temporally
tagged texts with legal references that can be used for training machine-learning
based temporal taggers in order to adapt them to the legal domain.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions and Future Work</title>
      <p>The work presented shows how just a basic preprocessing for detecting legal
expressions to prevent temporal taggers from tagging them can improve temporal
tagging on all kind of legal related texts, being for instance able to solve similar
cases to the examples exposed in the introduction. Also other languages or kinds
of texts could bene t from this preprocessing: the work made for Spanish and
general but legal related texts (news and datasets in our case) can be adopted also
for other languages and kinds of texts, such as genuine legal documents. Future
work include asking experts in the eld for more ways in which legal references
can be written, along with increasing the amount of references detected and the
languages covered by the web service.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments References</title>
      <p>This project has received funding from the European Union's Horizon 2020
research and innovation programme under grant agreement No 780602.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Marc</given-names>
            <surname>Verhagen</surname>
          </string-name>
          , Robert Gaizauskas, Frank Schilder, Mark Hepple, Graham Katz, and
          <string-name>
            <given-names>James</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          . Semeval-2007 task 15:
          <article-title>Tempeval temporal relation identi - cation</article-title>
          .
          <source>In Proceedings of the 4th International Workshop on Semantic Evaluations</source>
          , pages
          <volume>75</volume>
          {
          <fpage>80</fpage>
          . Association for Computational Linguistics,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Marc</given-names>
            <surname>Verhagen</surname>
          </string-name>
          , Roser Sauri, Tommaso Caselli, and James Pustejovsky.
          <source>Semeval2010 task 13: Tempeval-2. In Proceedings of the 5th international workshop on semantic evaluation</source>
          , pages
          <volume>57</volume>
          {
          <fpage>62</fpage>
          . Association for Computational Linguistics,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Hector</given-names>
            <surname>Llorens</surname>
          </string-name>
          , Nathanael Chambers,
          <string-name>
            <surname>Naushad</surname>
            <given-names>UzZaman</given-names>
          </string-name>
          , Nasrin Mostafazadeh, James F Allen,
          <string-name>
            <given-names>and James</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          .
          <article-title>Semeval-2015 task 5: Qa tempevalevaluating temporal information understanding with question answering</article-title>
          .
          <source>In SemEval@ NAACL-HLT</source>
          , pages
          <volume>792</volume>
          {
          <fpage>800</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Steven</given-names>
            <surname>Bethard</surname>
          </string-name>
          , Guergana Savova,
          <string-name>
            <surname>Wei-Te</surname>
            <given-names>Chen</given-names>
          </string-name>
          , Leon Derczynski, James Pustejovsky, and
          <string-name>
            <given-names>Marc</given-names>
            <surname>Verhagen</surname>
          </string-name>
          . Semeval-2016 task 12:
          <article-title>Clinical tempeval</article-title>
          .
          <source>Proceedings of SemEval</source>
          , pages
          <volume>1052</volume>
          {
          <fpage>1062</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Jannik</given-names>
            <surname>Stro</surname>
          </string-name>
          <article-title>tgen and Michael Gertz. Multilingual and cross-domain temporal tagging</article-title>
          .
          <source>Language Resources and Evaluation</source>
          ,
          <volume>47</volume>
          (
          <issue>2</issue>
          ):
          <volume>269</volume>
          {
          <fpage>298</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Frank</given-names>
            <surname>Schilder</surname>
          </string-name>
          .
          <article-title>Event Extraction and Temporal Reasoning in Legal Documents</article-title>
          .
          <source>In Annotating, Extracting and Reasoning about Time and Events</source>
          , International Seminar, Dagstuhl Castle, Germany, April 10-
          <issue>15</issue>
          ,
          <year>2005</year>
          . Revised Papers, pages
          <volume>59</volume>
          {
          <fpage>71</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Venkateswrlu</given-names>
            <surname>Naik</surname>
          </string-name>
          , Guda Vanitha, and
          <string-name>
            <given-names>Srujana</given-names>
            <surname>Inturi</surname>
          </string-name>
          .
          <article-title>Reasoning in legal text documents with extracted event information</article-title>
          .
          <source>International Journal of Computer Applications</source>
          ,
          <volume>28</volume>
          :8|
          <fpage>13</fpage>
          , 08
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Kolikipogu</given-names>
            <surname>Ramakrishna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Vanitha</given-names>
            <surname>Guda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.Padmaja</given-names>
            <surname>Rani</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Vinaya</given-names>
            <surname>Ch</surname>
          </string-name>
          .
          <article-title>A novel model for timed event extraction and temporal reasoning in legal text documents</article-title>
          .
          <source>International Journal of Computer Science and Engineering Survey</source>
          ,
          <volume>2</volume>
          :
          <fpage>39</fpage>
          {
          <fpage>48</fpage>
          , 02
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Isemann</surname>
          </string-name>
          , Khurshid Ahmad, Tim Fernando, and
          <string-name>
            <given-names>Carl</given-names>
            <surname>Vogel</surname>
          </string-name>
          .
          <source>Temporal Dependence in Legal Documents</source>
          , pages
          <volume>497</volume>
          {
          <fpage>504</fpage>
          . Springer Berlin Heidelberg, Berlin, Heidelberg,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Monica</surname>
            <given-names>Palmirani</given-names>
          </string-name>
          ,
          <article-title>Ra aella Brighi, and Matteo Massini. Automated extraction of normative references in legal texts</article-title>
          .
          <source>In Proceedings of the 9th international conference on Arti cial intelligence and law</source>
          , pages
          <volume>105</volume>
          {
          <fpage>106</fpage>
          . ACM,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>M. Adedjouma</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Sabetzadeh</surname>
            , and
            <given-names>L. C.</given-names>
          </string-name>
          <string-name>
            <surname>Briand</surname>
          </string-name>
          .
          <article-title>Automated detection and resolution of legal cross references: Approach and a study of luxembourg's legislation</article-title>
          .
          <source>In 2014 IEEE 22nd International Requirements Engineering Conference (RE)</source>
          , pages
          <fpage>63</fpage>
          {
          <fpage>72</fpage>
          ,
          <string-name>
            <surname>Aug</surname>
          </string-name>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Nicolas</surname>
            <given-names>Sannier</given-names>
          </string-name>
          , Morayo Adedjouma, Mehrdad Sabetzadeh, and
          <string-name>
            <given-names>Lionel</given-names>
            <surname>Briand</surname>
          </string-name>
          .
          <article-title>An automated framework for detection and resolution of cross references in legal texts</article-title>
          .
          <source>Requirements Engineering</source>
          ,
          <volume>22</volume>
          (
          <issue>2</issue>
          ):
          <volume>215</volume>
          {
          <fpage>237</fpage>
          ,
          <string-name>
            <surname>Jun</surname>
          </string-name>
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. Emile de Maat, Radboud Winkels, and Tom van Engers.
          <source>Automated detection of reference structures in law. Frontiers in Arti cial Intelligence and Applications</source>
          ,
          <volume>152</volume>
          :
          <fpage>41</fpage>
          {
          <fpage>50</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>M. Palmirani</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Brighi</surname>
            , and
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Massini</surname>
          </string-name>
          .
          <article-title>Processing normative references on the basis of natural language questions</article-title>
          .
          <source>In Proceedings. 15th International Workshop on Database and Expert Systems Applications</source>
          ,
          <year>2004</year>
          ., pages
          <volume>9</volume>
          {
          <fpage>12</fpage>
          ,
          <string-name>
            <surname>Aug</surname>
          </string-name>
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. Oanh Thi Tran, Bach Xuan Ngo, Minh Le Nguyen, and
          <string-name>
            <given-names>Akira</given-names>
            <surname>Shimazu</surname>
          </string-name>
          .
          <source>Automated reference resolution in legal texts. Arti cial Intelligence and Law</source>
          ,
          <volume>22</volume>
          (
          <issue>1</issue>
          ):
          <volume>29</volume>
          {
          <fpage>60</fpage>
          ,
          <string-name>
            <surname>Mar</surname>
          </string-name>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <given-names>Monica</given-names>
            <surname>Palmirani</surname>
          </string-name>
          and
          <string-name>
            <given-names>Federica</given-names>
            <surname>Benigni</surname>
          </string-name>
          .
          <article-title>Norma-system: A legal information system for managing time</article-title>
          .
          <source>In Proceedings of the V legislative XML workshop</source>
          , pages
          <volume>205</volume>
          {
          <fpage>223</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Leonardo</surname>
            <given-names>Lesmo</given-names>
          </string-name>
          , Alessandro Mazzei, Monica Palmirani, and
          <string-name>
            <given-names>Daniele P.</given-names>
            <surname>Radicioni</surname>
          </string-name>
          .
          <article-title>Tulsi: an nlp system for extracting legal modi catory provisions</article-title>
          .
          <source>Arti cial Intelligence and Law</source>
          ,
          <volume>21</volume>
          (
          <issue>2</issue>
          ):
          <volume>139</volume>
          {
          <fpage>172</fpage>
          , May
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Mercedes Mart</surname>
          </string-name>
          nez-Gonzalez, Pablo de la Fuente, and
          <string-name>
            <surname>Damaso-Javier Vicente</surname>
          </string-name>
          .
          <article-title>Reference extraction and resolution for legal texts</article-title>
          .
          <source>In International Conference on Pattern Recognition and Machine Intelligence</source>
          , pages
          <fpage>218</fpage>
          {
          <fpage>221</fpage>
          . Springer,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>