<!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>Question Answering Systems Performance Evaluation - To Construct an Effective Conceptual Query Based on Ontologies and WordNet</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Santosh Kumar Ray</string-name>
          <email>santosh@waljatcolleges.edu.om</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shailendra Singh</string-name>
          <email>shailendra.s@samsung.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>B.P.Joshi</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Answer Extraction</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Birla Institute of Technology</institution>
          ,
          <addr-line>Muscat</addr-line>
          ,
          <country country="OM">Oman</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Birla Institute of Technology</institution>
          ,
          <addr-line>Noida</addr-line>
          <country country="IN">India</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Samsung India Software Center</institution>
          ,
          <addr-line>Noida</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Question Answering Systems play a significant role to retrieve exact answers for user's specific questions. In answer retrieval process, they employ query expansion methods which play a major role to expand scope of original questions in correct sense. In this paper, we have carried out an extensive survey of few popular web-based open domain Question Answering Systems and critically evaluated their performances on a set of 300 questions from 30 different domains collected from standard resources including TREC to conclude our results. On the basis of findings, we have suggested an efficient query expansion framework that uses multiple ontologies retrieved from semantic web search engine such as Swoogle and combines them with WordNet to disambiguate the context. The proposed approach successfully constructs a conceptual query for user's questions to retrieve relevant answers. We have experimented on a set of 300 questions to judge the effectiveness of the proposed approach.</p>
      </abstract>
      <kwd-group>
        <kwd>Question Answering System</kwd>
        <kwd>Ontology</kwd>
        <kwd>Swoogle</kwd>
        <kwd>Query expansion</kwd>
        <kwd>Performance Evaluation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <sec id="sec-1-1">
        <title>Queries</title>
      </sec>
      <sec id="sec-1-2">
        <title>Modified</title>
      </sec>
      <sec id="sec-1-3">
        <title>Retrieved documents</title>
      </sec>
      <sec id="sec-1-4">
        <title>Searching</title>
      </sec>
      <sec id="sec-1-5">
        <title>Relevant Portion</title>
        <p>within
a document</p>
      </sec>
      <sec id="sec-1-6">
        <title>Re-ranked retrieved documents</title>
        <p>
          A typical Question Answering System, as shown in Fig. 1, takes user’s question in some natural
language as an input. This question is then optionally modified using some query modification
technique (also called query expansion) and output of this modification process is a set of queries
similar in meaning to the original question. These modified questions are fed into knowledge repository
which may be either predefined corpus as in START [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ], or entire World Wide Web as in AnswerBus
[
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], and Inferret [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. Documents containing answers of the user query or modified queries are retrieved
from the knowledge repository and re-ranked based on their relevance to the user query. Finally the
most relevant portions of the predefined number of documents along with links are presented as
answers to the user’s question.
        </p>
        <p>
          In this paper, we are performing comparative analysis of some popular web-based open-domain
Question Answering Systems using a corpus of 300 questions as described in TREC [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ], world fact
book 2008 [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ], Worldbook [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ], and other standard sources. We observed that for web-based open
domain Question Answering Systems, one or two ontologies are not sufficient to identify the correct
sense of the words. Therefore, we are using multiple ontologies and combining them with WordNet
[
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] to disambiguate and identify the correct senses of the concepts in the user query. At present, it is
very difficult to find the suitable set of ontologies. There are few semantic web search engines
available on World Wide Web such as Swoogle [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], OntoSearch [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ], AKTiveRank [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], OntoClean [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ],
and OntoKhoj [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] which are maintaining repositories for a large number of domain ontologies. We are
using Swoogle as Ontology database for our query expansion method because Swoogle is having the
largest number of ontologies and updates its ontology base periodically.
        </p>
        <p>This paper is organized as follows: section 2 provides details of Question Answering Systems and
ontologies related work. In section 3, we explain the proposed method of comparative analysis to
evaluate performance of selected Question Answering Systems and performance of these Question
Answering Systems based on the proposed method. In section 4, we explain the proposed method for
query expansion using multiple ontologies and WordNet. We have shown our observations and results
in section 5. In the last section, we have stated our conclusion and future directions to build an
Intelligent Question Answering System.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2 Question Answering System Related Work</title>
      <p>
        There are number of Question Answering Systems like START [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], AnswerBus [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], BrainBoost [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ],
PowerAnswer [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], Inferret [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], and Yahoo Answering System [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] etc. running on Web to fulfill user
needs. One important factor for Question Answering Systems is to judge the correctness of retrieved
answers against questions fed by the user. TREC [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] adopted a method to judge the correctness of the
answers which has been accepted widely by several Question Answering Systems. Evaluation in TREC
is essentially based on the F-measure to assess the quality of response in terms of precision and recall.
There are several inherent requirements to compute F-measure, as discussed in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], that makes the
TREC method inappropriate for evaluations of domain-independent Question Answering Systems. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]
has done an extensive useful research for the evaluation of Question Answering Systems but their
experiment didn’t include Question Answering Systems based on statistical approaches. Also, there has
been no consideration to the user’s ease of answer interpretation in available literature.
      </p>
      <p>
        Use of ontologies for query expansion has become popular in recent years. However more focus has
