<!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 for Machine Reading Evaluation on Romanian and English</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Adrian Iftene</string-name>
          <email>adiftene@info.uaic.ro</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexandru-Lucian Gînscă</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alex Moruz</string-name>
          <email>amoruz@info.uaic.ro</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Diana Trandabăț</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maria Husarciuc</string-name>
          <email>mhusarciuc@info.uaic.ro</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Center of Biblical-Philological Studies Monumenta linguae Dacoromanorum, “Alexandru Ioan Cuza” University</institution>
          ,
          <country country="RO">Romania</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute of Computer Science, Romanian Academy Iasi Branch</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>UAIC: Faculty of Computer Science, “Alexandru Ioan Cuza” University</institution>
          ,
          <country country="RO">Romania</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes UAIC1's Question Answering for Machine Reading Evaluation systems participating in the QA4MRE 2011 evaluation task. The system is designed to extract knowledge from large volumes of text and to use this knowledge to answer questions in Romanian and English monolingual tasks. Our systems were built on the architecture of a Question Answering system, customized for this new task. Thus, the new system used from our previous question answering systems the question processing and information retrieval components, adapted for new requests. Additionally, a new component was added in order to detect the most probable answer of a question, from a list of possible answers.</p>
      </abstract>
      <kwd-group>
        <kwd>Question Answering for Machine Reading Evaluation</kwd>
        <kwd>Information Retrieval</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Question Answering for Machine Reading Evaluation (QA4MRE2) is the exercise of
developing a methodology for evaluating Machine Reading systems through Question
Answering and Reading Comprehension Tests.</p>
      <p>In 2011, the QA4MRE task focused on reading a single document and correctly
identifying the answer from a set of possible answers, using some inference and the
previously acquired background knowledge. The competitors received test data and
background knowledge related to three topics: AIDS, Climate Change and Music and
Society. An important note is that, for all involved languages (English, Spanish,
German, Italian and Romanian), the test data was the same (parallel translations) and
the background knowledge was available to all participants.</p>
      <p>
        Preparing the 2011 exercise, we started from the systems built for the 2009 and
2010 QA@CLEF editions [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>The general architecture of our Question Answering for Machine Reading
Evaluation system, similar for the two considered languages, is described in Section
2. Section 3 is concerned with the presentation of the results, while the last Section
discusses the conclusions.</p>
    </sec>
    <sec id="sec-2">
      <title>2 System components</title>
      <p>
        The system we participated with in QA4MRE 2011 uses some components from the
system we used in 2010 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], adapted for the new task (question analysis, corpus
indexing and snippet extraction) and some new components (mainly for the
identification of the correct answer). The architecture of the current Romanian system
is presented in Figure 1 and the main components are detailed in next subsections.
      </p>
      <p>Background
knowledge</p>
      <p>Lucene
index 1</p>
      <p>Test data (documents,
questions, possible
answers)
documents</p>
      <p>Lucene
indexes 2
Questions processing:
- Lemmatization
- Stop words elimination
- NEs identification
- Lucene query</p>
      <p>Answers processing:
- Lemmatization
- Stop words elimination
- NEs identification
- Lucene query
Identify relevant
documents</p>
      <p>Partial and
global scores
per answers</p>
      <p>The English system is almost similar with the Romanian system. Due to technical
problems in handling the English background knowledge, we skipped over using the
components presented in subsections 2.1 and 2.3, and the component detailed in
subsection 2.4 was only partially used.</p>
      <sec id="sec-2-1">
        <title>2.1 Background knowledge indexing</title>
        <p>
          The Romanian background knowledge consists of a collection of 161,279 documents
in text format (25,033 correspond to the AIDS topic, 51,130 to Climate Change topic
and 85,116 to Music and Society topic). The indexing component was responsible for
taking the name of the file and the text from it and adding both to the Lucene index 1
using Lucene3 libraries [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] (see Figure 1 for details).
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 Test data processing</title>
        <p>The test data consists in an XML file with 12 test documents (4 documents for each of
the three topics), 10 questions for each document (120 questions in total) and 5
possible answers for each question (600 possible answers in total).</p>
        <p>Test data processing involved 3 operations: (a) extracting documents, (b)
