<!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>Italian Journal of Linguistics</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Deep-learning the Ropes: Modeling Idiomaticity with Neural Networks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yuri Bizzoni</string-name>
          <email>yuri.bizzoni@gu.se1</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marco S. G. Senaldi</string-name>
          <email>marco.senaldi@sns.it2</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alessandro Lenci</string-name>
          <email>alessandro.lenci@unipi.it3</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Gothenburg -</institution>
          <country country="SE">Sweden</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>English. In this work we explore the possibility of training a neural network to classify and rank idiomatic expressions under constraints of data scarcity. We discuss our results comparing them both to other unsupervised models designed to perform idiom detection and to similar supervised classifiers trained to detect metaphoric bigrams.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Figurative expressions like idioms (e.g. to learn
the ropes ‘to learn how to do a job’, to cut the
mustard ‘to perform up to expectations’, etc.) and
metaphors (e.g. clean performance, that lawyer is
a shark, etc.) are pervasive in language use.
Important differences have been stressed between the
two types of expressions from a theoretical
        <xref ref-type="bibr" rid="ref34">(Gibbs,
1993; Torre, 2014)</xref>
        , neurocognitive
        <xref ref-type="bibr" rid="ref6">(Bohrn et al.,
2012)</xref>
        and corpus linguistic
        <xref ref-type="bibr" rid="ref23">(Liu, 2003)</xref>
        prespective. On the one hand, as stated by
        <xref ref-type="bibr" rid="ref18">Lakoff and
Johnson (2008)</xref>
        , linguistic metaphors reflect an
instantiation of conceptual metaphors, whereby
abstract concepts in a target domain (e.g. the
ruthlessness of a lawyer) are described by a rather
transparent mapping to concrete examples taken
from a source domain (e.g. the aggressiveness of
a shark). On the other hand, although most
idioms originate as metaphors
        <xref ref-type="bibr" rid="ref10">(Cruse, 1986)</xref>
        , they
have undergone a crystallization process in
diachrony, whereby they now appear as fixed and
non-compositional word combinations that
belong to the wider class of Multiword Expressions
(MWEs)
        <xref ref-type="bibr" rid="ref30">(Sag et al., 2002)</xref>
        and always exhibit
lexical and morphosyntactic rigidity to some extent
        <xref ref-type="bibr" rid="ref27 ref7 ref8">(Cacciari and Glucksberg, 1991; Nunberg et al.,
1994)</xref>
        . It is anyway crucial to underline that
idiomaticity itself is a multidimensional and
gradient phenomenon
        <xref ref-type="bibr" rid="ref27 ref36">(Nunberg et al., 1994; Wulff,
2010)</xref>
        with different idioms showing varying
degrees of semantic transparency, formal versatility,
proverbiality and affective valence.
      </p>
      <p>
        The aim of this work is to explore the fuzzy
boundary between idiomatic and metaphorical
expression, by applying a method designed to
discriminate figurative vs. literal usages to the task of
distinguishing idiomatic from compositional
expressions. Our starting point is the work of
        <xref ref-type="bibr" rid="ref4">Bizzoni et al. (2017)</xref>
        . The authors managed to
classify adjective-noun pairs where the same
adjectives were used both in a metaphorical and a
literal sense (e.g. clean performance vs. clean floor)
using a neural classifier trained on a composition
of the words’ embeddings
        <xref ref-type="bibr" rid="ref25">(Mikolov et al., 2013)</xref>
        .
Actually, the neural network was able to detect
the abstract/concrete semantic shift of nouns when
used with the same adjective in figurative and
literal compositions respectively, basically
treating the noun as the “context” to discriminate the
metaphoricity of the adjective. In our attempt, we
will use a relatively similar approach to classify
idiomatic expressions by training a three-layered
neural network on a set of idiomatic and
nonidiomatic expressions and we’ll compare the
performance of the network when trained on
different syntactic patterns (Adjective-Noun and
VerbNoun expressions, AN and VN henceforth).
      </p>
      <p>
        Importantly, the abstract/concrete polarity the
network was able to learn in
        <xref ref-type="bibr" rid="ref4">Bizzoni et al. (2017)</xref>
        will not be available this time, since none of the