been given on the use of single domain ontology while use of multiple ontologies is quite rare. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] has
combined Web ontology and WordNet together. However focus of their work is to create web
document representation rather than query expansion. In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], WordNet is used for word sense
disambiguation. However, they have shown a small improvement in word sense disambiguation by
combining WordNet with Google. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] has used multiple ontologies for query expansion. However,
their experiments are using limited number of ontologies. In contrast, our proposed approach is using
multiple ontologies accessed from Swoogle which dynamically includes the ever increasing ontologies
on the semantic web. Further, they have not included WordNet for their query expansion method. Our
proposed system is similar to system discussed in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] that uses ontologies pool obtained from Swoogle
and other lexical resources such as WordNet. The aim of their system is to find all possible keyword
sense using ontology pool. On the other hand, our system aims to find only those senses of keywords
that are closer to the domain of the other keywords existing in the user question. Keeping in view the
time complexity and large resources provided by Swoogle, we have limited ourselves to Swoogle for
searching of ontologies.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3 Performance Evaluation of Web-based Question Answering Systems</title>
      <p>Question Answering System analysis needs inception of an evaluation approach to provide a fair
opinion about each Question Answering System and about its performance. To carry out performance
evaluation, we have done exhaustive search for Question Answering Systems available on World Wide
Web using Google and selected top five systems like START, AnswerBus, PowerAnswer, BrainBoost,
and Inferret based on their working methods so that the analysis can cover each possible approaches
used by Question Answering Systems. None of these Question Answering Systems are supposed to be
specialized in any particular domain and hence domain specific bias has been avoided. We carried out
our survey in two components: Question Collection and Answer Evaluation. The detailed description
of each component is given below.</p>
      <sec id="sec-3-1">
        <title>3.1 Question Collection</title>
        <p>
          In Question Answering System performance analysis, the selection of Question Set draws major
