<!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>Taming Sense Sparsity: a Common-Sense Approach</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Antonio Lieto</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Enrico Mensa</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniele P. Radicioni Dipartimento di Informatica</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universita` degli Studi di Torino Corso Svizzera 185</institution>
          ,
          <addr-line>10149 - Torino</addr-line>
          <country country="IT">ITALY</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2006</year>
      </pub-date>
      <abstract>
        <p>English. We present a novel algorithm and a linguistic resource named CLOSEST after 'Common SEnse STrainer'. The resource contains a list of the main senses associated to a given term, and it was obtained by applying a simple set of pruning heuristics to the senses provided in the NASARI vectors for the set of 15K most frequent English terms. The preliminary experimentation provided encouraging results.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Many NLP tasks involve word sense
disambiguation (WSD) and word sense induction (WSI), and
require using lexical resources such as
WordNet (Miller, 1995) and BabelNet
        <xref ref-type="bibr" rid="ref6">(Navigli and
Ponzetto, 2010)</xref>
        that provide a rich mapping of
terms (or word forms) onto the corresponding
senses (word meanings). These widely used
resources provide in fact subtle distinctions between
the possible senses of a term. It is largely
acknowledged that while fine-grained sense
distinctions are necessary for some precise tasks (such
as machine translation), for other sorts of
applications (such as text categorization and
information extraction) coarse-grained sense inventories
are preferable
        <xref ref-type="bibr" rid="ref18">(Palmer et al., 2004)</xref>
        . In these cases,
fine-grained distinctions may be unnecessary and
even detrimental to WSD and WSI, so that in the
last few years many efforts concentrated on
clustering senses. Most works focused on
producing coarser-grained sense inventories, to the ends
of grouping together the closest (partially
overlapped) senses of a word; to these ends, various
techniques have been carried out, that are briefly
surveyed in Section 2.
      </p>
      <p>
        Differently from existing approaches, we
propose a simple yet effective method that relies on
recently developed resources that are assumed to
also grasp common-sense knowledge
        <xref ref-type="bibr" rid="ref14 ref15">(CamachoCollados et al., 2015; Lieto et al., 2016a)</xref>
        , which
is assumed to be both widely accessible and
elementary knowledge (Minsky, 2000), and to
reflect typicality traits encoded as prototypical
knowledge
        <xref ref-type="bibr" rid="ref20">(Rosch, 1975)</xref>
        . The research question
presently addressed is thus: To what extent can
we individuate few principal —common-sense—
senses for a term, and in how far is it possible
to approximate human performance? Although
it is known that even human annotators provide
quite different response when annotating text with
senses
        <xref ref-type="bibr" rid="ref18">(Palmer et al., 2004)</xref>
        , we presently explore
the hypothesis that wide-coverage resources are
sufficient to individuate the main senses associated
to English terms.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        In order to attain coarse-grained senses,
different approaches have been proposed, based on
some sort of semantic underspecification
        <xref ref-type="bibr" rid="ref19 ref4">(Buitelaar, 2000; Ng et al., 2003; Palmer et al., 2007)</xref>
        ,
on existing dictionaries and on exploiting
handcrafted sense hierarchies (Navigli, 2006), on
syntactic and semantic properties (such as
selectional restrictions on verb arguments)
        <xref ref-type="bibr" rid="ref18 ref3">(Artale et
al., 1998; Palmer et al., 2004)</xref>
        , on linguistically
motivated heuristics
        <xref ref-type="bibr" rid="ref8">(Mihalcea and Moldovan,
2001)</xref>
        , or on distributional similarity among word
senses
        <xref ref-type="bibr" rid="ref1">(Agirre and De Lacalle, 2003)</xref>
        . Further
approaches have been proposed that rely on an
adjustable nearest neighbour schema for clustering
senses according to the sense granularity actually
required by the application at hand (McCarthy,
2006). A popular testbed for experimenting these
and other approaches is represented by the
senseannotated corpora Senseval-2 and 3
        <xref ref-type="bibr" rid="ref18 ref8">(Edmonds
and Cotton, 2001; Mihalcea and Edmonds, 2004)</xref>
        .
      </p>
      <p>
        The problem of annotating a term with the
appropriate sense is a challenging one, to such an
extent that by no means “two lexicographers
working independently are guaranteed to derive the
same set of distinctions for a given word”
        <xref ref-type="bibr" rid="ref18">(Palmer
et al., 2004)</xref>
        . It has been raised that this issue can
be overcome to some extent by adopting a more
flexible annotation schema, where senses are
described in a graded fashion: in this way, the
applicability of a sense can be assessed on an
ordinal scale, rather than in ‘crisp’ fashion. This sort
of annotation would allow to better interpret
human annotations, in particular for coarse-grained
groups
        <xref ref-type="bibr" rid="ref9">(Erk et al., 2013)</xref>
        . A related and
complementary issue is that of clusterability, that
measures in how far word meanings can be partitioned.
In this setting, whereas highly clusterable
lemmas can be grouped based on traditional clustering
techniques, less clusterable lemmas require more
sophisticated soft-clustering algorithms to
computational systems, and more time and expertise to
human annotators
        <xref ref-type="bibr" rid="ref16">(McCarthy et al., 2016)</xref>
        .
      </p>
      <p>
        This work is framed in the context of a
longterm project aimed at investigating conceptual
categorization
        <xref ref-type="bibr" rid="ref13 ref14 ref15">(Lieto et al., 2015; Lieto et al.,
2016b)</xref>
        based on a hybrid strategy
        <xref ref-type="bibr" rid="ref10 ref21">(Evans and
Frankish, 2009)</xref>
        complementing formal
ontologies with the geometrical framework of
Conceptual Spaces (CS)
        <xref ref-type="bibr" rid="ref12">(Ga¨rdenfors, 2014)</xref>
        . In
particular, we are building a knowledge base to collect
conceptual information encoded in a CS-based
representational format to provide a uniform
interface between the linguistic and the
conceptual level, where CSs representations are fully
endowed with BabelNet identifiers
        <xref ref-type="bibr" rid="ref14 ref15">(Lieto et al.,
2016a)</xref>
        .1 This trait will make it possible to link
the present work to existing initiatives like Senso
Comune (Oltramari and Vetere, 2008; Chiari et al.,
1The integration of different semantic models such as CSs
and the distributional semantics underlying NASARI is still
an open issue; we provided an initial solution to this problem
in
        <xref ref-type="bibr" rid="ref14 ref15">(Lieto et al., 2016a)</xref>
        .
2010), that provides about 2000 fundamental
Italian terms
        <xref ref-type="bibr" rid="ref7">(De Mauro, 1999)</xref>
        with an ontological
description.
The rationale underlying the CLOSEST algorithm
is that the main (most frequent) senses gained
more room than marginal senses in our lexical
and conceptual system and in general in our
utterances. This phenomenon determines words and
phrases availability and saliency
        <xref ref-type="bibr" rid="ref10 ref21">(Vossen and
Fellbaum, 2009)</xref>
        , that are arguably grasped by
encyclopedic resources, as well. Herein, more central
senses are typically featured by richer (i.e., longer
vectors) and less specific information, richer
semantic connections with other concepts, and
heavier feature weights. Although it may happen that
some sense spans over (or even subsumes) another
one, we are not primarily trying to cluster senses in
agglomerative fashion, e.g., by resorting to some
superclass of the considered concept; rather, we
select the most relevant ones (a term is seldom
associated to more than few, say three or four,
senses) and we discard the other ones.
      </p>
      <p>The CLOSEST algorithm takes in input a term
t and provides a set of possibly related senses.2
The algorithm first retrieves the set of senses S =
fs1; s2; : : : ; sng that are possibly associated to t:
such set is obtained by directly querying NASARI.
The output of the algorithm is a result set S S.
In order to attain S we devised a process of
incremental filtering, that is arranged into two main
phases:
1. LS-Pruning. Pruning of less salient senses:
senses with associated poor information are
eliminated. Senses salience is determined
both in absolute terms and in relation to the
most salient sense.
2. OL-Pruning. Pruning of overlapping senses:
if senses with significant overlap are found,
the less salient sense is pruned.</p>
      <p>
        Senses are represented as NASARI vectors,
that are the vectorial counterpart of BabelNet
synsets; concepts (basically, WordNet synsets
and Wikipedia pages) are described through
vector representations, whose features are synset
IDs themselves. Feature weights are computed
2The present investigation is restricted to nouns, but no
theoretical limitation prevents us from extending the
approach to verbs and adjectives.
through the metrics of lexical specificity, by
exploiting a semantics-based dimensionality
reduction
        <xref ref-type="bibr" rid="ref5">(Camacho-Collados et al., 2015)</xref>
        . Each sense
is associated with exactly one NASARI vector, so
that pruning a sense amounts to pruning a vector.
LS-Pruning. To analyze the senses in S, we
inspect each vector ~vts related to sense s for the term
t. The first pruning occurs when no enough
information is found, that is when ~vts contains less than
a fixed number of elements (Table 1). Then, in
order to determine the next vectors to be pruned, we
compute the weight of each vector (W (~vts)), the
longest vector and the heaviest one among those
associated with t (L(~vt) and H(~vt), respectively).
The weight of a NASARI vector W (~vts) is
computed by averaging the weight of the features (i.e.,
the synsets) contained herein. The definitions for
these measures are illustrated in Equations 1–3.
      </p>
      <p>W (~vts) =
L (~vt) = arg max (len(~vts))
s2S
1
len(~vts)</p>
      <p>X wsj</p>
      <p>j
H (~vt) = arg max W (~vts) :
s2S
(1)
(2)
(3)
The decision on whether to prune or not a
vector is based on a simple criterion: ~vts 2 S is
pruned if both its length is below a given
fraction of the length of the longest one L (~vt), and its
weight is lower than a given fraction of the
heaviest one, H (~vt). The parameter settings adopted in
the present work are illustrated in Table 1.
OL-Pruning. The second phase of the algorithm
aims at detecting overlapped senses. The
overlap between vectors that survived the LS-Pruning
is computed thanks to the information provided
in NASARI. The heuristics used in this phase
is as follows: the overlap between two vectors
Ovl(~vti; ~vtj ) is computed as a fraction of the
length of the shortest vector between the two
considered, as indicated in Equation 4).</p>
      <p>Ovl(~vti; ~vtj ) =</p>
      <p>~vti \ ~vtj
len(shortest(~vti; ~vtj ))
(4)
The overlapping is checked for every pair h~vi; ~vj i
(with i 6= j) and when an overlap is detected
higher than a fixed threshold (see Table 1), the
shortest vector between the two is pruned.</p>
      <p>At the end of this phase, we have the set S
where only the most salient vectors survived and
where, among overlapped vectors, the most salient
one has been retained.
3.1</p>
    </sec>
    <sec id="sec-3">
      <title>Building the CLOSEST resource</title>
      <p>Overall the system handled about 2:69M
NASARI vectors. Some 207K vectors associated
to Named Entities were discarded, as not directly
related to common-sense concepts; the remaining
vectors contained overall 6:9M unique words.</p>
      <p>The top (most frequent) 15K nouns were
extracted from the Corpus of Contemporary
American English (COCA) which has been built from
composite and balanced sources, including
spoken, fiction, magazine, newspaper, academic text.3
Over 6K terms were discarded, since they are
associated in NASARI either to 1 sense (about
1K terms) or to no sense at all (over 5K terms),
which actually reduced the input size to about
8:7K terms; overall 32:6K senses were retrieved
(on average, 3:7 senses per term), corresponding
to such input terms.</p>
      <p>
        The figures featuring the processing phases are
reported in Table 1: over 4K senses were filtered
in the first step of the LS-Pruning phase, based
on the length of the vector ~vts, and 7:4K senses
were further discarded in the second step. Finally,
in the OL-Pruning phase, 5:6K vectors were
canceled based on overlapping accounts, thus overall
yielding 17:5K deleted and 15:1K survived
vectors.4 The polysemy rate was reduced from the
3:74 senses per term initially featuring NASARI
down to 1:73 senses per term, which is in line with
the degree of polysemy detected in the Collins
English Dictionary for English nouns by WordNet
authors
        <xref ref-type="bibr" rid="ref11">(Fellbaum, 1990)</xref>
        .
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Evaluation</title>
      <p>A preliminary experimentation has been devised
to assess the correctness and completeness of the
extracted senses: that is, the question addressed
was whether i) all senses extracted for the input
term are salient (and actually judged as the main
senses), and ii) all the relevant senses were
preserved in CLOSEST. To these ends, 15 volunteers
were recruited and interviewed through an on-line
questionnaire to evaluate, on a human
commonsense judgement basis, the set of senses extracted
by the system for 20 terms.</p>
      <p>3http://corpus.byu.edu/full-text/.
4CLOSEST is available at http://goo.gl/7B61Oz.
prune ~vts IF
condition
len(~vts)</p>
      <p>AND</p>
      <p>Ovl(~vts; ~vtu)
leLn((~~vvtts)) &lt;</p>
      <p>WW(H(~v(t~vst))) &lt;
threshold values pruned senses pruning phase
Stimuli. The list of 20 terms was algorithmically
selected from the aforementioned COCA corpus
(see footnote 3) by selecting terms herein with
index 1, 51, 101, and so forth. In this way we
selected highly frequent terms that are expected to
be part of common-sense for those who
participated in our experimentation.5</p>
    </sec>
    <sec id="sec-5">
      <title>Experimental design and procedure. The partic</title>
      <p>ipants were asked a) to assess each and every sense
extracted by the system and associated to each
input term by indicating whether it was acceptable
as one of the principal senses for the term at hand.
Additionally, they were requested b) to indicate
any further sense they reputed essential in order
to complete the common-sense pool of senses for
the given term.</p>
      <p>Results. Overall 42 senses (corresponding to
the 20 mentioned terms) were assessed through
the experimentation: each sense was rated 15
times, thus resulting in 630 judgements: 24% of
senses were not found appropriate, according to a
common-sense judgement, thereby determining a
76% accuracy as regards as question a). However,
if we consider senses refused by at least 10
participants, only 5 senses were refused (12%), that
actually correspond to very specific senses (e.g.,
the sense ‘Net (textile)’ for the term ‘network’;
‘Session (Presbyterianism)’, ‘session house’ for
the term ‘session’).</p>
      <p>As regards as question b), results are more
difficult to interpret, due to the sparsity of the answers:
out of the 59 added senses, only in 8 cases the
added sense has been indicated by two or three
participants (and never more): in such cases it
emerged, for example, that the sense ‘manners’
5The full list of the considered terms includes: time, side,
education, type, officer, ability, network, shoulder, threat,
investigation, gold, claim, learning, session, aid, emergency,
bowl, pepper, milk, resistance. The printed version of the
online questionnaire is available at the URL http://goo.
gl/w9TNQT.
was relevant (and missing, in the CLOSEST
resource) for the input term ‘education’; the sense
‘social network’ is relevant for the term ‘network’;
and ‘meeting’ for ‘session’.</p>
      <p>However, although encouraging results
emerged from the experimentation, further
experiments are needed to assess the CLOSEST
resource in a more extensive and principled way,
also in consideration of the many factors that
were presently neglected, such as, e.g., age,
education, occupation of the participants, their
native language, etc..
5</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>In this paper we have illustrated the CLOSEST
algorithm to extract the most salient (under the
common-sense perspective) senses associated to
a given term; also, we have introduced the
CLOSEST resource, which has been built by
starting from the 15K top frequency English terms.
The resource currently provides senses in a flat
manner, but, if required, senses can be organized
in a sorted fashion by extending the metrics used
for filtering. Our work relies on a recently
developed resource such as NASARI that is
multilingual in nature.6 Consequently, different from most
previous approaches, CLOSEST can be linked
to various existing resources aimed at grasping
common-sense to complete the ideal chain
connecting lexicon, semantics and formal
(ontological) description. The experimentation revealed a
reasonable agreement with human responses, and
pointed out some difficulties in fully assessing this
sort of resource. These issues, along with
improvements to the heuristics implemented by the
algorithm and a different evaluation based on a
shared NLP task, will be addressed in future work.</p>
      <p>
        6An interesting question may be raised on this point,
about the conceptual alignment in a inter-linguistic
perspective, which is a well-known issue, e.g., for applications in the
legal field
        <xref ref-type="bibr" rid="ref2">(Ajani et al., 2010)</xref>
        .
      </p>
      <p>Rada Mihalcea and Phil Edmonds. 2004.</p>
      <p>SENSEVAL-3: Overview. In Proceedings
Senseval3 3rd International Workshop on Evaluating Word
Sense Disambiguation Systems. ACL, Barcelona,
Spain.</p>
      <p>Rada Mihalcea and Dan I Moldovan. 2001. Automatic
Generation of a Coarse Grained WordNet. In
Proceedings of the NAACL Workshop on WordNet and
Other Lexical Resources.</p>
      <p>George A Miller. 1995. WordNet: a Lexical
Database for English. Communications of the ACM,
38(11):39–41.</p>
      <p>Marvin Minsky. 2000. Commonsense-based
interfaces. Communications of the ACM, 43(8):66–73.
Roberto Navigli and Simone Paolo Ponzetto. 2010.</p>
      <p>BabelNet: Building a Very Large Multilingual
Semantic Network. In Proceedings of the 48th Annual
Meeting of the Association for Computational
Linguistics, pages 216–225. Association for
Computational Linguistics.</p>
      <p>Roberto Navigli. 2006. Meaningful Clustering of
Senses Helps Boost Word Sense Disambiguation
Performance. In Proceedings of the 21st
International Conference on Computational Linguistics and
the 44th annual meeting of the Association for
Computational Linguistics, pages 105–112. Association
for Computational Linguistics.</p>
      <p>Hwee Tou Ng, Bin Wang, and Yee Seng Chan. 2003.</p>
      <p>Exploiting Parallel Texts for Word Sense
Disambiguation: An Empirical Study. In Proceedings of
the 41st Annual Meeting on Association for
Computational Linguistics-Volume 1, pages 455–462.
Association for Computational Linguistics.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Eneko</given-names>
            <surname>Agirre and Oier Lopez De Lacalle</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Clustering WordNet Word Senses</article-title>
          .
          <source>In RANLP</source>
          , volume
          <volume>260</volume>
          , pages
          <fpage>121</fpage>
          -
          <lpage>130</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Gianmaria</given-names>
            <surname>Ajani</surname>
          </string-name>
          , Guido Boella, Leonardo Lesmo, Marco Martin,
          <string-name>
            <surname>Alessandro Mazzei</surname>
          </string-name>
          , Daniele P Radicioni, and
          <string-name>
            <given-names>Piercarlo</given-names>
            <surname>Rossi</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Multilevel legal ontologies</article-title>
          .
          <source>In Semantic Processing of Legal Texts</source>
          , pages
          <fpage>136</fpage>
          -
          <lpage>154</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Artale</surname>
          </string-name>
          , Anna Goy, Bernardo Magnini, Emanuele Pianta, and
          <string-name>
            <given-names>Carlo</given-names>
            <surname>Strapparava</surname>
          </string-name>
          .
          <year>1998</year>
          .
          <article-title>Coping with WordNet Sense Proliferation</article-title>
          .
          <source>In First International Conference on Language Resources &amp; Evaluation.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Paul</given-names>
            <surname>Buitelaar</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>Reducing Lexical Semantic Complexity with Systematic Polysemous Classes and Underspecification</article-title>
          .
          <source>In NAACL-ANLP 2000 Workshop: Syntactic and Semantic Complexity in Natural Language Processing Systems</source>
          , pages
          <fpage>14</fpage>
          -
          <lpage>19</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Jose´</surname>
            Camacho-Collados, Mohammad Taher Pilehvar, and
            <given-names>Roberto</given-names>
          </string-name>
          <string-name>
            <surname>Navigli</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>NASARI: a Novel Approach to a Semantically-Aware Representation of Items</article-title>
          .
          <source>In Proceedings of NAACL</source>
          , pages
          <fpage>567</fpage>
          -
          <lpage>577</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Isabella</given-names>
            <surname>Chiari</surname>
          </string-name>
          , Alessandro Oltramari, and
          <string-name>
            <given-names>Guido</given-names>
            <surname>Vetere</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Di Cosa Parliamo quando Parliamo Fondamentale? Lessemi, Accezioni, Sensi e Ontologie</article-title>
          . In Lessico e Lessicologia.
          <source>Atti del Convegno della Societ di Linguistica Italiana</source>
          , pages
          <fpage>177</fpage>
          -
          <lpage>194</lpage>
          , Roma, September. Bulzoni.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Tullio De Mauro</surname>
          </string-name>
          .
          <year>1999</year>
          .
          <article-title>Grande Dizionario Italiano dell'Uso</article-title>
          . UTET, Turin, Italy.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Philip</given-names>
            <surname>Edmonds</surname>
          </string-name>
          and
          <string-name>
            <given-names>Scott</given-names>
            <surname>Cotton</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>SENSEVAL2: Overview</article-title>
          .
          <source>In Proceedings of SENSEVAL2 Second International Workshop on Evaluating Word Sense Disambiguation Systems</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          , Toulouse, France, July. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Katrin</given-names>
            <surname>Erk</surname>
          </string-name>
          ,
          <string-name>
            <surname>Diana McCarthy</surname>
            ,
            <given-names>and Nicholas</given-names>
          </string-name>
          <string-name>
            <surname>Gaylord</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Measuring word meaning in context</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>39</volume>
          (
          <issue>3</issue>
          ):
          <fpage>511</fpage>
          -
          <lpage>554</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Jonathan St BT Evans</surname>
          </string-name>
          and Keith Ed Frankish.
          <year>2009</year>
          . In Two Minds:
          <article-title>Dual Processes and Beyond</article-title>
          . Oxford University Press.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Christiane</given-names>
            <surname>Fellbaum</surname>
          </string-name>
          .
          <year>1990</year>
          .
          <article-title>English Verbs as a Semantic Net</article-title>
          .
          <source>International Journal of Lexicography</source>
          ,
          <volume>3</volume>
          (
          <issue>4</issue>
          ):
          <fpage>278</fpage>
          -
          <lpage>301</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Peter</given-names>
            <surname>Ga</surname>
          </string-name>
          ¨rdenfors.
          <year>2014</year>
          .
          <article-title>The Geometry of Meaning: Semantics Based on Conceptual Spaces</article-title>
          . MIT Press.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Antonio</given-names>
            <surname>Lieto</surname>
          </string-name>
          , Daniele P. Radicioni, and
          <string-name>
            <given-names>Valentina</given-names>
            <surname>Rho</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>A Common-Sense Conceptual Categorization System Integrating Heterogeneous Proxytypes and the Dual Process of Reasoning</article-title>
          .
          <source>In Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI)</source>
          , pages
          <fpage>875</fpage>
          -
          <lpage>881</lpage>
          ,
          <string-name>
            <surname>Buenos</surname>
            <given-names>Aires</given-names>
          </string-name>
          ,
          <year>July</year>
          . AAAI Press.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Antonio</given-names>
            <surname>Lieto</surname>
          </string-name>
          , Enrico Mensa, and
          <string-name>
            <given-names>Daniele P.</given-names>
            <surname>Radicioni</surname>
          </string-name>
          .
          <year>2016a</year>
          .
          <article-title>A Resource-Driven Approach for Anchoring Linguistic Resources to Conceptual Spaces</article-title>
          .
          <source>In Proceedings of the 15th International Conference of the Italian Association for Artificial Intelligence</source>
          , Genoa, Italy, December. Springer.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>Antonio</given-names>
            <surname>Lieto</surname>
          </string-name>
          , Daniele P Radicioni, and
          <string-name>
            <given-names>Valentina</given-names>
            <surname>Rho</surname>
          </string-name>
          . 2016b.
          <string-name>
            <surname>Dual</surname>
            <given-names>PECCS</given-names>
          </string-name>
          :
          <article-title>a Cognitive System for Conceptual Representation and Categorization</article-title>
          .
          <source>Journal of Experimental &amp; Theoretical Artificial Intelligence</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>20</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Diana</surname>
            <given-names>McCarthy</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Marianna</given-names>
            <surname>Apidianaki</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Katrin</given-names>
            <surname>Erk</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Word Sense Clustering and Clusterability</article-title>
          . Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Oltramari</surname>
          </string-name>
          and
          <string-name>
            <given-names>Guido</given-names>
            <surname>Vetere</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Lexicon and Ontology Interplay in Senso Comune</article-title>
          .
          <article-title>OntoLex 2008 Programme</article-title>
          , page
          <volume>24</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Martha</given-names>
            <surname>Palmer</surname>
          </string-name>
          , Olga Babko-Malaya, and Hoa Trang Dang.
          <year>2004</year>
          .
          <article-title>Different Sense Granularities for Different Applications</article-title>
          .
          <source>In Proceedings of Workshop on Scalable Natural Language Understanding.</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Martha</given-names>
            <surname>Palmer</surname>
          </string-name>
          , Hoa Trang Dang, and
          <string-name>
            <given-names>Christiane</given-names>
            <surname>Fellbaum</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Making Fine-Grained and CoarseGrained Sense Distinctions, both Manually and Automatically</article-title>
          .
          <source>Natural Language Engineering</source>
          ,
          <volume>13</volume>
          (
          <issue>02</issue>
          ):
          <fpage>137</fpage>
          -
          <lpage>163</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Eleanor</given-names>
            <surname>Rosch</surname>
          </string-name>
          .
          <year>1975</year>
          .
          <article-title>Cognitive Representations of Semantic Categories</article-title>
          .
          <source>Journal of Experimental Psychology: General</source>
          ,
          <volume>104</volume>
          (
          <issue>3</issue>
          ):
          <fpage>192</fpage>
          -
          <lpage>233</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Piek</given-names>
            <surname>Vossen and Christiane Fellbaum</surname>
          </string-name>
          ,
          <year>2009</year>
          .
          <article-title>Multilingual FrameNets in Computational Lexicography: Methods and Applications, chapter Universals and idiosyncrasies in multilingual WordNets. Trends in linguistics / Studies and monographs: Studies and monographs</article-title>
          . Mouton de Gruyter.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>