<!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>How Biased Is Your NLG Evaluation?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pavlos Vougiouklis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eddy Maddalena</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jonathon Hare</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Elena Simperl</string-name>
          <email>e.simperlg@soton.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Electronics and Computer Science University of Southampton Southampton</institution>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Human assessments by either experts or crowdworkers are used extensively for the evaluation of systems employed on a variety of text generative tasks. In this paper, we focus on the human evaluation of textual summaries from knowledge base triple-facts. More speci cally, we investigate possible similarities between the evaluation that is performed by experts and crowdworkers. We generate a set of summaries from DBpedia triples using a state-of-the-art neural network architecture. These summaries are evaluated against a set of criteria by both experts and crowdworkers. Our results highlight signi cant di erences between the scores that are provided by the two groups.</p>
      </abstract>
      <kwd-group>
        <kwd>Natural Language Generation</kwd>
        <kwd>Human Evaluation</kwd>
        <kwd>Crowd- sourcing</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In the last decade, crowdsourcing has gained increased interest since it o er the
methods to reach large amounts of online contributors capable of performing
in a small time large amounts of short human intelligence tasks. In particular,
it has served the evaluation purposes in di erent areas of computer science,
such as information retrieval [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], machine learning [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], and Natural Language
Processing [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        Human judgements are used for the evaluation of many systems employed
on a variety of text generative tasks ranging from Machine Translation [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and
conversational agents [
        <xref ref-type="bibr" rid="ref12 ref13">12,13</xref>
        ] to generation of summaries [
        <xref ref-type="bibr" rid="ref14 ref3 ref5">5,3,14</xref>
        ] and questions
[
        <xref ref-type="bibr" rid="ref4 ref9">9,4</xref>
        ] in natural language over knowledge graphs. Depending on the task and
the evaluation criteria, these judgements are collected by either a small group
of \experts" or at a larger scale by crowdworkers that are recruited through a
crowdsourcing platform. Especially in the case of Natural Language Generation
(NLG) over knowledge graphs, human evaluation is crucial. This is attributed
to the inadequacy of the automatic text similarity metrics, such as BLEU [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
or ROUGE [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], to objectively evaluate the generated text [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>yThe authors contributed equally to this work.</p>
      <p>
        In this paper, we focus on the human evaluation of textual summaries from
knowledge base triple-facts [
        <xref ref-type="bibr" rid="ref14 ref3">3,14</xref>
        ]. More speci cally, we wish to investigate whether
there is any similarity between the way that experts and crowdworkers perform
on the same evaluation tasks. We compile a list of three criteria that are usually
employed for the human evaluation of automatically generated texts [
        <xref ref-type="bibr" rid="ref14 ref5">5,14</xref>
        ]: (i)
uency, (ii) coverage, and (iii) contradictions. We use the neural network approach
that has been recently proposed by Vougiouklis et al. in order to generate
textual summaries from DBpedia triples. The summaries are evaluated against the
selected criteria by both experts and crowdworkers using the same task interface.
      </p>
      <p>Our experiments have showed that there are signi cant di erences between
the scores that are provided by experts and the crowdworkers. Our future work
will focus on the methods with which the crowdworkers should be trained in
order to perform more accurately on similar tasks.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Experimental Design</title>
      <p>We run a crowdsourcing task according to which we evaluate 20 summaries that
have been generated with the Triples2GRU system that has been proposed by
Vougiouklis et al.. We regard each summary as a a concise representation in
natural language of an input set of triple-facts. Each summary is generated by
Triples2GRU given a set of 8 to 18 triples1, and is evaluated by 10 workers.</p>
      <p>Before starting the task, the workers are presented with general instructions.
They are also informed with respect to the ethics approval that we have received
for the carrying out of this experiment. The task consists of three phases through
which workers were required to evaluate a given summary: (i) text uency (with
an integer number between 1 and 6), (ii) information coverage, by classifying as
\Present" or \Absent" each triple-fact from a given list, and (iii) contradictions,
by classifying each one of the aforementioned facts as \Direct Contraction" or
\Not a Contradiction". At the beginning of each phase, the workers are presented
with de nitions, suggestions, examples and counter-examples. Each worker was
rewarded with 0:20$. After the carrying out of the experiment, the same 20
summaries are also evaluated under the same setup by two experts.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>Fluency. For each summary, (i) we computed the average of the uency scores
that have been assigned by the 10 workers. Then, (ii) we computed the average
of all the values obtained in (i) resulting in an average of 4:8 out of 6. The
average uency with which the experts evaluated the 20 summaries was 5:28.
The ANOVA test computed on the two uency score series produced p &lt; 0:05.
Consequently, we can claim that compared to the experts, crowdworkers tend to
systematically underestimate the summaries' uency by 0:5 out of 6.</p>
      <p>1The pre-trained version of Triples2GRU that we used (i.e.
https://github.com/pvougiou/Neural-Wikipedian) accepts up to 22 triples as
input.</p>
      <p>Coverage. Workers evaluated the coverage of each summary with respect to a
set of triple-facts that generated it. Each summary is aligned with 8 18 facts.
The assessments were made by choosing between two labels: (i) \Present" for
facts that are either implicitly or explicitly mentioned in the summary, and (ii)
\Absent" for the rest. We compute the percentage of the \Present" facts for
each summary. Then, similarly to uency, for each summary, we rst compute
the average of coverage across the workers, and then the average across all the
summaries. The average coverage for all the 20 summaries was 26:85%. In our
second experiment, two experts repeated together the same evaluation resulting
in an average of 39:71% of facts covered by the summaries. As a result, workers
tend to undercount the presence of facts in the generated summaries (con rmed
by ANOVA test p &lt; 0:05). Finally, a positive signi cant correlation (Pearson =
0:64) pointed out that workers evaluate coverage in a consistent manner with
the experts.</p>
      <p>Contradictions. Workers were required to evaluate possible contradictions
between the information in a given summary and the respective facts that generated
it. Workers were required to mark as \Direct Contradiction" facts that
contradict the summary, and as \Not a Contradiction" the rest. For each summary,
we compute the percentage of facts that are labelled as contradictions by each
single workers. Similarly to coverage, (i) for each summary, we computed the
average of the percentages of contradictions of all the workers, and (ii) we averaged
the contradiction scores across all the summaries. In a preliminary version of our
experiments, each fact was to be marked as either \Contradiction" or \Not
Contradiction". However, this proved inadequate since workers were marking facts
that were not covered in the summary as contradicting, resulting in an average
of 50% of facts whose information is contradicted in the summaries. In order
to minimize the e ect of contradictions, besides changing the available labels for
each triple-fact, in the contradiction instructions (shown before the third phase
of the task), we explicitly noted that contradictions should be rare and that we
expected many summaries without any of them. As shown in Fig. 1, we advise
workers to identify as contradictions only \Direct contradictions" whose
information is explicitly negated in the corresponding summary. Our nal result of
30% represents the average of contradicting facts per summary. The same
evaluation was made by the two expert, and the average percentage of triple-facts
that are contradicted in the summaries was 0:7%. Consequently, workers tend
(ANOVA test, p &lt; 0:05) to signi cantly overestimate the presence of facts that
are contradicted in the generated summaries.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper, we presented preliminary results of a work aimed to explore the use
of crowdsourcing for the evaluation of NLG systems. In particular, we focused
on the evaluation of textual summaries that are generated from triple-facts. We
compared the results of two studies, one that has been performed by experts and
one by crowdworkers. The evaluations were conducted in three phases: (i) the
uency of the summary, (ii) the coverage, and (iii) the contradictions of a summary;
the latter two are assessed with respect to the given triple-facts. Our preliminary
analysis shows that crowdworkers tend to underestimate the uency of the
summaries by 0:5 out of 6. While coverage is judged consistently across both experts
and crowdworkers, it is signi cantly underestimated by the latter. Lastly, despite
the fact that we emphasised on the low number of expected contradicting facts,
workers strongly overestimated their presence.</p>
      <p>A natural extension of this work is to identify the type of facts (i.e. predicates)
that in uence negatively the workers' judgement. Further studies will focus on
minimising this bias by both training workers on how to identify only direct
contradictions, and increasing the quality control of the experiment.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>This research is partially supported by the Answering Questions using Web Data
(WDAqua) and QROWD projects, both of which are part of the Horizon 2020
programme under respective grant agreement Nos 642795 and 723088.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alonso</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mizzaro</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>Using crowdsourcing for trec relevance assessment</article-title>
          .
          <source>Information processing &amp; management 48(6)</source>
          ,
          <volume>1053</volume>
          {
          <fpage>1066</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bojar</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chatterjee</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Federmann</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Graham</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haddow</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huck</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koehn</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Logacheva</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Monz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Negri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Post</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rubino</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Specia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Turchi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Findings of the 2017 conference on machine translation (wmt17)</article-title>
          .
          <source>In: Proceedings of the Second Conference on Machine Translation</source>
          , Volume
          <volume>2</volume>
          :
          <string-name>
            <given-names>Shared</given-names>
            <surname>Task</surname>
          </string-name>
          <article-title>Papers</article-title>
          . pp.
          <volume>169</volume>
          {
          <fpage>214</fpage>
          . Association for Computational Linguistics, Copenhagen, Denmark (
          <year>September 2017</year>
          ), http://www.aclweb.org/ anthology/W17-4717
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chisholm</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hachey</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Learning to generate one-sentence biographies from Wikidata</article-title>
          .
          <source>In: Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume</source>
          <volume>1</volume>
          ,
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          . pp.
          <volume>633</volume>
          {
          <fpage>642</fpage>
          . Association for Computational Linguistics, Valencia,
          <source>Spain (April</source>
          <year>2017</year>
          ), http://www.aclweb.org/anthology/E17-1060
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cardie</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Learning to ask: Neural question generation for reading comprehension</article-title>
          . In:
          <article-title>Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</article-title>
          . pp.
          <volume>1342</volume>
          {
          <fpage>1352</fpage>
          . Association for Computational Linguistics, Vancouver, Canada (
          <year>July 2017</year>
          ), http://aclweb. org/anthology/P17-1123
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Ell</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harth</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A language-independent method for the extraction of RDF verbalization templates</article-title>
          .
          <source>In: Proceedings of the 8th International Natural Language Generation Conference (INLG)</source>
          . pp.
          <volume>26</volume>
          {
          <fpage>34</fpage>
          . Association for Computational Linguistics, Philadelphia, Pennsylvania,
          <string-name>
            <surname>U.S.A.</surname>
          </string-name>
          (
          <year>June 2014</year>
          ), http://www.aclweb. org/anthology/W14-4405
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Lease</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>On quality control and machine learning in crowdsourcing</article-title>
          .
          <source>Human Computation</source>
          <volume>11</volume>
          (
          <issue>11</issue>
          ) (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.Y.</given-names>
          </string-name>
          :
          <article-title>ROUGE: A package for automatic evaluation of summaries</article-title>
          . In: MarieFrancine Moens, S.S. (ed.)
          <source>Text Summarization Branches Out: Proceedings of the ACL-04 Workshop</source>
          . pp.
          <volume>74</volume>
          {
          <fpage>81</fpage>
          . Association for Computational Linguistics, Barcelona,
          <source>Spain (July</source>
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Marujo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gershman</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Carbonell, J.,
          <string-name>
            <surname>Frederking</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neto</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          :
          <article-title>Supervised topical key phrase extraction of news stories using crowdsourcing, light ltering and co-reference normalization</article-title>
          .
          <source>arXiv preprint arXiv:1306.4886</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Ngonga</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.C.</given-names>
            , Buhmann, L.,
            <surname>Unger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Gerber</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          :
          <article-title>Sorry, i don't speak SPARQL: Translating SPARQL queries into natural language</article-title>
          .
          <source>In: Proceedings of the 22Nd International Conference on World Wide Web</source>
          . pp.
          <volume>977</volume>
          {
          <fpage>988</fpage>
          . WWW '13,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2013</year>
          ). https://doi.org/10.1145/2488388.2488473, http://doi.acm.
          <source>org/10</source>
          .1145/ 2488388.2488473
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Papineni</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roukos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ward</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>W.J.:</given-names>
          </string-name>
          <article-title>BLEU: A method for automatic evaluation of machine translation</article-title>
          .
          <source>In: Proceedings of the 40th Annual Meeting on Association for Computational Linguistics</source>
          . pp.
          <volume>311</volume>
          {
          <fpage>318</fpage>
          . ACL '
          <volume>02</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>2002</year>
          ). https://doi.org/10.3115/1073083.1073135
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Reiter</surname>
          </string-name>
          , E.:
          <source>Natural Language Generation, chap. 20</source>
          , pp.
          <volume>574</volume>
          {
          <fpage>598</fpage>
          .
          <string-name>
            <surname>Wiley-Blackwell</surname>
          </string-name>
          (
          <year>2010</year>
          ). https://doi.org/10.1002/9781444324044.ch20, https://onlinelibrary. wiley.com/doi/abs/10.1002/9781444324044.ch20
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cherry</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dolan</surname>
            ,
            <given-names>W.B.</given-names>
          </string-name>
          :
          <article-title>Data-driven response generation in social media</article-title>
          .
          <source>In: Proceedings of the Conference on Empirical Methods in Natural Language Processing</source>
          . pp.
          <volume>583</volume>
          {
          <fpage>593</fpage>
          . EMNLP '
          <volume>11</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Sordoni</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Galley</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auli</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brockett</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ji</surname>
            , Y., Mitchell,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nie</surname>
            ,
            <given-names>J.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dolan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>A neural network approach to context-sensitive generation of conversational responses</article-title>
          .
          <source>In: Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          . pp.
          <volume>196</volume>
          {
          <fpage>205</fpage>
          . Association for Computational Linguistics, Denver, Colorado (May{
          <year>June 2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Vougiouklis</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elsahar</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ka</surname>
            <given-names>ee</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>L.A.</given-names>
            ,
            <surname>Gravier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Laforest</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Hare</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Simperl</surname>
          </string-name>
          ,
          <string-name>
            <surname>E.</surname>
          </string-name>
          :
          <article-title>Neural wikipedian: Generating textual summaries from knowledge base triples</article-title>
          .
          <source>Journal of Web Semantics 52-53</source>
          ,
          <issue>1</issue>
          {
          <fpage>15</fpage>
          (
          <year>2018</year>
          ). https://doi.org/https://doi.org/10.1016/j.websem.
          <year>2018</year>
          .
          <volume>07</volume>
          .002, http:// www.sciencedirect.com/science/article/pii/S1570826818300313
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>