<!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>Why-type Question classification in Question Answering System</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Manvi Breja</string-name>
          <email>manvi.breja@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sanjay Kumar Jain</string-name>
          <email>skj_nith@yahoo.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>National Institute of Technology</institution>
          ,
          <addr-line>Kurukshetra, Kurukshetra, Haryana</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>The fundamental requisite to acquire information on any topic has become increasingly important. The need for Question Answering Systems (QAS) prevalent nowadays, replacing the traditional search engines stems from the user requirement for the most accurate answer to any question or query. Thus, interpreting the information need of the users is quite crucial for designing and developing a question answering system. Question classification is an important component in question answering systems that helps to determine the type of question and its corresponding type of answer. In this paper, we present a new way of classifying Why-type questions, aimed at understanding a questioner's intent. Our taxonomy classifies Why-type questions into four separate categories. In addition, to automatically detect the categories of these questions by a parser, we differentiate them at lexical level.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Information systems → Question answering;</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        The rapid advancement of Web has allowed the researchers to store
information on a wide variety of topics. Search engines [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] return
a relevant list of web pages, according to the user’s need. But
finding the most appropriate and precise answer for a given question,
has motivated the development of Question Answering Systems.
These days, QA becomes a researched topic in the field of NLP
and IR. Question answering System [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] is an information retrieval
system that automatically generates an accurate answer of a
natural language question. Questions elicit information in the form
of answers. The answer to the questions depends on the types of
questions. In English language, there are several types of questions
starting with word what, when, who, where, why, how, etc.
Questions beginning with what, when, who and where are factoid type
questions [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and can be answered in a single phrase or sentence.
Whereas, questions starting with why and how belong to
nonfactoid questions. Such type of questions are complex and involve
variations in their answers. Why-type questions require reasoning
and explanations in their answers and how-type questions involve
procedures/manners which vary among individuals. Their answers
range from a sentence to a paragraph or even a whole document.
Though past studies addressed the issue of question classification
for various questions starting with what, when, where, etc., few
of them have addressed the classification of Why-type questions.
As an attempt to understand the questioner’s intent in the
whyquestion asked on QASs, we propose a classification of why-type
questions which plays an important role in the development of
QASs. We begin the analysis of 1000 why-questions, randomly
sampled from the QA sites and from the datasets available on the Web.
With the analysis, we propose a classification with four categories
(1) Informational Why-questions, (2) Historical Why- questions, (3)
Contextual/Situational Why-questions, and (4) Opinionated
Whyquestions. To enable the automatic detection of these four types of
questions by a parser [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], we discussed the features that differentiate
them and helps them to be recognized.
      </p>
      <p>Our proposed taxonomy can serve as a crucial step in the
development of Why-type QAS: first, by automatically differentiating
questions, it can help us decide the knowledge source to be referred
to find an answer, secondly it can help determine the expected
answer type of a question.</p>
      <p>The rest of this paper is organized as follows: In section 2, we
give a brief overview on QA systems. In section 3, we discuss the
motivation for carrying out research in why-QA. Section 4 discusses
the related work on question classification. Section 5 describes the
research issues faced in why-QA. Section 6 introduces the research
objectives. Section 7 describes the methodology used in research.
Section 8 describes the procedure of data collection to carry out
research, Section 9 discusses the proposed classification of
whyquestions and their distinguished features analysis. Finally, Section
10 concludes our work with future plans.
2</p>
    </sec>
    <sec id="sec-3">
      <title>QUESTION ANSWERING SYSTEM</title>
      <p>Question answering systems answer the questions asked in natural
language. They use information retrieval and natural language
processing techniques to find an appropriate answer. The architecture
of QAS includes four modules namely, question processing,
document retrieval, answer extractor, and answer re-ranker as illustrated
in Figure 1.</p>
      <p>
        Question processing module performs activities (1) question
classification, and (2) question reformulation. The question
classification is an important module of QAS as it affects the subsequent
answer extraction module, and hence determines the accuracy and
performance of QAS. Question classification accurately assign a
label to a question and categorize it into one of the predefined
classes. This further helps in predicting the answer type for the
given question [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]. The question reformulation module
reformulates a question (Q) into a new question (Q’) by adding appropriate
terms, deleting punctuation marks, and thus, highlighting the
information needs of a user. After question processing, document
retrieval module of a QAS returns a ranked list of relevant
documents in response to a reformulated question. A document is
considered to be relevant if its contents are relevant to the answer
and fulfills the needs of the user. The retrieval of appropriate
documents is important in QASs as it searches for correct answers
from those documents. The answer extractor module extracts a
candidate set of answers from the documents, that matches with
answer types given by the question classification module. The
answer re-ranker module ranks the obtained answer candidates using
various techniques and returns the highest scored answer to the
user.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>MOTIVATION</title>
      <p>
        Many researchers have carried work on different modules of
question answering system. According to Moldovan [
        <xref ref-type="bibr" rid="ref27 ref9">9, 27</xref>
        ], the accuracy
of QAS is dependent on the question classification module. If the
questions are properly classified, it will result in the extraction
of the accurate answer. The questions beginning with why and
how are very complex, and it is very difficult to extract one
accurate answer to such questions. Whereas, the questions beginning
with what, where, who, which etc. are simple and can be answered
by named entity tagging. Very less question answering systems
deal with why-type questions because their answers are complex
and differ from one user to another, depending on the context
in which it is asked. Therefore, extracting one answer to a
whyquestion is one of the research area in the field of IR. However many
researches have been carried out on classification of What-type
questions [
        <xref ref-type="bibr" rid="ref10 ref11 ref18 ref24 ref41">10, 11, 18, 24, 41</xref>
        ] questions posted on social networking
sites [
        <xref ref-type="bibr" rid="ref14 ref19 ref20 ref21 ref22 ref7">7, 14, 19–22</xref>
        ], questions asked in Community QAS [
        <xref ref-type="bibr" rid="ref17 ref4 ref40">4, 17, 40</xref>
        ],
etc., but less work has been done to classify why-type questions
[
        <xref ref-type="bibr" rid="ref12 ref22 ref31 ref34 ref35 ref37 ref38">12, 22, 31, 34, 35, 37, 38</xref>
        ] and How-type questions [
        <xref ref-type="bibr" rid="ref23 ref3">3, 23</xref>
        ]. Extracting
one unique answer to a Why-type question is an open research
challenge in Question Answering community. Thus, we aim to work
on Why-type questions, so that it can contribute the development
of QAS dealing with all types of questions. Question classification
is a crucial component of modern QAS. It classifies questions into
several semantic categories which further determines the expected
semantic type of their answers. The semantic category helps to filter
out irrelevant answer candidates, and determine the one accurate
answer.
4
      </p>
    </sec>
    <sec id="sec-5">
      <title>RELATED WORK</title>
      <p>
        In literature, many researchers have addressed the issue of
classifying questions asked in different domains. Zhang et. al. [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ] followed
the taxonomy for TREC-style questions, which contains 6 coarse
grained categories (ABBR, DESC, ENTY, HUM, LOC, NUM) and 50
fine grained categories. They considered only syntactic structure
of the question in the system whose performance can be improved
by incorporating semantic knowledge. Lili Aunimo [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] developed a
typology of general domain question answering systems. Questions
are evaluated on 7 set of features, consisting of lemmatized words,
part-of-speech (POS) tags, punctuation marks, semantic tags, and
target tags. Metzler and Croft [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] used question words and types
and found correlations between them to train word-specific
question classifiers. They identified question words firstly, and trained
separate classifier for each question word. Nguyen et. al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]
proposed a subtree mining method for question classification. Fangtao
Li et. al. [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] classified the what-type questions using head noun’s
tag. The system can’t produce correct results, in case the head noun
is not present in the question. Zhiheng Huang et. al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] presented
five binary feature sets, namely question wh-word, head word,
WordNet semantic features (hypernym) for head word, word grams,
and word shape feature for question classification. Ambiguity arises
in classifying questions. Inconsistent labeling in training and test
data produces incorrect parse tree which results in wrong head
word extraction. Eduard Hovy et.al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] created a QA typology,
consisting of 5 types of Qtargets as, Abstract, Semantic, Syntactic,
Role, and Slot. Baoli Li et. al. [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] introduced Universal Question
Answering in which answer types are detected according to following
criteria that (1) correct answer shares the same topic with its
question, (2) it has the same answer type as that expected by its question.
Harper et. al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] automatically classified questions into
conversational and informational. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] classified questions from Yahoo!
Answers into four categories, as informational, suggestion, opinion,
and other. Zhao and Mei [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ] classified question tweets into two
categories, tweets conveying information needs and tweets not
conveying information needs. Morris et. al. [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] manually labeled
a set of questions posted on social networking platforms and
identified eight question types, including recommendation, opinion,
factual knowledge rhetorical, invitation, favor, social connection,
and offer. Zhe Liu and Bernard J. Jansen [
        <xref ref-type="bibr" rid="ref19 ref20">19, 20</xref>
        ] proposed a