processing questions and (c) processing possible answers. For (a), we extract the
content of the tag &lt;doc&gt; from the XML with the test data, and save it in a relative
path corresponding to the current &lt;topic id&gt; and &lt;reading test id&gt; tags. In this way,
we can use later this document to build Lucene index 2, as presented in Figure 1.</p>
        <p>
          For (b) and (c), we used our question processing module from [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] and performed
the following important steps:
ii.
iv.
        </p>
        <sec id="sec-2-2-1">
          <title>Stop words elimination;</title>
        </sec>
        <sec id="sec-2-2-2">
          <title>Lemmatization;</title>
        </sec>
        <sec id="sec-2-2-3">
          <title>Named Entity identification;</title>
        </sec>
        <sec id="sec-2-2-4">
          <title>Lucene query building.</title>
          <p>
            For the first three steps, we used this year the web services available both for
Romanian and English from the Sentimatrix4 project [
            <xref ref-type="bibr" rid="ref4">4</xref>
            ].
          </p>
          <p>For instance, in the case of the question “Ce a spus Nelson Mandela la conferința
de presă?” (En: What did Nelson Mandela say at the press conference?) the execution
of the above steps has the following results:
in the first step, the following stop words are eliminated: ce, a, la, de (En:
what, the, at);
in the next step, lemmas for the words spus, conferința, presă (En: say,
conference, press) are identified;
in the third step, Nelson Mandela is identified as a Named Entity;
in the last step, the Lucene query is build: “(spus^2 spune) Nelson^3
Mandela^3 (conferința^2 conferință) (presă^2 presa)”.</p>
          <p>From the above Lucene query, one can notice that we consider named entities to be
of most relevance (hence receiving a boot of 3), and the inflected and lemmatized
form of the words existing in the question receive a lower boost value (2 in the
example above).</p>
        </sec>
        <sec id="sec-2-2-5">
          <title>3 Lucene: http://lucene.apache.org/</title>
          <p>4 Sentimatrix: http://www.sentimatrix.eu/</p>
          <p>
            Additionally for (c), we used from the ontology presented in [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ] the relations
between regions and cities and the relations between cities and countries, in order to
eliminate the answers with low probability to be the final required answer. Thus, for
the question În ce orașe europene a cântat Annie Lennox? (En: In which European
cities has Annie Lennox performed?), we eliminate from the list of possible answers
the answers with non-European cities.
          </p>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>2.3 Information Retrieval on Background Knowledge</title>
        <p>The purpose of this module is to retrieve, for every question, the relevant documents
from the background knowledge. For this task, similar to our previous approach from
2010 and 2009, we used the Lucene search over the index presented in section 2.1
using the Lucene queries presented in section 2.2.</p>
        <p>The result of this step is a list of documents from the background knowledge, with
associated relevance score obtained after performing Lucene search using the queries
obtained after processing the questions. Thus, we have Score(d, q), the relevance
score for a document d when we search the background knowledge with the Lucene
query associated to question q.</p>
        <p>Similar to 2.2 (a), we copy the content of all the files from this list in a relative path
with the name obtained from the &lt;topic id&gt;, &lt;reading test id&gt; and the &lt;question id&gt;
tags.</p>
      </sec>
      <sec id="sec-2-4">
        <title>2.4 Indexing and searching using relevant documents for questions</title>
        <p>This module takes all documents from 2.2 (a) and 2.3 (using the relative path obtained
from &lt;topic id&gt;, &lt;reading test id&gt; and &lt;question id&gt; tags) and puts them in a
separate index. The results of this step are 120 separate indexes for every question
from the initial test data (Lucene index 2 in Figure 1). Because of how we saved the
relevant files using relative paths, files from the Lucene index 2 are relevant to the
corresponding question for the specific relative path.</p>
        <p>Then in every index, we performed searches using Lucene queries obtained at 2.2
