<!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>Determining the Compositionality of Noun-Adjective Pairs with Lexical Variants and Distributional Semantics</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Marco S. G. Senaldi</string-name>
          <email>marco.senaldi@sns.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gianluca E. Lebani, Alessandro Lenci</string-name>
          <email>alessandro.lenci@unipi.it</email>
          <email>gianluca.lebani@for.unipi.it</email>
          <email>gianluca.lebani@for.unipi.it alessandro.lenci@unipi.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computational Linguistics Laboratory, Department of Philology</institution>
          ,
          <addr-line>Literature, and Linguistics</addr-line>
          ,
          <institution>University of Pisa</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Laboratorio di Linguistica, Scuola Normale Superiore</institution>
          ,
          <addr-line>Pisa</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>English. In this work we employed a set of 26 Italian noun-adjective expressions to test compositionality indices that compare the distributional vector of an expression with the vectors of its lexical variants. These were obtained by replacing the components of the original expression with semantically related words. Our indices performed comparably or better than other compositionality measures reported in the distributional literature.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction and previous research</title>
      <p>
        While a white car is white and is a car, a red
herring in a sentence like I thought he was the
culprit, but he was a red herring is neither red nor
a herring, but indicates something that distracts
someone from a relevant issue. The former
expression is compositional, since its meaning
derives from the composition of the meanings of its
subparts
        <xref ref-type="bibr" rid="ref25">(Werning et al., 2012)</xref>
        . The latter, by
contrast, is an idiom, a non-compositional, figurative
and proverbial word combination belonging to the
wider class of Multiword Expressions
        <xref ref-type="bibr" rid="ref18 ref6">(Nunberg
et al., 1994; Cacciari, 2014)</xref>
        . The
compositionality of a given expression entails
salva-veritateinterchangeability and systematicity
        <xref ref-type="bibr" rid="ref13 ref20">(Fodor and
Lepore, 2002)</xref>
        . First of all, if we replace the
constituents of a compositional expression with
synonyms or similar words (e.g., from white car to
white automobile), the whole meaning is not
altered. Secondly, if we can understand the
meaning of white car and red herring used in the
literal sense, we can also understand what white
herring and red car mean. Both these properties are
not valid for idioms, which always exhibit lexical
fixedness to some extent: variants of idiomatic red
herring like red fish or white herring can just have
a literal reading.
      </p>
      <p>
        Computational studies to date have proposed
several techniques to automatically measure
idiomaticity. Of note, Lin (1999) and Fazly et
al. (2009) label a given word combination as
idiomatic if the Pointwise Mutual Information
(PMI)
        <xref ref-type="bibr" rid="ref7">(Church and Hanks, 1991)</xref>
        between its
component words is higher than the PMIs between
the components of a set of lexical variants of this
combination. These variants are obtained by
replacing the component words of the original
expressions with semantically related words. Other
researches have exploited Distributional Semantic
Models (DSMs)
        <xref ref-type="bibr" rid="ref17 ref21 ref23 ref3">(Sahlgren, 2008; Turney and
Pantel, 2010)</xref>
        , comparing the vector of a given phrase
with the single vectors of its subparts
        <xref ref-type="bibr" rid="ref1 ref10 ref2 ref24 ref9">(Baldwin
et al., 2003; Venkatapathy and Joshi, 2005;
Fazly and Stevenson, 2008)</xref>
        or comparing the vector
of a phrase with the vector deriving from the sum
or the products of their components
        <xref ref-type="bibr" rid="ref17 ref23 ref3">(Mitchell and
Lapata, 2010; Krcˇma´rˇ et al., 2013)</xref>
        .
      </p>
      <p>
        In a previous contribution
        <xref ref-type="bibr" rid="ref22">(Senaldi et al., 2016)</xref>
        ,
we started from a set of Italian verbal idiomatic
and non-idiomatic phrases (henceforth our
targets) and generated lexical variants (simply
variants henceforth) by replacing their components
with semantic neighbours extracted from a
linear DSM and Italian MultiWordNet
        <xref ref-type="bibr" rid="ref20">(Pianta et
al., 2002)</xref>
        . Then, instead of measuring the
