<!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>Semantic Vectors: an Information Retrieval scenario</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pierpaolo Basile</string-name>
          <email>basilepp@di.uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Annalina Caputo</string-name>
          <email>acaputo@di.uniba.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giovanni Semeraro</string-name>
          <email>semeraro@di.uniba.it</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dept. of Computer Science, University of Bari</institution>
          ,
          <addr-line>Via E. Orabona, 4, 70125 Bari</addr-line>
          ,
          <country country="IT">ITALY</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dept. of Computer Science, University of Bari</institution>
          ,
          <addr-line>Via E. Orabona, 4, 70125 Bari</addr-line>
          ,
          <country country="IT">ITALY</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Dept. of Computer Science, University of Bari</institution>
          ,
          <addr-line>Via E. Orabona, 4, 70125 Bari</addr-line>
          ,
          <country country="IT">ITALY</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2010</year>
      </pub-date>
      <fpage>27</fpage>
      <lpage>28</lpage>
      <abstract>
        <p>In this paper we exploit Semantic Vectors to develop an IR system. The idea is to use semantic spaces built on terms and documents to overcome the problem of word ambiguity. Word ambiguity is a key issue for those systems which have access to textual information. Semantic Vectors are able to dividing the usages of a word into di erent meanings, discriminating among word meanings based on information found in unannotated corpora. We provide an in vivo evaluation in an Information Retrieval scenario and we compare the proposed method with another one which exploits Word Sense Disambiguation (WSD). Contrary to sense discrimination, which is the task of discriminating among di erent meanings (not necessarily known a priori), WSD is the task of selecting a sense for a word from a set of prede ned possibilities. The goal of the evaluation is to establish how Semantic Vectors a ect the retrieval performance.</p>
      </abstract>
      <kwd-group>
        <kwd>Semantic Vectors</kwd>
        <kwd>Information Retrieval</kwd>
        <kwd>Word Sense Discrimination</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>BACKGROUND AND MOTIVATIONS</title>
      <p>Ranked keyword search has been quite successful in the
past, in spite of its obvious limits basically due to polysemy,
the presence of multiple meanings for one word, and
synonymy, multiple words having the same meaning. The result
is that, due to synonymy, relevant documents can be missed
if they do not contain the exact query keywords, while, due
to polysemy, wrong documents could be deemed as relevant.
These problems call for alternative methods that work not
only at the lexical level of the documents, but also at the
meaning level.</p>
      <p>In the eld of computational linguistics, a number of
important research problems still remain unresolved. A speci c
challenge for computational linguistics is ambiguity.
Ambiguity means that a word can be interpreted in more than
one way, since it has more than one meaning. Ambiguity
usually is not a problem for humans therefore it is not
perceived as such. Conversely, for a computer ambiguity is one
of the main problems encountered in the analysis and
generation of natural languages. Two main strategies have been
proposed to cope with ambiguity:
1. Word Sense Disambiguation: the task of selecting
a sense for a word from a set of prede ned possibilities;
usually the so called sense inventory 1 comes from a
dictionary or thesaurus.
2. Word Sense Discrimination: the task of dividing
the usages of a word into di erent meanings, ignoring
any particular existing sense inventory. The goal is to
discriminate among word meanings based on
information found in unannotated corpora.</p>
      <p>The main di erence between the two strategies is that
disambiguation relies on a sense inventory, while discrimination
exploits unannotated corpora.</p>
      <p>In the past years, several attempts were proposed to
include sense disambiguation and discrimination techniques
in IR systems. This is possible because discrimination and
disambiguation are not an end in themselves, but rather
\intermediate tasks" which contribute to more complex tasks
such as information retrieval. This opens the possibility of
an in vivo evaluation, where, rather then being evaluated
in isolation, results are evaluated in terms of their
contribution to the overall performance of a system designed for a
particular application (e.g. Information Retrieval).</p>
      <p>
        The goal of this paper is to present an IR system which