(c) and, for every answer, a list of documents with Lucene relevance scores are
returned, where Score(d, a) is the relevance score for document d when we search
with the Lucene query associated to the answer a.</p>
      </sec>
      <sec id="sec-2-5">
        <title>2.5 Identifying of most probable answer</title>
        <p>The results of this step are the runs submitted by our group. In order to do this for
every question, we combine the Lucene scores from 2.3 and 2.4 using the following
formula:
( ) = ∑ ∈
_
( , ) ×
( , )
where a is the current answer, q is the corresponding question from the test data
and d is a document from the list of relevant documents returned by the search in
Lucene index 2.</p>
        <p>After we calculate the above value for all answers associated to a question, we
consider the answer with the highest value as being the most probable answer.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3 Results and Evaluation</title>
      <p>For the QA4MRE 2011 task, our team submitted 10 runs, out of which 9 were for the
Romanian-Romanian language pair and one for the English-English pair.</p>
      <p>
        The evaluation of this year’s results is done from two different perspectives. The
first one is equivalent to a traditional evaluation in which all the answers are gathered
in a single set which is then compared to a gold standard, not taking into account the
document associated with a particular answer. On the other hand, the reading
perspective offers insight on how well the system “understands” a particular
document. At first, the C@1 measures [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] of each test comprising of 10 questions per
document are taken into consideration. These results are then used to obtain statistical
measures, such as the mean, median and standard deviation over values grouped by
topic or as an overall view.
      </p>
      <sec id="sec-3-1">
        <title>3.1 Evaluation at the question answering level</title>
        <p>We grouped our runs for Romanian based on the threshold used to consider a NOA
response. For the first group of runs, we imposed the condition that NOA should be
used for the case in which the Lucene index searcher didn’t return any documents. For
the second and third group of runs, the threshold was determined by the value given
by the Lucene score associated with each document found. For the second group, the
threshold was set at 0.05 and for the third one, at 0.02. The best results obtained by
runs from each of the three groups are presented in Table 1 and Table 2 in the Ro-Ro
column, which has three sub columns. For the English run, the threshold was fixed at
0.02.</p>
        <p>As can be seen in Table 1, the best result of our system in terms of C@1 measure is
obtained for the English run. For Romanian, the best run is the one in the first group,
and the worst results are from the group with the 0.05 threshold.</p>
        <p>We can observe the influence of the correctly unanswered questions in the C@1
measure when comparing the number of right answers for the best run for Romanian,
the one in the first column, with the one for the English run. Although in the Ro-Ro
run, a higher number of questions were correctly answered (30 right answers) than in
the En-En run (25 right answers), the better C@1 measure is obtained for the English
run. This is explained by the difference in the number of correctly unanswered
questions. Thus, for the Romanian version of the system, we have decided to only
return an empty answer when our information retrieval module did not return any
result (this was empirically determined); this greatly improved the precision of
determining empty answers, but significantly reduced our recall for them.</p>
        <p>In the case of the English system, we have empirically established that the Lucene
threshold below which we can safely assume that no answer can be provided is the
score 0.02. As can be seen from the table given above, this resulted in many more
unanswered questions, which greatly decreased precision but improved the recall, and
also resulted in a significant increase in the C@1 measure.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2 Evaluation at the reading test level</title>
        <p>In Table 2, we present the median and mean for each of the three topics, Topic1
(AIDS), Topic2 (Climate Change) and Topic3 (Music and society) and their overall
values. The three columns in the Romanian part of the table correspond to the best
means given by runs in each of the three groups described in the previous section.</p>
        <p>These results are consistent with the trend introduced in Table 1. The best mean
was obtained for the English run, followed by the best Romanian run from the first
threshold group of runs.</p>
        <p>One anomaly can be observed in the results of the English run. In all the Romanian
runs, the median is significantly lower than the mean, but in the English run, the order
is reversed. We can therefore consider that our system performs uniformly well on the
majority of the test for the English run, with fewer spikes in the C@1 values
distribution.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3 Error analysis</title>
        <p>In extension to the analysis carried out above, we have also performed error analysis