idiom constituents will ever appear in its literal sense
inside the expressions, whatever their
concreteness may be. What we want to find out is whether
the sole information captured by the distributional
vector of a single expression is sufficient to learn
its potential idiomaticity. Differently from
        <xref ref-type="bibr" rid="ref4">Bizzoni
et al. (2017)</xref>
        , for each idiom we collect a
countbased vector
        <xref ref-type="bibr" rid="ref26 ref35">(Turney and Pantel, 2010)</xref>
        of the
expression as a whole, taken as a single token. We
compare this approach with a model trained on the
composition of the individual words of an
expression, showing that the latter is less effective for
idioms than for metaphors. In both cases we will
be operating on scarce training sets (26 AN and 90
VN constructions). Traditional ways to deal with
data scarcity in computational linguistics resort to
a wide number of different features to annotate the
training set (see for example
        <xref ref-type="bibr" rid="ref33">Tanguy et al. (2012)</xref>
        )
or rely on artificial bootstrapping of the training
set
        <xref ref-type="bibr" rid="ref14">(He and Liu, 2017)</xref>
        . In our case we test the
performance of our classifier on scarce data
without bootstrapping the dataset and relying only on
the information provided by the distributional
semantic space, showing that the distribution of an
expression in large corpora can provide enough
information to learn idiomaticity from few examples
with a satisfactory degree of accuracy.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Previous computational research has exploited
different methods to perform idiom type detection
(i.e., automatically telling apart potential idioms
like to get the sack from only literal combinations
like to kill a man). For example
        <xref ref-type="bibr" rid="ref22">Lin (1999)</xref>
        and
        <xref ref-type="bibr" rid="ref12">Fazly et al. (2009)</xref>
        label a given word combination
as idiomatic if the Pointwise Mutual Information
(PMI)
        <xref ref-type="bibr" rid="ref7 ref8">(Church and Hanks, 1991)</xref>
        between its
constituents is higher than the PMIs between the
components of a set of lexical variants of this
combination obtained by replacing the component words
of the original expressions with semantically
related words. Other studies have resorted to
Distributional Semantics
        <xref ref-type="bibr" rid="ref20 ref26 ref35">(Lenci, 2008; Turney and
Pantel, 2010)</xref>
        by measuring the cosine between the
vector of a given phrase and the single vectors
of its components
        <xref ref-type="bibr" rid="ref18">(Fazly and Stevenson, 2008)</xref>
        or
between the phrase vector and the sum or
product vector of its components (Mitchell and Lapata,
2010;
        <xref ref-type="bibr" rid="ref17">Krcˇma´ˇr et al., 2013</xref>
        ).
        <xref ref-type="bibr" rid="ref31 ref32">Senaldi et al. (2016</xref>
        b)
and
        <xref ref-type="bibr" rid="ref31 ref32">Senaldi et al. (2016</xref>
        a) have combined insights
from both these approaches by observing that the
vectors of VN and AN idioms are less similar to
the vectors of lexical variants of these expressions
with respect to the vectors of compositional
constructions. To the best of our knowledge,
neural networks have been previously adopted to
perform MWE detection in general
        <xref ref-type="bibr" rid="ref15 ref19">(Legrand and
Collobert, 2016; Klyueva et al., 2017)</xref>
        , but not idiom
identification specifically. In
        <xref ref-type="bibr" rid="ref4">Bizzoni et al. (2017)</xref>
        ,
pre-trained noun and adjective vector embeddings
are fed to a single-layered neural network to
disambiguate metaphorical and literal AN
combinations. Several combination algorithms are
experimented with to concatenate adjective and noun
embeddings. All in all, the method is shown to
outperform the state of the art, presumably
leveraging the abstractness degree of the noun as a clue
to metaphoricity.
3
3.1
      </p>
    </sec>
    <sec id="sec-3">
      <title>Dataset</title>
      <sec id="sec-3-1">
        <title>Target expressions extraction</title>
        <p>
          The two idiom datasets we employ in the
current study come from
          <xref ref-type="bibr" rid="ref31 ref32">Senaldi et al. (2016</xref>
          b) and
          <xref ref-type="bibr" rid="ref31 ref32">Senaldi et al. (2016</xref>
          a). The first one is composed