taxonomy of questions posted on social networking sites, called ASK. In
accuracy questions, people ask for facts or common sense; social
questions in which people ask for the coordination or companion;
and knowledge questions in which people seek personal opinions
or advices. The performance of the system can be improved by
employing semi-supervised learning algorithm such as co-EM
support vector learning. Authors continued their research in 2016 [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ],
and modeled the intent detection as a binary classification
problem, which classified the questions into subjective and objective.
A classifier is built on lexical, syntactical and contextual features.
Long Chen et. al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] classified the questions asked on Community
Question Answering systems into 3 categories according to their
user intent as, subjective, objective, and social. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] investigated,
how to automatically determine the subjectivity orientation of
questions, posted in community QA portals, which helped to evaluate
the correct answer. They explored a supervised machine learning
algorithms with features like char 3-grams, word, word+char 3grams,
word-n-gram, and word POS n-gram to predict the question
subjectivity.
      </p>
      <p>
        With regard to the classification of why-type questions, Moldovan
et al. [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] considered answers of all why-questions as only one type,
i.e., reason type. Ferret et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] proposed a syntactic
categorization of factoid questions to determine the expected answer type.
They also have viewpoint that the answers of why and how verb
type questions are difficult to reduce to a syntactic pattern. Suzan
Verberne [
        <xref ref-type="bibr" rid="ref34 ref35 ref37 ref38 ref39">34, 35, 37–39</xref>
        ] used Ferret’s approach for syntactically