over the reported results (only the top scoring runs were analyzed). One of the most
common error sources arises from our attempt to take into account all of the
supporting snippets that our information retrieval procedure returns. Instead of
comparing the results for all the snippets independently, we have combined the results
for each candidate answer by calculating the average score, which is to say, if a
candidate answer had more than one supporting snippet, the score for the entire
candidate was the average of all the scores of its supporting snippets. Examples of this
type of error can be seen for questions 8, 9, 2 and 3 in Topic 1, Reading Test 1. The
solution to this type of error is to only take into account the highest scoring snippet
for each candidate, instead of combining the scores.</p>
        <p>Another error source we have indentified is incorrect query building, especially in
the case of long queries, as can be seen in the case of question 5 in Topic 1, Reading
Test 1. The mistake in query building arises from the fact that for the second
candidate, the preposition and article construct “într-un” (En: in a) is not recognized
as a stop word, and as such is included in the query, thus artificially boosting the
query score (the Lucene query we have used is “asistentă (medicală^2 medical)
întrun^2 spital”). The solution to this error is to perform more accurate POS tagging and
to exclude functional words from queries.</p>
        <p>Ambiguity in terms of answer extraction is also a cause for errors, as can be seen in
question 6 in Topic 1, Reading Test 1. After the information retrieval step, two
candidates (the first and the third) are determined to have identical top scores,
supported by identically scoring snippets. In this case the QA system defaults to
choosing the first candidate, which is incorrect. The solution to this type of error is
twofold: performing information extraction at the paragraph or sentence level, in
order to only take into account those parts of the knowledge base which refer to the
question focus, and to perform an additional step of determining the distance between
each candidate and the focus of the question in the knowledge base.</p>
        <p>The same solution as the one described above can be applied to error cases such as
those found for question 4 in Topic 2, Reading Test 8. This error comes from the fact
that the answer candidates are all country names, and the top scoring snippet is
obtained for the name that has the highest Tf/Idf value, regardless of the relevance to
the original question. This type of error is quite common, and is not limited to single
entity candidates, as can be seen in the case of questions 7, 9 and 10 in Topic 2,
Reading Test 8 and for question 7, Topic 3, Reading Test 12 (for the En-En task).
Another possible solution for this issue is to increase the score of those candidates
which can be found in multiple supporting documents in the knowledge base.</p>
        <p>In some cases, query generation requires the use of semantic equivalents for
candidates in order to determine the correct answer, as is the case for question 10 in
Topic 1, Reading Test 1. The system chooses an incorrect answer because the correct
candidate, in this case “categoric da” (En: definitely yes) cannot be found in the
supporting document or in the relevant articles of background knowledge in the same
surface form, but it can be found as a semantic equivalent. In order to compensate for
this problem, query generation should also take into account semantic equivalents of
words.</p>
        <p>Some error cases are due to the fact that, in some cases, the answer extraction
module does not choose the top scoring snippet, and therefore misses the correct
answer by discarding it, as can be seen for question 2 in Topic 3, Reading Test 12 (for
the En-En task).</p>
        <p>An error that is only encountered in the case of the En-En task is that of missing
background information. Because of time constraints, we were unable to make use of
the BK available for the English task, and, because of this, we were unable to find
some answers, as can be seen in question 3, Topic 3, Reading Test 12, where the
correct answer, “five”, is not present at all in the supporting document. This can also
be seen in the case of question 8, Topic 3, Reading Test 12, where the reference to a
person born in 1889 is missed because the supporting document makes no reference
to that year.</p>
        <p>Numbers are also a major cause of errors, mainly because they can be written
either with letters or with digits, as can be seen in question 4, Topic 3, Reading Test
12. This can be solved at the question processing stage, where the numbers can be
transformed in both formats, in order to cover all possibilities.</p>
        <p>Some errors also come from the fact that the Lucene indexer and query system