of 45 idiomatic and 45 non-idiomatic Italian
VNP and V-PP constructions (e.g. tagliare la corda
‘to flee’ lit. ‘to cut the rope’ and leggere un libro
‘to read a book’) that were selected from an
Italian idiom dictionary
          <xref ref-type="bibr" rid="ref28">(Quartu, 1993)</xref>
          and extracted
from the itWaC corpus
          <xref ref-type="bibr" rid="ref2">(Baroni et al., 2009)</xref>
          ,
composed of about 1,909M tokens. Their frequency
spanned from 364 (ingannare il tempo ‘to while
away the time’) to 8294 (andare in giro ‘to get
about’). The latter comprises 13 idiomatic and 13
non-idiomatic AN constructions (e.g. punto
debole ‘weak point’ and nuova legge ‘new law’) that
were still extracted from itWaC and whose
frequency varied from 21 (alte sfere ‘high places’,
lit. ‘high spheres’) to 194 (punto debole).
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Building target vectors</title>
        <p>
          Count-based Distributional Semantic Models
(DSMs)
          <xref ref-type="bibr" rid="ref26 ref35">(Turney and Pantel, 2010)</xref>
          allow for
representing words and expressions as
highdimensionality vectors, where the vector
dimensions register the co-occurrence of the target words
or expressions with some contextual features, e.g.
the content words that linearly precede and follow
the target element within a fixed contextual
window. We built two DSMs on itWaC, where our
target AN and VN idioms and non-idioms were
represented as target vectors and co-occurrence
statistics counted how many times each target
construction occurred in the same sentence with each of
the 30,000 top content words in the corpus.
Differently from
          <xref ref-type="bibr" rid="ref4">Bizzoni et al. (2017)</xref>
          , we did not opt for
prediction-based vector representations
          <xref ref-type="bibr" rid="ref25">(Mikolov
et al., 2013)</xref>
          . Although some studies have brought
out that context-predicting models fare better than
count-based ones on a variety of semantic tasks
          <xref ref-type="bibr" rid="ref13">(Baroni et al., 2014)</xref>
          , including compositionality
modeling
          <xref ref-type="bibr" rid="ref29">(Rimell et al., 2016)</xref>
          , others
          <xref ref-type="bibr" rid="ref5 ref9">(Blacoe and
Lapata, 2012; Cordeiro et al., 2016)</xref>
          have shown
them to perform comparably. Moreover,
          <xref ref-type="bibr" rid="ref21">Levy
et al. (2015)</xref>
          highlight that much of the
superiority in performance exhibited by word embeddings
is actually due to hyperparameter optimizations,
which, if applied to traditional models as well, can
bring to equivalent outcomes. Therefore, we felt
confident in resorting to count-based vectors as an
equally reliable representation for the task at hand.
3.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Gold standard idiomaticity judgments</title>
        <p>
          In
          <xref ref-type="bibr" rid="ref31 ref32">Senaldi et al. (2016</xref>
          b) and
          <xref ref-type="bibr" rid="ref31 ref32">Senaldi et al. (2016</xref>
          a),
we collected gold standard idiomaticity judgments
for our target AN and VN constructions. 9
Linguistics students were presented with a list of our
26 AN constructions and were asked to evaluate
how idiomatic each expression was from 1 to 7,
with 1 standing for ‘totally compositional’ and 7
standing for ‘totally idiomatic’. Inter-coder
agreement, measured with Krippendorff’s
          <xref ref-type="bibr" rid="ref16">(Krippendorff, 2012)</xref>
          , was equal to 0.76. The same
procedure was repeated for our 90 VN constructions,
but in this case the inital list was split into 3
sublists of 30 expressions, each one to be rated by 3
subjects. Krippendorff’s was 0.83 for the first
sublist and 0.75 for the other two.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Classifier</title>
      <p>We built a neural network composed of three
“dense” or fully connected layers1 of
dimensionality 12, 8 and 1 respectively. Our network takes in
input a single vector at a time, which can be a word
embedding, a count-based distributional vector or
a composition of several word vectors. For the
core part of our experiment we used as input
single distributional vectors of two-word expressions.
Due to our input’s magnitude, the most important
reduction of data dimensionality is carried out by
the first layer of our model. The last layer applies
a sigmoid activation function on the output in
order to produce a binary judgment. While binary
scores are necessary to compute the model
classification accuracy and will be evaluated in terms of
F1, our model’s continuous scores can be retrieved
and will be used to perform an ordering task on
the test set, that we will evaluate in terms of
Interpolated Average Precision (IAP) 2 and against the
human idiomaticity judgments with Spearman’s .
5</p>
    </sec>
    <sec id="sec-5">
      <title>Evaluation</title>
      <p>
        We trained our model on the 30,000 dimensional