associational scores between their subparts like in
Lin (1999) and Fazly et al. (2009), we exploited
Distributional Semantics to observe how different
the context vectors of our targets were from the
vectors of their variants. Our proposal stemmed
from the consideration that a high PMI value does
not necessarily imply the idiomatic or multiword
status of an expression, but just that its
components co-occur more frequently than expected by
chance, as in the case of read and book or solve
and problem, which are all instances of
compositional pairings. By contrast, what watertightly
distinguishes an idiomatic from a collocation-like yet
still compositional expression is their context of
use. Comparing the distributional contexts of the
original expressions and their alternatives should
therefore represent a more precise refinement of
the PMI-based procedure. Actually, idiomatic
expressions vectors were found to be less similar
to their variants vectors with respect to
compositional expressions vectors. In some of our
models, we also kept track of the variants that were
not attested in our corpus by representing them
as orthogonal vectors to the vector of the
original expression, still achieving considerable results.
Noteworthily, most researches conducted so far
have focused on verbal idioms, while the analysis
of NP idioms like red herring or second thoughts
has been usually left aside.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Applying variant-based distributional measures to noun-adjective pairs</title>
      <p>
        In the present study, we firstly aimed to extend
the variant-based method tested in Senaldi et al.
(2016) on verbal idioms to noun-adjective
expressions, which are mostly neglected in the idiom
literature. In the second place, our former work
lacked a comparison against conventional additive
and multiplicative compositionality indices
proposed in the distributional literature
        <xref ref-type="bibr" rid="ref17 ref23 ref3">(Mitchell and
Lapata, 2010; Krcˇma´rˇ et al., 2013)</xref>
        . Finally,
beside using a linear DSM and Italian
MultiWordNet
        <xref ref-type="bibr" rid="ref20">(Pianta et al., 2002)</xref>
        to extract our variants, we
also experimented with a DSM
        <xref ref-type="bibr" rid="ref17 ref19 ref23 ref3">(Pado´ and Lapata,
2007; Baroni and Lenci, 2010)</xref>
        which kept track
of the syntactic dependency relations between a
given target and its contexts.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Data extraction</title>
      <sec id="sec-3-1">
        <title>Extracting the target expressions</title>
        <p>
          All in all, our dataset was composed of 26 types of
Italian noun-adjective and adjective-noun
combinations. Of these, 13 were Italian idioms extracted
from the itWaC corpus
          <xref ref-type="bibr" rid="ref5">(Baroni et al., 2009)</xref>
          , which
totalizes about 1,909M tokens. The frequency
of these targets varied from 21 (alte sfere ‘high
places’, lit. ‘high spheres’) to 194 (punto debole
‘weak point’). The remaining 13 items were
compositional pairs of comparable frequencies (e.g.,
nuova legge ‘new law’).
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Extracting lexical variants</title>
        <p>
          Linear DSM variants. For both the noun and the
adjective of our targets, we extracted its top
cosine neighbors in a linear DSM created from the
La Repubblica corpus
          <xref ref-type="bibr" rid="ref4">(Baroni et al., 2004)</xref>
          (about
331M tokens). In Senaldi et al. (2016) we
experimented with different thresholds of selected top
neighbors (3, 4, 5 and 6). Since the number of top
neighbors that were extracted for each constituent
did not significantly affect our performances, for
the present study we decided to use the maximum
number (i.e., 6). All the content words
occurring more than 100 times were represented as
target vectors, ending up with 26,432 vectors, while
the top 30,000 content words were used as
dimensions. The co-occurrence counts were collected
with a context window of 2 content words from
each target word. The obtained matrix was then
weighted by Positive Pointwise Mutual
Information (PPMI)
          <xref ref-type="bibr" rid="ref9">(Evert, 2008)</xref>
          and reduced to 300
latent dimensions via Singular Value
Decomposition (SVD)
          <xref ref-type="bibr" rid="ref8">(Deerwester et al., 1990)</xref>
          . The variants
were finally obtained by combining the adjective
with each of the noun’s top 6 neighbors, the noun
with all the top 6 neighbors of the adjective and
finally all the top 6 neighbors of the adjective and
the noun with each other, ending up with 48 Linear
DSM variants per target.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Structured DSM variants. While unstructured</title>
        <p>
          DSMs just record the words that linearly
precede or follow a target lemma when collecting
cooccurrence counts, structured DSMs conceive
cooccurrences as &lt; w1; r; w2 &gt; triples, where r
represents the dependency relation between w1 and
w2
          <xref ref-type="bibr" rid="ref17 ref19 ref23 ref3">(Pado´ and Lapata, 2007; Baroni and Lenci,
2010)</xref>
          . Since we wanted to experiment with