categorizing the why-questions and determining their expected
answer type. The author formed a set of hand written rules based
on words and classes of verb used in the why-questions. A parser
[
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] generates a parse tree and uses the set of hand written rules
to choose the syntactic category of a why-question. The author
defines six syntactic categories of why-questions (1) action
questions, e.g. Why did Ratan Tata write a letter to Narendra Modi?,
(2) process questions, e.g. Why has Dixville grown famous since
1964?, (3) intensive complementation questions, e.g. Why is
Microsoft Windows a success?, (4) monotransitive have questions, e.g.
Why do cats have slits in their ears?, (5) existential there questions,
e.g. Why is there a need of resource planning?, and (6) declarative
layer questions, e.g. Why did they say that migration occurs?. The
author subdivides the answer types of why-questions into cause,
motivation, circumstance, and purpose, on the basis of the
classification of adverbial clauses given by Quirk [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].The system could
not categorize these groups of questions, (1) in which subject was
incorrectly not marked as agentive in action questions (2) questions
with an action verb as main verb but a non-agentive subject (3)
passive questions and (4) no general rule for monotransitive have
questions.
5
      </p>
    </sec>
    <sec id="sec-6">
      <title>RESEARCH ISSUES FACED IN WHY-QA</title>
      <p>
        There are few research issues that are faced in Why-QAS, which
are described as
follows:(1) Problems in appropriate question classification:
Correctly classifying why-questions and determining their
expected answer type is one of the research problem [
        <xref ref-type="bibr" rid="ref27 ref36">27, 36</xref>
        ].
Almost all why-questions have ’Reason’ answer type . Suzan
Verberne in 2007, subdivided the ’Reason’ answer type into
purpose, motivation, circumstance and cause.
(2) Problems in determining one unique answer:
Why-questions require reason, elaboration, explanation etc.
in their answers. Answers to why questions are subjective
generally. Different people answer the questions differently,
depending on the context of the questioner and the
context in which the question has been asked [
        <xref ref-type="bibr" rid="ref25 ref39">25, 39</xref>
        ]. Thus,
