<!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>June</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Exploring the Use of Text Classification in the Legal Domain</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Octavia-Maria Şulea</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mihaela Vela</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marcos Zampieri</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Liviu P. Dinu</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shervin Malmasi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Josef van Genabith</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Harvard Medical School</institution>
          ,
          <country country="US">United States</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Saarland University</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Saarland University</institution>
          ,
          <addr-line>Germany, DFKI</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Bucharest</institution>
          ,
          <country country="RO">Romania</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>University of Wolverhampton, United</institution>
          ,
          <addr-line>Kingdom</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <volume>16</volume>
      <issue>2017</issue>
      <abstract>
        <p>In this paper, we investigate the application of text classification methods to support law professionals. We present several experiments applying machine learning techniques to predict with high accuracy the ruling of the French Supreme Court and the law area to which a case belongs to. We also investigate the influence of the time period in which a ruling was made on the form of the case description and the extent to which we need to mask information in a full case ruling to automatically obtain training and test data that resembles case descriptions. We developed a mean probability ensemble system combining the output of multiple SVM classifiers. We report results of 98% average F1 score in predicting a case ruling, 96% F1 score for predicting the law area of a case, and 87.07% F1 score on estimating the date of a ruling. 1An example of a German website: htps://www.juris.de/jportal/index.jsp present day. We explore the use of lexical features and Support Vector Machine (SVM) ensembles on predicting the law area, the ruling, and on estimating the date of the ruling. We compare the results of our method to those reported by a previous study [24] which used the same data. Finally, we also investigate how much of the final case description attached to the judge's ruling needs to be masked to obtain a synthetic draft description, close to what a lawyer would have at their disposal and how predictable the ruling is based on this description. All results reported in this paper are in fact on predictions based on these synthetic draft case descriptions, where what is to be predicted is masked in the training and test data and its descriptions in terms of features.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Text classification methods have been successfully applied to a