different kinds of distributional information to
generate our variants, following the method described
in Baroni and Lenci (2010) we created a
structured DSM from La Repubblica
          <xref ref-type="bibr" rid="ref4">(Baroni et al.,
2004)</xref>
          ,where all the content words occurring more
than 100 times were kept as targets and the
cooccurrence matrix was once again weighted via
PPMI and reduced to 300 latent dimensions. For
each target, we generated 48 lexical variants with
the same procedure described for the linear DSM
variants.
iMWN variants. For each noun, we extracted the
words occurring in the same synsets and its
cohyponyms in Italian MultiWordNet (iMWN)
          <xref ref-type="bibr" rid="ref20">(Pianta et al., 2002)</xref>
          . As for the adjectives, we
experimented with two different approaches,
extracting just their synonyms in the first case (iMWNsyn
variants) and adding also the antonyms in the
second case (iMWNant variants). The antonyms were
translated from the English WordNet
          <xref ref-type="bibr" rid="ref12">(Fellbaum,
1998)</xref>
          . For each noun and adjective, we kept its
top 6 iMWN neighbors in terms of cosine
similarity in the same DSM used to acquire the linear
DSM variants. Once again, this method provided
us with 48 iMWN variants per target.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Gold standard idiomaticity judgments</title>
      <p>
        To validate our computational indices, we
presented 9 linguistics students with our 26 targets
and asked them to rate how idiomatic each
expression was on a 1-7 scale, with 1 standing for “totally
compositional” and 7 for “totally idiomatic”. The
targets were presented in three different
randomized orders, with three raters per order. The mean
score given to our idioms was 6.10 (SD = 0.77),
while the mean score given to compositional
expressions was 2.03 (SD = 1.24). This difference
was proven by a t-test to be statistically
significant (t = 10.05, p &lt; 0.001). Inter-coder
reliability, measured via Krippendorff’s
        <xref ref-type="bibr" rid="ref14">(Krippendorff,
2012)</xref>
        was 0.76. Following established practice,
we took such value as a proof of reliability for the
elicited ratings
        <xref ref-type="bibr" rid="ref1 ref10 ref9">(Artstein and Poesio, 2008)</xref>
        .
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Calculating compositionality indices</title>
      <p>For each of our 26 targets, we extracted from
itWaC all the attested occurrences of the 48 linear
DSM, structured DSM, iMWNsyn and iMWNant
variants. We then computed two kinds of
vectorbased compositionality indices:
5.1</p>
      <sec id="sec-5-1">
        <title>Variant-based indices</title>
        <p>For every variant type (linear DSM, structured
DSM, iMWNsyn and iMWNant) we built a DSM
from itWaC representing the 26 targets and their
variants as vectors. While the dimension of the La
Repubblica corpus seemed to be enough for the
variants extraction procedure, we resorted to
fivetimes bigger itWaC to represent the variants as
vectors and compute the compositionality scores
to avoid data sparseness and have a considerable
number of variants frequently attested in our
corpus. We also thought that using two different
corpora had the additional advantage of showing
the variants method to be generalizable to corpora
of different text genres. Co-occurrence statistics
recorded how many times each target or variant
construction occurred in the same sentence with
each of the 30,000 top content words in the
corpus. The matrices were then weighted with PPMI
and reduced to 150 dimensions via SVD. We
finally calculated four different indices:
Mean. The mean cosine similarity between the
vector of a target construction and the vectors of
its variants.</p>
        <p>Max. The maximum value among the cosine
similarities between a target vector and its variants
vectors.</p>
        <p>Min. The minimum value among the cosine
similarities between a target vector and its variants
vectors.</p>
        <p>Centroid. The cosine similarity between a target
vector and the centroid of its variants vectors.</p>
        <p>Since some of our targets had many variants that
were not found in itWaC, each measure was
computed twice: in the first case we simply did not
consider the non-occurring variants (no models);
in the second case, we conceived them as
orthogonal vectors to the target vector (orth models). For
the Mean, Max and Min indices, this meant to
automatically set to 0.0 the target-variant cosine
similarity. For the Centroid measure, we first
computed the cosine similarity between the target
vector and the centroid of its attested variants (csa).
From this initial cosine value we then subtracted
the product between the number of non-attested
variants (n), csa and a costant factor k. This factor
k, which was set to 0.01 in previous investigations,
represented the contribution of each zero variant in
reducing the target-variants similarity towards 0.0.
k was multiplied by the original cosine since we
hypothesized that zero variants contributed
differently in lowering the target-variants similarity,
depending on the construction under consideration:
Centroid = csa
(csa k n)
5.2</p>
      </sec>
      <sec id="sec-5-2">
        <title>Addition-based and multiplication-based indices</title>
        <p>The indices in Section 5.1 were compared against