distributional vectors of VN and AN expressions
as well as on the composition of their individual
words’ vectors. We tried with different semantic
spaces as well. When trained on PPMI-
        <xref ref-type="bibr" rid="ref7 ref8">(Church
and Hanks, 1991)</xref>
        and SVD-transformed
        <xref ref-type="bibr" rid="ref11">(Deerwester et al., 1990)</xref>
        vectors of 150, 200, 250 and
300 dimensions, our models performed
comparably or even worse; so, results for these cases won’t
be presented here. Details of both classification
and ordering task are shown in Table 1.
5.1
      </p>
      <sec id="sec-5-1">
        <title>Verb-Noun</title>
        <p>
          We ran our model on the VN dataset, composed of
90 elements, 45 idioms and 45 non-idiomatic
expressions. This is the larger of the two datasets.
We trained our model both on 30 and 40 elements
for 20 epochs and tested on the remaining 60 and
50 elements respectively, reaching a maximum
IAP of 0.87 and Spearman’s of 0.76. In general
we found the model’s performance, both in
accuracy and in correlation, comparable to the results
reported in
          <xref ref-type="bibr" rid="ref31 ref32">Senaldi et al. (2016</xref>
          b), who reached
a maximum IAP of 0.91 and a maximum
Spearman’s of -0.67.
5.2
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>Adjective-Noun</title>
        <p>
          We ran our model on the AN dataset, composed of
26 elements, 13 idioms and 13 non-idiomatic
expressions. We empirically found that our model
was able to perform some generalization on the
data when the training set contained at least 14
elements, evenly balanced between positive and
negative examples. We trained our model on 16
elements for 30 epochs and tested on the
remaining 10 elements. While accuracy’s exact value can
1We used Keras, a library running on TensorFlow
          <xref ref-type="bibr" rid="ref1">(Abadi
et al., 2016)</xref>
          .
        </p>
        <p>
          2Following
          <xref ref-type="bibr" rid="ref12">Fazly et al. (2009)</xref>
          , IAP was computed at
recall levels of 20%, 50% and 80%.
undergo some fluctuations when a model is trained
on very small sets, we always registered
accuracies higher than 80%, with 4 out of 5 idioms
correctly labeled in every trial. We reached an IAP of
1.0 and a of 0.93, although it is important to keep
in mind that such scores are computed on a very
restricted test set.
          <xref ref-type="bibr" rid="ref31 ref32">Senaldi et al. (2016</xref>
          b) reached
a maximum IAP of 0.85 and a maximum of
0.68. When the training size was under the critical
threshold, accuracy dropped significantly. With
training sets of 10 or 12 elements, our model
naturally went in overfitting, quickly reaching 100%
accuracy on the training set and failing to correctly
classify unforeseen expressions. In these cases a
partial learning was still visible in the ordering
task, where most idioms, even if labeled
incorrectly, received higher scores than non-idioms.
        </p>
      </sec>
      <sec id="sec-5-3">
        <title>5.3 Joint training</title>
        <p>We also tried to train our model on both datasets
together, to check to what extent it would be
able to recognize the same underlying
semantic phenomenon through different syntactic
constructions. We used two different approaches for
this experiment. Training our model first on one
dataset, e.g. the AN pairs, and then on the other
required more epochs overall (more than 100) to
stabilize and resulted in a poorer performance (66%
F-measure on both test sets). Training our model
on a mixed dataset containing the elements of both
training sets, our model employed only 12 epochs
to reach an F-measure of 76% on the mixed
training set. Anyway, we also noticed that VN
expressions were learned better than AN expressions. In
short, our model was able to generalize over the
two datasets, but this involved a loss in accuracy.
5.4</p>
      </sec>
      <sec id="sec-5-4">
        <title>Vector composition</title>
        <p>
          In addition to using the vector of an expression as
a whole, we tried to feed our model with the
concatenation of the vectors of the single words in an
expression, as in
          <xref ref-type="bibr" rid="ref4">Bizzoni et al. (2017)</xref>
          . For
