<!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>Tommaso Caselli</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>EK Groningen</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>t.caselli@</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>rug.nlg</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>gmail.comg</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>English. This paper reports on a set of experiments with different word embeddings to initialize a state-of-the-art BiLSTM-CRF network for event detection and classification in Italian, following the EVENTI evaluation exercise. The network obtains a new state-of-the-art result by improving the F1 score for detection of 1.3 points, and of 6.5 points for classification, by using a single step approach. The results also provide further evidence that embeddings have a major impact on the performance of such architectures.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Italiano. Questo contributo descrive una
serie di esperimenti con diverse
rappresentazioni distribuzionali di parole (word
embeddings) per inizializzare una rete
neurale stato dell’arte di tipo
Bi-LSTMCRF per il riconoscimento e la
classificazione di eventi in italiano, in base
all’esercizio di valutazione EVENTI. La
rete migliora lo stato dell’arte di 1.3 punti
di F1 per il riconoscimento, e di 6.5
punti per la classificazione, affrontando il
compito in un unico sistema. L’analisi
dei risultati fornisce ulteriore supporto al
fatto che le rappresentazioni
distribuzionali di parole hanno un impatto molto alto
nei risultati di queste architetture.</p>
    </sec>
    <sec id="sec-2">
      <title>1 Introduction</title>
      <p>
        Current societies are exposed to a continuous flow
of information that results in a large production of
data (e.g. news articles, micro-blogs, social
media posts, among others), at different moments in
time. In addition to this, the consumption of
information has dramatically changed: more and more
people directly access information through social
media platforms (e.g. Facebook and Twitter), and
are less and less exposed to a diversity of
perspectives and opinions. The combination of these
factors may easily result in information overload and
impenetrable “filter bubbles”. Events, i.e. things
that happen or hold as true in the world, are the
basic components of such data stream. Being able to
correctly identify and classify them plays a major
role to develop robust solutions to deal with the
current stream of data (e.g. the storyline
framework
        <xref ref-type="bibr" rid="ref27">(Vossen et al., 2015)</xref>
        ), as well to improve the
performance of many Natural Language
Processing (NLP) applications such as automatic
summarization and question answering (Q.A.).
      </p>
      <p>
        Event detection and classification has seen a
growing interest in the NLP community thanks to
the availability of annotated corpora
        <xref ref-type="bibr" rid="ref10 ref12 ref17 ref18 ref19 ref20 ref21">(LDC, 2005;
Pustejovsky et al., 2003a; O’Gorman et al., 2016;
Cybulska and Vossen, 2014)</xref>
        and evaluation
campaigns
        <xref ref-type="bibr" rid="ref16 ref24 ref25 ref26 ref3 ref4">(Verhagen et al., 2007; Verhagen et al.,
2010; UzZaman et al., 2013; Bethard et al., 2015;
Bethard et al., 2016; Minard et al., 2015)</xref>
        . In
the context of the 2014 EVALITA Workshop, the
EVENTI evaluation exercise
        <xref ref-type="bibr" rid="ref8">(Caselli et al., 2014)</xref>
        1
was organized to promote research in Italian
Temporal Processing, of which event detection and
classification is a core subtask.
      </p>
      <p>Since the EVENTI campaign, there has been a
lack of further research, especially in the
application of deep learning models to this task in Italian.
The contributions of this paper are the followings:
i.) the adaptation of a state-of-the-art sequence to
sequence (seq2seq) neural system to event
detection and classification for Italian in a single step
approach; ii.) an investigation on the quality of
existing Italian word embeddings for this task; iii.) a
comparison against a state-of-the-art discrete
classifier. The pre-trained models and scripts running</p>
      <sec id="sec-2-1">
        <title>1https://sites.google.com/site/</title>
        <p>eventievalita2014/
the system (or re-train it) are publicly available. 2.
2</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Task Description</title>
      <p>We follow the formulation of the task as specified
in the EVENTI exercise: determine the extent and
the class of event mentions in a text, according
to the It-TimeML &lt;EVENT&gt; tag definition
(Subtask B in EVENTI).</p>
      <p>In EVENTI, the tag &lt;EVENT&gt; is applied to