exploits semantic spaces built on words and documents to
overcome the problem of word ambiguity. Then we
compare this system with another one which uses a Word Sense
Disambiguation strategy. We evaluated the proposed
system into the context of CLEF 2009 Ad-Hoc Robust WSD
task [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>The paper is organized as follows: Sections 2 presents
the IR model involved into the evaluation, which embodies
semantic vectors strategies. The evaluation and the results
are reported in Section 3, while a brief discussion about
the main works related to our research are in Section 4.
Conclusions and future work close the paper.
1A sense inventory provides for each word a list of all
possible meanings.</p>
    </sec>
    <sec id="sec-2">
      <title>AN IR SYSTEM BASED ON</title>
    </sec>
    <sec id="sec-3">
      <title>SEMANTIC VECTORS</title>
      <p>
        Semantic Vectors are based on WordSpace model [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
This model is based on a vector space in which points are
used to represent semantic concepts, such as words and
documents. Using this strategy it is possible to build a vector
space on both words and documents. These vector spaces
can be exploited to develop an IR model as described in the
following.
      </p>
      <p>
        The main idea behind Semantic Vectors is that words are
represented by points in a mathematical space, and words
or documents with similar or related meanings are
represented close in that space. This provide us an approach to
perform sense discrimination. We adopt the Semantic
Vectors package [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] which relies on a technique called Random
Indexing (RI) introduced by Kanerva in [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. This allows
to build semantic vectors with no need for the factorization
of document-term or term-term matrix , because vectors
are inferred using an incremental strategy. This method
allows to solve e ciently the problem of reducing dimensions,
which is one of the key features used to uncover the \latent
semantic dimensions" of a word distribution.
      </p>
      <p>RI is based on the concept of Random Projection: the
idea is that high dimensional vectors chosen randomly are
\nearly orthogonal". This yields a result that is
comparable to orthogonalization methods, such as Singular Value
Decomposition, but saving computational resources.
Specifically, RI creates semantic vectors in three steps:
1. a context vector is assigned to each document. This
vector is sparse, high-dimensional and ternary, which
means that its elements can take values in f-1, 0, 1g.
The index vector contains a small number of randomly
distributed non-zero elements, and the structure of this
vector follows the hypothesis behind the concept of
Random Projection;
2. context vectors are accumulated by analyzing terms
and documents in which terms occur. In particular the
semantic vector of each term is the sum of the context
vectors of the documents which contain the term;
3. in the same way a semantic vector for a document is
the sum of the semantic vectors of the terms (created
in step 2) which occur in the document.</p>
      <p>The two spaces built on terms and documents have the
same dimension. We can use vectors built on word-space as
query vectors and vectors built on document-space as search
vectors. Then, we can compute the similarity between
wordspace vectors and document-space vectors by means of the
classical cosine similarity measure. In this way we
implement an information retrieval model based on semantic
vectors.</p>
      <p>Figure 1 shows a word-space with two only dimensions. If
those two dimensions refer respectively to LEGAL and SPORT
contexts, we can note that the vector of the word soccer
is closer to the SPORT context than the LEGAL context, vice
versa the word law is closer to the LEGAL context. The
angle between soccer and law represents the similarity degree
between the two words. It is important to emphasize that
contexts in WordSpace have no tag, thus we know that each
dimension is a context, but we cannot know the kind of the
context. If we consider document-space rather than
wordspace, document semantically related will be represented
closer in that space.</p>
      <p>The Semantic Vectors package supplies tools for indexing
a collection of documents and their retrieval adopting the
Random Indexing strategy. This package relies on Apache
Lucene2 to create a basic term-document matrix, then it
uses the Lucene API to create both a word-space and a
document-space from the term-document matrix, using
Random Projection to perform dimensionality reduction without
matrix factorization. In order to evaluate Semantic Vectors
model we must modify the standard Semantic Vectors
package by adding some ad-hoc features to support our
evaluation. In particular, documents are split in two elds,
headline and title, and are not tokenized using the standard text
analyzer in Lucene.</p>
      <p>An important factor to take into account in
semanticspace model is the number of contexts, that sets the
dimensions of the context vector. We evaluated Semantic Vectors
using several values of reduced dimensions. Results of the
evaluation are reported in Section 3.
3.</p>
    </sec>
    <sec id="sec-4">
      <title>EVALUATION</title>
      <p>
        The goal of the evaluation was to establish how Semantic
Vectors in uence the retrieval performance. The system is
evaluated into the context of an Information Retrieval (IR)
task. We adopted the dataset used for CLEF 2009 Ad-Hoc
Robust WSD task [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Task organizers make available
document collections (from the news domain) and topics which
have been automatically tagged with word senses (synsets)
from WordNet using several state-of-the-art disambiguation
systems. Considering our goal, we exploit only the
monolingual part of the task.
      </p>
      <p>
        In particular, the Ad-Hoc WSD Robust task used existing
CLEF news collections, but with WSD added. The dataset
comprises corpora from \Los Angeles Times" and \Glasgow
Herald", amounting to 169,477 documents, 160 test topics
and 150 training topics. The WSD data were automatically
added by systems from two leading research laboratories,
UBC [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and NUS [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Both systems returned word senses
from the English WordNet, version 1.6. We used only the
senses provided by NUS. Each term in the document is
annotated by its senses with their respective scores, as assigned
by the automatic WSD system. This kind of dataset
supplies WordNet synsets that are useful for the development
of search engines that rely on disambiguation.
      </p>
      <p>
        In order to compare the IR system based on Semantic
Vectors to other systems which cope with word ambiguity
2http://lucene.apache.org/
by means of methods based on Word Sense Disambiguation,
we provide a baseline based on SENSE. SENSE: SEmantic
N-levels Search Engine is an IR system which relies on Word
Sense Disambiguation. SENSE is based on the N-Levels
model [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. This model tries to overcome the limitations of
the ranked keyword approach by introducing semantic
levels, which integrate (and not simply replace) the lexical level
represented by keywords. Semantic levels provide
information about word meanings, as described in a reference
dictionary or other semantic resources. SENSE is able to
manage documents indexed at separate levels (keywords, word
meanings, and so on) as well as to combine keyword search
with semantic information provided by the other indexing
levels. In particular, for each level:
1. a local scoring function is used in order to weigh
elements belonging to that level according to their
informative power;
2. a local similarity function is used in order to compute
document relevance by exploiting the above-mentioned
scores.
      </p>
      <p>
        Finally, a global ranking function is de ned in order to
combine document relevance computed at each level. The
SENSE search engine is described in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], while the setup of
SENSE into the context of CLEF 2009 is thoroughly described
in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]
      </p>
      <p>In CLEF, queries are represented by topics, which are
structured statements representing information needs. Each
topic typically consists of three parts: a brief TITLE
statement, a one-sentence DESCRIPTION, and a more complex
\narrative" specifying the criteria for assessing relevance. All
topics are available with and without WSD. Topics in
English are disambiguated by both UBC and NUS systems,
yielding word senses from WordNet version 1.6.</p>
      <p>We adopted as baseline the system which exploits only
keywords during the indexing, identi ed by KEYWORD.
Regarding disambiguation we used the SENSE system
adopting two strategies: the former, called MEANING, exploits
only word meanings, the latter, called SENSE, uses two
levels of document representation: keywords and word
meanings combined.</p>
      <p>
        The query for the KEYWORD system is built using word
stems in TITLE and DESCRIPTION elds of the topics.
All query terms are joined adopting the OR boolean clause.
Regarding the MEANING system each word in TITLE and
DESCRIPTION elds is expanded using the synsets in
WordNet provided by the WSD algorithm. More details regarding
the evaluation of SENSE in CLEF 2009 are in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>The query for the SENSE system is built combining the
strategies adopted for the KEYWORD and the MEANING
systems. For all the runs we remove the stop words from
both the index and the topics. In particular, we build a
di erent stop words list for topics in order to remove non
informative words such as nd, reports, describe, that occur
with high frequency in topics and are poorly discriminating.</p>
      <p>In order to make results comparable we use the same index
built for the KEYWORD system to infer semantic vectors
using the Semantic Vectors package, as described in Section
2. We need to tune two parameters in Semantic Vectors:
the number of dimensions (the number of contexts) and the
frequency3 threshold (Tf ). The last value is used to
dis3In this instance word frequency refers to word occurrences.
Topic elds
TITLE
TITLE+DESCRIPTION
TITLE+DESCRIPTION+NARRATIVE
card terms that have a frequency below Tf . After a tuning
step, we set the dimension to 2000 and Tf to 10. Tuning
is performed using training topics provided by the CLEF
organizers.</p>
      <p>Queries for the Semantic Vectors model are built using
several combinations of topic elds. Table 1 reports the
results of the experiments using Semantic Vectors and di erent
combinations of topic elds.</p>
      <p>
        To compare the systems we use a single measure of
performance: the Mean Average Precision (MAP), due to its good
stability and discrimination capabilities. Given the Average
Precision [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], that is the mean of the precision scores
obtained after retrieving each relevant document, the MAP
is computed as the sample mean of the Average Precision
scores over all topics. Zero precision is assigned to
unretrieved relevant documents.
      </p>
      <p>Table 2 reports the results of each system involved into
the experiment. The column Imp: shows the improvement
with respect to the baseline KEYWORD. The system SVbest
refers to the best result obtained by Semantic Vectors
reported in boldface in Table 1.</p>
      <p>
        The main result of the evaluation is that MEANING works
better than SVbest; in other words disambiguation wins over
discrimination. Another important observation is that the
combination of keywords and word meanings, the SENSE
system, obtains the best result. It is important to note that
SVbest obtains a performance below the KEYWORD
system, about the 46% under the baseline. It is important
to underline that the keyword level implemented in SENSE
uses a modi ed version of Apache Lucene which implements
Okapi BM25 model [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>In the previous experiments we compared the performance
of the Semantic Vectors-based IR system to SENSE. In the
following, we describe a new kind of experiment in which
we integrate the Semantic Vector as a new level in SENSE.
The idea is to combine the results produced by Semantic
Vectors with the results which come out from both the
keyword level and the word meaning level. Table 3 shows that
the combination of the keyword level with Semantic Vectors
outperforms the keyword level alone.</p>
      <p>Moreover, the combination of Semantic Vectors with word
meaning level achieves an interesting result: the
combination is able to outperform the word meaning level alone.
Finally, the combination of Semantic Vectors with SENSE
(keyword level+word meaning level) obtains the best MAP
with an increase of about the 6% with respect to
KEYWORD. However, SV does not contribute to improve the
e ectiveness of SENSE, in fact SENSE without SV (see
Table 2) outperforms SV +SENSE.</p>
      <p>Analyzing results query by query, we discovered that for
some queries the Semantic Vectors-based IR system achieves
an high improvement wrt keyword search. This happen
mainly when few relevant documents exist for a query. For
example, query \10.2452/155-AH" has only three relevant
documents. Both keyword and Semantic Vectors are able
to retrieve all relevant documents for that query, but
keyword achieves 0,1484 MAP, while for Semantic Vectors MAP
grows to 0,7051. This means that Semantic Vectors are more
accurate than keyword when few relevant documents exist
for a query.</p>
    </sec>
    <sec id="sec-5">
      <title>RELATED WORKS</title>
      <p>The main motivation for focusing our attention on the
evaluation of disambiguation or discrimination systems is
the idea that ambiguity resolution can improve the
performance of IR systems.</p>
      <p>Many strategies have been used to incorporate semantic
information coming from electronic dictionaries into search
paradigms.</p>
      <p>
        Query expansion with WordNet has shown to potentially
improve recall, as it allows matching relevant documents
even if they do not contain the exact keywords in the query
[
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. On the other hand, semantic similarity measures have
the potential to rede ne the similarity between a document
and a user query [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The semantic similarity between
concepts is useful to understand how similar are the meanings
of the concepts. However, computing the degree of relevance
of a document with respect to a query means computing the
similarity among all the synsets of the document and all the
synsets of the user query, thus the matching process could
have very high computational costs.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] the authors performed a shift of representation
from a lexical space, where each dimension is represented
by a term, towards a semantic space, where each
dimension is represented by a concept expressed using WordNet
synsets. Then, they applied the Vector Space Model to
WordNet synsets. The realization of the semantic tf-idf
model was rather simple, because it was su cient to index
the documents or the user-query by using strings
representing synsets. The retrieval phase is similar to the classic tf-idf
model, with the only di erence that matching is carried out
between synsets.
      </p>
      <p>
        Concerning the discrimination methods, in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] some
experiments in IR context adopting LSI technique are reported.
In particular this method performs better than canonical
vector space when queries and relevant documents do not
share many words. In this case LSI takes advantage of the
implicit higher-order structure in the association of terms
with documents (\semantic structure") in order to improve
the detection of relevant documents on the basis of terms
found in queries.
      </p>
      <p>
        In order to show that WordSpace model is an approach
to ambiguity resolution that is bene cial in information
retrieval, we summarize the experiment presented in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. This
experiment evaluates sense-based retrieval, a modi cation of
the standard vector-space model in information retrieval. In
word-based retrieval, documents and queries are represented
as vectors in a multidimensional space in which each
dimension corresponds to a word. In sense-based retrieval,
documents and queries are also represented in a multidimensional
space, but its dimensions are senses, not words. The
evaluation shows that sense-based retrieval improved average
precision by 7.4% when compared to word-based retrieval.
      </p>
      <p>
        Regarding the evaluation of word sense disambiguation
systems in the context of IR it is important to cite
SemEval2007 task 1 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This task is an application-driven one, where
the application is a given cross-lingual information retrieval
system. Participants disambiguate text by assigning
WordNet synsets, then the system has to do the expansion to
other languages, the indexing of the expanded documents
and the retrieval for all the languages in batch. The
retrieval results are taken as a measure for the e ectiveness of
the disambiguation. CLEF 2009 Ad-hoc Robust WSD [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] is
inspired to SemEval-2007 task 1.
      </p>
      <p>
        Finally, this work is strongly related to [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], in which a rst
attempt to integrate Semantic Vectors in an IR system was
performed.
5.
      </p>
    </sec>
    <sec id="sec-6">
      <title>CONCLUSIONS AND FUTURE WORK</title>
      <p>We have evaluated Semantic Vectors exploiting an
information retrieval scenario. The IR system which we propose
relies on semantic vectors to induce a WordSpace model
exploited during the retrieval process. Moreover we compare
the proposed IR system with another one which exploits
word sense disambiguation. The main outcome of this
comparison is that disambiguation works better than
discrimination. This is a counterintuitive result: indeed it should
be obvious that discrimination is better than
disambiguation. Since, the former is able to infer the usages of a word
directly from documents, while disambiguation works on a
xed distinction of word meanings encoded into the sense
inventory such as WordNet.</p>
      <p>It is important to note that the dataset used for the
evaluation depends on the method adopted to compute document
relevance, in this case the pooling techniques. This means
that the results submitted by the groups participating in the
previous ad hoc tasks are used to form a pool of documents
for each topic by collecting the highly ranked documents.
What we want to underline here is that generally the
systems taken into account rely on keywords. This can produce
relevance judgements that do not take into account evidence
provided by other features, such as word meanings or
context vectors. Moreover, distributional semantics methods,
such as Semantic Vectors, do not provide a formal
description of why two terms or documents are similar. The
semantic associations derived by Semantic Vectors are similar
to how human estimates similarity between terms or
documents. It is not clear if current evaluation methods are able
to detect these cognitive aspects typical of human thinking.
More investigation on the strategy adopted for the
evaluation is needed. As future work we intend to exploit several
discrimination methods, such as Latent Semantic Indexing
and Hyperspace Analogue to Language.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>Agirre</surname>
          </string-name>
          and
          <string-name>
            <surname>O. L. de Lacalle.</surname>
          </string-name>
          BC-ALM:
          <article-title>Combining k-NN with SVD for WSD</article-title>
          .
          <source>In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval</source>
          <year>2007</year>
          ), Prague, Czech Republic, pages
          <volume>341</volume>
          {
          <fpage>325</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E.</given-names>
            <surname>Agirre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. M.</given-names>
            <surname>Di Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Otegi</surname>
          </string-name>
          .
          <article-title>CLEF 2009 Ad Hoc Track Overview: Robust - WSD Task</article-title>
          .
          <source>In Working notes for the CLEF 2009 Workshop</source>
          ,
          <year>2009</year>
          . http://clef-campaign.org/2009/working notes/agirrerobustWSDtask-paperCLEF2009.
          <fpage>pdf</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>E.</given-names>
            <surname>Agirre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Magnini</surname>
          </string-name>
          ,
          <string-name>
            <surname>O. L. de Lacalle</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Otegi</surname>
            , G. Rigau, and
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Vossen.</surname>
          </string-name>
          SemEval
          <article-title>-2007 Task 1: Evaluating WSD on Cross-Language Information Retrieval</article-title>
          .
          <source>In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval</source>
          <year>2007</year>
          ), Prague, Czech Republic, pages
          <fpage>7</fpage>
          <lpage>{</lpage>
          12.
          <string-name>
            <surname>ACL</surname>
          </string-name>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Caputo</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. de Gemmis</surname>
            ,
            <given-names>A. L.</given-names>
          </string-name>
          <string-name>
            <surname>Gentile</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Lops</surname>
            , and
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Semeraro</surname>
          </string-name>
          .
          <article-title>Improving Ranked Keyword Search with SENSE: SEmantic N-levels Search Engine</article-title>
          .
          <source>Communications of SIWN (formerly: System and Information Sciences Notes)</source>
          ,
          <source>special issue on DART</source>
          <year>2008</year>
          ,
          <volume>5</volume>
          :
          <fpage>39</fpage>
          {
          <fpage>45</fpage>
          ,
          <year>August 2008</year>
          .
          <article-title>SIWN: The Systemics</article-title>
          and Informatics World Network.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Caputo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. L.</given-names>
            <surname>Gentile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Degemmis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lops</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Semeraro. Enhancing Semantic</surname>
          </string-name>
          <article-title>Search using N-Levels Document Representation</article-title>
          . In S. Bloehdorn,
          <string-name>
            <given-names>M.</given-names>
            <surname>Grobelnik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mika</surname>
          </string-name>
          , and D. T. Tran, editors,
          <source>Proceedings of the Workshop on Semantic Search (SemSearch</source>
          <year>2008</year>
          )
          <article-title>at the 5th European Semantic Web Conference (ESWC</article-title>
          <year>2008</year>
          ), Tenerife, Spain, June 2nd,
          <year>2008</year>
          , volume
          <volume>334</volume>
          <source>of CEUR Workshop Proceedings</source>
          , pages
          <volume>29</volume>
          {
          <fpage>43</fpage>
          . CEUR-WS.org,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Caputo</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Semeraro</surname>
          </string-name>
          .
          <article-title>Exploiting Disambiguation and Discrimination in Information Retrieval Systems</article-title>
          .
          <source>In Proceedings of the 2008 IEEE/WIC/ACM International Conference on Web Intelligence and International Conference on Intelligent Agent Technology - Workshops</source>
          , Milan, Italy,
          <fpage>15</fpage>
          -18
          <source>September</source>
          <year>2009</year>
          , pages
          <fpage>539</fpage>
          {
          <fpage>542</fpage>
          . IEEE,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>P.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Caputo</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Semeraro.</surname>
          </string-name>
          UNIBA-SENSE @
          <article-title>CLEF 2009: Robust WSD task</article-title>
          .
          <source>In Working notes for the CLEF 2009 Workshop</source>
          ,
          <year>2009</year>
          . http://clef-campaign.org/2009/working notes/basilepaperCLEF2009.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>C.</given-names>
            <surname>Buckley</surname>
          </string-name>
          and
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          .
          <article-title>Evaluating evaluation measure stability</article-title>
          .
          <source>In SIGIR '00: Proceedings of the 23rd annual international ACM SIGIR conference on Research and development in information retrieval</source>
          , pages
          <volume>33</volume>
          {
          <fpage>40</fpage>
          , New York, NY, USA,
          <year>2000</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Y. S.</given-names>
            <surname>Chan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Ng</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhong.</surname>
          </string-name>
          NUS-PT:
          <article-title>Exploiting Parallel Texts for Word Sense Disambiguation in the English All-Words Tasks</article-title>
          .
          <source>In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval</source>
          <year>2007</year>
          ), Prague, Czech Republic, pages
          <volume>253</volume>
          {
          <fpage>256</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>C.</given-names>
            <surname>Corley</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Mihalcea</surname>
          </string-name>
          .
          <article-title>Measuring the semantic similarity of texts</article-title>
          .
          <source>In Proceedings of the ACL Workshop on Empirical Modeling of Semantic Equivalence and Entailment</source>
          , pages
          <volume>13</volume>
          {
          <fpage>18</fpage>
          ,
          <string-name>
            <surname>Ann</surname>
            <given-names>Arbor</given-names>
          </string-name>
          , Michigan,
          <year>June 2005</year>
          .
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Deerwester</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. T.</given-names>
            <surname>Dumais</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. W.</given-names>
            <surname>Furnas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. K.</given-names>
            <surname>Landauer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Harshman</surname>
          </string-name>
          .
          <article-title>Indexing by latent semantic analysis</article-title>
          .
          <source>Journal of the American Society for Information Science</source>
          ,
          <volume>41</volume>
          :
          <fpage>391</fpage>
          {
          <fpage>407</fpage>
          ,
          <year>1990</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Gonzalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Verdejo</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Chugur</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Cigarran</surname>
          </string-name>
          .
          <article-title>Indexing with WordNet synsets can improve text retrieval</article-title>
          .
          <source>In Proceedings of the COLING/ACL</source>
          , pages
          <volume>38</volume>
          {
          <fpage>44</fpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>P.</given-names>
            <surname>Kanerva</surname>
          </string-name>
          .
          <article-title>Sparse Distributed Memory</article-title>
          . MIT Press,
          <year>1988</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.</given-names>
            <surname>Robertson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zaragoza</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Taylor</surname>
          </string-name>
          .
          <article-title>Simple bm25 extension to multiple weighted elds</article-title>
          .
          <source>In CIKM '04: Proceedings of the thirteenth ACM international conference on Information and knowledge management</source>
          , pages
          <volume>42</volume>
          {
          <fpage>49</fpage>
          , New York, NY, USA,
          <year>2004</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M.</given-names>
            <surname>Sahlgren</surname>
          </string-name>
          . The
          <string-name>
            <surname>Word-Space Model</surname>
          </string-name>
          :
          <article-title>Using distributional analysis to represent syntagmatic and paradigmatic relations between words in high-dimensional vector spaces</article-title>
          .
          <source>PhD thesis</source>
          , Stockholm: Stockholm University, Faculty of Humanities, Department of Linguistics,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>H.</given-names>
            <surname>Schu</surname>
          </string-name>
          <article-title>tze and</article-title>
          <string-name>
            <given-names>J. O.</given-names>
            <surname>Pedersen</surname>
          </string-name>
          .
          <article-title>Information retrieval based on word senses</article-title>
          .
          <source>In In Proceedings of the 4th Annual Symposium on Document Analysis and Information Retrieval</source>
          , pages
          <volume>161</volume>
          {
          <fpage>175</fpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Voorhees</surname>
          </string-name>
          .
          <article-title>WordNet: An Electronic Lexical Database, chapter Using WordNet for text retrieval</article-title>
          , pages
          <volume>285</volume>
          {
          <fpage>304</fpage>
          . Cambridge (Mass.): The MIT Press,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>D.</given-names>
            <surname>Widdows</surname>
          </string-name>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Ferraro. Semantic Vectors</surname>
          </string-name>
          :
          <article-title>A Scalable Open Source Package and Online Technology Management Application</article-title>
          .
          <source>In Proceedings of the 6th International Conference on Language Resources and Evaluation (LREC</source>
          <year>2008</year>
          ),
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>