<!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>A Continual Relation Extraction Approach for Knowledge Graph Completeness (short paper)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sefika Efeoglu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Free University of Berlin</institution>
          ,
          <addr-line>Takustrasse 9, 14195 Berlin</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Representing unstructured data in a structured form is most significant for information system management to analyze and interpret it. To do this, the unstructured data might be converted into Knowledge Graphs, by leveraging an information extraction pipeline whose main tasks are named entity recognition and relation extraction. This thesis aims to develop a novel continual relation extraction method to identify relations (interconnections) between entities in a data stream coming from the real world. Domain-specific data of this thesis is corona news from German and Austrian newspapers.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;relation extraction</kwd>
        <kwd>continual learning</kwd>
        <kwd>knowledge graph completeness</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        For various reasons, semantic analysis and interpretation of unstructured data, such as social
media posts, texts on web pages, and chats, are one of the challenges in information management
systems. To analyze and interpret unstructured text data, it must be represented in a structured
form. One way of representing unstructured data in the structured form is the use of knowledge
graphs (KGs) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. An information extraction (IE) pipeline is generally organized as the product
of several analysis components, e.g.: named entity (NE) tagging; syntactic analysis; coreference
resolution within a document; entity, relation and event extraction (semantic analysis); and
cross-document coreference resolution [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Semantic analysis in IE systems might be carried
out on the KG.
      </p>
      <p>
        Recent KG construction approaches utilize machine learning-based approaches instead of
rulebased techniques for NE and relation extraction (RE). The machine learning-based approaches
obtain impressive results in the NE tagging [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], while they do not show this performance on
RE [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Detection of relations between entity pairs has been addressed with various types of
approaches: (i) supervised techniques including features-based and kernel-based methods, (ii)
a special class of techniques which jointly extract entities and relations (ii) semi-supervised,
(iii) unsupervised, (iv) Open IE and (v) distant supervision based techniques [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Supervised
techniques require a large annotated data set, and its annotation process is time-consuming
and expensive [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Distant supervision is amongst one of the popular methods to deal with this
annotated data problem. The distant supervision, based on existing knowledge bases, brings its
own drawback, and it faces the problem of wrongly labeled sentences troubling the training due
to the excessive amount of noise [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In addition to distant supervision, another most popular
approach is bootstrapping-based semantic RE techniques, namely weakly supervised RE [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
However, the weakly supervised approach is more error-prone because of semantic drift in a
set of patterns per iteration of a snowball algorithm [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. On the other hand, in rule-based RE
approaches, finding relations are mostly dependent on predefined rules [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>Recently, extracting information from health data published on the web has become more
significant to analyze and take precautions due to the ongoing pandemic. To analyze and
evaluate the processes of the pandemic or its measurements, its data must be represented in a
machine-readable and understandable format. Moreover, the IE pipeline extracted information
from web documents or pages must run throughout producing new data by web applications
without any interruption.</p>
      <p>
        Concerning the applicability of existing RE methods, information systems have to cope
with diferent challenges, leveraging KG in real-world applications in terms of RE: (i) missing
extracted relations between the entities throughout the data stream, since the existing methods
run once on a fixed data set, (ii) heterogeneous representation of data, (iii) requirement of a
large annotated data set and (iv) unexplainable relations extracted by machine learning-based
approaches. The existing RE approaches trained and evaluated on the fixed data set are mostly
dependent on predefined relations [
        <xref ref-type="bibr" rid="ref5 ref6 ref8">5, 6, 8</xref>
        ]; therefore, they might not discover new relation
types in the applications whose data is coming from the real world. Because of this reason, to
discover new relation types, the learning process must be continuous. Otherwise, using the
existing RE approaches on real-world applications leads to KG incompleteness [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>The rest of this paper explains the thesis’ problem details in the Problem Statement section,
seeking the solution to research questions in this thesis. After that, this paper introduces the
possible methods for these research questions in the Research Methodology section, and then
the paper gives possible evaluation approaches in the Evaluation section. Lastly, it details
concluding remarks in the Conclusion section.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Problem Statement</title>
      <p>
        As stated in the Introduction section, relation extraction is one of the most significant tasks in
knowledge acquisition which is used for managing and analyzing data on web documents and
pages in the health domain. Traditional machine learning-based relation extraction approaches
such as distant supervision and bootstrapping methods run once on a fixed data set ofline.
Therefore, there is a grammar problem in the sentence. The main problem with these approaches
is that it could not be feasible to detect relations between entities throughout a data stream
coming from the real world since they run once as ofline on the fixed data set [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Because of
this reason, they might not keep and transfer knowledge learned from previous tasks to further
tasks.
      </p>
      <p>
        Furthermore, existing RE approaches for streaming data like meta-continual learning are
applied ofline and do not support knowledge retention [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. To provide learning over data
coming from real-world applications, knowledge retention is one of the most important
requirements for human-like learning. In addition, this thesis addresses KG incompleteness for RE in
terms of non-stationary text data. This thesis tries to tackle the problem above, seeking answers
to the following research questions (RQ):
• RQ1: How can new relation types between entities be continuously discovered
throughout a data stream coming from the real world? (The 1)
• RQ2: How can the KG incompleteness in terms of relations between entities be addressed
in the context of continuous streaming data? (The 2)
• RQ3: Can semantic drift of a set of patterns in a weakly supervised approach be tackled
by a rule learning method using KG or ontology embeddings? (The 3)
• RQ4: How can finally extracted relations be made explainable and interpretable? since
machine learning approaches are black-box. (Last year)
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Research Methodology</title>
      <p>The thesis proposal hypothesizes that a weakly supervised continual RE approach tackles
the KG incompleteness problem in terms of relations between entities, identifying relation
types continuously in a data stream coming from real-world applications like newspapers.
In addition, this thesis claims that continual learning might increase the number of newly
discovered diferent relation types, feeding the model with new data resources. The proposed
research methods below (See Fig. 1) are developed and evaluated on the corona news published
on Tagesschau 1 and Austrian Derstandard 2.</p>
      <p>Corona
News</p>
      <p>Entities
Omicron[CORONAVIRUS]
PCR[LAW]
Quarantine[LAW]
...</p>
      <p>NamTaegdgEinngtity</p>
      <sec id="sec-3-1">
        <title>A comroondaelNER</title>
        <p>Relation Types
hasDuration
hasSymptom
startDate
endDate
...</p>
        <p>Relation</p>
        <p>Extraction</p>
      </sec>
      <sec id="sec-3-2">
        <title>A conmtiondueall RE</title>
        <p>Knowledge
Graph</p>
        <sec id="sec-3-2-1">
          <title>3.1. Named Entity Tagging for Corona News</title>
          <p>
            Since a corona Named Entity Recognition (NER) model has not been developed yet, and there
is no gold standard benchmark data set in this domain, the NER model must be developed to
identify named entities in a text before developing and running a RE approach for this data set.
However, a weakly supervised CORD-NER data set was published in [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ] and is used in the
baseline NER model of this thesis after reducing the noise in its labels with Wikidata 3. Then,
in order to improve its accuracy on the corona news text data, fine-tuning is applied to this
baseline model with Corona News corpus (their English versions) described above.
1Tagesschau : https://www.tagesschau.de/
2Derstandard: https://www.derstandard.at/
3Wikidata: https://www.wikidata.org
          </p>
        </sec>
        <sec id="sec-3-2-2">
          <title>3.2. A Continual Relation Extraction Approach for Knowledge Graph</title>
        </sec>
        <sec id="sec-3-2-3">
          <title>Completeness</title>
          <p>
            Continuously extraction of relations from non-stationary data still has to address some
challenges, such as labeled training data, catastrophic forgetting (because of continual learning) ,
and predefined relation types. This thesis aims to develop a (online) weakly supervised continual
RE approach by using a snowball algorithm which applies an incremental learning method [
            <xref ref-type="bibr" rid="ref7">7</xref>
            ].
However, this algorithm has its own drawbacks like a semantic drift on pattern extraction for
relation types, and seed relation selection in the first step of the algorithm. Although there are
previous attempts to implement this algorithm for RE, they have fixed constant coeficients in
its learning phase or knowledge retention problems due to their rule-based approach [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ], and
also simple transfer learning [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ]. Nevertheless, both approaches are evaluated on stationary
data for predefined relation types. With respect to evaluation of the continual RE algorithms on
the streaming data, existing (ofline) continual learning RE algorithms [
            <xref ref-type="bibr" rid="ref10 ref14">10, 14</xref>
            ] have been tested
for the predefined relations on the benchmarks, like FewRel [
            <xref ref-type="bibr" rid="ref15">15</xref>
            ] and SimpleQuestions [
            <xref ref-type="bibr" rid="ref16">16</xref>
            ]. As
stated earlier, the previous algorithms have been run ofline and not supported the knowledge
retention. An online continual RE algorithm, e.g., neurogenesis and memory replay might
transfer the learnt knowledge (relation types) to next tasks [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ]. Therefore, this thesis aims to
transfer the learnt knowledge in the previous tasks to the following task with an assist of the
continual learning algorithm to keep the learnt relation types. In addition to this, the algorithm
will consider knowledge graph and category embeddings to discover new relation types together
with dependency parsing of a sentence.
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Evaluation Approaches</title>
      <p>
        This thesis evaluates the continual RE approach’s results with evaluation metrics in terms of
various perspectives. The thesis takes into account the following metrics: Precision (P), Recall
(R), F1 score, P-R curve, area under the curve [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] to evaluate the relation extraction approach.
The existing relation extraction algorithms using curriculum meta continual learning [
        <xref ref-type="bibr" rid="ref10 ref14">10, 14</xref>
        ]
have been evaluated ofline on the partitions of benchmark data sets e.g., FewRel [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and
SimpleQuestions [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] for time slots. However, there is no approach to evaluate online RE
algorithms on streaming data. Similarly, this thesis will evaluate the metrics above for the time
slots of the data and measure its performances on the benchmark data in the first phase of
its implementation. Furthermore, this thesis also considers following metrics to evaluate the
approach’s performance with respect to continual learning: average accuracy, whole accuracy,
forgetting measure, learning curve area, and error bound [
        <xref ref-type="bibr" rid="ref10 ref14">10, 14</xref>
        ].
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>Consequently, this thesis is planning to develop a continual learning approach to identify
relation types between entities on non-stationary data with a weak supervision.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sheth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Padhee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gyrard</surname>
          </string-name>
          ,
          <article-title>Knowledge graphs and knowledge networks: The story in brief</article-title>
          ,
          <source>IEEE Internet Computing</source>
          <volume>23</volume>
          (
          <year>2019</year>
          )
          <fpage>67</fpage>
          -
          <lpage>75</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R.</given-names>
            <surname>Grishman</surname>
          </string-name>
          , Information extraction,
          <source>IEEE Expert 30</source>
          (
          <year>2015</year>
          )
          <fpage>8</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sun</surname>
          </string-name>
          , J. Han,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>A survey on deep learning for named entity recognition</article-title>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F. N.</given-names>
            <surname>Al-Aswadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. Y.</given-names>
            <surname>Chan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. H.</given-names>
            <surname>Gan</surname>
          </string-name>
          ,
          <article-title>Automatic ontology construction from text: a review from shallow to deep learning trend</article-title>
          ,
          <source>Artificial Intelligence Review</source>
          <volume>53</volume>
          (
          <year>2019</year>
          )
          <fpage>3901</fpage>
          -
          <lpage>3928</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Pawar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Palshikar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhattacharyya</surname>
          </string-name>
          , Relation extraction : A survey,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Aydar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Bozal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ozbay</surname>
          </string-name>
          ,
          <source>Neural relation extraction: a survey</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>E.</given-names>
            <surname>Agichtein</surname>
          </string-name>
          , L. Gravano, Snowball:
          <article-title>Extracting relations from large plain-text collections</article-title>
          ,
          <source>in: Proceedings of the Fifth ACM Conference on Digital Libraries</source>
          , DL '00,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2000</year>
          , p.
          <fpage>85</fpage>
          -
          <lpage>94</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ji</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pan</surname>
          </string-name>
          , E. Cambria,
          <string-name>
            <given-names>P.</given-names>
            <surname>Marttinen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. S.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <article-title>A survey on knowledge graphs: Representation, acquisition, and applications</article-title>
          ,
          <source>IEEE Transactions on Neural Networks and Learning Systems</source>
          <volume>33</volume>
          (
          <year>2022</year>
          )
          <fpage>494</fpage>
          -
          <lpage>514</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>G. I. Parisi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kemker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Part</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Kanan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wermter</surname>
          </string-name>
          ,
          <article-title>Continual lifelong learning with neural networks: A review</article-title>
          ,
          <source>Neural Networks</source>
          <volume>113</volume>
          (
          <year>2019</year>
          )
          <fpage>54</fpage>
          -
          <lpage>71</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>T.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-F.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hafari</surname>
          </string-name>
          , G. Qi,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhu</surname>
          </string-name>
          , G. Xu,
          <article-title>Curriculum-meta learning for order-robust continual relation extraction</article-title>
          ,
          <year>2021</year>
          . arXiv:
          <fpage>2101</fpage>
          .
          <year>01926</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Guan</surname>
          </string-name>
          , J. Han,
          <article-title>Comprehensive named entity recognition on cord-19 with distant or weak supervision</article-title>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>D. S.</given-names>
            <surname>Batista</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Martins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <article-title>Semi-supervised bootstrapping of relationship extractors with distributional semantics</article-title>
          ,
          <source>in: Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Lisbon, Portugal,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>T.</given-names>
            <surname>Gao</surname>
          </string-name>
          , X. Han,
          <string-name>
            <given-names>R.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Neural snowball for few-shot relation learning</article-title>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Biesialska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Biesialska</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. R.</surname>
          </string-name>
          <article-title>Costa-jussà, Continual lifelong learning in natural language processing: A survey</article-title>
          ,
          <source>in: Proceedings of the 28th International Conference on Computational Linguistics</source>
          ,
          <source>International Committee on Computational Linguistics</source>
          , Barcelona,
          <source>Spain (Online)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>6523</fpage>
          -
          <lpage>6541</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .coling-main.
          <volume>574</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>X.</given-names>
            <surname>Han</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          , M. Sun,
          <article-title>FewRel: A large-scale supervised few-shot relation classification dataset with state-of-the-art evaluation</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Brussels, Belgium,
          <year>2018</year>
          , pp.
          <fpage>4803</fpage>
          -
          <lpage>4809</lpage>
          . doi:
          <volume>10</volume>
          .18653/ v1/
          <fpage>D18</fpage>
          -1514.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Petrochuk</surname>
          </string-name>
          , L. Zettlemoyer,
          <article-title>SimpleQuestions nearly solved: A new upperbound and baseline approach</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Brussels, Belgium,
          <year>2018</year>
          , pp.
          <fpage>554</fpage>
          -
          <lpage>558</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D18</fpage>
          -1051.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>