example, instead of using the 30,000 dimensional
vector of the expression cambiare musica, we used
the 60,000 dimensional vector resulting from the
concatenation of cambiare and musica. We ran
this experiment only on the VN dataset, being the
largest and the one that yielded the best results
in the previous settings. We used 30 elements in
training and 26 in testing and trained our model
for 80 epochs overall. Predictably enough,
vector composition resulted in the worst performance,
differently from what happened with metaphors
          <xref ref-type="bibr" rid="ref4">(Bizzoni et al., 2017)</xref>
          ; nonetheless, the results are
not completely random: with an F1 of 69%, the
model seems able to learn idiomaticity to a lower,
but not null, degree; these findings would be in
line with the claim that the meaning of the
subparts of several idioms, while less important than
in metaphors, is not completely obliterated
          <xref ref-type="bibr" rid="ref24">(McGlone et al., 1994)</xref>
          .
6
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Error Analysis</title>
      <p>Two frequent false positives are tagliare il
traguardo and abbassare la guardia. While we
labeled them as non-idioms in our dataset, since
they’re rather compositional, nonetheless they can
be very often used figuratively and that’s probably
why our algorithms identified them as idioms. A
frequent false negative was vedere la luce, which
probably occurs more often in its literal sense in
the corpus we used.</p>
    </sec>
    <sec id="sec-7">
      <title>Discussion and Conclusions</title>
      <p>
        It seems that the distribution of idiomatic and
compositional expressions in large corpora can
suffice for a supervised classifier to learn the
difference between the two linguistic elements from
small training sets and with a good level of
accuracy. Unlike with metaphors
        <xref ref-type="bibr" rid="ref4">(Bizzoni et al., 2017)</xref>
        ,