number of NLP tasks and applications ranging from plagiarism [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
and pastiche detection [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] to estimating the period in which a text
was published [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. In this paper we discuss the application of text
classification methods in the legal domain which, to the best of our
knowledge, is relatively under-explored and to date its application
has been mostly restricted to forensics [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>In this paper we argue that law professionals would greatly
benefit from the type of automation provided by machine learning.
This is particularly the case of legal research, more specifically the
preparation a legal practitioner has to undertake before initiating
or defending a case. The objective of the research reported in this
paper is the following: given a case, law professionals have to make
complex decisions including which area of law applies to a given
case, what the ruling might be, which laws apply to the case, etc.
Given the data available on previous court rulings, is it possible
train text classification systems that are able to predict some of
these decisions, given a textual “draft” case description provided
by the professional? Such a system could act as a decision support
system or at least a sanity check for law professionals.</p>
      <p>At present, law professionals have access to court ruling data
through search portals1 and keyword based search. In our work
we want to go beyond this: instead of keyword based search, we
use the full “draft” case description and text classification methods.
For this purpose we acquire a large corpus of French court rulings
with over 126,000 documents, spanning from the 1800s until the
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        While text classification methods were investigated and applied
with commercial or forensic goals in mind for other areas (e.g.
serving better content or products to users through user profiling [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]
and sentiment analysis, identifying potential criminals [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], crimes
[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], or anti-social behavior [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]), an area where these methods
have been under-explored, although both commercial and forensic
interests exist, is the legal domain.
      </p>
      <p>
        Assuming that argumentation plays an important role in law
practice, [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] investigate to which extent one can automatically
identify argumentative propositions in legal text, their
argumentative function and structure. They use a corpus containing legal
texts extracted from the European Court of Human Rights (ECHR)
and classify argumentative vs. non-argumentative sentences with
an accuracy of 80%.
      </p>
      <p>
        Based on the association between a legal text and its domain label
in a database of legal texts, [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] present a classification approach to
identify the relevant domain to which a specific legal text belongs.
Using TF-IDF weighting and Information Gain for feature selection
and SVM for classification, [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] attain an f1-measure of 76% for the
identification of the domains related to a legal text and 97.5% for
the correct classification of a text into a specific domain.
      </p>
      <p>
        Following the observation of a thematic structure in Canadian
court rulings, where the intro, context, reasoning, and conclusion
were found to be independent of the ruling itself, [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] present an
automatic summarization of court rulings. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] introduce a hybrid
summarization system for legal text which combines hand crafted
knowledge base rules with already existing automatic
summarization techniques.
      </p>
      <p>
        [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] proposed a system of classifying sentences for the task of
summarizing court rulings and, with the use of SVM and Naive
Bayes applied to Bag of Words, TF-IDF, and dense features (e.g.
position of sentence in document), obtained 65% f1 on 7 classes.
Similarly, another study [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] used BOW, POS tags, and TF-IDF to
classify legal text in 3000 categories, based on a taxonomy of legal
concepts, and reported 64% and 79% f1.
      </p>
      <p>
        For court ruling prediction, the task closest to our present work, a
few papers have been published: [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], using extremely randomized
trees, reported 70% accuracy in predicting the US Supreme Court’s
behavior and, more recently, [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] tackled the task of predicting
patent litigation and time to litigation (TTL) and obtained lower
than baseline 19% f1 for predicting the litigation outcome, but a
remarkable 87% f1 for TTL prediction, when the interval considered
was less than 4 years, and only 43% f1 when the interval considered
was narrowed down to less than a year. Among the most recent
studies, [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] proposed a computational method to predict decisions
of the European Court of Human Rights (ECRH) and [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] applied
linear SVM classifiers to predict the decisions of the French Supreme
Court using the same dataset presented in this paper.
      </p>
      <p>
        As evidenced in this section predicting court rulings is a new
area for text classification methods and our paper contributes in
this direction, achieving performance substantially higher than in
previous work [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Corpus and Data Preparation</title>
      <p>In this paper, we use the diachronic collection of court rulings from
the French Supreme Court, Court of Cassation (Court de
Cassation). The complete collection2 contains 131,830 documents each
consisting of a unique court ruling including metadata formatted
in XML. Common metadata available in most documents include:
law area, time stamp, case ruling (e.g. cassation, rejet, non-lieu, etc.),
case description, and cited laws. We use the metadata provided as
“natural” labels to be predicted by the machine learning system. In
order to simulate realistic test scenarios, we automatically remove
all mentions from the training and test data that explicitly refer to
our target prediction classes.</p>
      <p>During pre-processing, we removed all duplicate and
incomplete entries in the dataset. This resulted in a corpus comprising of
126,865 unique court rulings. Each instance contains a case
description and four diferent types of labels: a law area, the date of ruling,
the case ruling itself, and a list of articles and laws cited within the
description.</p>
      <p>
        Taking the results by [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], henceforth Şulea et al. (2017), as a
baseline, in this paper we tackle 3 tasks:
1. Predicting the law area of cases and rulings (Section 5.1).
2. Predicting the court ruling based on the case description
(Section 5.2).
3. Estimating the time span when a case description and a
ruling were issued (Section 5.3).
      </p>
      <p>Deciding which labels to use in each experiment was not trivial
as this information was very often not explicit in the instances of
the dataset and the distribution of instances in the classes was very
unbalanced and sometimes inconsistent. For this reason, here we
follow the decisions taken by Şulea et al. (2017) and summarize
them next.</p>
      <p>For task 1, predicting the law area of cases and rulings, out of 17
initial unique labels, the 8 labels that appeared in the corpus more
than 200 times were kept. Table 1 shows the distribution of cases
among each label.
2Acquired from htps://www.legifrance.gouv.fr</p>
      <sec id="sec-3-1">
        <title>Law Area</title>
        <p>CHAMBRE_SOCIALE
CHAMBRE_CIVILE_1
CHAMBRE_CIVILE_2
CHAMBRE_CRIMINELLE
CHAMBRE_COMMERCIALE
CHAMBRE_CIVILE_3
ASSEMBLEE_PLENIERE
CHAMBRE_MIXTE
For task 2, ruling prediction, we carry out two sets of experiments.
A first set of experiments (6-class setup) considers only the first
word within each label and only those labels which appeared more
than 200 times in the corpus. This lead to an initial set of 6 unique
labels: cassation, annulation, irrecevabilite, rejet, non-lieu, and qpc
(question prioritaire de constitutionnalitÃľ ). In the second set of
ruling prediction experiments (8-class setup), we consider all labels
which had over 200 dataset entries and this time we did not reduce
them to their first word as shown in Table 2.</p>
        <p>
          First-word ruling (6-class setup)
rejet
cassation
irrecevabilite
qpc
annulation
non-lieu
Full ruling (8-class setup)
cassation
cassation sans renvoi
cassation partielle
cassation partielle sans renvoi
cassation partielle cassation
cassation partielle rejet cassation
rejet
irrecevabilite
Finally, in task 3, we investigate whether the text of the case
description contained indicators of the period when it was written, a
popular NLP task called temporal text classification addressed by a
recent SemEval task [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. Table 3 shows the distribution of cases in
each decade. Due to the amount of cases, we grouped all cases dated
1959 and before in a single class. We run temporal text classification
experiments with 7 classes. Table 3 shows the distribution of cases
per decade.
        </p>
        <p>For the three tasks we eliminated the occurrence of each word
of the label from the text of the corresponding case description
following the methodology described in Şulea et al. (2017). For task
1, law area prediction, we eliminated all words contained in the
label.</p>
        <p>For predicting the ruling, we eliminated the ruling words
themselves from all case descriptions. Aiming at a complete masking</p>
      </sec>
      <sec id="sec-3-2">
        <title>Time Span</title>
        <p>Until 1959
1960 - 1969
1970 - 1979
1980 - 1989
1990 - 1999
2000 - 2009
2010 - 2016
of the ruling, we additionally looked at the top 20 most important
features of each class to investigate whether some of them could be
directly linked to the target label. In this step, we realized that the
label was present both in its nominal form (e.g. cassation,
irrecevabilite) and in its verbal form (e.g. casse, casser) and eliminated
both. For the task of predicting the century and decade in which a
particular ruling took place, we eliminated all digits from the case
description text, even though some of the digits referred to cited
laws.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4 Methodology</title>
      <p>
        We approach the three tasks using a system based on classifier
ensembles. Classifier ensembles have proven to achieve high
performance in many task classification tasks such as grammatical
error detection [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], complex word identification [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], identifying
self-harm risk in mental health forums [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], and dialect
identification [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>
        There are many types of classifier ensembles and in this work we
apply a mean probability classifier. The method works by adding
probability estimates for each class together and assigning the
class label with the highest average probability as the prediction.
By using probability outputs in this way a classifier’s support for
the true class label is taken into account, even when it is not the
predicted label (e.g. it could have the second highest probability).
This method is considered to be simple and it has been shown to
work well on a wide range of problems. It is intuitive, stable [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
and resilient to estimation errors [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] making it one of the most
robust combiners described in the literature.
      </p>
      <p>
        As features, our system uses word unigrams and word bigrams.
To evaluate the success of our method we compare the results
obtained by the mean probability ensemble system with the results
reported in Şulea et al. (2017) who approach the three tasks
described in this paper using the scikit-learn implementation [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] of
the LIBLINEAR SVM classifier [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] trained on bag of words and bag
of bigrams.
      </p>
      <p>Finally, as to the evaluation, we employ a stratified 10-fold
crossvalidation setup for all experiments. We chose this approach to
be able to compare our results with those reported by Şulea et al.
(2017) and also to take the inherent imbalance of the classes present
in the dataset into account. We report results in terms of average
precision, recall, F1 score, and accuracy for all classes.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <sec id="sec-5-1">
        <title>5.1 Law Area</title>
        <p>In our first experiment, we trained our system to predict the law
area of a case, given its case description preprocessed as described
in Section 3 (i.e. removing all “give-away” references in the original
data to simulate a realistic draft case description scenario, where
the prediction - here in task 1 law area - is not already preempted).
Table 4 reports the average precision, recall, f1 score, and accuracy
scores obtained of our method when discriminating between the
aforementioned 8 classes each of them containing at least 200
instances. The scores reported by Şulea et al. (2017) using the same
dataset are presented for comparison.</p>
      </sec>
      <sec id="sec-5-2">
        <title>Model P R F1 Acc.</title>
        <p>Ensemble 96.8% 96.8% 96.5% 96.8%
Şulea et al. (2017) 90.9% 90.2% 90.3% 90.2%</p>
        <p>Table 4. Classification results for law area prediction.</p>
        <p>We observe that the ensemble method outperforms the liner SVM
classifier by a large margin, 96.8% accuracy compared to 90.3%
reported by Şulea et al. (2017). We investigate the performance of
the ensemble system for each individual class by looking at the
confusion matrix presented in Figure 1.</p>
        <p>Confusion Matrix
ASSEMBLEE_PLECNHIAERMEBRE_CIVILE_1</p>
        <sec id="sec-5-2-1">
          <title>BRE_CIVILE_2</title>
          <p>HM
CA</p>
          <p>CPHrAMeBdREi_cCCIHtVAeILMEdB_3REl_aCObMeCMHElARMCIBARLEE_CRIMINCEHLALMEBRE_MIXTE</p>
        </sec>
        <sec id="sec-5-2-2">
          <title>BRE_SOCIALE</title>
          <p>HM
CA</p>
          <p>The confusion matrix presented in Figure 1 shows that cases from
the chambre mixte are the most dificult predict. This is firstly
because this class and assemblee pleniere, the second most dificult
class to predict, contain the two lowest numbers of instances in the
dataset (222 and 544 respectively), and secondly because by nature
the chambre mixte received mixed cases from other courts such as
civil and commercial.</p>
        </sec>
      </sec>
      <sec id="sec-5-3">
        <title>5.2 Case Ruling</title>
        <p>The results for the second task, court ruling prediction, are
presented in Table 5. We report the results obtained in both experiment
setups, the 6-class setup and in the 8-class setup. The mean
probability ensemble once again outperforms the method by Şulea et al.</p>
        <p>ASSEMBLEE_PLENIERE</p>
        <p>CHAMBRE_CIVILE_1</p>
        <p>CHAMBRE_CIVILE_2
leb CHAMBRE_CIVILE_3
a
l
e
rTuCHAMBRE_COMMERCIALE</p>
        <p>CHAMBRE_CRIMINELLE</p>
        <p>CHAMBRE_MIXTE
CHAMBRE_SOCIALE
0.8
0.6
0.4
0.2
0.0
(2017) in both settings. We observe a 2.9 percentage point decrease
in absolute average f1 score when the ensemble classifier is trained
on the dataset with more classes which is explained by the increase
in number of classes from 6 to 8 leading to a more challenging
classification scenario.
To better understand the dificulties faced by our method in
discriminating between the ruling classes we first looked at the list
of the most informative unigrams for each class. We found a few
clear cases of top-ranked words that are related to the target class,
but even so the analysis did not go that far indicating that a more
interesting analysis is only possible without the aid of an expert in
French law.</p>
        <p>Subsequently, we looked at the confusion matrix of predictions.
In Figure 2 we present a confusion matrix of the performance
obtained for each individual class in the 6-class setup experiment.
We observe that the two most dificult classes for the system were
non-lieu and annulation. These two classe are also the two classes
which contained the least amount of examples which probably led
to the poor performance of the classifier in identifying instances
from these classes.</p>
        <p>IRPRErCeEVdABiIcLITtEed labNOeNl</p>
        <p>QC
P</p>
        <p>REJET</p>
      </sec>
      <sec id="sec-5-4">
        <title>5.3 Temporal Text Classification</title>
        <p>Finally, in Table 6 we present the results obtained in the third
set of experiments described in this paper, predicting the time
span of cases and rulings in a 7-class setting. Again all data was
preprocessed as indicated in Section 3.</p>
        <p>ANNULATION</p>
        <p>CASSATION
lIRRECEVABILITE
e
b
a
l
e
u
r
T</p>
        <p>NON
QPC
REJET
0.8
0.6
0.4
0.2
0.0</p>
      </sec>
      <sec id="sec-5-5">
        <title>Model P R F1 Acc.</title>
        <p>Ensemble 87.3% 87.0% 87.0% 87.0%
Şulea et al. (2017) 75.9% 74.3% 73.2% 74.3%</p>
        <p>Table 6. Classification results for temporal prediction.
Results obtained by the ensemble system in this experiment
outperform the method by Şulea et al. (2017) by a large margin. This
outcome once again confirms the robustness of classifier ensembles
for many text classification tasks including those presented in this
paper. The mean probability ensemble system achieved 87% f1 score
against 73.2% reported by Şulea et al. (2017).</p>
        <p>The results obtained by our system in the temporal text
classification task suggest that classifier ensembles are a good fit for
predicting the publication date not only of legal texts but other
types of texts as well. This is a particularly relevant application for
researchers in the digital humanities who are often working with
manuscripts with unknown or uncertain publication date. The use
of ensembles for this task is, to the best of our knowledge, under
explored and should be investigated further.</p>
        <p>
          It should be noted, however, that predictions in this experiment
are only estimates as the definition of time spans in unities such as
month, year, or decade (in the case of this paper) is arbitrary.
Previous work in temporal text classification stressed that supervised
methods, such as the one presented in this paper fail to capture
the linearity of time [
          <xref ref-type="bibr" rid="ref18 ref28">18, 28</xref>
          ]. Other methods, such as ranking or
regression, could be applied to obtain more accurate predictions.
6
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusions and Future Work</title>
      <p>In this paper we investigated the application of text classification
methods to the legal domain using the cases and rulings of the
French Supreme Court. We showed that a system based on SVM
ensembles can obtain high scores in predicting the law area and
the ruling of a case, given the case description, and the time span
of cases and rulings. The ensemble method presented in this paper
outperformed a previously proposed Şulea et al. (2017) using the
same dataset.</p>
      <p>We applied computational methods to mask the case description
attached to a judge’s ruling so that they convey as little information
as possible about the ruling. This simulates the knowledge a lawyer
would have prior to entering court.</p>
      <p>The work presented in this paper confirms that text
classification techniques can indeed be used to provide valuable assistive
technology base as support for law professionals in obtaining
guidance and orientation from large corpora of previous court rulings.
In future work, we would like to investigate the extent to which
a more accurate draft form can be induced from the court’s case
description.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>Parts of this work have been carried out while the first and the
second author, Octavia-Maria Şulea and Marcos Zampieri, were at
the German Research Center for Artificial Intelligence (DFKI).</p>
      <p>We would like to thank the anonymous reviewers for providing
us with constructive feedback and suggestions.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Nikolaos</given-names>
            <surname>Aletras</surname>
          </string-name>
          , Dimitrios Tsarapatsanis, Daniel Preoţiuc-Pietro, and
          <string-name>
            <given-names>Vasileios</given-names>
            <surname>Lampos</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <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>
          (
          <year>2016</year>
          ),
          <year>e93</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Alberto</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Marta</given-names>
            <surname>Vila</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M Antònia</given-names>
            <surname>Martí</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Rosso</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Plagiarism meets paraphrasing: Insights for the next generation in automatic plagiarism detection</article-title>
          .
          <source>Computational Linguistics</source>
          <volume>39</volume>
          ,
          <issue>4</issue>
          (
          <year>2013</year>
          ),
          <fpage>917</fpage>
          -
          <lpage>947</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Guido</given-names>
            <surname>Boella</surname>
          </string-name>
          , Luigi Di Caro, , and
          <string-name>
            <given-names>Llio</given-names>
            <surname>Humphreys</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Using classification to support legal knowledge engineers in the Eunomos legal document management system</article-title>
          .
          <source>In Proceedings of JURISIN.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Justin</surname>
            <given-names>Cheng</given-names>
          </string-name>
          , Cristian
          <string-name>
            <surname>Danescu-Niculescu-Mizil</surname>
            , and
            <given-names>Jure</given-names>
          </string-name>
          <string-name>
            <surname>Leskovec</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Antisocial Behavior in Online Discussion Communities</article-title>
          .
          <source>In Proceedings of ICWSM.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Olivier</given-names>
            <surname>De Vel</surname>
          </string-name>
          ,
          <string-name>
            <surname>Alison Anderson</surname>
            ,
            <given-names>Malcolm</given-names>
          </string-name>
          <string-name>
            <surname>Corney</surname>
            , and
            <given-names>George</given-names>
          </string-name>
          <string-name>
            <surname>Mohay</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Mining E-mail Content for Author Identification Forensics</article-title>
          .
          <source>ACM Sigmod Record</source>
          <volume>30</volume>
          ,
          <issue>4</issue>
          (
          <year>2001</year>
          ),
          <fpage>55</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Liviu</surname>
            <given-names>P Dinu</given-names>
          </string-name>
          , Vlad Niculae, and
          <string-name>
            <surname>Octavia-Maria Şulea</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Pastiche Detection Based on Stopword Rankings: Exposing Impersonators of a Romanian Writer</article-title>
          .
          <source>In Proceedings of the Workshop on Computational Approaches</source>
          to Deception Detection.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Rong-En</surname>
            <given-names>Fan</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kai-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho-Jui</surname>
            <given-names>Hsieh</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiang-Rui</surname>
            <given-names>Wang</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Chih-Jen Lin</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>LIBLINEAR: A Library for Large Linear Classification</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>9</volume>
          (
          <year>2008</year>
          ),
          <fpage>1871</fpage>
          -
          <lpage>1874</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Atefeh</given-names>
            <surname>Farzindar</surname>
          </string-name>
          and
          <string-name>
            <given-names>Guy</given-names>
            <surname>Lapalme</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Legal Text Summarization by Exploration of the Thematic Structures and Argumentative Roles</article-title>
          .
          <source>Proceedings of the Text Summarization Branches Out Workshop</source>
          (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Filippo</given-names>
            <surname>Galgani</surname>
          </string-name>
          , Paul Compton, and
          <string-name>
            <given-names>Achim</given-names>
            <surname>Hofmann</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Combining Diferent Summarization Techniques for Legal Text</article-title>
          .
          <source>In Proceedings of the Hybrid Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Teresa</given-names>
            <surname>Gonçalves</surname>
          </string-name>
          and
          <string-name>
            <given-names>Paulo</given-names>
            <surname>Quaresma</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Evaluating preprocessing techniques in a text classification problem</article-title>
          .
          <source>In Proceedings of the Conference of the Brazilian Computer Society.</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Ben</given-names>
            <surname>Hachey</surname>
          </string-name>
          and
          <string-name>
            <given-names>Claire</given-names>
            <surname>Grover</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <source>Extractive Summarisation of Legal Texts. Artificial Intelligence and Law</source>
          <volume>14</volume>
          ,
          <issue>4</issue>
          (
          <year>2006</year>
          ),
          <fpage>305</fpage>
          -
          <lpage>345</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Martin</surname>
          </string-name>
          <string-name>
            <surname>Katz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Michael J</given-names>
            .
            <surname>Bommarito</surname>
          </string-name>
          <string-name>
            <surname>II</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Josh</given-names>
            <surname>Blackman</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Predicting the Behavior of the Supreme Court of the United States: A General Approach</article-title>
          .
          <source>CoRR abs/1407</source>
          .6333 (
          <year>2014</year>
          ). htp://arxiv.org/abs/1407.6333
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Josef</surname>
            <given-names>Kittler</given-names>
          </string-name>
          , Mohamad Hatef,
          <source>Robert PW Duin, and Jiri Matas</source>
          .
          <year>1998</year>
          .
          <article-title>On Combining Classifiers</article-title>
          .
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>20</volume>
          ,
          <issue>3</issue>
          (
          <year>1998</year>
          ),
          <fpage>226</fpage>
          -
          <lpage>239</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Ludmila</surname>
            <given-names>I.</given-names>
          </string-name>
          <string-name>
            <surname>Kuncheva</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Combining Pattern Classifiers: Methods and Algorithms</article-title>
          (second ed.). Wiley.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Shervin</surname>
            <given-names>Malmasi</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Mark</given-names>
            <surname>Dras</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Marcos</given-names>
            <surname>Zampieri</surname>
          </string-name>
          .
          <year>2016</year>
          . LTG at SemEval-2016
          <source>Task</source>
          <volume>11</volume>
          :
          <article-title>Complex Word Identification with Classifier Ensembles</article-title>
          .
          <source>In Proceedings of SemEval.</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Shervin</surname>
            <given-names>Malmasi</given-names>
          </string-name>
          , Marcos Zampieri, and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Dras</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Predicting Post Severity in Mental Health Forums</article-title>
          .
          <source>In Proceedings of the CLPsych Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Shervin</surname>
            <given-names>Malmasi</given-names>
          </string-name>
          , Marcos Zampieri, Nikola Ljubešić, Preslav Nakov, Ahmed Ali, and
          <string-name>
            <given-names>Jörg</given-names>
            <surname>Tiedemann</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Discriminating between Similar Languages and Arabic Dialect Identification: A Report on the Third DSL Shared Task</article-title>
          .
          <source>In Proceedings of the VarDial Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Vlad</surname>
            <given-names>Niculae</given-names>
          </string-name>
          , Marcos Zampieri, Liviu P Dinu, and Alina Maria Ciobanu.
          <year>2014</year>
          .
          <article-title>Temporal Text Ranking and Automatic Dating of Texts</article-title>
          .
          <source>Proceedings of EACL</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Raquel</given-names>
            <surname>Mochales</surname>
          </string-name>
          Palau and
          <string-name>
            <surname>Marie-Francine Moens</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Argumentation Mining: The Detection, Classification and Structure of Arguments in Text</article-title>
          .
          <source>In Proceedings of the ICAIL.</source>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>F.</given-names>
            <surname>Pedregosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Varoquaux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gramfort</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Michel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Thirion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Grisel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Blondel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Prettenhofer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Weiss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dubourg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Vanderplas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Passos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cournapeau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Brucher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Perrot</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Duchesnay</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research 12 (Oct</source>
          <year>2011</year>
          ),
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Verónica</given-names>
            <surname>Pérez-Rosas</surname>
          </string-name>
          and
          <string-name>
            <given-names>Rada</given-names>
            <surname>Mihalcea</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Experiments in Open Domain Deception Detection</article-title>
          .
          <source>In Proceedings of EMNLP</source>
          ,
          <string-name>
            <surname>Lluís</surname>
            <given-names>Màrquez</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chris</surname>
            <given-names>CallisonBurch</given-names>
          </string-name>
          , Jian Su, Daniele Pighin, and Yuval Marton (Eds.).
          <article-title>The Association for Computational Linguistics</article-title>
          . htp://aclweb.org/anthology/D/D15/D15-1133.pdf
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Octavian</given-names>
            <surname>Popescu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Carlo</given-names>
            <surname>Strapparava</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>SemEval 2015, Task 7: Diachronic Text Evaluation</article-title>
          .
          <source>In Proceedings of SemEval.</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>O.</given-names>
            <surname>Roozmand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ghasem-Aghaee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.A.</given-names>
            <surname>Nematbakhsh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Baraani</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.J.</given-names>
            <surname>Hofstede</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Computational Modeling of Uncertainty Avoidance in Consumer Behavior</article-title>
          .
          <source>International Journal of Research</source>
          and Reviews in Computer Science (April
          <year>2011</year>
          ),
          <fpage>18</fpage>
          -
          <lpage>26</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Octavia-Maria</surname>
            <given-names>Sulea</given-names>
          </string-name>
          , Marcos Zampieri, Mihaela Vela, and Josef van Genabith.
          <year>2017</year>
          .
          <article-title>Predicting the Law Area and Decisions of French Supreme Court Cases</article-title>
          .
          <source>In Proceedings of Recent Advances in Natural Language Processing (RANLP).</source>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Chris</surname>
            <given-names>Sumner</given-names>
          </string-name>
          , Alison Byers, Rachel Boochever, and
          <string-name>
            <given-names>Gregory J.</given-names>
            <surname>Park</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Predicting Dark Triad Personality Traits from Twitter Usage and a Linguistic Analysis of Tweets</article-title>
          .
          <source>In Proceedings of ICMLA</source>
          . DOI:htp://dx.doi.org/10.1109/ICMLA.
          <year>2012</year>
          .218
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Papis</surname>
            <given-names>Wongchaisuwat</given-names>
          </string-name>
          , Diego Klabjan,
          <string-name>
            <surname>and John O McGinnis.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Predicting Litigation Likelihood and Time to Litigation for Patents</article-title>
          .
          <source>arXiv preprint arXiv:1603.07394</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Yang</surname>
            <given-names>Xiang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiaolong</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Wenying Han, and
          <string-name>
            <given-names>Qinghua</given-names>
            <surname>Hong</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Chinese Grammatical Error Diagnosis Using Ensemble Learning</article-title>
          .
          <source>In Proceedings of the NLP-TEA Workshop.</source>
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Marcos</surname>
            <given-names>Zampieri</given-names>
          </string-name>
          , Shervin Malmasi, and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Dras</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Modeling Language Change in Historical Corpora: The Case of Portuguese</article-title>
          .
          <source>In Proceedings of LREC.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>