two of the measures described in Krcˇma´ˇr et
al. (2013). We trained a DSM on itWaC
that represented all the content words with
tokenf requency &gt; 300 and our 26 targets as
row-vectors and the top 30,000 content words as
contexts. The co-occurrence window was still the
entire sentence and the weighting was still the
PPMI. SVD was carried out to 300 final
dimensions. Please note that the context vector of a given
word did not include the co-occurrences of a target
idiom or target compositional expression that was
composed of that word (e.g. the vector for punto
did not include the contexts of punto debole). We
then computed the following measures:
Additive. The cosine similarity between a target
vector and the vector resulting from the sum of the
vectors of its components.</p>
        <p>Multiplicative. The cosine similarity between
a target vector and the vector resulting from the
product of the vectors of its components.
6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Results and discussion</title>
      <p>Our 26 targets were sorted in ascending order for
each compositionality score. In each ranking, we
predicted idioms (our positives) to be placed at the
top and compositional phrases (our negatives) to
be placed at the bottom, since we expected
idiom vectors to be less similar to the vectors of
their variants. First and foremost, we must
notice that three idioms for every type of variants
(Linear DSM, Structured DSM and iMWN)
obtained a 0.0 score for all the variant-based indices
since no variants were found in itWaC.
Nevertheless, we kept this information in our ranking as
an immediate proof of the idiomaticity of such
expressions. These were punto debole ‘weak point’,
passo falso ‘false step’ and colpo basso ‘cheap
shot’ for the Structured DSM spaces, punto
debole, pecora nera ‘black sheep’ and faccia tosta</p>
      <sec id="sec-6-1">
        <title>Top IAP Models IAP F</title>
        <p>Additive 0.85 0.77 -0.62
Structured DSM Meanorth 0.84 0.85 -0.68
iMWNsyn Centroidorth 0.83 0.85 -0.57
iMWNant Centroidorth 0.83 0.77 -0.52
iMWNant Meanorth 0.83 0.69 -0.64</p>
      </sec>
      <sec id="sec-6-2">
        <title>Top F-measure Models IAP F</title>
        <p>Structured DSM Meanorth 0.84 0.85 -0.68
iMWNsyn Centroidorth 0.83 0.85 -0.57
Additive 0.85 0.77 -0.62
iMWNant Centroidorth 0.83 0.77 -0.52
iMWNsyn Centroidno 0.82 0.77 -0.57
Top</p>
      </sec>
      <sec id="sec-6-3">
        <title>Models IAP F</title>
        <p>Structured DSM Meanorth 0.84 0.85 -0.68
Linear DSM Meanorth 0.75 0.69 -0.66
iMWNsyn Meanorth 0.77 0.77 -0.65
iMWNsyn Meanno 0.70 0.69 -0.65
iMWNant Meanorth 0.83 0.69 -0.64
Multiplicative 0.58 0.46 0.03
Random 0.50 0.31 0.05
‘cheek’ for the iMWN spaces and punto debole,
passo falso and zoccolo duro ‘hard core’ for the
Linear DSM spaces.</p>
        <p>
          Table 1 reports the 5 best models for
Interpolated Average Precision (IAP), the F-measure at
the median and Spearman’s correlation with our
gold standard idiomaticity judgments respectively.
Coherently with Fazly et al. (2009), IAP was
computed as the average of the interpolated precisions
at recall levels of 20%, 50% and 80%.
Interestingly, while Additive was the model that best
ranked idioms before non-idioms (IAP), closely
followed by our variant-based measures, and
figured among those with the best precision-recall
trade-off (F-measure), Multiplicative performed
comparably to the Random baseline. The best
correlation with idiomaticity judgments was
instead achieved by one of our variant-based
measures (-0.68). Additive did not belong to the 5
models with top correlation, but still achieved a
high significant score (-0.62). It’s worth
noting that all these correlational indices are negative:
the more the subjects perceived a target to be
idiomatic, the less its vector was similar to its
variants. Max and Min never appeared among the best
performing measures, with all top models using
Mean and Centroid. Moreover, the DSM models
that worked the best for IAP and F-measure both
used dependency-related distributional
information, with linear DSM models not reaching the top
5 ranks. This difference was nonetheless ironed
out when looking at the Top models. Differently
from what we observed for verbal idioms
          <xref ref-type="bibr" rid="ref22">(Senaldi
et al., 2016)</xref>
          , the majority of our best models, and
