<!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>Handling uncertainty in semantic information retrieva l process</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Chkiwa Mounira</string-name>
          <email>m.chkiwa@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jedidi Anis</string-name>
          <email>jedidianis@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Faiez Gargouri</string-name>
          <email>faiez.gargouri@isimsf.rnu.tn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Multimedia, InfoRmation systems and Advanced Computing Laboratory Sfax University</institution>
          ,
          <country country="TN">Tunisia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This position paper proposes a collaboration method between Semantic Web and Fuzzy Logic aiming to handle uncertainty in the informat ion retrieval process in order to cover more relevant items in result of search process. The collaboration method employs OWL ontology in query enhancement, RDF in annotation process and fuzzy rules in ranking enhancement.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>In the information retrieval process, there are returned documents which are relevant
to the query but they focus in addition of query main interest on others additional
topics. To deal with this imprecision we propose to valorize in the ranking process
relevant documents which deal mainly with query themes. Another source of
imprecision in the search process is the user queries; we propose to enhance it in order to
come near the intention of the user. This paper is organized as follows: in the next
section we present our proposition to enhance the query background expression then
we explain how Semantic Web and Fuzzy Logic collaborate to enhance ranking
process. In Section 3, we present some related works and Section 4 concludes the
paper.
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Handling uncertainty by semantic/fuz zy collaboration</title>
      <sec id="sec-2-1">
        <title>The semantic/fuzzy query enhancement</title>
        <p>A main cause of uncertainty in the information retrieval process comes from the
user’s queries. In order to return more relevant results, the information retrieval system
has to indentify the user’s intention behind the query. To do it, we propose to enhance
user queries by adding semantically related terms. In this purpose, we use the Web
Ontology Language OWL and then we employ some fuzzy rules in order to weight up
the query terms importance. In Figure 1, we present our semantic/fuzzy query
enhancement.</p>
        <p>Using OWL to Add the
nearest terms semantically</p>
        <p>Fuzzy
rules
query Q
n terms</p>
        <p>query Q’
n + n/4 terms</p>
        <p>
          Weighted
query Q’’
The Semantic query enhancement passes through the enrichment of the query by new
terms syntactically different but semantically near; the new added terms are not
picked to derive the query meaning but to find terms expressing more the us er
intention. Several works as [
          <xref ref-type="bibr" rid="ref1 ref2 ref3">1- 3</xref>
          ] are proposed to express the semantic similarity between
ontology concepts. After eliminating empty terms from the query, we can reuse the
algorithm presented in [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] to find the semantically nearest term to each query t erm
using OWL ontology. The number of added terms must not be constant; it can derive
the query meaning if it is large or useless if it is few. So we decide that the number of
added terms be proportional to the query length. Hence, we propose to add only n/4
terms having the highest similarity to query terms. Also, we propose that the
information retrieval system is interactive and allows users to highlight certain query terms in
order to reflect their importance. Finally, to weight the query terms, we apply some
fuzzy rules; those rules define the priority of weighting:
─ If a query term is added from the ontology then it will has low weight priority.
─ If a query term is not bold, then it will has a medium weight priority.
─ If a query term is bold then it will has a high weight priority.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>The semantic/fuzzy ranking enhancement</title>
        <p>
          The semantic/fuzzy ranking enhancement aims to manage uncertainty about the
output of classic querying process and to valorize documents focusing specially in the
same user query interests. It aims principally to limit the number of relevant
documents dealing with several topics. The semantic/fuzzy ranking enhancement passes
through two fundamental concepts: the “meta-document” which allows annotating
semantically the collection of documents and the “themes clouds” which enhance the
ranking process based on Fuzzy Logic. The meta-document is introduced in [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] and it
is able to annotate semantically multimedia objects as well as web documents. A
meta-document uses RDF metadata to annotate web resources in a way that ensures its
reusability. The querying process matches the user query with the meta-documents in
order to identify the score relevance of the resources to the query. We define the
“theme cloud” as groups of weighted terms concerning a given theme. Simply, we
collect potential terms representing a given theme to construct a theme cloud. The
terms’ weights express the ability of each term to represent the theme. After running a
usual querying process matching the query and the meta-documents, we get the
relevance score for each annotated resource or document. At this point, the theme clouds
are used to enhance ranking results in the benefit of relevant documents focusing
mainly on query interests. The Figure 2 gives a simple presentation of the structure of
the semantic/fuzzy ranking enhancement:
To run the ranking enhancement, first, we establish the meta-document/theme
weighted links WDT. WDT expresses the potential themes mentioned by the
metadocument. To assign a weight WDT to a meta-document/theme link, we simply sum
the weights of theme terms existing in the meta-document. Then we establish
query/themes weighted links which express the ability of each theme to represent the
query. To assign a weight to a query/theme link, we use the classic similarity measure
between two weighted terms vectors:
   =     ,   =
t
 =1 Wqj ∗ Wtij
