<!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>Query Expansion using Wikipedia and DBpedia</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nitish Aggarwal</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul Buitelaar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Unit for Natural Language Processing, Digital Enterprise Research Institute, National University of Ireland</institution>
          ,
          <addr-line>Galway</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we describe our query expansion approach submitted for the Semantic Enrichment task in Cultural Heritage in CLEF (CHiC) 2012. Our approach makes use of an external knowledge base such as Wikipedia and DBpedia. It consists of two major steps, concept candidates generation from knowledge bases and the selection of K-best related concepts. For selecting the K-best concepts, we ranked them according to their semantic relatedness with the query. We used Wikipedia-based Explicit Semantic Analysis to calculate the semantic relatedness scores. We evaluate our approach on 25 queries from the CHiC Semantic Enrichment dataset.</p>
      </abstract>
      <kwd-group>
        <kwd>Query Expansion</kwd>
        <kwd>Explicit Semantic Analysis</kwd>
        <kwd>ESA ranking</kwd>
        <kwd>Wikipedia and DBpedia</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        With the enormous amount of information emerging on the Web, the gap
between vocabularies used in indexed documents and user queries has been
increased. To ll this gap, many query expansion methods such as dictionary-based
query expansion [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and knowledge-based [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] query expansion, have been
studied. The query expansion task can be de ned by semantic enrichment of a query
with its semantically related concepts. With these complementary concepts,
additional relevant documents, which may not contain the keywords provided in
that query, can be retrieved. For instance, a given query \Hiroshima"can
retrieve documents where the keyword Hiroshima directly appears but not the
documents, that only contain related concepts such as atomic bomb, Nagasaki
or Etajima.
      </p>
      <p>
        One possible semantic enrichment of a query can be achieved by using the
Wikipedia or DBpedia. Wikipedia is a freely available large knowledge resource
built by a collaborative e ort of voluntary contributors. DBpedia [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] contains
a large ontology describing more than 3.5 millions instances extracted from the
Wikipedia info-boxes. Also, it is connected to several other linked data
repositories on the Semantic Web. Therefore, our approach uses Wikipedia to retrieve
the K-best related concepts to the query. We use Wikipedia and DBpedia to
generate the concept candidates, and then rank them according to the
semantic relatedness score given by the Wikipedia-based Explicit Semantic Analysis
(ESA) [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. ESA is an approach that calculates the semantic relatedness scores
between words or phrases, and uses them to augment ranking functions. Egozi
et. al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] used the ESA to rank the documents. Our approach takes inspiration
from the same to rank all concept candidates.
      </p>
      <p>In this work, we present an approach for semantic enrichment of queries using
Wikipedia, DBpedia, and ESA based ranking. The rest of this paper is organized
as follows: Section 2 describes our approach in detail; Section 3 explains our four
di erent submitted runs for the semantic enrichment task; Section 4 shows the
results; and nally we conclude in Section 5.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Approach</title>
      <p>Our approach consists of two major steps; concept candidates generation from
Wikipedia and DBpedia, and selection of K-best concepts.
2.1</p>
      <sec id="sec-2-1">
        <title>Concept candidate generation</title>
        <p>The concept candidates are the titles of Wikipedia articles, which are relevant
to the given query. To retrieve these concept candidates, we search all of the
Wikipedia articles with the given query, and sort them according to their TFIDF
scores. Among the retrieved articles the N best articles are selected as concept
candidates. Then, we nd all the directly connected Wikipedia articles to the
top ranked article from the N selected candidates, in the DBpedia graph. For
example, for a given query \Hiroshima", we retrieve 260 di erent Wikipedia
articles, such as \Atomic bombings of Hiroshima and Nagasaki", \Mazda Stadium",
and \Nagasaki". With the intuition that the concepts containing similar strings
may not provide the additional relevant documents, we exclude those concept
candidates, which have a low edit distance to the query.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>ESA ranking</title>
        <p>
          ESA attempts to represent the semantics of the given term in the high
distributional semantic space. These semantics are obtained by use of a high dimensional
vector, where each dimension re ects a unique Wikipedia concept. This high
dimensional vector is created by taking the TF-IDF weight of a given term in the
corresponding Wikipedia articles. Semantic relatedness of two given terms can
be obtained by calculating the correlation between two high dimensional vectors
generated by ESA. We used the ESA implementation described in [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
We calculate the ESA relatedness score between the query, and each of the
concept candidates. Then we select the K-best concepts according to their ESA
scores.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiment</title>
      <p>We submitted four di erent runs in the semantic enrichment task at CHiC.
All of these runs are based on the approach described in Section 2. They use
di erent threshold of edit distance to eliminate the concept candidates. The
values of N and K are taken as 20 and 10 respectively. Run1 excludes those
concept candidates, that contain the query string as a substring. For example,
for a given query \Hiroshima", we eliminate all the concept candidates such as
\Hiroshima Prefecture", \Hiroshima Station", and \Hiroshima University", as
they contain \Hiroshima" as a substring. Run2 and run3 exclude those concept
candidates, that have token distance greater than 0.5, and 0.0 respectively. Run4
is the baseline, and does not perform the elimination step.</p>
      <p>Run Type
DERI SE1 CLEF-se(Run1)
DERI SE2 CLEF-se(Run2)
DERI SE3 CLEF-se(Run3)
DERI SE4 CLEF-se(Run4)
All of these runs are evaluated in two di erent phases: manually, and by using
a query expansion experiment with a standard IR system. All of the suggested
concepts are assessed manually for use in an interactive query expansion
environment to check if these suggestions make sense with respect to the original
query. These manual relevance assessment measures are on a three point scale:
de nitely relevant, maybe relevant, and not relevant. Table 1 shows the scores
of weak precision and strong precision. Strong precision is the average precision
over 25 queries of the \de nitely relevant" suggestions, and weak precision is
the average precision of the \de nitely relevant", and \maybe relevant", over all</p>
      <p>In order to evaluate the approach in a query expansion environment, all of
the suggestions are used as additional terms to the query. With these enriched
queries, the results are assessed according to the ad-hoc retrieval standards.
Then, the average precision and recall are calculated. In Table 2, we report the
Mean Average Precision (MAP) of all the runs. Run1 performs the best,
suggesting that concepts may not improve the results over the original query if they
contain the query as a substring. For instance, for a given query \Hiroshima",
the suggestion \Hiroshima University" may not help to nd the relevant
documents, that cannot be found by the query \Hiroshima". Figure 2 shows the
mean interpolated precision scores against di erent recall values, and Figure 1
shows the retrieved documents vs. mean precision, for all of the submitted runs.
5</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion and Future Work</title>
      <p>We presented our approach for query expansion, which includes concept
candidates generation from Wikipedia and DBpedia, and the selection of K-best
concepts according to the ESA scores. The approach reached high precision
according to the manual relevance assessment evaluation, meaning that most of the
suggestions make sense in query expansion. Also, it raises the future direction of
query expansion by using Wikipedia and DBpedia. Therefore, we are planning
to investigate this approach with di erent ranking methods, and by taking more
Wikipedia features, such as Wikipedia link and category structure, into account.</p>
      <sec id="sec-4-1">
        <title>Acknowledgements</title>
        <p>This work is supported in part by the European Union under Grant No. 248458
for the Monnet project and by the Science Foundation Ireland under Grant No.
SFI/08/CE/I1380 (Lion-2).</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aggarwal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Asooja</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buitelaar</surname>
            ,
            <given-names>P.: DERI</given-names>
          </string-name>
          &amp;
          <article-title>UPM: Pushing corpus based relatedness to similarity: Shared task system description</article-title>
          .
          <source>In: SemEval-2012</source>
          , SEM, First Joint Conference on Lexical and
          <string-name>
            <given-names>Computational</given-names>
            <surname>Semantics</surname>
          </string-name>
          , and co-located
          <string-name>
            <surname>with</surname>
            <given-names>NAACL</given-names>
          </string-name>
          , Montreal, Canada (6
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bhogal</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macfarlane</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>A review of ontology based query expansion</article-title>
          .
          <source>Inf. Process. Manage</source>
          .
          <volume>43</volume>
          (
          <issue>4</issue>
          ),
          <volume>866</volume>
          {886 (Jul
          <year>2007</year>
          ), http://dx.doi.org/10.1016/j.ipm.
          <year>2006</year>
          .
          <volume>09</volume>
          .003
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kobilarov</surname>
          </string-name>
          , G.:
          <article-title>Dbpedia.org - querying Wikipedia like a Database</article-title>
          .
          <source>In: Developers track at 16th International World Wide Web Conference (WWW2007)</source>
          , Ban , Canada, May
          <year>2007</year>
          (May
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Buscaldi</surname>
            <given-names>D.</given-names>
          </string-name>
          , Rosso P., S.E.:
          <article-title>A WordNet-based query expansion method for geographical information retrieval</article-title>
          .
          <source>In: CLEF 2005 Working Notes</source>
          . (http://www.clefcampaign.org/2005/working notes/CLEF2005WN-Contents1.htm)
          <fpage>21</fpage>
          -
          <lpage>23</lpage>
          September, Vienna, Austria C. Peters (Ed.) (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Egozi</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Markovitch</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gabrilovich</surname>
          </string-name>
          , E.:
          <article-title>Concept-based information retrieval using explicit semantic analysis</article-title>
          .
          <source>ACM Trans. Inf. Syst</source>
          .
          <volume>29</volume>
          (
          <issue>2</issue>
          ), 8:
          <issue>1</issue>
          {8:
          <fpage>34</fpage>
          (Apr
          <year>2011</year>
          ), http://doi.acm.
          <source>org/10</source>
          .1145/1961209.1961211
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gabrilovich</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Markovitch</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Computing semantic relatedness using Wikipediabased explicit semantic analysis</article-title>
          .
          <source>In: In Proceedings of the 20th International Joint Conference on Arti cial Intelligence</source>
          . pp.
          <volume>1606</volume>
          {
          <issue>1611</issue>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>