de facto all the Top models, encoded zero
variants as orthogonal vectors (orth models). Finally,
the presence of antonymy-related information for
iMWN models did not appear to influence the
performances considerably.
7
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Conclusions</title>
      <p>
        In this contribution we applied to adjective-noun
constructions the variant-based distributional
measures we had previously tested on verbal idioms
        <xref ref-type="bibr" rid="ref22">(Senaldi et al., 2016)</xref>
        , obtaining effective
performances. Interestingly, our measures performed
comparably to or even better than the Additive
method proposed in the distributional literature
(Krcˇma´rˇ et al., 2013), while the Multiplicative one
performed considerably worst than all our models,
together with the Random baseline.
      </p>
      <p>Future work will concern testing whether these
variant-based measures can be succesfully
exploited to predict psycholinguistic data about the
processing of idiom compositionality and
flexibility, together with other corpus-based indices of
idiomaticity.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Ron</given-names>
            <surname>Artstein</surname>
          </string-name>
          and
          <string-name>
            <given-names>Massimo</given-names>
            <surname>Poesio</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Inter-coder agreement for computational linguistics</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>34</volume>
          (
          <issue>4</issue>
          ):
          <fpage>555</fpage>
          -
          <lpage>596</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Timothy</given-names>
            <surname>Baldwin</surname>
          </string-name>
          , Colin Bannard, Takaaki Tanaka, and
          <string-name>
            <given-names>Dominic</given-names>
            <surname>Widdows</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>An empirical model of multiword expression decomposability</article-title>
          .
          <source>In Proceedings of the ACL-SIGLEX Workshop on Multiword Expressions: Analysis, Acquisition and Treatment</source>
          , pages
          <fpage>89</fpage>
          -
          <lpage>96</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Lenci</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Distributional memory: A general framework for corpus-based semantics</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>36</volume>
          (
          <issue>4</issue>
          ):
          <fpage>673</fpage>
          -
          <lpage>721</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          , Silvia Bernardini, Federica Comastri, Lorenzo Piccioni, Alessandra Volpi, Guy Aston, and
          <string-name>
            <given-names>Marco</given-names>
            <surname>Mazzoleni</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Introducing the La Repubblica Corpus: A Large, Annotated, TEI(XML)- Compliant Corpus of Newspaper Italian</article-title>
          .
          <source>In Proceedings of the 4th International Conference on Language Resources and Evaluation</source>
          , pages
          <fpage>1771</fpage>
          -
          <lpage>1774</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          , Silvia Bernardini, Adriano Ferraresi, and
          <string-name>
            <given-names>Eros</given-names>
            <surname>Zanchetta</surname>
          </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="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Cristina</given-names>
            <surname>Cacciari</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Processing multiword idiomatic strings: Many words in one? The Mental Lexicon</article-title>
          ,
          <volume>9</volume>
          (
          <issue>2</issue>
          ):
          <fpage>267</fpage>
          -
          <lpage>293</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Kenneth W.</given-names>
            <surname>Church</surname>
          </string-name>
          and
          <string-name>
            <given-names>Patrick</given-names>
            <surname>Hanks</surname>
          </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="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Scott</given-names>
            <surname>Deerwester</surname>
          </string-name>
          , Susan T. Dumais, George W. Furnas,
          <string-name>
            <surname>Thomas</surname>
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Landauer</surname>
          </string-name>
          , and Richard Harshman.
          <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="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Stefan</given-names>
            <surname>Evert</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Corpora and collocations</article-title>
          . In Anke Lu¨deling and Merja Kyto¨, editors,
          <source>Corpus Linguistics. An International Handbook</source>
          , volume
          <volume>2</volume>
          , pages
          <fpage>1212</fpage>
          -
          <lpage>1248</lpage>
          . Mouton de Gruyter.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Afsaneh</given-names>
            <surname>Fazly</surname>
          </string-name>
          and
          <string-name>
            <given-names>Suzanne</given-names>
            <surname>Stevenson</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>A distributional account of the semantics of multiword expressions</article-title>
          .
          <source>Italian Journal of Linguistics</source>
          ,
          <volume>1</volume>
          (
          <issue>20</issue>
          ):
          <fpage>157</fpage>
          -
          <lpage>179</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Afsaneh</given-names>
            <surname>Fazly</surname>
          </string-name>
          , Paul Cook, and
          <string-name>
            <given-names>Suzanne</given-names>
            <surname>Stevenson</surname>
          </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="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Christiane</given-names>
            <surname>Fellbaum</surname>
          </string-name>
          , editor.
          <year>1998</year>
          .
          <article-title>WordNet: An Electronic Lexical Database</article-title>
          . MIT Press.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Jerry A.</given-names>
            <surname>Fodor</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ernest</given-names>
            <surname>Lepore</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>The compositionality papers</article-title>
          . Oxford University Press.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Klaus</given-names>
            <surname>Krippendorff</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Content analysis: An introduction to its methodology</article-title>
          .
          <source>Sage.</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <article-title>Lubom´ır Krcˇma´rˇ</article-title>
          ,
          <string-name>
            <surname>Karel</surname>
            <given-names>Jezˇek</given-names>
          </string-name>
          , and
          <string-name>
            <given-names>Pavel</given-names>
            <surname>Pecina</surname>
          </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="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Dekang</given-names>
            <surname>Lin</surname>
          </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="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Jeff</given-names>
            <surname>Mitchell</surname>
          </string-name>
          and
          <string-name>
            <given-names>Mirella</given-names>
            <surname>Lapata</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Composition in Distributional Models of Semantics</article-title>
          .
          <source>Cognitive Science</source>
          ,
          <volume>34</volume>
          (
          <issue>8</issue>
          ):
          <fpage>1388</fpage>
          -
          <lpage>1429</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Geoffrey</given-names>
            <surname>Nunberg</surname>
          </string-name>
          , Ivan Sag, and
          <string-name>
            <given-names>Thomas</given-names>
            <surname>Wasow</surname>
          </string-name>
          .
          <year>1994</year>
          . Idioms. Language,
          <volume>70</volume>
          (
          <issue>3</issue>
          ):
          <fpage>491</fpage>
          -
          <lpage>538</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Pado</surname>
          </string-name>
          ´ and
          <string-name>
            <given-names>Mirella</given-names>
            <surname>Lapata</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Dependency-based construction of semantic space models</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>33</volume>
          (
          <issue>2</issue>
          ):
          <fpage>161</fpage>
          -
          <lpage>199</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Emanuele</given-names>
            <surname>Pianta</surname>
          </string-name>
          , Luisa Bentivogli, and
          <string-name>
            <given-names>Christian</given-names>
            <surname>Girardi</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Multiwordnet: Developing and aligned multilingual database</article-title>
          .
          <source>In Proceedings of the First International Conference on Global WordNet</source>
          , pages
          <fpage>293</fpage>
          -
          <lpage>302</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Magnus</given-names>
            <surname>Sahlgren</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>The distributional hypothesis</article-title>
          .
          <source>Italian Journal of Linguistics</source>
          ,
          <volume>20</volume>
          (
          <issue>1</issue>
          ):
          <fpage>33</fpage>
          -
          <lpage>54</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Marco S. G. Senaldi</surname>
            ,
            <given-names>Gianluca E.</given-names>
          </string-name>
          <string-name>
            <surname>Lebani</surname>
            , and
            <given-names>Alessandro</given-names>
          </string-name>
          <string-name>
            <surname>Lenci</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Lexical variability and compositionality: Investigating idiomaticity with distributional semantic models</article-title>
          .
          <source>In Proceedings of the 12th Workshop on Multiword Expressions</source>
          , pages
          <fpage>21</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Peter D. Turney</surname>
            and
            <given-names>Patrick</given-names>
          </string-name>
          <string-name>
            <surname>Pantel</surname>
          </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="ref24">
        <mixed-citation>
          <string-name>
            <given-names>Sriram</given-names>
            <surname>Venkatapathy</surname>
          </string-name>
          and
          <string-name>
            <given-names>Aravid</given-names>
            <surname>Joshi</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Measuring the relative compositionality of verb-noun (V-N) collocations by integrating features</article-title>
          .
          <source>In Proceedings of Joint Conference on Human Language Technology and Empirical Methods in Natural Language Processing</source>
          , pages
          <fpage>899</fpage>
          -
          <lpage>906</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <given-names>Markus</given-names>
            <surname>Werning</surname>
          </string-name>
          , Wolfram Hinzen, and Edouard Machery, editors.
          <source>2012. The Oxford Handbook of Compositionality</source>
          . Oxford University Press.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>