treats the query words and the indexed text as a bag of words, and disregards the fact
that, in some cases, if the query words are in different sentences, they lose their
meaning as an answer candidate. This is the case for question 9, Topic 3, Reading
Test 12, where instead of searching for “35 years” or “50 years”, the system instead
searches for “35” “years” and “50” “years”. Since “50” appears in the text twice, and
“35” only once, the selected candidate is “50 years” (on the basis of higher Tf/Idf),
regardless of the act that “50” is in no way connected to “years”.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>This paper presents our systems built for the Question Answering for Machine
Reading Evaluation task within CLEF 2011 labs. The evaluation shows an overall
accuracy of 0.25 for the Ro-Ro monolingual task and 0.21 for the En-En task, and a
C@1 measure of 0.26 for Ro-Ro and 0.29 for En-En. The thresholds used to obtain
the NOA answers were properly selected for English (from this reason the C@1
measure is higher for English, even if the overall accuracy is higher for Romanian).</p>
      <p>The presented systems were built starting from the main components of our QA
systems (the question processing and information retrieval modules) to which new
components were added for identifying the most probable answer from a set of
possible answers.</p>
      <p>What is interesting is that, although we did not use for the English monolingual
task the background knowledge, the results were better in terms of the C@1 measure
for English, because of the threshold we considered for the NOA answers.
Acknowledgement. The research presented in this paper was funded by the Sector
Operational Program for Human Resources Development through the project
“Development of the innovation capacity and increasing of the research impact
through post-doctoral programs” POSDRU/89/1.5/S/49944.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Iftene</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trandabăţ</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moruz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pistol</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Husarciuc</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cristea</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Question Answering on English and Romanian Languages</article-title>
          . In C. Peters et al. (Eds.):
          <source>CLEF</source>
          <year>2009</year>
          , LNCS 6241,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          (
          <article-title>Multilingual Information Access Evaluation Vol. I Text Retrieval Experiments)</article-title>
          .
          <source>Pp. 229-236. ISBN 978-3-642-15753-0</source>
          . Springer, Heidelberg. (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Iftene</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trandabăţ</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moruz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Husarciuc</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Question Answering on Romanian, English and
          <string-name>
            <given-names>French</given-names>
            <surname>Languages</surname>
          </string-name>
          .
          <article-title>Notebook Paper for the CLEF 2010 LABs Workshop</article-title>
          , ISBN 978-88-904810-0-0,
          <string-name>
            <surname>ISSN</surname>
          </string-name>
          <year>2038</year>
          -
          <volume>496322</volume>
          -
          <issue>23</issue>
          ,
          <fpage>22</fpage>
          -
          <lpage>23</lpage>
          September, Padua,
          <string-name>
            <surname>Italy.</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>3. LUCENE: http://lucene.apache.org/java/docs/.</mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Gînscă</surname>
            ,
            <given-names>A. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boroș</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iftene</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trandabăţ</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toader</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corîci</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez</surname>
            ,
            <given-names>C. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cristea</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Sentimatrix - Multilingual Sentiment Analysis Service</article-title>
          .
          <source>In Proceedings of the 2nd Workshop on Computational Approaches</source>
          to Subjectivity and
          <article-title>Sentiment Analysis (ACL-WASSA2011)</article-title>
          .
          <source>ISBN-13 9781937284060</source>
          , Portland, Oregon, USA, June 19-24. (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Iftene</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Balahur-Dobrescu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Named Entity Relation Mining Using Wikipedia</article-title>
          .
          <source>In Proceedings of the Sixth International Language Resources and Evaluation (LREC'08)</source>
          .
          <source>ISBN: 2-9517408-4-0</source>
          , EAN:
          <volume>9782951740846</volume>
          .
          <fpage>28</fpage>
          -30 May, Marrakech,
          <string-name>
            <surname>Morocco.</surname>
          </string-name>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Peñas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodrigo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A Simple Measure to Assess Non-response</article-title>
          .
          <source>In Proceedings of 49th Annual</source>
          <article-title>Meeting of the Association for Computational Linguistics - Human Language Technologies (ACL-HLT</article-title>
          <year>2011</year>
          ), Portland, Oregon, USA, June 19-24. (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>