retrieving one accurate answer is a challenging task.
(3) Problems in paraphrasing Why-type questions:
Paraphrasing is the process of restating the giving
statement/ question with other words, without changing their
actual meaning. Hence determining the semantic class of the
questions is necessary to answer why type questions [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ].
(4) Question focus and semantics of why-QA:
Why-QAS will be able to handle the questions of type "Why
do our ears ring?" because the correct answer passage to this
question does not contain the words ears and ring rather
it is a phenomenon called tinnitus and the answer passage
returns the reason for the Tinnitus [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ].
(5) Problems related to answers extraction in Why-QAS:
Many of the conventional QASs are based on bag of words
model which face problems in retrieving appropriate answers
due to semantic relations between words like polysemy,
homonymy and synonymy [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. Thus, discourse
relationships between the sentences and Bag-of-concepts model are
needed to retrieve an appropriate answer to Why-questions.
(6) Problems related to answer re-ranking in Why-QAS:
Candidate answers are re-ranked by the classifiers. Usually
classifiers are trained on the basis of the features, according
to which they return a score to each answer. Different
features like causal relations, semantic word classes, sentiment
polarities, morpho-syntactic information, bag-of-words etc.
have already been utilized [
        <xref ref-type="bibr" rid="ref29 ref30">29, 30</xref>
        ]. Thus, deciding the
importance of the features on which classifiers are trained, is
itself an another challenging task.
6
      </p>
    </sec>
    <sec id="sec-7">
      <title>RESEARCH OBJECTIVES</title>
      <p>To address the gaps, mentioned in the related work section, we aim
to work on the below research objectives:
(1) Propose a taxonomy of why-questions with the
consideration of identifying the questioner’s need, extracting a correct
answer, and thus maximizing the response probability.
(2) Understanding the different features of why-type questions
on lexical level.
7</p>
    </sec>
    <sec id="sec-8">
      <title>RESEARCH METHODOLOGY</title>
      <p>We will be following qualitative research which is collecting,
analyzing and interpreting data by observing what people do and say.
Qualitative research is subjective in nature that uses very
different methods of collecting information, mainly individual, in-depth
interviews and focus groups. The nature of this type of research
is exploratory and open ended. Thus, we try to collect the dataset
of why-questions and answers, and analyze them to propose a
taxonomy for why-type questions.
8</p>
    </sec>
    <sec id="sec-9">
      <title>DATA COLLECTION</title>
      <p>To fulfill the above mentioned research objectives, we collected
why-type questions from the various question answering sites such
as Yahoo! Answers (https://in.answers.yahoo.com/, Quora (https:
//www.quora.com/, Twitter (https://twitter.com/search etc. We also
consulted a dataset of why-questions and their answers, used by
Suzan Verberne available at (http://liacs.leidenuniv.nl/~verbernes/
in her research. This process resulted in our dataset, consisting of
1000 why-questions.
9</p>
    </sec>
    <sec id="sec-10">
      <title>PROPOSED CLASSIFICATION OF</title>
    </sec>
    <sec id="sec-11">
      <title>WHY-QUESTIONS</title>
      <p>In this paper, we try to resolve the research issue of appropriate
classification that helps to categorize the why-questions. With a
viewpoint to identify the main focus of the question, and
determining the context of answering a question, why-questions are
categorized into four categories as illustrated in Figure 2.
(1) informational (factual) why-question that asks for reasoning
about some fact (either scientific or non-scientific), (2) historical
why-question that asks for the reasoning about some event/action
happened in the past, (3) situational why-question asks for the
reason about the event occurred at a particular context of time, and
(4) opinionated why-question that asks for the personal opinions
on some other person/product.
9.1</p>
    </sec>
    <sec id="sec-12">
      <title>Informational Why-Questions</title>
      <p>The intent of an informational why-question is to receive answers,
describing the reason for some facts, asked in the question. These
questions look for the factual or prescriptive knowledge. The data
source which is used to answer such questions are WWW, domain
knowledge, expert knowledge, books etc. because their answers are
fixed and easily available from the Web. There is only one possible
answer to such questions and no ambiguous/conflicting answers
are possible for such questions. Etymology questions starting with
Why also belongs to this category. For example, a. Why are rabbits
eyes red? b. Why is Indiglo called Indiglo? c. Why do scuba divers go
into the water backwards? These questions contain either one fact
or more than one fact, which might involve comparative reasoning
in their answers.
9.2</p>
    </sec>
    <sec id="sec-13">
      <title>Historical Why-questions</title>
      <p>The intent of historical why-question is to receive the reasoning
of an event/action occurred in the past. These questions generally
relate to domains like War, inventions, Law, Rights, etc. occurred in
the past. These questions generally have one correct answer.
Justification and evidence is required in the answering of such questions.
Examples of historical why-questions are: a. Why were people
recruited for the Vietnam War ? b. Why did the Globe Theatre burn
down ? c. Why were medieval castles built?
9.3</p>
    </sec>
    <sec id="sec-14">
      <title>Situational Why-Questions</title>
      <p>The intent of situational why-question is to receive the reasoning
for the action occurred at a particular context of time or in different
situations. These questions generally involve the condition,
circumstance, under which a particular event happened. These questions
are related to the domains like day-to-day circumstances, personal
life, travelling, education, science, etc. There can be one, multiple
or ambiguous answers to such type of questions depending on the
context of the user and question in which it is asked. Thus, the
main focus of these questions is on the condition/context of time
at which event has happened. The examples of such questions are:
a. Why do the clouds darken when it rains? b. Why do you say
"God bless you" when people sneeze ? c. Why does the moon turn
orange?
9.4</p>
    </sec>
    <sec id="sec-15">
      <title>Opinionated Why-Questions</title>
      <p>The intent of an opinionated why-question is to receive
reasoning about some person or product. They seek responses reflecting
the answerer’s personal opinions, advices, preferences, desires, or
experiences. They encourage respondents to prove their personal
answers. Due to which, there can be multiple answers possible for
a question, which can be ambiguous or controversial in some cases.
These questions usually ask for the reviews of some products, or
ask for the personal life, travelling, education, etc. The examples of
these opinionated why-questions are: a. Why was my payment in
a message cancelled? b. Why are some people ’doublejointed’? c.
Why do we laugh?</p>
      <p>
        Continuing our research work, we will analyze the lexical
features in detail to distinguish the above categories of why-questions.
Since different terms in question are used to depict the different
information needs, we will use the parts of speech tagging to identify
different categories. For POS tagging, we will make use of Stanford
Tagger [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ]. For example, opinionated why-questions contain
personal pronouns except ’it’, common noun pointing to a person like
boy, girl, man, woman, lady, etc., and concrete noun referring to
a person, followed by any action verb. Historical why-questions
use the auxiliary verbs and main action verbs in the past tense
like did, was, were, had, could, would, should etc. Informational
why-questions use ’there’ which is tagged as EX (representing
Existential there) by Stanford Tagger. Etymology questions which use
terms like ’called’, ’named’, ’represented as’, ’referred’, ’considered
to be’ etc. also belong to informational why-questions. Situational
why-questions use ’when’, ’if’, ’while’, ’thought’, ’after’, ’before’,
’during’ etc. as conjunction.
      </p>
      <p>Some why-questions might have features belonging to more than
one category. To remove ambiguity, we will identify the rules that
helps to assign one category to a why- question. This classification
of question will further help to identify the intent and main focus
of the question.
10</p>
    </sec>
    <sec id="sec-16">
      <title>CONCLUSION AND FUTURE WORK</title>
      <p>This paper has given a new classification of why-questions for
question answering system. We have classified why-questions in
four categories, and continue to identify different features of these
why-questions. We will implement a parser which will categorize
why-questions according to their features. We will also do analysis
of the answers for why-questions and determine their expected
answer types.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Lili</given-names>
            <surname>Aunimo</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>A Question Typology and Feature Set for QA. Knowledge and Reasoning for Answering Questions (</article-title>
          <year>2005</year>
          ),
          <fpage>53</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Josef</given-names>
            <surname>Bayer</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>SENTENCE PROCESSING AND THE NATURE OF THE HUMAN SYNTACTIC PARSER-INTRODUCTION</article-title>
          . (
          <year>1994</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Payal</given-names>
            <surname>Biswas</surname>
          </string-name>
          , Aditi Sharan, and
          <string-name>
            <given-names>Rakesh</given-names>
            <surname>Kumar</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Question Classification using syntactic and rule based approach</article-title>
          .
          <source>In Advances in Computing, Communications and Informatics (ICACCI</source>
          , 2014 International Conference on. IEEE,
          <fpage>1033</fpage>
          -
          <lpage>1038</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Long</given-names>
            <surname>Chen</surname>
          </string-name>
          , Dell Zhang, and
          <string-name>
            <given-names>Levene</given-names>
            <surname>Mark</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Understanding user intent in community question answering</article-title>
          .
          <source>In Proceedings of the 21st International Conference on World Wide Web. ACM</source>
          ,
          <volume>823</volume>
          -
          <fpage>828</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>W</given-names>
            <surname>Bruce Croft</surname>
          </string-name>
          , Donald Metzler, and
          <string-name>
            <given-names>Trevor</given-names>
            <surname>Strohman</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Search engines: Information retrieval in practice</article-title>
          . Vol.
          <volume>283</volume>
          .
          <string-name>
            <surname>Addison-Wesley Reading</surname>
          </string-name>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Olivier</given-names>
            <surname>Ferret</surname>
          </string-name>
          , Brigitte Grau, Martine Hurault-Plantet, Gabriel Illouz, Laura Monceaux, Isabelle Robba, and
          <string-name>
            <given-names>Anne</given-names>
            <surname>Vilnat</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Finding An Answer Based on the Recognition of the Question Focus.</article-title>
          .
          <source>In TREC.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>F</given-names>
            <surname>Maxwell Harper</surname>
          </string-name>
          , Daniel Moy, and Joseph A Konstan.
          <year>2009</year>
          .
          <article-title>Facts or friends?: distinguishing informational and conversational questions in social Q&amp;A sites</article-title>
          .
          <source>In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems. ACM</source>
          ,
          <volume>759</volume>
          -
          <fpage>768</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Lynette</given-names>
            <surname>Hirschman</surname>
          </string-name>
          and
          <string-name>
            <given-names>Robert</given-names>
            <surname>Gaizauskas</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Natural language question answering: the view from here</article-title>
          .
          <source>natural language engineering 7</source>
          ,
          <issue>4</issue>
          (
          <year>2001</year>
          ),
          <fpage>275</fpage>
          -
          <lpage>300</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Konrad</given-names>
            <surname>Höffner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Walter</surname>
          </string-name>
          , Edgard Marx, Ricardo Usbeck, Jens Lehmann, and
          <string-name>
            <surname>Axel-Cyrille Ngonga Ngomo</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Survey on challenges of question answering in the semantic web</article-title>
          .
          <source>Semantic Web</source>
          <volume>8</volume>
          ,
          <issue>6</issue>
          (
          <year>2017</year>
          ),
          <fpage>895</fpage>
          -
          <lpage>920</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Eduard</surname>
            <given-names>Hovy</given-names>
          </string-name>
          , Ulf Hermjakob, and
          <string-name>
            <given-names>Deepak</given-names>
            <surname>Ravichandran</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>A question/answer typology with surface text patterns</article-title>
          .
          <source>In Proceedings of the second international conference on Human Language Technology Research</source>
          . Morgan Kaufmann Publishers Inc.,
          <fpage>247</fpage>
          -
          <lpage>251</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Zhiheng</surname>
            <given-names>Huang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Marcus</given-names>
            <surname>Thint</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Zengchang</given-names>
            <surname>Qin</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Question classification using head words and their hypernyms</article-title>
          .
          <source>In Proceedings of the Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics</source>
          ,
          <fpage>927</fpage>
          -
          <lpage>936</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>R</given-names>
            <surname>Jayashree</surname>
          </string-name>
          and
          <string-name>
            <given-names>N</given-names>
            <surname>Niveditha</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Natural Language Processing Based Question Answering Using Vector Space Model</article-title>
          .
          <source>In Proceedings of Sixth International Conference on Soft Computing for Problem Solving</source>
          . Springer,
          <fpage>368</fpage>
          -
          <lpage>375</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Jurafsky</surname>
          </string-name>
          and James H Martin.
          <year>2015</year>
          .
          <article-title>Speech and Language Processing: An Introduction to Natural Language Processing</article-title>
          , Computational Linguistics, and
          <string-name>
            <surname>Speech Recognition.</surname>
          </string-name>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Soojung</surname>
            <given-names>Kim</given-names>
          </string-name>
          , Jung Sun Oh,
          <string-name>
            <given-names>and Sanghee</given-names>
            <surname>Oh</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Best-answer selection criteria in a social Q&amp;A site from the user-oriented relevance perspective</article-title>
          .
          <source>Proceedings of the Association for Information Science and Technology 44</source>
          ,
          <issue>1</issue>
          (
          <year>2007</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Minh</given-names>
            <surname>Le</surname>
          </string-name>
          <string-name>
            <surname>Nguyen</surname>
          </string-name>
          , Nguyen Thanh Tri, and
          <string-name>
            <given-names>Akira</given-names>
            <surname>Shimazu</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Subtree Mining for Question Classification Problem.</article-title>
          .
          <source>In IJCAI. 1695-1700.</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Quirk</given-names>
            <surname>Randolph-Sidney Greenbaum-Geoffrey Leech</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jan</given-names>
            <surname>Svartvik</surname>
          </string-name>
          .
          <year>1985</year>
          .
          <article-title>A comprehensive grammar of the English language</article-title>
          . (
          <year>1985</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Baoli</given-names>
            <surname>Li</surname>
          </string-name>
          , Yandong Liu, Ashwin Ram, Ernest V Garcia,
          <string-name>
            <given-names>and Eugene</given-names>
            <surname>Agichtein</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Exploring question subjectivity prediction in community QA</article-title>
          .
          <source>In Proceedings of the 31st annual international ACM SIGIR conference on Research and development in information retrieval. ACM</source>
          ,
          <volume>735</volume>
          -
          <fpage>736</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Fangtao</given-names>
            <surname>Li</surname>
          </string-name>
          , Xian Zhang, Jinhui Yuan, and
          <string-name>
            <given-names>Xiaoyan</given-names>
            <surname>Zhu</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Classifying whattype questions by head noun tagging</article-title>
          .
          <source>In Proceedings of the 22nd International Conference on Computational Linguistics-Volume 1. Association for Computational Linguistics</source>
          ,
          <fpage>481</fpage>
          -
          <lpage>488</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Zhe</given-names>
            <surname>Liu and Bernard J Jansen</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Subjective versus objective questions: Perception of question subjectivity in social Q&amp;A</article-title>
          . In International Conference on Social Computing,
          <string-name>
            <surname>Behavioral-Cultural Modeling</surname>
          </string-name>
          , and Prediction. Springer,
          <fpage>131</fpage>
          -
          <lpage>140</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Zhe</given-names>
            <surname>Liu and Bernard J Jansen</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>A Taxonomy for Classifying Questions Asked in Social Question and Answering</article-title>
          .
          <source>In Proceedings of the 33rd Annual ACM Conference Extended Abstracts on Human Factors in Computing Systems. ACM</source>
          ,
          <year>1947</year>
          -
          <fpage>1952</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Zhe</given-names>
            <surname>Liu and Bernard J Jansen</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>ASK: A taxonomy of accuracy, social, and knowledge information seeking posts in social question and answering</article-title>
          .
          <source>Journal of the Association for Information Science and Technology 68</source>
          ,
          <issue>2</issue>
          (
          <year>2017</year>
          ),
          <fpage>333</fpage>
          -
          <lpage>347</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Zhe</given-names>
            <surname>Liu and Bernard J Jansen</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Identifying and predicting the desire to help in social question and answering</article-title>
          .
          <source>Information Processing &amp; Management</source>
          <volume>53</volume>
          ,
          <issue>2</issue>
          (
          <year>2017</year>
          ),
          <fpage>490</fpage>
          -
          <lpage>504</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Nobuhito</surname>
            <given-names>Marumo</given-names>
          </string-name>
          , Takashi Beppu, and
          <string-name>
            <given-names>Takahira</given-names>
            <surname>Yamaguchi</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>A knowledgetransfer system integrating workflow, A rule base, Domain ontologies and a goal tree</article-title>
          .
          <source>In International Conference on Knowledge Science, Engineering and Management</source>
          . Springer,
          <fpage>357</fpage>
          -
          <lpage>367</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Donald</given-names>
            <surname>Metzler</surname>
          </string-name>
          and
          <string-name>
            <given-names>W Bruce</given-names>
            <surname>Croft</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Analysis of statistical question classification for fact-based questions</article-title>
          .
          <source>Information Retrieval 8</source>
          ,
          <issue>3</issue>
          (
          <year>2005</year>
          ),
          <fpage>481</fpage>
          -
          <lpage>504</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>Amit</given-names>
            <surname>Mishra</surname>
          </string-name>
          and Sanjay Kumar Jain.
          <year>2016</year>
          .
          <article-title>A survey on question answering systems with classification</article-title>
          .
          <source>Journal of King Saud University-Computer and Information Sciences</source>
          <volume>28</volume>
          ,
          <issue>3</issue>
          (
          <year>2016</year>
          ),
          <fpage>345</fpage>
          -
          <lpage>361</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Junta</surname>
            <given-names>Mizuno</given-names>
          </string-name>
          , Tomoyosi Akiba, Atsushi Fujii, and
          <string-name>
            <given-names>Katunobu</given-names>
            <surname>Itou</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Nonfactoid Question Answering Experiments at NTCIR-6: Towards Answer Type Detection for Realworld Questions.</article-title>
          .
          <source>In NTCIR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Dan</surname>
            <given-names>Moldovan</given-names>
          </string-name>
          , Sanda Harabagiu, Marius Pasca, Rada Mihalcea, Roxana Girju, Richard Goodrum, and
          <string-name>
            <given-names>Vasile</given-names>
            <surname>Rus</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>The structure and performance of an open-domain question answering system</article-title>
          .
          <source>In Proceedings of the 38th Annual Meeting on Association for Computational Linguistics. Association for Computational Linguistics</source>
          ,
          <fpage>563</fpage>
          -
          <lpage>570</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Meredith</given-names>
            <surname>Ringel</surname>
          </string-name>
          <string-name>
            <surname>Morris</surname>
          </string-name>
          , Jaime Teevan, and
          <string-name>
            <given-names>Katrina</given-names>
            <surname>Panovich</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>What do people ask their social networks, and why?: a survey study of status message q&amp;a behavior</article-title>
          .
          <source>In Proceedings of the SIGCHI conference on Human factors in computing systems. ACM</source>
          ,
          <volume>1739</volume>
          -
          <fpage>1748</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Jong-Hoon</surname>
            <given-names>Oh</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kentaro</given-names>
            <surname>Torisawa</surname>
          </string-name>
          , Chikara Hashimoto, Takuya Kawada, Stijn De Saeger,
          <string-name>
            <surname>Jun'ichi Kazama</surname>
            , and
            <given-names>Yiou</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Why question answering using sentiment analysis and word classes</article-title>
          .
          <source>In Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning. Association for Computational Linguistics</source>
          ,
          <fpage>368</fpage>
          -
          <lpage>378</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Jong-Hoon</surname>
            <given-names>Oh</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kentaro</given-names>
            <surname>Torisawa</surname>
          </string-name>
          , Chikara Hashimoto, Motoki Sano, Stijn De Saeger, and
          <string-name>
            <given-names>Kiyonori</given-names>
            <surname>Ohtake</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Why-Question Answering using Intra-and Inter-Sentential Causal Relations.</article-title>
          .
          <source>In ACL (1)</source>
          .
          <fpage>1733</fpage>
          -
          <lpage>1743</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Jong-Hoon</surname>
            <given-names>Oh</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kentaro</given-names>
            <surname>Torisawa</surname>
          </string-name>
          , Canasai Kruengkrai, Ryu Iida, and
          <string-name>
            <given-names>Julien</given-names>
            <surname>Kloetzer</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Multi-column convolutional neural networks with causality-attention for why-question answering</article-title>
          .
          <source>In Proceedings of the Tenth ACM International Conference on Web Search and Data Mining. ACM</source>
          ,
          <volume>415</volume>
          -
          <fpage>424</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>Nelleke</given-names>
            <surname>Oostdijk</surname>
          </string-name>
          .
          <year>1996</year>
          .
          <article-title>Using the TOSCA analysis system to analyse a software manual corpus</article-title>
          .
          <source>Industrial parsing of software manuals 17</source>
          (
          <year>1996</year>
          ),
          <fpage>179</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>Håkan</given-names>
            <surname>Sundblad</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Question classification in question answering systems</article-title>
          .
          <source>Ph.D. Dissertation. Institutionen för datavetenskap.</source>
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>Suzan</given-names>
            <surname>Verberne</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Developing an approach for why-question answering</article-title>
          .
          <source>In Proceedings of the Eleventh Conference of the European Chapter of the Association for Computational Linguistics: Student Research Workshop. Association for Computational Linguistics</source>
          ,
          <fpage>39</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>Suzan</given-names>
            <surname>Verberne</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>In Search of the Why: Developing a system for answering why-questions</article-title>
          . [Sl: sn].
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <surname>Suzan</surname>
            <given-names>Verberne</given-names>
          </string-name>
          , LWJ Boves,
          <source>NHJ Oostdijk, and PAJM Coppen</source>
          .
          <year>2006</year>
          .
          <article-title>Data for question answering: the case of why</article-title>
          . (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <surname>Suzan</surname>
            <given-names>Verberne</given-names>
          </string-name>
          , LWJ Boves,
          <source>NHJ Oostdijk, and PAJM Coppen</source>
          .
          <year>2007</year>
          .
          <article-title>Discoursebased answering of why-questions</article-title>
          . (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <surname>Suzan</surname>
            <given-names>Verberne</given-names>
          </string-name>
          , Lou Boves, Nelleke Oostdijk, and
          <string-name>
            <surname>Peter-Arno Coppen</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Using syntactic information for improving why-question answering</article-title>
          .
          <source>In Proceedings of the 22nd International Conference on Computational Linguistics-Volume 1. Association for Computational Linguistics</source>
          ,
          <fpage>953</fpage>
          -
          <lpage>960</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <surname>Suzan</surname>
            <given-names>Verberne</given-names>
          </string-name>
          , Lou Boves, Nelleke Oostdijk, and
          <string-name>
            <surname>Peter-Arno Coppen</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>What is not in the Bag of Words for Why-QA?</article-title>
          <source>Computational Linguistics</source>
          <volume>36</volume>
          ,
          <issue>2</issue>
          (
          <year>2010</year>
          ),
          <fpage>229</fpage>
          -
          <lpage>245</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <surname>Yang</surname>
            <given-names>Xiang</given-names>
          </string-name>
          , Qingcai Chen,
          <string-name>
            <given-names>Xiaolong</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Yang</given-names>
            <surname>Qin</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Answer Selection in Community Question Answering via Attentive Neural Networks</article-title>
          .
          <source>IEEE Signal Processing Letters</source>
          <volume>24</volume>
          ,
          <issue>4</issue>
          (
          <year>2017</year>
          ),
          <fpage>505</fpage>
          -
          <lpage>509</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>Dell</given-names>
            <surname>Zhang</surname>
          </string-name>
          and Wee Sun Lee.
          <year>2003</year>
          .
          <article-title>Question classification using support vector machines</article-title>
          .
          <source>In Proceedings of the 26th annual international ACM SIGIR conference on Research and development in informaion retrieval. ACM</source>
          ,
          <volume>26</volume>
          -
          <fpage>32</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>Zhe</given-names>
            <surname>Zhao</surname>
          </string-name>
          and
          <string-name>
            <given-names>Qiaozhu</given-names>
            <surname>Mei</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Questions about questions: An empirical analysis of information needs on Twitter</article-title>
          .
          <source>In Proceedings of the 22nd international conference on World Wide Web. ACM</source>
          ,
          <volume>1545</volume>
          -
          <fpage>1556</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>