<!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>Parallel Construction: A Parallel Corpus Approach for Automatic Question Generation in Non-English Languages</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Benny G. Johnson[</string-name>
          <email>benny.johnson@vitalsource.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jeffrey S. Dittel</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rachel Van Campenhout[</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rodrigo Bistolfi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aida Maeda</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bill Jerome</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>VitalSource Technologies</institution>
          ,
          <addr-line>Pittsburgh PA 15218</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Automatic question generation (AQG) has many diverse applications in educational contexts. To bring these benefits to as many students as possible, it is prudent to expand AQG capabilities in as many languages as possible. However, English remains the dominant language in AQG research, and the required natural language processing tools for other languages are often under-resourced relative to English, which can make developing AQG pipelines difficult or impractical altogether. An approach called parallel construction has been developed to leverage existing English AQG systems for AQG in other languages. The benefits of this parallel construction approach are described, and examples of questions generated from Spanish and Brazilian Portuguese textbooks using the parallel construction method are presented and discussed.</p>
      </abstract>
      <kwd-group>
        <kwd>Textbooks</kwd>
        <kwd>Learn by doing</kwd>
        <kwd>Automatic question generation</kwd>
        <kwd>Machine translation</kwd>
        <kwd>Parallel corpus methods</kwd>
        <kwd>Parallel construction</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Formative practice is an established learning technique used in many educational
contexts and known to benefit all students, but is especially useful for struggling students
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Formative practice acts as no-stakes practice testing; students answer questions
meant to foster learning and prepare them for high-stakes assessments without the
worry of being graded for their responses. This learn by doing method of studying can
be causal to learning [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and is especially helpful in digital learning environments that
offer immediate feedback to students [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Automatic question generation (AQG) using natural language processing (NLP) can
scale creation of questions from textbook content in a way that is unattainable through
human effort. AQG is a popular area of research in education given the multitude of
application possibilities across subjects, ages, and learning and assessment approaches
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Recent research on AQG applied as formative practice to natural learning contexts
Copyright © 2022 for this paper by its authors. Use permitted under Creative Commons
License Attribution 4.0 International (CC BY 4.0).
in English has shown that automatically generated (AG) questions can achieve
performance equivalent to human-authored questions on metrics of engagement, difficulty,
persistence [
        <xref ref-type="bibr" rid="ref17 ref18">17, 18</xref>
        ] and discrimination [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The established performance and future
potential of AG questions confirm they should be made available for as many students
as possible, including learners in languages other than English. Of the AQG systems
included in a recent systematic review [12, Table 14], only 12 of 72 were for
nonEnglish languages (Chinese, Japanese, Indonesian, Thai, and Punjabi). The authors
noted an increase in publications on AQG in non-English languages relative to a
previous review, speculating that interest in generating questions in other languages could
be due to increased interest in NLP research in those languages. For the languages in
the current work, Spanish and Brazilian Portuguese, no AQG systems are reported in
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], while another recent review [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] includes one system for Portuguese. More recent
research in these languages reports translation of an adapted SQuAD data set [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] to
Spanish for use in AQG [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], and systems for factual question generation in Portuguese
[
        <xref ref-type="bibr" rid="ref14 ref8">8, 14</xref>
        ]. Still, English remains by far the dominant focus of AQG research.
      </p>
      <p>
        It would be highly desirable to have a way to leverage the benefits of English AQG
research and the substantial development effort that has gone into English AQG
systems when working with content in other languages. AQG systems are typically quite
complex, involving a variety of NLP methods and tools, such as part-of-speech tagging,
dependency parsing, and vector space embedding. For AQG in English, sufficiently
robust and accurate NLP tools are readily available. However, even though several
AQG systems in non-English languages have been reported [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], implementing
similarly robust AQG pipelines in other languages can be problematic because the NLP
tools are often under-resourced relative to English, sometimes significantly so.
Consequently, several capabilities needed in AQG are often not as performant for
lower-resource languages, meaning that achieving sufficiently high reliability may not always
be possible. When this is the case, it is not practical to build an AQG pipeline directly
in the source language. Furthermore, even for a language like Spanish (the fourth
mostspoken language in the world) where NLP technology is not under-resourced to the
degree that many other languages are, there are still far more AQG systems for English.
The ability to reuse these existing systems could save a considerable amount of
development and empirical validation work, helping to expand AQG in other languages.
      </p>
      <p>
        This paper presents a method called parallel construction, intended as a
complementary approach to implementing AQG directly in the source language. Parallel
construction uses machine translation (MT) and a parallel corpus approach to enable an English
language processing pipeline to be used for AQG in other languages. Rather than
simply back-translating generated English questions, which would be inadequate due
to the large gap in quality that still exists between human translations and MT [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], MT
is instead used to create a parallel corpus from the original text, and then parallel corpus
techniques are used to construct the source language questions directly with the
requisite fidelity. Parallel corpus methods [
        <xref ref-type="bibr" rid="ref13 ref19">13, 19</xref>
        ] enable knowledge about text in one
language to be leveraged for tasks in another language by making use of alignment
information for documents, sentences, and words. For AQG, this is realized in two important
and complementary ways. First, the results of the NLP analysis of the English text can
be applied to AQG in the source language as well through the alignment, even when
sufficiently accurate NLP tools are not available for the source language. Second, the
alignment information enables a source language version of the English questions to be
constructed directly from the original source language text, which was authored by a
human subject matter expert and has much higher linguistic quality. This sidesteps the
quality issues for MT-generated text that make translation-of-a-translation approaches
unacceptable. Therefore, a parallel corpus formulation of AQG enables a way to have
the best of both worlds by exploiting the relative advantages of each version of the text.
      </p>
      <p>Furthermore, no AQG decisions (content, pedagogical, or otherwise) need to be
implemented using NLP on the source language, which again, is not always practical.
Instead, the decisions made in English can be used to drive question construction in
both languages. How and why these decisions are made are immaterial to parallel
construction, thereby enabling broad application of the method. The parallel construction
process mirrors the textual manipulations made in English, by applying their
appropriately localized equivalents directly to the aligned source language content, thereby
reusing the knowledge base built into the English AQG system.</p>
      <p>In the remainder of the paper, the parallel construction method is described in detail
and applications to question generation for Spanish and Brazilian Portuguese textbooks
are presented and discussed.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Methods</title>
      <sec id="sec-2-1">
        <title>Parallel Corpus Approach</title>
        <p>
          Parallel corpus-based approaches [
          <xref ref-type="bibr" rid="ref13 ref19">13, 19</xref>
          ] can be used to address a diverse array of NLP
problems such as construction of bilingual dictionaries, cross-language information
retrieval, and MT itself. A centrally important concept in parallel corpus methods is
alignment. This means finding the sentences that correspond to each other in the original
text and the translated version, and then identifying the corresponding words within
those aligned sentences. This is nontrivial, compounded by the fact that sentence and
word correspondences are not always one-to-one. In addition, differences in word
ordering within corresponding sentences and any MT errors add complexity.
        </p>
        <p>
          Google Translate was used to create an English version of the source language
corpus, as it is a readily available state-of-the-art MT system. For convenience, sentence
alignment was achieved by tokenizing the source language corpus into sentences and
sending them to the translation service one at a time. For textbook content, the focus of
this work, this can be performed more reliably than with arbitrary text. For word
alignment, the best methods are in general statistically based [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Here, the fast_align
method [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], an efficient reparameterization of IBM Model 2 for statistical machine
translation, was used.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Parallel Construction for AQG</title>
        <p>
          The parallel construction method is applicable to template-based, rule-based, and some
statistical approaches to AQG, which are the most common procedures of
transformation [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. For illustration, AQG will be described in terms of a rule-based expert
system, which is the type of AQG system used in the present work. The system’s
production rules (rules of the form condition Þ action) make the decisions of the AQG
strategies and carry out the individual steps of question construction. Notably, it is
typically the rules’ applicability conditions, not their actions, that require sophisticated
NLP analyses, and the productions themselves (e.g., the content transformations) are
much more straightforward. The parallel construction method is aware of all possible
productions the rules can make so that they can be implemented equivalently (localized)
for the source language. However, parallel construction does not require localization of
the production rules themselves; there are no analogous rules for the source language
involved, and thus analogous NLP capabilities for the source language are not needed.
        </p>
        <p>The first step in AQG is selection of content knowledge from which a question will
be made. A common example is a single sentence from a textbook (which will be used
for ease of illustration in the examples to follow), but could also be several sentences
(such as a paragraph), or another type of content altogether, like a glossary entry.
Suppose the English AQG system decides to select the sentence “This is a good sentence
for creating a question,” for transformation into a question. The parallel construction
process then finds the corresponding Spanish sentence “Esta es una buena oración para
crear una pregunta,” in the original text using the sentence alignment information. We
thus see how content knowledge selection can be mirrored in Spanish without
attempting to replicate the corresponding decision-making logic using source language NLP,
which might not be feasible. Instead, knowledge obtained in one language is applied to
facilitate a task in another language, which is the essence of a parallel corpus approach.</p>
        <p>The overarching strategy of parallel construction is as follows. The English AQG
system operates on the translated text exactly as usual. The system makes step-by-step
decisions according to the details of its AQG algorithms. Each decision can cause one
or more manipulations to be made to a sample of text, which can be a subset of the
English corpus or the output of previous manipulation step(s). The entire sequence of
decisions and associated manipulations leads from the input English text corpus to the
output English questions. In parallel construction, a process is run side-by-side with the
English AQG. Every time a manipulation is applied to English text, the equivalent
manipulation is carried out on the corresponding source language text using the sentence
and word alignments. In this way, by the time the English questions are fully developed,
they are also fully developed in the source language because they are always kept up to
date in parallel. Notably, knowledge of the AQG decisions is not needed by the parallel
construction process, only the manipulations that need to be made as a result.</p>
        <p>Given an English AQG system, parallel construction requires much less
development effort compared to direct construction in the source language, as it makes most of
the details of the English AQG implementation irrelevant.
3
3.1</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Application</title>
      <sec id="sec-3-1">
        <title>AQG in English</title>
        <p>
          This parallel corpus approach was applied to an existing AQG system [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] that was
originally built for generating questions from English language textbooks. The two
types of questions included in the examples below are matching and fill-in-the-blank
(FITB) cloze questions. It is important to note that the AQG system used in this work
has been well-studied, with its performance on several key metrics characterized [
          <xref ref-type="bibr" rid="ref10 ref17 ref18">10,
17, 18</xref>
          ]. When this is the case, it also provides relevant information about the questions
that will be produced by parallel construction, and as such is another important
dimension of reuse. The only additional potential source of error is from the parallel
construction process itself, which as will be seen is very low.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Example 1: AQG in Spanish</title>
        <p>
          Parallel construction AQG was run on a Spanish-language macroeconomics textbook
[
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. There were 684 questions generated from the English translation of the textbook,
of which 632 (92.4%) were able to be created in Spanish through parallel construction.
Cases in which parallel construction cannot be carried out, which account for the
construction rate of less than 100%, are discussed below. Step-by-step generation of a
matching question from a sentence on page 190 of the textbook is shown in Table 1.
Steps in English are denoted by 1(eng), 2(eng), …, and parallel steps in Spanish by
1(spa), 2(spa), …, etc. All English steps are created by the AQG system’s production
rules; all Spanish steps are created from the English steps using parallel construction.
        </p>
        <p>As in every case, all AQG decisions are made by the English-language system; no
decisions involve NLP in the source language. For example, the original Spanish
version of the sentence was located using sentence alignment after it was selected in
English, not based on direct analysis of its suitability. Parallel construction needs no
knowledge of the AQG decisions, only the actions that result. To underscore this
property, the decision-making logic of the English production rules is deliberately omitted.
1(eng) A production rule in the Eng- However, during the 1980s many borrowing LDCs
lish AQG system selects a were unable to cope with the burden of their foreign
sentence for question genera- debt - a situation known as the LDC debt crisis - and,
tion: perhaps as a consequence, their economic growth.</p>
        <p>countries experienced a serious decline.
1(spa)</p>
        <p>The corresponding Spanish Sin embargo, durante la década de 1980 muchos
sentence is retrieved using PMD prestatarios no pudieron hacer frente a la carga
the sentence alignment: de su deuda exterior –situación que se conoce con el
nombre de crisis de la deuda de los PMD– y, quizá
como consecuencia, el crecimiento económico de
estos países experimentó una grave disminución.
2(eng) Additional production rules borrowing, crisis, decline
in the English system select
the answer words:
3(eng)</p>
        <p>The corresponding Spanish
words are retrieved using the
word alignment:
The final English question is
constructed as follows
(alphabetizing choices):
3(spa)</p>
        <p>The final parallel question in
Spanish is:
prestatarios, crisis, disminución
However, during the 1980s many ______ LDCs
were unable to cope with the burden of their foreign
debt - a situation known as the LDC debt ______
and, perhaps as a consequence, their economic
growth. countries experienced a serious ______.</p>
        <p>Choices: borrowing, crisis, decline
Sin embargo, durante la década de 1980 muchos
PMD ______ no pudieron hacer frente a la carga de
su deuda exterior –situación que se conoce con el
nombre de ______ de la deuda de los PMD– y, quizá
como consecuencia, el crecimiento económico de
estos países experimentó una grave ______.</p>
        <p>Opciones: crisis, disminución, prestatarios</p>
        <p>The English sentence illustrates the noise that can happen with MT. Near the end
there is a syntax error “...growth. countries...” Not only is the meaning difficult to
discern here, it is not entirely faithful to the Spanish source text, which says the economic
growth of the countries experienced a decline, not the countries themselves, as would
be one possible reading of the English text. The poor linguistic quality of the English
text did not prevent AQG from succeeding. However, the translated sentence would
never be included in an English textbook as is, nor is the resulting English question
acceptable for students. Despite this, the Spanish question produced by parallel
construction is entirely acceptable, having the same linguistic quality as the original source
language text. This is due to parallel construction operating on the original text directly.</p>
        <p>By contrast, compare the final question in Table 1 to the result of merely
back-translating the English question to Spanish:</p>
        <p>Sin embargo, durante la década de 1980, muchos PMA ______ no pudieron
hacer frente a la carga de su deuda externa, una situación conocida como la
______ de la deuda de los PMA, y, tal vez, como consecuencia, su crecimiento
económico. Los países experimentaron un grave ______.</p>
        <p>Opciones: crisis, declive, prestatarios</p>
        <p>The difference is stark. This question is of much lower linguistic quality than the one
obtained by parallel construction. It retains the original MT error, thereby making the
Spanish version unacceptable as well. Also note that the acronym “PMD” in the original
Spanish content, which stands for “países menos desarrollados” (translated to English
as “LDC” = “less developed countries”), becomes “PMA” upon back-translation,
which is “paises menos avanzados.” This translation is actually a correct one, but the
question would be problematic for students because it introduces a departure from the
textbook’s notation without explanation. Therefore, while that translation would likely
be acceptable in many circumstances, for educational applications it is not. The parallel
construction method is not susceptible to this problem.</p>
        <p>It is important to note that the word alignment for this sentence was not perfect; not
all English words were able to be mapped, caused at least in part by the MT noise
present. However, in this case the imperfect alignment does not compromise parallel
construction since the subset of words that are relevant was mapped correctly. Although
incomplete or incorrect alignment of the answer words themselves would have been
problematic, this example shows that the method is able in some cases to be robust
against alignment errors and still succeed despite them.</p>
        <p>What if alignment had in fact failed on words that were required by parallel
construction? This could happen in at least two ways. First, if the required words were
unable to be aligned it is not possible to carry out the parallel step. When this happens,
or if for any reason the step cannot be performed, the question can simply be discarded.
This typically has resulted in less than 10% of questions generated in English being
discarded. Second, if the word alignment is incorrect, the system still has the potential
to produce a valid question, but one that is not identical to its English counterpart. While
this is not ideal, it nonetheless mitigates the risk of errors in meaning or dysfluency that
can happen with back-translation, since the source language question will still be
accurate and the linguistic quality of the source text will be preserved.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Example 2: AQG in Brazilian Portuguese</title>
        <p>
          Here, parallel construction AQG was run on a Brazilian Portuguese-language
psychopathology textbook [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. There were 969 questions generated in English, with 942
(97.2%) questions in Portuguese created. A representative FITB question, from a
sentence on page 436 of the textbook, is shown in Table 2.
Phenomena of the autonomic nervous system
(sympathetic and parasympathetic) can occur, such as
sweating profusely, presenting fever, tachycardia and
tremors, sometimes gross (including flapping, or asterisks).
        </p>
        <p>Podem ocorrer fenômenos do sistema nervoso
autonômico (simpático e parassimpático), como suar
profusamente, apresentar febre, taquicardia e tremores, às
vezes grosseiros (inclusive flapping, ou asteríxis).
autonomic
autonômico
3(eng)
3(por)</p>
        <p>The final English question
is constructed as follows:
The final parallel question
in Portuguese is:</p>
        <p>Phenomena of the ______ nervous system
(sympathetic and parasympathetic) can occur, such as
sweating profusely, presenting fever, tachycardia and
tremors, sometimes gross (including flapping, or asterisks).</p>
        <p>Podem ocorrer fenômenos do sistema nervoso ______
(simpático e parassimpático), como suar profusamente,
apresentar febre, taquicardia e tremores, às vezes
grosseiros (inclusive flapping, ou asteríxis).</p>
        <p>Note that the selected English sentence contains a translation error: the medical term
“asteríxis” is mistranslated as “asterisks.” While this results in a corrupted English
question being generated, the Portuguese question is still correct despite this significant
error since parallel construction works directly on the original Portuguese text.</p>
        <p>Suppose the mistranslated word “asterisks” had been selected as the answer for the
English question, instead of “autonomic.” In this case, it turns out that “asterisks” was
not able to be aligned to a source Portuguese word; this was likely a consequence of the
translation error. This would make Step 2(por) unable to be performed and result in the
question being discarded. Therefore, the MT error would still not lead to an erroneous
question in Portuguese, although back-translation would.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>We have presented parallel construction as an approach to AQG in non-English
languages, specifically as an alternative to AQG directly in the source language. The
parallel construction method involves creating a source language-English parallel corpus
using MT, aligning that corpus, generating questions using an English AQG system,
and applying the results of the English AQG process in parallel to construct the
corresponding questions from the source text. In this way, the knowledge base and
development effort that went into the English AQG system are reused, while the questions
produced have the linguistic quality of the source text.</p>
      <p>A major advantage of parallel construction is it is largely independent of the
implementation details of the English AQG system, making it broadly applicable. As seen in
the examples provided, it is also robust to errors and noise that can occur during MT.
Parallel construction is also applicable to many other question types than those
presented. We are currently extending the implementation to question types such as
multiple choice and wh-questions that are already generated by our English AQG system.</p>
      <p>The next major step is empirical evaluation of the questions generated through
parallel construction. An evaluation by subject matter experts teaching in Spanish has been
conducted in several subject domains and results will be reported in future work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abel</surname>
            ,
            <given-names>A. B.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Bernanke</surname>
            ,
            <given-names>B. S.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <source>Macroeconomía (4th ed.)</source>
          . Madrid: Pearson Educación.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Black</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>William</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Inside the black box: raising standards through classroom assessment</article-title>
          .
          <source>Phi Delta Kappan</source>
          ,
          <volume>92</volume>
          (
          <issue>1</issue>
          ),
          <fpage>81</fpage>
          -
          <lpage>90</lpage>
          . https://doi.org/10.1177/003172171009200119
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dalgalarrondo</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Psicopatologia e semiologia dos transtornos mentais (3rd ed</article-title>
          .).
          <source>Porto Alegre: Artmed.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Majumder</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Phadikar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Sekh</surname>
            ,
            <given-names>A. A.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Automatic question generation and answer assessment: a survey</article-title>
          .
          <source>Research and Practice in Technology Enhanced Learning</source>
          ,
          <volume>16</volume>
          (
          <issue>1</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Cardie</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Learning to ask: neural question generation for reading comprehension</article-title>
          .
          <source>Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers</given-names>
          </string-name>
          ) (pp.
          <fpage>1342</fpage>
          -
          <lpage>1352</lpage>
          ). https://doi.org/10.48550/arXiv.1705.00106
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Dunlosky</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rawson</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marsh</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nathan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Willingham</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Improving students' learning with effective learning techniques: promising directions from cognitive and educational psychology</article-title>
          .
          <source>Psychological Science in the Public Interest</source>
          ,
          <volume>14</volume>
          (
          <issue>1</issue>
          ),
          <fpage>4</fpage>
          -
          <lpage>58</lpage>
          . https://doi.org/10.1177/1529100612453266
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Dyer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chahuneau</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>N. A.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>A simple, fast, and effective reparameterization of IBM model 2</article-title>
          . NAACL HLT 2013
          <article-title>- 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</article-title>
          ,
          <source>Proceedings of the Main Conference</source>
          , June,
          <fpage>644</fpage>
          -
          <lpage>648</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ferreira</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodrigues</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Gonçalo Oliveira</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Assessing factoid question-answer generation for Portuguese</article-title>
          .
          <source>Proceedings of the 9th Symposium on Languages, Applications and Technologies (SLATE</source>
          <year>2020</year>
          ).
          <article-title>Schloss Dagstuhl-Leibniz-Zentrum für Informatik</article-title>
          . https://doi.org/10.4230/OASIcs.SLATE.
          <year>2020</year>
          .16
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Freitag</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Foster</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grangier</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ratnakar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tan</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Macherey</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Experts, errors, and context: A large-scale study of human evaluation for machine translation</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          ,
          <volume>9</volume>
          ,
          <fpage>1460</fpage>
          -
          <lpage>1474</lpage>
          . https://doi.org/10.1162/tacl_a_
          <fpage>00437</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Johnson</surname>
            ,
            <given-names>B. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dittel</surname>
            ,
            <given-names>J. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Van</surname>
            <given-names>Campenhout</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            , &amp;
            <surname>Jerome</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Discrimination of automatically generated questions used as formative practice</article-title>
          .
          <source>Proceedings of the Ninth ACM Conference on Learning@Scale</source>
          . https://doi.org/10.1145/3491140.3528323
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Koedinger</surname>
            ,
            <given-names>K. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McLaughlin</surname>
            ,
            <given-names>E. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>J. Z.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Bier</surname>
            ,
            <given-names>N. L.</given-names>
          </string-name>
          (
          <year>2016</year>
          , April).
          <article-title>Is the doer effect a causal relationship? How can we tell and why it's important</article-title>
          .
          <source>Proceedings of the Sixth International Conference on Learning Analytics &amp; Knowledge</source>
          (pp.
          <fpage>388</fpage>
          -
          <lpage>397</lpage>
          ). Edinburgh, United Kingdom. http://dx.doi.org/10.1145/2883851.2883957
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kurdi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parsia</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Al-Emari</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>A systematic review of automatic question generation for educational purposes</article-title>
          .
          <source>International Journal of Artificial Intelligence in Education</source>
          ,
          <volume>30</volume>
          (
          <issue>1</issue>
          ),
          <fpage>121</fpage>
          -
          <lpage>204</lpage>
          . https://doi.org/10.1007/s40593-019-00186-y
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Lefer</surname>
            , M.-
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2020</year>
          )
          <article-title>Parallel corpora</article-title>
          . In M. Paquot &amp; S. T. Gries (Eds.),
          <article-title>A practical handbook of corpus linguistics</article-title>
          . Springer, Cham. https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -46216-1_
          <fpage>12</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Leite</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cardoso</surname>
            ,
            <given-names>H. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reis</surname>
            ,
            <given-names>L. P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Soares</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Factual question generation for the Portuguese language</article-title>
          .
          <source>Proceedings of the 2020 International Conference on INnovations in Intelligent SysTems and Applications (INISTA)</source>
          (pp.
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          ). http://dx.doi.org/10.1109/inista49547.
          <year>2020</year>
          .9194631
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>Mamani</given-names>
            <surname>Maquera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Paz</surname>
          </string-name>
          <string-name>
            <surname>Valderrama</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            , &amp;
            <surname>Castro Gutierrez</surname>
          </string-name>
          ,
          <string-name>
            <surname>E.</surname>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Performance evaluation of recurrent neural network on large-scale translated dataset for question generation in NLP for educational purposes</article-title>
          .
          <source>Proceedings of the 17th LACCEI International Multi-Conference for Engineering</source>
          , Education, and Technology. http://dx.doi.
          <source>org/10.18687/LACCEI2019.1.1.178</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Santos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>A survey on parallel corpora alignment</article-title>
          .
          <source>Proceedings of MI-Star</source>
          <year>2011</year>
          ,
          <fpage>117</fpage>
          -
          <lpage>128</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Van</surname>
            <given-names>Campenhout</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Brown</surname>
          </string-name>
          , N.,
          <string-name>
            <surname>Jerome</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dittel</surname>
            ,
            <given-names>J. S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Johnson</surname>
            ,
            <given-names>B. G.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Toward effective courseware at scale: investigating automatically generated questions as formative practice</article-title>
          .
          <source>Proceedings of the Eighth ACM Conference on Learning@Scale</source>
          (pp.
          <fpage>295</fpage>
          -
          <lpage>298</lpage>
          ). https://doi.org/10.1145/3430895.3460162
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Van</surname>
            <given-names>Campenhout</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Dittel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            ,
            <surname>Jerome</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            , &amp;
            <surname>Johnson</surname>
          </string-name>
          ,
          <string-name>
            <surname>B. G.</surname>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Transforming textbooks into learning by doing environments: an evaluation of textbook-based automatic question generation</article-title>
          .
          <source>Third Workshop on Intelligent Textbooks at the 22nd International Conference on Artificial Intelligence in Education. CEUR Workshop Proceedings, ISSN 1613-0073</source>
          (pp.
          <fpage>60</fpage>
          -
          <lpage>73</lpage>
          ). http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2895</volume>
          /paper06.pdf
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Véronis</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2000</year>
          )
          <article-title>From the Rosetta stone to the information society</article-title>
          . In J. Véronis (Ed.),
          <source>Parallel text processing</source>
          (pp.
          <fpage>1</fpage>
          -
          <lpage>24</lpage>
          ). Springer, Dordrecht. https://doi.org/10.1007/
          <fpage>978</fpage>
          -94- 017-2535-
          <issue>4</issue>
          _
          <fpage>1</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>