t
increase or the decrease Rate R affected to a document Relevance Score RS is based
on the following fuzzy rules:
─ If RS is high or medium and TS is low then R is high
─ If RS is low and TS is low then R is medium
─ If RS is low or medium and TS is high then R is negative
(1)
(2)
4
5
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Conclusion References 3</title>
    </sec>
    <sec id="sec-4">
      <title>Related work</title>
      <p>
        Several approaches considering both uncertainty and the Semantic Web have been
proposed in the information retrieval issue. [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ] propose to fuzzify in different ways
RDF triples, likewise [7, 8] propose to fuzzify OWL ontology statements. A common
point in those works is the use of formal ways to express the assignment of a truth
degree to RDF triples or OWL axioms. In our proposition, numerical membership
values identification is done in background using mathematical deduction without the
need of formal expressions (e.g. weight priority of a query term). Some other works
are near our proposition: [9] shows that it is useful to express a fuzzy proximity
values between terms of a query. By using a fuzzy set of rules [10] shows the usability of
a ranking system based on fuzzy inference. In the query enhancement issue, many
works are proposed [11-12]; our method is characterized by its simplicity and
flexibility.
      </p>
      <p>In this paper we studied two interoperable axes in the information retrieval process:
the Semantic Web and the Fuzzy Logic. We propose to enhance query background
expression and also to enhance ranking process using fuzzy rules. Given that
Numerical inputs of fuzzy rules are deduced from the meta-documents characteristics, it
remains to identify in the short run, the numerical limits to fuzzy sets on which we will
apply the fuzzy rules set. Equally, we plan to extend the current proposition and to
investigate the concept of user profile in order to cover more relevant result
document.
7. Calegari, S. and Ciucc i, D. Fuzzy Ontology, Fuzzy Description Logics and Fuzzy-OWL.</p>
      <p>WILF '07 Proceedings of the 7th internationa l workshop on Fuzzy Logic and Applications:
Applications of Fuzzy Sets The ory Pages 118-126. 2007.
8. Bobillo F., Straccia U. Fuzzy Ontology Representation using OWL 2. Internationa l Journa l
of Approximate Reasoning 52(7):1073-1094, 2011.
9. Beigbeder, M. and Merc ier, A. Application de la logique floue à un modè le de re cherche
d'information basé sur la proximité. In Actes 12th rencontres francophones sur la Logique
Floue et ses Applications. Nantes, France, pp. 231-237. 2004.
10. Rubens, N. The application of Fuzzy Logic to the construction of the ranking function of
information retrieva l systems. Computer Mode ling and New Technologies, Vol.10, No.1,
20-27. 2006.
11. Neda A., Latifur K. and Bhavani T. Optmized ontology-driven query expansion using
map-reduce framework to facilitate federated queries. Comput. Syst. Sci. Eng. 27(2)
(2012)
12. Min S, Il-Yeol S, Xiaohua H, Robert B. Allen. Inte gration of assoc iation rules and
ontologies for semantic query expansion. Data Knowl. Eng. 63(1): 63-75 (2007).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>B. Y.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          , J. and
          <string-name>
            <given-names>Z.</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <source>Semantic Similarity Based Ontology Cache</source>
          . Heidelberg: Springer-Verlag,
          <year>2006</year>
          , pp.
          <fpage>250</fpage>
          -
          <lpage>262</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yang</surname>
          </string-name>
          .
          <article-title>Semantic similarity measure matching between ontology concepts based on heuristic rules</article-title>
          .
          <source>Journal of computer applications</source>
          , vol.
          <volume>27</volume>
          , no.
          <issue>12</issue>
          , pp.
          <fpage>2919</fpage>
          -
          <lpage>2921</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Xiao</given-names>
            <surname>Min</surname>
          </string-name>
          ; Zhong Luo; Xiong Qianxing.
          <source>Semantic Similarity between Concepts Based on OWL Ontologies. 2nd International Workshop on Knowledge Discovery and Data Mining</source>
          ,
          <year>2009</year>
          .
          <article-title>WKDD 2009</article-title>
          . vol., no., pp.
          <volume>749</volume>
          ,
          <issue>752</issue>
          ,
          <fpage>23</fpage>
          -
          <lpage>25</lpage>
          Jan.
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Jedidi</surname>
            <given-names>A</given-names>
          </string-name>
          . «
          <article-title>modélisation générique de documents multimédia par des métadonnées : mécanismes d'annotation et d'interrogation</article-title>
          » Thesis of « Université TOULOUSE III Paul Sabatier »,
          <source>France. July</source>
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Simou</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoilos</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tzouvaras</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamou</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kollias</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <article-title>Storing and Querying Fuzzy Knowledge in the Semantic Web</article-title>
          .
          <source>In Proceedings of the Fourth International Wor kshop on Uncertainty Reasoning for the Semantic Web</source>
          , Karlsruhe, Germany,,
          <year>2008</year>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Mazzieri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>A. F..</given-names>
          </string-name>
          <article-title>A fuzzy semantics for Semantic Web languages</article-title>
          .
          <source>In ISWC-URSW</source>
          , pages
          <fpage>12</fpage>
          -
          <lpage>22</lpage>
          .
          <year>2005</year>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>