attention. We tried to avoid any bias in the evaluation while preparing the Question Set for evaluation
of Question Answering Systems. We have chosen a set of 300 questions from 30 different domains and
categorized into six groups: Factoid Questions, List Questions, Contextual Questions, Textual Image
Retrieval Questions, Biographical Questions, and Other Complex Questions as described in [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
We have collected as many as possible questions of different formats from each of the question types.
This set of questions includes all types of wh-questions, number (How many), and non-wh-questions
(starting with verbs, auxiliary verb). We also ensured that all the questions in our collection have
definite answer(s) in top 10 documents returned by Google.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2 Answer Evaluation</title>
        <p>The evaluation criteria do a major job in the completeness of performance analysis. We have divided
all the domains into 10 groups and each group is having 3 domains. We came up with evaluation
strategy, in which each group will be evaluated by two persons so that correctness of the answers of the
questions could be judged properly. We feed each question in listed Question Answering Systems and
analyze retrieved answers. The evaluation is performed in two phases. In the first phase of evaluation,
we identify whether Question Answering Systems are able to retrieve answers of the asked questions or
not and judge the quality of retrieved answers using carefully chosen 11 criteria as shown in table 1.
These criteria are based on two parameters which are as follows:
 How easily answers are available to the user?
 How easily they are understood by an average user?</p>
        <p>
          To measure criteria’s importance, we introduce a weighted scheme where weight can be assigned
from [
          <xref ref-type="bibr" rid="ref1">0-1</xref>
          ] with an interval difference of 0.1. The weight 0 shows non-retrieval of answers while weight
1 shows that retrieved answers are highly relevant and higher weight was assigned in case of conflict as
shown in table 1.
        </p>
        <p>In the second phase of evaluation, modified form of the same set of questions were asked from
Question Answering Systems. We have modified original questions using Changing keywords
positions, Word Substitution, Changing the voice, Sentence formatting, Expansion/Contraction of
acronyms, and Factual Rephrasing. The aim of the modification of the question was to test whether or
not the Question Answering Systems were able to answer the rephrased questions as different users
generally use varied format to ask the same thing. Since these questions were already answered by
them in the first phase of evaluation, it is obvious that answers of these questions were already present
in the knowledge base of the Question Answering Systems.</p>
        <p>Correct answer displayed on one of the link but it requires small interpretation. (e.g.
interpreting proper nouns)
Correct answer in expected format found in the first paragraph of the web page pointed by
one of the top five links
Correct answer in expected format found in the first paragraph of the web page pointed by
one of the next top 5 links
Correct answer in expected format in one of the documents pointed by any of the top 10
links and the document requires careful study
Correct answer in expected format found in the first paragraph of the web page pointed by
one of the links ranking 11 and more
Correct answer found in one of the links with depth 2 or more than 2
Answer found in first paragraph of web pages pointed by one of the links ranking 1-10
but finding answers require some manual interpretation of sentences
Answer found in web pages pointed by one of the links ranking 1-10 but finding answers
require some manual interpretation of sentences
Correct answer in expected format found in the first paragraph of the web pages pointed
by one of the links ranking 11 and more and finding answers require some manual
interpretation of sentences
No answer at all
Wt
The results of the first phase of evaluation are shown in column 2 of table 2 where the highest
percentage match of correct answers is retrieved by Inferret which uses statistical approaches to
retrieve answers. These results show that recall is more important than precision in the case of very
large corpus like World Wide Web. AnswerBus and PowerAnswer have performed consistently well in
TREC evaluations because of sophisticated NLP techniques for query and document processing. In
case of large knowledge repository like World Wide Web, overall performance of the Question
Answering System is influenced more by recall than by precision. This explains the lower performance
of NLP-based Question Answering Systems such as PowerAnswer as compared to Inferret. Still their
performance is much higher than BrainBoost and START mainly due to two factors: Using World
Wide Web as knowledge repository and very sophisticated processing of the retrieved documents
resulting into the high precision. The BrainBoost is on 4th position because it first tries to find the
answer from the set of similar questions prepared by answers.com and it searches the web up to a
certain degree. START retrieves the lowest percentage match of correct answers because it does not
perform search on the entire web rather searches in its own created knowledge database. The next
important question is judging the quality of retrieved answers. Are Question Answering Systems able
to retrieve correct answers in a simple manner? Therefore, we performed evaluation of the answers in
terms of quality using criteria’s discussed in section 3.2. In table 2, N1 represents the no. of retrieved
answers which are having weight 1.0 while P shows the precision value of answers having weight 1.0
out of total number of correct answers (N).</p>
        <p>In table 3, we show that the quality of correct answers retrieved by START is highest. START is
having 139 correct answers of weight 1.0 (out of 144 correct answers) while Inferret is on the bottom
because quality of answers was not appreciated by the user. We also classified the retrieved answers,
based on the weighted scheme, into three categories that is good, average, and poor to get a better
picture of each Question Answering Systems’ performance. We consider an answer with score 1-0.8 as
“good”, from 0.7-0.5 as “average” , and “poor” (less than 0.5) as shown in table 3.</p>
        <p>In the second phase of evaluation, we have modified 300 original questions and retrieved results. We
found a steep degradation in the retrieval of correct answers. In table 4, we show the correct retrieval
data for each Question Answering System when the user asked the same question in a different format.
We are calculating decline in recall percentage using following formula:</p>
        <p>F = (N-N2)*100 / N .</p>
        <p>(1)
where N2 represents the number of correct answers retrieved for modified questions. Table 4 shows that
that BrainBoost is very sensitive in the identification of questions and very much dependent on
question language while Inferret shows the lowest decline which can be mainly attributed to its
efficient usage of large corpus like World Wide Web.</p>
        <p>The results of table 2, table 3, and table 4 clearly prove the inefficiency of the existing Question
Answering Systems in question interpretation and retrieval of correct answers. Their retrieval of correct
answers is very much dependent on “question form” and not on the meaning of the question. We are
20
18
16
14
12
10
8
6
4
2
0</p>
        <p>START
AnswerBus
BrainBoost
PowerAnswer
Inferret
showing this in fig. 2 by considering 20 questions which are modified by changing parameters
discussed in section 3.2 for each Question Answering Systems. In case of changing keyword positions,
AnswerBus and Inferret were remained mostly unaffected with a retrieval result of result of 80% and
85% while performance of START, BrainBoost, PowerAnswer went down drastically with a retrieval
result of 50%, 45%, and 60% respectively. This is very much obvious in the given example question
like "How far is the Mars from the Sun?" where the question is answered by BrainBoost but it failed to
answer the modified question like "How far is the Sun from the Mars?”. Even very sophisticated
Question Answering Systems like START and PowerAnswer were affected by this kind of question
modification.</p>
        <p>Changing
keyword
positions</p>
        <p>Word Sentence Factual
substitution formatting rephrasing</p>
        <p>In case of factual rephrasing, we observed a sudden decline in the performance of each Question
Answering System. Their performance went down from 30% to 55% with Inferret and START
respectively. These modifications imply about the reasoning capabilities of Question Answering
Systems, as the question "How far is the Mars from the Earth?" was modified into “How far is the Mars
from our planet?” with the hope that Question Answering System will modify “our planet” with
“Earth”. With these observations, this is very much clear that existing Question Answering Systems
need an efficient methodology to interpret asked question using discussed parameters to improve user
satisfaction.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Multiple Ontologies and WordNet Based Query Expansion Methodology</title>
      <p>Ontologies and WordNet are having rich information about domains and semantic relations between
concepts. Query expansion methods based on only selected relations in WordNet have resulted into
degradation of Question Answering Systems’ performance. On the other hand, if we use all the
relations in WordNet in an uncontrolled manner then we get more number of semantically related
words which forms a large number of modified queries against user’s single question. So, this method
is not viable because of the requirement of more computational resources.</p>
      <p>We are proposing multiple ontologies and WordNet based query expansion method. This method
takes user question as an input and extracts key concepts from the question and then automatically
finds the most relevant senses for key concepts of the question using WordNet. To disambiguate the
correct sense, the method uses multiple domain ontologies retrieved from Swoogle semantic search
engine. When key concept(s) from the user’s question is fed into Swoogle then it returns ontology
classes describing the concept(s). In the proposed method, we compute semantic distance of the key
concepts from retrieved ontology class, super class, and its subclasses and consider the class with the
lowest semantic distance for the further processing. The complete proposed algorithm is given as
follows:</p>
      <sec id="sec-4-1">
        <title>Algorithm: Query_Expansion_MultipleOntologies Input: User’s Question considered as Query (Q)</title>
      </sec>
      <sec id="sec-4-2">
        <title>Output: Expanded query (QE)</title>
        <p>Step 1: Let T be a set of quadruples and defined as T=&lt;C, O, W, R&gt;, where C denotes concept in
user’s question, O represents ontology for the concept C, W represents weight of an ontology O, and R
represents one of the semantic relations retrieved from WordNet. Initially, T is empty.
Step 2: User enters a query Q.</p>
        <p>Step 3: Extract key concepts C1, C2 ...Ck from Q.</p>
        <p>Step 4: User assigns W1, W2 ... Wk weights to the concepts C1, C2 ...Ck on the scale of 1-10. The
concepts with higher weights are considered as important concepts.</p>
        <p>Step 5: Search Swoogle for the combination of concepts using term dropping strategy. Query for the
Swoogle is fed into Conjunctive Normal Form. All ontologies describing a concept combination are put
into one group. Let us assume ‘n’ ontology groups defined as OG1, OG2, ...., OGn.</p>
        <p>Step 6: Let WNc1, WNc2,…,WNck be the domain set in WordNet for concepts C1,C2 ..Ck. .Elements in
WNci are denoted by couple (S, R) where S is synonymous set for concept Ci and R is relation in
WordNet that connects Ci to S.</p>
        <p>Step 7: for (i=n; i&gt;0; i--) do following for each ontology of OGi group.</p>
        <p>T= T  (&lt;C1, x, WOGi, R1&gt;, x(Oij  WNc1) )  (&lt;C2, x, WOGi, R2 &gt;, x(Oij  WNc2)) … (&lt;Ck,
x, WOGi, Rk&gt;, x(Oij  WNck)) (where Oij is jth ontologies of ontology group OGi )
Step 8: If T is empty for each Ci add one sense from all relations available in WordNet to T. We select
most frequently occurring sense of the word and assign zero weight to the ontologies.
Step 9: QE= (C1 OR O11 OR O12…OR O1m) AND (C2 OR O21 OR O22…OR O2n) AND …….(Ck OR Ok1
OR Ok2…OR Okr) where Oij is the common ontology for concept Ci found in previous steps.</p>
        <p>We explain proposed algorithm with the help of an example. Let us consider a query in the form of
question i.e. “What is Jupiter's atmosphere made of?". The key concepts found in this question are
written as C1 = “Jupiter”, C2 = “atmosphere”, and C3 = “made”. The key concepts in the question are
obtained by removing the wh-words and the stop words. Our system analyses the question and derives
the expected answer type before actual removing of the wh-words and the stop words takes place. The
key concepts are then presented to the user and the user assigns weights to each concept as W1= 9,
W2=9, W3=3 respectively. We do start searching of relevant ontologies from Swoogle using term
dropping strategy. For the example query, the search strings are “Jupiter AND atmosphere AND
made”, “Jupiter AND (atmosphere OR made)” , “(Jupiter OR made) AND atmosphere” , “(Jupiter OR
atmosphere) AND made” , “Jupiter”, “atmosphere”, and “made”. Swoogle provides many advanced
meta-tags for specific searches. We are using meta-tag called “desc: term1” to retrieve ontologies
which are having “term1” in the description of the document, generally in the annotations. We are
passing queries to Swoogle in Conjunctive Normal Form to retrieve ontologies which are relating given
concepts in some meaningful way. Swoogle uses “AND” as a default logical operator. In step 7, we
find common concepts between ontology group and WordNet group like in 5th query, concept planet is
common in both OG5 and WNJupiter. Hence quadruple for this query will be &lt; Jupiter, Planet, 9,
hypernym&gt; and will be added in T. We do step 7 and step 8 for all queries and get final set T =
{&lt;atmosphere, air, 18, synonym&gt; &lt;Jupiter, Planetary Object, 18, hypernym&gt;, &lt;Jupiter, Planet, 9,
hypernym &gt; &lt;atmosphere, weather, 9, hypernym&gt;, &lt;make, constitute, 9, synonym&gt;}. Therefore, final
expanded query is defined as QE = [(Jupiter OR Planet OR Planetary Object) AND (atmosphere OR air
OR weather) AND (make OR constitute)]. In the next section, we will run our proposed algorithm for
large number of questions and will also compare results with existing Question Answering Systems.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5 Query Expansion Results</title>
      <p>To judge the accuracy of proposed query expansion method, we have considered a set of 300 questions
collected from standard sources like TREC etc. (same set as discussed in Sec 1) which are covering
almost 30 different domains. We are representing top 20 questions and their corresponding expanded
queries in table 5.
(Jupiter OR Planet OR Planetary Object) AND ( atmosphere OR air
OR weather) AND ( make OR constitute)
( reason OR cause ) ( sky OR rainbow OR cloud OR lightning)
AND ( blue OR sky-blue) AND color
planet AND ( least OR smallest OR minimum) AND surface AND
(acraeapital OR “state capital” OR means OR Centre OR “Graphic
symbol”) AND Susquehanna AND river
(far OR distant) AND (Mars OR “Red Planet”) AND our AND
(Planet OR “terrestrial planet”)
(famous OR celebrated OR known OR notable) AND ( invention OR
creativity OR creativeness OR “creative thinking” OR “ creating by
mental act”) AND ( Marconi OR Guglielmo Marconi)
(“Life Expectancy” OR “Life Expectancy at Birth” ) AND average
AND woman AND ( Nigeria OR Lagos OR Zaria OR “Yerwa
Maiduguri” OR Niger OR Africa )
( Countries OR country OR land) AND ( border OR “has border” OR
“borders on”) AND( India OR Indian)
( deepest OR deep) AND ( sea OR Ocean)
(continent OR subcontinent OR landmass OR Asian OR African)
AND ( India OR Indian)
(state OR province) AND ( longest OR long OR length) AND
coastline AND Atlantic AND Ocean
Fraction AND (Ozone OR “Ozone layer” OR stratosphere Or
oxygen) AND layer AND depleted
Year AND ( Beethoven OR Ludwig van Beethoven OR music OR
composer) AND( born OR “born in”)
Composer And ( opera OR “comic opera” OR “opera bouffe” OR
bouffe OR “opera comique” ) AND semiramide
(music OR Bach) AND (Debussy OR Claude Debussey, Claude
Achille Debussy) AND (composed OR compose OR composer OR
“composed for ” OR “ is composed of” OR “ composed for” OR “
music composed by”)
Year AND (“Arundhati Roy” OR Arundhati) AND ( get OR receive)
AND Booker AND( prize OR award)
(Seventh OR 7th ) AND president AND (India OR Indian)</p>
      <sec id="sec-5-1">
        <title>Indian AND (state OR province) AND highest AND (“life</title>
        <p>expectancy” OR “ life expectancy at birth”)
(Taiwan OR Taiwanese OR Taipei OR “South China sea”) AND (
flag OR “national flag”) AND ( look OR appear) AND (like OR
“likes of”)
Famous AND communist AND leader AND (died OR “died in year”
OR death) AND Mexico AND ( city OR Leon OR “Acapulco de</p>
        <p>Juarez” OR Tepic OR Culiacan OR Matamoros OR “Tuxtla</p>
        <p>We fed 300 original questions and their expanded queries in Google separately and evaluated top 10
retrieved results for each original question as well as for each expanded query. With the set of original
questions, we find satisfactory answers for 258 out of 300 questions while with the set of expanded
queries satisfactory answers retrieved for 276 out of 300 questions. The proposed approach has
retrieved 92% answers correctly which is an overall improvement of about 8% in comparison with
answers retrieved for existing set of original questions.</p>
        <p>To measure the performance of proposed approach, we have experimented with some existing
popular web-based automatic Question Answering Systems like START, AnswerBus, BrainBoost, and
Inferret. We reformulated expanded queries as per the Question Answering System specific format and
fed them in all Question Answering Systems. The overall performance of each Question Answering
System shows a significant increase in retrieving correct answers. The performance bar chart has been
shown in figure 3 where BrainBoost and Inferret indicate an improvement of 25%, START exhibits an
improvement of 33% while AnswerBus records maximum improvement of 44%. The overall average
improvement is 31.75% on Question Answering Systems which is very significant as these systems are
already using very sophisticated information retrieval techniques to retrieve correct answers. On the
basis of experimented results, we can say that proposed approach is working reasonably quite well.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6 Conclusion and Future Direction</title>
      <p>
        In this paper, we have evaluated the performance of START [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], AnswerBus [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], BrainBoost [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ],
PowerAnswer [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], and Inferret [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] open domain based Question Answering Systems. We have
observed that Natural Language Processing (NLP) plays an important role in improving the quality of
retrieved answers and their presentations. Very high quality of the answers retrieved by sophisticated
Question Answering Systems such as START reflects that annotation of retrieved documents positively
affect the quality of answers. While other Question Answering Systems based on NLP techniques such
as PowerAnswer shows relatively higher percentage of good answers compared to statistical approach
based Inferret. We found that Inferret is performing quite well even when questions are modified. This
suggests that questions posed by user may match with different vocabularies used for World Wide Web
content. Therefore, the designing of future open domain Question Answering Systems must be efficient
to handle different forms of original questions.
      </p>
      <p>Further, we have presented that how semantic web and WordNet can be effectively utilized for
World Wide Web based Question Answering Systems. We have concluded on the basis of
experimented results that combination of semantic web with vast and exhaustive lexical resources like
WordNet can greatly improve the performance of the Question Answering Systems. We have proposed
query expansion framework using ontologies and WordNet to expand the original question’s scope
conceptually. Similarly, this can be extended for other phases of Question Answering System. In
future, we are intending to develop an efficient content based Question Answering System using
ontologies and WordNet.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>[1] AnswerBus, Question Answering System, website: http://answerbus.com</mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Alani</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brewster</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shadbolt</surname>
          </string-name>
          , N.:
          <article-title>Ranking ontologies with AKTiveRank</article-title>
          .
          <source>In: 5th International Semantic Web Conference (ISWC</source>
          <year>2006</year>
          ). LNCS, vol.
          <volume>4273</volume>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          , Springer-Verlag (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>[3] BrainBoost, Question Answering System, website: http://www.answers.com/bb/</mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Dey</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rai</surname>
            <given-names>R.</given-names>
          </string-name>
          , Gupta S.:
          <article-title>Ontology Aided Query Expansion for Retrieving Relevant Texts</article-title>
          .
          <source>In Advances in Web Intelligence, LNCS</source>
          , vol.
          <volume>3528</volume>
          , pp.
          <fpage>126</fpage>
          -
          <lpage>132</lpage>
          , Springer, Heidelberg (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Ding</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finin</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cost</surname>
            ,
            <given-names>R. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peng</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reddivari</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doshi</surname>
            ,
            <given-names>V. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sachs</surname>
          </string-name>
          , J.:
          <article-title>Swoogle: A semantic web search and metadata engine</article-title>
          .
          <source>In Proc. 13th ACM Conf. on Information and Knowledge Management</source>
          , (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Espinoza</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trillo</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gracia</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mena</surname>
          </string-name>
          , E.:
          <article-title>Discovering and Merging Keyword Senses using Ontology Matching</article-title>
          .
          <source>In 1st International Workshop on Ontology Matching at ISWC-2006</source>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>G. O.</given-names>
            <surname>Sing</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ardil</surname>
          </string-name>
          , W. wong, and S. Sahib, “
          <article-title>Response Quality Evaluation in Hetrogeneous Question Answering System: A Black Box Approach”</article-title>
          ,
          <source>In Proceedings of World Academy of Science</source>
          , Engineering and Technology Vol.
          <volume>9</volume>
          , ISSN 1307-6884 ,
          <string-name>
            <surname>NOVEMBER</surname>
          </string-name>
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Guarino</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Welty</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>An Overview of OntoClean</article-title>
          . In Handbook on Ontologies, Springer pp.
          <fpage>151</fpage>
          -
          <lpage>172</lpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Inferret</surname>
          </string-name>
          , Question Answering System, website:http://asked.jp
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Ioannis</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klapaftis</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manandhar</surname>
            <given-names>S.</given-names>
          </string-name>
          : Google &amp;
          <article-title>WordNet based Word Sense Disambiguation</article-title>
          .
          <source>In Proceedings of the 22nd ICML Workshop on Learning &amp; Extending Ontologies</source>
          , Bonn, Germany (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lin</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Katz</surname>
          </string-name>
          , “
          <article-title>Building a Reusable Test Collection for Question Answering”</article-title>
          ,
          <source>Journal of the American Society for Information Science and Technology</source>
          ,
          <year>2006</year>
          , pp.
          <volume>57</volume>
          (
          <issue>7</issue>
          ):
          <fpage>851</fpage>
          -
          <lpage>861</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lin</surname>
          </string-name>
          , and
          <string-name>
            <surname>D.</surname>
          </string-name>
          Demner-Fushman, “
          <article-title>Methods for Automatically Evaluating Answers to Complex Questions”</article-title>
          ,
          <source>Information Retrieval</source>
          ,
          <volume>9</volume>
          (
          <issue>5</issue>
          ),
          <year>2006</year>
          , pp.
          <fpage>565</fpage>
          -
          <lpage>587</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Supekar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Park</surname>
          </string-name>
          , E.:
          <article-title>OntoKhoj: A semantic web portal for ontology searching, ranking and classification</article-title>
          .
          <source>In: Proceedings of the Workshop on Web Information and Data Management</source>
          , pp
          <fpage>58</fpage>
          -
          <lpage>61</lpage>
          ,ACM Press (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <article-title>PowerAnswer Question answering System</article-title>
          , website:http://www.languagecomputer.com
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Sabrina</surname>
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosni</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Enyakong</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Extending ontology tree using NLP techniques</article-title>
          .
          <source>Proceedings of National Conference on Research &amp; Development in Computer Science REDECS</source>
          <year>2001</year>
          , Selangor, Malaysia, (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>START</given-names>
            <surname>Question Answering</surname>
          </string-name>
          <string-name>
            <surname>System</surname>
          </string-name>
          , website:http://start.csail.mit.edu.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>[17] Text Retrieval Conference, http://trec.nist.gov</mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>[18] WordNet, website:http://wordnet.princton.edu</mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Yahoo</surname>
          </string-name>
          ! Question Answering System, website:http://answers.yahoo.com/
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasconcelos</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sleeman</surname>
          </string-name>
          . D.:
          <article-title>Ontosearch: An ontology search engine</article-title>
          .
          <source>In Proc. 24th SGAI Int. Conf. on Innovative Techniques and Applications of Artificial Intelligence</source>
          , Cambridge, UK,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>[21] CIA the world Factbook, website: https://www.cia.gov/library/publications/the-world-factbook/</mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>[22] The World Book, Website: www.worldbook.com/</mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>