feeding the classifier with a composition of the
individual words’ vectors of such expressions
performs quite scarcely and can be used to detect only
some idioms. This takes us back to the core
difference that while metaphors are more
compositional and preserve a transparent source domain to
target domain mapping, idioms are by and large
non-compositional. Since our classifiers rely only
on contextual features, their ability in
classification must stem from a difference in distribution
between idioms and non-idioms. A possible
explanation is that while the literal expressions we
selected, like vedere un film or ascoltare un discorso,
tend to be used with animated subjects and thus to
appear in more concrete contexts, most of our
idioms (e.g. cadere dal cielo or lasciare il segno)
allow for varying degrees of animacy or
concreteness of the subject, and thus their context can
easily get more diverse. At the same time, the drop in
performance we observe in the joint models seems
to indicate that the different parts of speech
composing our elements entail a significant contextual
difference between the two groups, which
introduces a considerable amount of uncertainty in our
model. It is also possible that other contextual
elements we did not consider have played a role in
the learning process of our models. We intend to
deepen this aspect in future works.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Abadi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barham</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brevdo</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Citro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Devin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al. (
          <year>2016</year>
          ).
          <article-title>Tensorflow: Large-scale machine learning on heterogeneous distributed systems</article-title>
          .
          <source>arXiv preprint arXiv:1603</source>
          .
          <fpage>04467</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Baroni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernardini</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferraresi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Zanchetta</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>The WaCky wide web: a collection of very large linguistically processed web-crawled corpora</article-title>
          .
          <source>Language Resources and Evaluation</source>
          ,
          <volume>43</volume>
          (
          <issue>3</issue>
          ):
          <fpage>209</fpage>
          -
          <lpage>226</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <article-title>of context-counting vs. context-predicting semantic vectors</article-title>
          .
          <source>In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics</source>
          , pages
          <fpage>238</fpage>
          -
          <lpage>247</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Bizzoni</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chatzikyriakidis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ghanimifard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>“Deep” learning: Detecting metaphoricity in adjective-noun pairs</article-title>
          .
          <source>In Proceedings of the Workshop on Stylistic Variation</source>
          , pages
          <fpage>43</fpage>
          -
          <lpage>52</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Blacoe</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Lapata</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>A comparison of vector-based representations for semantic composition</article-title>
          .
          <source>In Proceedings of the 2012 joint conference on empirical methods in natural language processing and computational natural language learning</source>
          , pages
          <fpage>546</fpage>
          -
          <lpage>556</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Bohrn</surname>
            ,
            <given-names>I. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Altmann</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Jacobs</surname>
            ,
            <given-names>A. M.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Looking at the brains behind figurative language: A quantitative meta-analysis of neuroimaging studies on metaphor, idiom, and irony processing</article-title>
          .
          <source>Neuropsychologia</source>
          ,
          <volume>50</volume>
          (
          <issue>11</issue>
          ):
          <fpage>2669</fpage>
          -
          <lpage>2683</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Cacciari</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Glucksberg</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>1991</year>
          ).
          <article-title>Understanding idiomatic expressions: The contribution of word meanings</article-title>
          .
          <source>Advances in Psychology</source>
          ,
          <volume>77</volume>
          :
          <fpage>217</fpage>
          -
          <lpage>240</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Church</surname>
            ,
            <given-names>K. W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Hanks</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>1991</year>
          ).
          <article-title>Word association norms, mutual information, and lexicography</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>16</volume>
          (
          <issue>1</issue>
          ):
          <fpage>22</fpage>
          -
          <lpage>29</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Cordeiro</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramisch</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Idiart</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Villavicencio</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Predicting the compositionality of nominal compounds: Giving word embeddings a hard time</article-title>
          .
          <source>In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics</source>
          , volume
          <volume>1</volume>
          , pages
          <fpage>1986</fpage>
          -
          <lpage>1997</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Cruse</surname>
            ,
            <given-names>D. A.</given-names>
          </string-name>
          (
          <year>1986</year>
          ).
          <article-title>Lexical semantics</article-title>
          . Cambridge University Press.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Deerwester</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumais</surname>
            ,
            <given-names>S. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Furnas</surname>
            ,
            <given-names>G. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Landauer</surname>
            ,
            <given-names>T. K.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Harshman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>1990</year>
          ).
          <article-title>Indexing by latent semantic analysis</article-title>
          .
          <source>Journal of the American society for information science</source>
          ,
          <volume>41</volume>
          (
          <issue>6</issue>
          ):
          <fpage>391</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Fazly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cook</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Stevenson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Unsupervised type and token identification of idiomatic expressions</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>1</volume>
          (
          <issue>35</issue>
          ):
          <fpage>61</fpage>
          -
          <lpage>103</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Baroni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dinu</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kruszewski</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Don't count, predict! a systematic comparison Fazly, A. and</article-title>
          <string-name>
            <surname>Stevenson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>A distributional account of the semantics of multiword Gibbs</article-title>
          ,
          <string-name>
            <surname>R. W.</surname>
          </string-name>
          (
          <year>1993</year>
          ).
          <article-title>Why idioms are not dead metaphors</article-title>
          .
          <source>Idioms: Processing</source>
          , structure, and interpretation, pages
          <fpage>57</fpage>
          -
          <lpage>77</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>He</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Not enough data?: Joint inferring multiple diffusion networks via network generation priors</article-title>
          .
          <source>In Proceedings of the Tenth ACM International Conference on Web Search and Data Mining</source>
          , pages
          <fpage>465</fpage>
          -
          <lpage>474</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Klyueva</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doucet</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Straka</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Neural networks for multi-word expression detection</article-title>
          .
          <source>Proceedings of the 13th Workshop on Multiword Expressions</source>
          , pages
          <fpage>60</fpage>
          -
          <lpage>65</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Krippendorff</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Content analysis: An introduction to its methodology</article-title>
          .
          <source>Sage.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Krcˇma´rˇ</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jezˇek</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Pecina</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Determining Compositionality of Expresssions Using Various Word Space Models and Measures</article-title>
          .
          <source>In Proceedings of the Workshop on Continuous Vector Space Models and their Compositionality</source>
          , pages
          <fpage>64</fpage>
          -
          <lpage>73</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Lakoff</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          and Johnson,
          <string-name>
            <surname>M.</surname>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Metaphors we live by</article-title>
          . University of Chicago press.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Legrand</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Collobert</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Phrase representations for multiword expressions</article-title>
          .
          <source>In Proceedings of the 12th Workshop on Multiword Expressions</source>
          , pages
          <fpage>67</fpage>
          -
          <lpage>71</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Lenci</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2008</year>
          ).
          <article-title>Distributional semantics in linguistic and cognitive research</article-title>
          .
          <source>Italian Journal of Linguistics</source>
          ,
          <volume>20</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldberg</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Dagan</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Improving distributional similarity with lessons learned from word embeddings</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          ,
          <volume>3</volume>
          :
          <fpage>211</fpage>
          -
          <lpage>225</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>Automatic identification of noncompositional phrases</article-title>
          .
          <source>In Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics</source>
          , pages
          <fpage>317</fpage>
          -
          <lpage>324</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2003</year>
          ).
          <article-title>The most frequently used spoken american english idioms: A corpus analysis and its implications</article-title>
          .
          <source>Tesol Quarterly</source>
          ,
          <volume>37</volume>
          (
          <issue>4</issue>
          ):
          <fpage>671</fpage>
          -
          <lpage>700</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>McGlone</surname>
            ,
            <given-names>M. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glucksberg</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Cacciari</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>1994</year>
          ).
          <article-title>Semantic productivity and idiom comprehension</article-title>
          .
          <source>Discourse Processes</source>
          ,
          <volume>17</volume>
          (
          <issue>2</issue>
          ):
          <fpage>167</fpage>
          -
          <lpage>190</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G. S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In Proceedings of the 26tth International Conference on Neural Information Processing System</source>
          , pages
          <fpage>3111</fpage>
          -
          <lpage>3119</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <surname>Mitchell</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Lapata</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <source>Composition in Distributional Models of Semantics. Cognitive Science</source>
          ,
          <volume>34</volume>
          (
          <issue>8</issue>
          ):
          <fpage>1388</fpage>
          -
          <lpage>1429</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>Nunberg</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sag</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Wasow</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>1994</year>
          ).
          <source>Idioms. Language</source>
          ,
          <volume>70</volume>
          (
          <issue>3</issue>
          ):
          <fpage>491</fpage>
          -
          <lpage>538</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>Quartu</surname>
            ,
            <given-names>M. B.</given-names>
          </string-name>
          (
          <year>1993</year>
          ).
          <article-title>Dizionario dei modi di dire della lingua italiana</article-title>
          .
          <source>RCS Libri.</source>
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <surname>Rimell</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maillard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polajnar</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>RELPRON: A relative clause evaluation data set for compositional distributional semantics</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>42</volume>
          (
          <issue>4</issue>
          ):
          <fpage>661</fpage>
          -
          <lpage>701</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <surname>Sag</surname>
            ,
            <given-names>I. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baldwin</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bond</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Copestake</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Flickinger</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Multiword Expressions: A Pain in the Neck for NLP</article-title>
          .
          <source>In Proceedings of the 3rd International Conference on Intelligent Text Processing and Computational Linguistics</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <surname>Senaldi</surname>
            ,
            <given-names>M. S. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lebani</surname>
            ,
            <given-names>G. E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Lenci</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2016a</year>
          ).
          <article-title>Determining the compositionality of noun-adjective pairs with lexical variants and distributional semantics</article-title>
          .
          <source>In Proceedings of the Third Italian Conference on Computational Linguistics</source>
          (CLiC-it
          <year>2016</year>
          ), pages
          <fpage>268</fpage>
          -
          <lpage>273</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>Senaldi</surname>
            ,
            <given-names>M. S. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lebani</surname>
            ,
            <given-names>G. E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Lenci</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2016b</year>
          ).
          <article-title>Lexical variability and compositionality: Investigating idiomaticity with distributional semantic models</article-title>
          .
          <source>In Proceedings of the 12th Workshop on Multiword Expression</source>
          , pages
          <fpage>21</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <surname>Tanguy</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sajous</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calderone</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Hathout</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Authorship attribution: Using rich linguistic features when training data is scarce</article-title>
          .
          <source>In PAN Lab at CLEF.</source>
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <surname>Torre</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>The emergent patterns of Italian idioms: A dynamic-systems approach</article-title>
          .
          <source>PhD thesis</source>
          , Lancaster University.
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <surname>Turney</surname>
            ,
            <given-names>P. D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Pantel</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>From Frequency to Meaning: Vector Space Models of Semantics</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          ,
          <volume>37</volume>
          :
          <fpage>141</fpage>
          -
          <lpage>188</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <surname>Wulff</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Rethinking Idiomaticity: A Usage-based Approach</article-title>
          . A&amp;
          <string-name>
            <surname>C Black</surname>
          </string-name>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>