every linguistic expression denoting a situation
that happens or occurs, or a state in which
something obtains or holds true, regardless of the
specific parts-of-speech that may realize it. EVENTI
distinguishes between single token and
multitokens events, where the latter are restricted to
specific cases of eventive multi-word expressions in
lexicographic dictionaries (e.g. “fare le valigie”
[to pack]), verbal periphrases (e.g. “(essere) in
grado di” [(to be) able to]; “c’e`” [there is]), and
named events (e.g. “la strage di Beslan” [Beslan
school siege]).</p>
      <p>
        Each event is further assigned to one
of 7 possible classes, namely:
OCCURRENCE, ASPECTUAL, PERCEPTION,
REPORTING, I(NTESIONAL) STATE,
I(NTENSIONAL) ACTION, and STATE.
These classes are derived from the English
TimeML Annotation Guidelines
        <xref ref-type="bibr" rid="ref20 ref21">(Pustejovsky
et al., 2003)</xref>
        . The TimeML event classes
distinguishes with respect to other classifications,
such as ACE
        <xref ref-type="bibr" rid="ref12">(LDC, 2005)</xref>
        or FrameNet
        <xref ref-type="bibr" rid="ref1">(Baker
et al., 1998)</xref>
        , because they expresses relationships
the target event participates in (such as factual,
evidential, reported, intensional) rather than
semantic categories denoting the meaning of the
event. This means that the EVENT classes are
assigned by taking into account both the semantic
and the syntactic context of occurrence of the
target event. Readers are referred to the EVENTI
Annotation Guidelines for more details3.
2.1
      </p>
      <sec id="sec-3-1">
        <title>Dataset</title>
        <p>The EVENTI corpus consists of three datasets: the
Main Task training data, the Main task test data,
and the Pilot task test data. The Main Task data
are on contemporary news articles, while the
Pilot Task on historical news articles. For our
experiments, we focused only on the Main Task. In
2https://github.com/tommasoc80/Event_
detection_CLiC-it2018</p>
        <p>
          3https://sites.google.com/site/
eventievalita2014/file-cabinet
addition to the training and test data, we have
created also a Main Task development set by
excluding from the training data all the articles that
composed the test data of the Italian dataset at the
SemEval 2010 TempEval-2 campaign
          <xref ref-type="bibr" rid="ref26">(Verhagen et
al., 2010)</xref>
          . The new partition of the corpus results
in the following distribution of the &lt;EVENT&gt;
tag: i) 17,528 events in the training data, of which
1,207 are multi-token mentions; ii.) 301 events
in the development set, of which 13 are
multitoken mentions; and finally, iii.) 3,798 events in
the Main task test, of which 271 are multi-token
mentions.
        </p>
        <p>Tables 1 and 2 report, respectively, the
distribution of the events per token part-of speech (POS)
and per event class. Not surprisingly, verbs are the
largest annotated category, followed by nouns,
adjectives, and prepositional phrases. Such a
distribution reflects both a kind of “natural” distribution
of the realization of events in an Indo-european
language, and, at the same time, specific
annotation choices. For instance, adjectives have been
annotated only when in a predicative position and
when introduced by a copula or a copular
construction. As for the classes, OCCURRENCE and
STATE represent the large majority of all events,
followed by the intensional ones (I STATE and
I ACTION), expressing some factual relationship
between the target events and their arguments, and
finally the others (REPORTING, ASPECTUAL,
and PERCEPTION).
3</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>System and Experiments</title>
      <p>
        We adapted a publicly available Bi-LSTM
network with a CRF classifier as last layer
        <xref ref-type="bibr" rid="ref22 ref23">(Reimers
and Gurevych, 2017)</xref>
        . 4
        <xref ref-type="bibr" rid="ref22 ref23">(Reimers and Gurevych,
2017)</xref>
        demonstrated that word embeddings,
among other hyper-parameters, have a major
impact on the performance of the network, regardless
of the specific task. On the basis of these
experimental observations, we decided to investigate the
impact of different Italian word embeddings for
the Subtask B Main Task of the EVENTI exercise.
We thus selected 5 word embeddings for Italian
to initialize the network, differentiating one with
respect to each other either for the representation
model used (word2vec vs. GloVe; CBOW
vs. skip-gram), dimensionality (300 vs. 100),
or corpora used for their generation (Italian
      </p>
      <sec id="sec-4-1">
        <title>4https://github.com/UKPLab/</title>
        <p>emnlp2017-bilstm-cnn-crf</p>
        <p>Wikipedia vs. crawled web document vs. large
textual corpora or archives):</p>
        <p>
          Berardi2015 w2v
          <xref ref-type="bibr" rid="ref2">(Berardi et al., 2015)</xref>
          : 300
dimension word embeddings generated using
the word2vec
          <xref ref-type="bibr" rid="ref15">(Mikolov et al., 2013)</xref>
          skipgram model 5 from the Italian Wikipedia;
Berardi2015 glove
          <xref ref-type="bibr" rid="ref2">(Berardi et al., 2015)</xref>
          : 300
dimensions word embeddings generated
using the GloVe model
          <xref ref-type="bibr" rid="ref19">(Pennington et al.,
2014)</xref>
          from the Italian Wikipedia6;
Fastext-It: 300 dimension word embeddings
from the Italian Wikipedia 7 obtained
using Bojanovsky’s skip-gram model
representation
          <xref ref-type="bibr" rid="ref6">(Bojanowski et al., 2016)</xref>
          , where each
word is represented as a bag of character
ngrams 8;
ILC-ItWack
          <xref ref-type="bibr" rid="ref11 ref13 ref14 ref6 ref9">(Cimino and Dell’Orletta,
2016)</xref>
          : 300 dimension word embeddings
generated by using the word2vec CBOW
model 9 from the ItWack corpus;
DH-FBK 100
          <xref ref-type="bibr" rid="ref23">(Tonelli et al., 2017)</xref>
          : 100
dimension word and phrase embeddings,
generated using the word2vec and
phrase2vec models, from 1.3 billion
word corpus (Italian Wikipedia,
OpenSubtitles2016
          <xref ref-type="bibr" rid="ref11 ref13 ref14 ref6 ref9">(Lison and Tiedemann, 2016)</xref>
          ,
PAISA corpus 10, and the Gazzetta Ufficiale).
        </p>
        <p>As for the other parameters, the network
maintains the optimized configurations used for the
5Parameters: negative sampling 10, context window 10
6Berardi2015 w2v and Berardi2015 glove uses a 2015
dump of the Italian Wikipedia
7Wikipedia dump not specified.</p>
        <p>
          8https://github.com/facebookresearch/
fastText/blob/master/pretrained-vectors.
md
9Parameters: context window 5.
10http://www.corpusitaliano.it/
Class
OCCURRENCE
ASPECTUAL
I STATE
I ACTION
PERCEPTION
REPORTING
STATE
Overall Events
event detection task for English
          <xref ref-type="bibr" rid="ref22 ref23">(Reimers and
Gurevych, 2017)</xref>
          : two LSTM layers of 100 units
each, Nadam optimizer, variational dropout (0.5,
0.5), with gradient normalization ( = 1), and
batch size of 8. Character-level embeddings,
learned using a Convolutional Neural Network
(CNN)
          <xref ref-type="bibr" rid="ref11 ref13 ref14 ref6 ref9">(Ma and Hovy, 2016)</xref>
          , are concatenated
with the word embedding vector to feed into the
LSTM network. Final layer of the network is a
CRF classifier.
        </p>
        <p>
          Evaluation is conducted using the EVENTI
evaluation framework. Standard Precision, Recall,
and F1 apply for the event detection. Given that
the extent of an event tag may be composed by
more than one tokens, systems are evaluated both
for strict match, i.e. one point only if all tokens
which compose an &lt;EVENT&gt; tag are correctly
identified, and relaxed match, i.e. one point for
any correct overlap between the system output and
the reference gold data. The classification aspect
is evaluated using the F1-attribute score
          <xref ref-type="bibr" rid="ref24">(UzZaman et al., 2013)</xref>
          , that captures how well a system
identify both the entity (extent) and attribute (i.e.
class) together.
        </p>
        <p>We approached the task in a single-step by
detecting and classifying event mentions at once
rather than in the standard two step approach,
i.e. detection first and classification on top of the
detected elements. The task is formulated as a
seq2seq problem, by converting the original
annotation format into an BIO scheme (Beginning,
Inside, Outside), with the resulting alphabet being
B-class label, I-class label and O. Example 1
below illustrates a simplified version of the problem
for a short sentence:
(1) input problem</p>
        <p>Marco (B-STATE j I-STATE j . . . j O)
pensa (B-STATE j I-STATE j . . . j O)
di (B-STATE j I-STATE j . . . j O)
andare (B-STATE j I-STATE j . . . j O)
a (B-STATE j I-STATE j . . . j O)
casa (B-STATE j I-STATE j . . . j O)</p>
        <p>Relaxed Evaluation</p>
        <p>F1 F1-class
0.892 0.725
0.882 0.714
0.903 0.756
0.886 0.725
0.883 0.705
0.884 0.685
.</p>
        <p>(B-STATE j I-STATE j . . . j O)
O
3.1</p>
        <sec id="sec-4-1-1">
          <title>Results and Discussion</title>
          <p>
            Results for the experiments are illustrated in
Table 3. We also report the results of the best
system that participated at EVENTI Subtask B,
FBKHLT
            <xref ref-type="bibr" rid="ref10 ref17 ref19">(Mirza and Minard, 2014)</xref>
            . FBK-HLT is a
cascade of two SVM classifiers (one for detection
and one for classification) based on rich
linguistic features. Figure 1 plots charts comparing F1
scores of the network initialized with each of the
five embeddings against the FBK-HLT system for
the event detection and classification tasks,
respectively.
          </p>
          <p>
            The results of the Bi-LSTM-CRF network are
varied in both evaluation configurations. The
differences are mainly due to the embeddings used to
initialize the network. The best embedding
configuration is Fastext-It that differentiate from all
the others for the approach used for generating
the embeddings. Embedding’s dimensionality
impacts on the performances supporting the findings
in
            <xref ref-type="bibr" rid="ref22 ref23">(Reimers and Gurevych, 2017)</xref>
            , but it seems
that the quantity (and variety) of data used to
generate the embeddings can have a mitigating effect,
as shown by the results of the DH-FBK-100
configuration (especially in the classification subtask,
and in the Recall scores for the event extent
subtask). Coverage of the embeddings (and
consequenlty, tokenization of the dataset and the
embeddings) is a further aspect to keep into account,
but it seems to have a minor impact with respect
to dimensionality. It turns out that
            <xref ref-type="bibr" rid="ref2">(Berardi et al.,
2015)</xref>
            ’s embeddings are those suffering the most
from out of vocabulary (OVV) tokens (2.14% and
1.06% in training, 2.77% and 1.84% in test for the
word2vec model and GloVe, respectively) with
respect to the others. However, they still
outperform DH-FBK 100 and ILC-ItWack, whose OVV
are much lower (0.73% in training and 1.12%
in test for DH-FBK 100; 0.74% in training and
0.83% in test for ILC-ItWack).
          </p>
          <p>
            The network obtains the best F1 score, both for
detection (F1 of 0.880 for strict evaluation and
0.903 for relaxed evaluation with Fastext-It
embeddings) and for classification (F1-class of 0.756
for strict evaluation, and 0.751 for relaxed
evaluation with Fastext-It embeddings). Although
FBKHLT suffers in the classification subtask, it
qualifies as a highly competitive system for the
detection subtask. By observing the strict F1 scores,
FBK-HLT beats three configurations
            <xref ref-type="bibr" rid="ref2">(DH-FBK100, ILC-ItWack, Berardi2015 Glove)</xref>
            11, almost
equals one
            <xref ref-type="bibr" rid="ref2">(Berardi2015 w2v)</xref>
            12, and it is
outperformed only by one (Fastext-It) 13. In the relaxed
evaluation setting, DH-FBK-100 is the only
configuration that does not beat FBK-HLT (although
the difference is only 0.001 point). Nevertheless, it
is remarkable to observe that FBK-HLT has a very
high Precision (0.902, relaxed evaluation mode),
that is overcome by only one embedding
configuration, ILC-ItWack. The results also indicates
that word embeddings have a major contribution
on Recall, supporting observations that distributed
representations have better generalization
capabilities than discrete feature vectors. This is further
11p-value &lt; 0.005 only against Berardi2015 Glove and
DH-FBK-100, with McNemar’s test.
          </p>
          <p>12p-value &gt; 0.005 with McNemar’s test.
13p-value &lt; 0.005 with McNemar’s test.
supported by the fact that these results are obtained
using a single step approach, where the network
has to deal with a total of 15 possible different
labels.</p>
          <p>We further compared the outputs of the best
model, i.e. Fastext-It, against FBK-HLT. As for
the event detection subtask, we have adopted an
event-based analysis rather than a token based
one, as this will provide better insights on errors
concerning multi-token events and event
parts-ofspeech (see Table 1 for reference). 14 By analyzing
the True Positives, we observe that the
FastextIt model has better performances than FBK-HLT
with nouns (77.78% vs. 65.64%, respectively) and
prepositional phrases (28.00% vs. 16.00%,
respectively). Performances are very close for verbs
(88.04% vs. 88.49%, respectively) and adjectives
(80.50% vs. 79.66%, respectively). These
results, especially those for prepositional phrases,
indicates that the Bi-LSTM-CRF network
structure and embeddings are also much more robust
at detecting multi-tokens instances of events, and
difficult realizations of events, such as nouns.</p>
          <p>Concerning the classification, we focused
on the mismatches between correctly identified
events (extent layer) and class assignment. The
Fastext-It model wrongly assigns the class to only
557 event tokens compared to the 729 cases for
FBK-HLT. The distribution of the class errors, in
terms of absolute numbers, is the same between
the two systems, with the top three wrong classes
being, in both cases, OCCURRENCE, I ACTION
and STATE. OCCURRENCE, not surprisingly, is
the class that tends to be assigned more often by
both systems, being also the most frequent.
However, if FBK-HLT largely overgeneralizes
OCCURRENCE (59.53% of all class errors), this
corresponds to only one third of the errors (37.70%)
in the Bi-LSTM-CRF network. Other notable
differences concern I ACTION (27.82% of errors for
the Bi-LSTM-CRF vs. 17.28% for FBK-HLT),
STATE (8.79% for the Bi-LSTM-CRF vs. 15.22%
for FBK-HLT) and REPORTING (7.89% for the
Bi-LSTM-CRF vs. 2.33% for FBK-HLT) classes.
4</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>This paper has investigated the application of
different word embeddings for the initialization
of a state-of-the-art Bi-LSTM-CRF network to
solve the event detection and classification task
in Italian, according to the EVENTI exercise.
We obtained new state-of-the-art results using the
Fastext-It embeddings, and improved the F1-class
score of 6.5 points in strict evaluation mode. As
for the event detection subtask, we observe a
limited improvement (+1.3 points in strict F1), mainly
due to gains in Recall. Such results are extremely
positive as the task has been modeled in a single
step approach, i.e. detection and classification at
once, for the first time in Italian. Further
support that embeddings have a major impact in the
performance of neural architectures is provided,
as the variations in performance of the
Bi-LSMTCRF models show. This is due to a combination
of factors such as dimensionality, (raw) data, and
the method used for generating the embeddings.</p>
      <p>
        Future work should focus on the development of
embeddings that move away from the basic word
level, integrating extra layers of linguistic
analysis (e.g. syntactic dependencies)
        <xref ref-type="bibr" rid="ref11 ref13 ref14 ref6 ref9">(Komninos and
Manandhar, 2016)</xref>
        , that have proven to be very
powerful for the same task in English.
      </p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>The author wants to thank all researchers and
research groups who made available their word
embeddings and their code. Sharing is caring.
arXiv preprint</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Collin F Baker</surname>
          </string-name>
          ,
          <string-name>
            <surname>Charles J Fillmore</surname>
          </string-name>
          , and John B Lowe.
          <year>1998</year>
          .
          <article-title>The berkeley framenet project</article-title>
          .
          <source>In Proceedings of the 17th international conference on Computational linguistics-Volume</source>
          <volume>1</volume>
          , pages
          <fpage>86</fpage>
          -
          <lpage>90</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Giacomo</given-names>
            <surname>Berardi</surname>
          </string-name>
          , Andrea Esuli, and Diego Marcheggiani.
          <year>2015</year>
          .
          <article-title>Word embeddings go to italy: A comparison of models and training datasets</article-title>
          .
          <source>In IIR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Steven</given-names>
            <surname>Bethard</surname>
          </string-name>
          , Leon Derczynski, Guergana Savova, James Pustejovsky, and
          <string-name>
            <given-names>Marc</given-names>
            <surname>Verhagen</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Semeval-2015 task 6: Clinical tempeval</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ), pages
          <fpage>806</fpage>
          -
          <lpage>814</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <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>
          .
          <year>2016</year>
          .
          <article-title>Semeval-2016 task 12: Clinical tempeval</article-title>
          .
          <source>In Proceedings of the 10th International Workshop on Semantic Evaluation (SemEval-2016)</source>
          , pages
          <fpage>1052</fpage>
          -
          <lpage>1062</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>14Note that POS are manually tagged for events, not for their components</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Piotr</given-names>
            <surname>Bojanowski</surname>
          </string-name>
          , Edouard Grave, Armand Joulin, and
          <string-name>
            <given-names>Tomas</given-names>
            <surname>Mikolov</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Enriching word vectors with subword information</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <source>arXiv:1607</source>
          .
          <fpage>04606</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>T.</given-names>
            <surname>Caselli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sprugnoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Speranza</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Monachini</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Eventi.EValuation of Events and Temporal INformation at Evalita 2014</article-title>
          . In C. Bosco,
          <string-name>
            <given-names>F.</given-names>
            <surname>DellOrletta</surname>
          </string-name>
          , S. Montemagni, and M. Simi, editors,
          <source>Evaluation of Natural Language and Speech Tools for Italian</source>
          , volume
          <volume>1</volume>
          , pages
          <fpage>27</fpage>
          -
          <lpage>34</lpage>
          . Pisa University Press.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Andrea</given-names>
            <surname>Cimino and Felice Dell'Orletta</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Building the state-of-the-art in pos tagging of italian tweets</article-title>
          . In CLiC-it/EVALITA.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Agata</given-names>
            <surname>Cybulska</surname>
          </string-name>
          and
          <string-name>
            <given-names>Piek</given-names>
            <surname>Vossen</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Using a sledgehammer to crack a nut? Lexical diversity and event coreference resolution</article-title>
          .
          <source>In Proceedings of the 9th Language Resources and Evaluation Conference (LREC2014)</source>
          , Reykjavik, Iceland, May
          <volume>26</volume>
          -31.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Alexandros</given-names>
            <surname>Komninos</surname>
          </string-name>
          and
          <string-name>
            <given-names>Suresh</given-names>
            <surname>Manandhar</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Dependency based embeddings for sentence classification tasks</article-title>
          .
          <source>In Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , pages
          <fpage>1490</fpage>
          -
          <lpage>1500</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>LDC.</surname>
          </string-name>
          <year>2005</year>
          .
          <article-title>Ace (automatic content extraction) english annotation guidelines for events ver</article-title>
          .
          <source>5.4.3</source>
          <year>2005</year>
          .
          <volume>07</volume>
          .01. In Linguistic Data Consortium.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Pierre</given-names>
            <surname>Lison</surname>
          </string-name>
          and Jo¨rg Tiedemann.
          <year>2016</year>
          .
          <article-title>Opensubtitles2016: Extracting large parallel corpora from movie and tv subtitles</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Xuezhe</given-names>
            <surname>Ma</surname>
          </string-name>
          and
          <string-name>
            <given-names>Eduard</given-names>
            <surname>Hovy</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>End-to-end sequence labeling via bi-directional lstm-cnns-crf</article-title>
          .
          <source>In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          , pages
          <fpage>1064</fpage>
          -
          <lpage>1074</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>Tomas</given-names>
            <surname>Mikolov</surname>
          </string-name>
          , Ilya Sutskever, Kai Chen, Greg S Corrado, and
          <string-name>
            <given-names>Jeff</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          , pages
          <fpage>3111</fpage>
          -
          <lpage>3119</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Anne-Lyse</surname>
            <given-names>Minard</given-names>
          </string-name>
          , Manuela Speranza, Eneko Agirre, Itziar Aldabe, Marieke van Erp,
          <string-name>
            <surname>Bernardo Magnini</surname>
          </string-name>
          , German Rigau, Ruben Urizar, and Fondazione Bruno Kessler.
          <year>2015</year>
          .
          <article-title>Semeval-2015 task 4: Timeline: Cross-document event ordering</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ), pages
          <fpage>778</fpage>
          -
          <lpage>786</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Paramita</given-names>
            <surname>Mirza</surname>
          </string-name>
          and
          <string-name>
            <surname>Anne-Lyse Minard</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Fbkhlt-time: a complete italian temporal processing system for eventi-evalita 2014</article-title>
          .
          <source>In Fourth International Workshop EVALITA</source>
          <year>2014</year>
          , pages
          <fpage>44</fpage>
          -
          <lpage>49</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Tim O'Gorman</surname>
            ,
            <given-names>Kristin</given-names>
          </string-name>
          <string-name>
            <surname>Wright-Bettner</surname>
            , and
            <given-names>Martha</given-names>
          </string-name>
          <string-name>
            <surname>Palmer</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Richer event description: Integrating event coreference with temporal, causal and bridging annotation</article-title>
          .
          <source>In Proceedings of the 2nd Workshop on Computing News Storylines (CNS</source>
          <year>2016</year>
          ), pages
          <fpage>47</fpage>
          -
          <lpage>56</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Jeffrey</surname>
            <given-names>Pennington</given-names>
          </string-name>
          , Richard Socher, and
          <string-name>
            <given-names>Christopher D.</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Glove: Global vectors for word representation</article-title>
          .
          <source>In Empirical Methods in Natural Language Processing (EMNLP)</source>
          , pages
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>James</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          , Jose´ M Castano,
          <string-name>
            <given-names>Robert</given-names>
            <surname>Ingria</surname>
          </string-name>
          , Roser Sauri, Robert J Gaizauskas, Andrea Setzer, Graham Katz, and
          <string-name>
            <surname>Dragomir R Radev</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Timeml: Robust specification of event and temporal expressions in text</article-title>
          . New directions in question answering,
          <volume>3</volume>
          :
          <fpage>28</fpage>
          -
          <lpage>34</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>James</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          , Jose´ Castao, Robert Ingria, Roser Saur`ı, Robert Gaizauskas, Andrea Setzer, and
          <string-name>
            <given-names>Graham</given-names>
            <surname>Katz</surname>
          </string-name>
          .
          <year>2003a</year>
          .
          <article-title>TimeML: Robust Specification of Event and Temporal Expressions in Text</article-title>
          .
          <source>In Fifth International Workshop on Computational Semantics (IWCS-5).</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <given-names>Nils</given-names>
            <surname>Reimers</surname>
          </string-name>
          and
          <string-name>
            <given-names>Iryna</given-names>
            <surname>Gurevych</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Reporting score distributions makes a difference: Performance study of lstm-networks for sequence tagging</article-title>
          .
          <source>In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing</source>
          , pages
          <fpage>338</fpage>
          -
          <lpage>348</lpage>
          , Copenhagen, Denmark, September. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <given-names>Sara</given-names>
            <surname>Tonelli</surname>
          </string-name>
          , Alessio Palmero Aprosio, and
          <string-name>
            <given-names>Marco</given-names>
            <surname>Mazzon</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>The impact of phrases on italian lexical simplification</article-title>
          .
          <source>In Proceedings of the Fourth Italian Conference on Computational Linguistics</source>
          (CLiC-it
          <year>2017</year>
          ), Rome, Italy.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <given-names>N.</given-names>
            <surname>UzZaman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Llorens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Derczynski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Allen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Verhagen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>SemEval2013 task 1: Tempeval-3: Evaluating time expressions, events, and temporal relations</article-title>
          .
          <source>In Proceedings of SemEval-2013</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          . Association for Computational Linguistics, Atlanta, Georgia, USA.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Verhagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Gaizauskas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Schilder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hepple</surname>
          </string-name>
          , G. Katz, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          .
          <year>2007</year>
          . SemEval-2007 Task 15:
          <article-title>TempEval Temporal Relation Identification</article-title>
          .
          <source>In Proceedings of SemEval 2007</source>
          , pages
          <fpage>75</fpage>
          -
          <lpage>80</lpage>
          , June.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <given-names>Marc</given-names>
            <surname>Verhagen</surname>
          </string-name>
          , Roser Sauri, Tommaso Caselli, and
          <string-name>
            <given-names>James</given-names>
            <surname>Pustejovsky</surname>
          </string-name>
          .
          <year>2010</year>
          . Semeval-2010
          <source>task 13: Tempeval-2. In Proceedings of the 5th international workshop on semantic evaluation</source>
          , pages
          <fpage>57</fpage>
          -
          <lpage>62</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <given-names>Piek</given-names>
            <surname>Vossen</surname>
          </string-name>
          , Tommaso Caselli, and
          <string-name>
            <given-names>Yiota</given-names>
            <surname>Kontzopoulou</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Storylines for structuring massive streams of news</article-title>
          .
          <source>In Proceedings of the First Workshop on Computing News Storylines</source>
          , pages
          <fpage>40</fpage>
          -
          <lpage>49</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>