<!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>Towards a Semantically Annotated Corpus of Educational Mathematical Texts in Russian</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Olga Nevzorova</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexander Kirillovich</string-name>
          <email>alik.kirillovich@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Konstantin Nikolaev</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kamilla Galiaskarova</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Kazan Federal University</institution>
          ,
          <addr-line>Kazan</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Tatarstan Academy of Sciences</institution>
          ,
          <addr-line>Kazan</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <fpage>299</fpage>
      <lpage>305</lpage>
      <abstract>
        <p>We discuss a semantically annotated corpus of educational mathematical texts in Russian. The objective of our research is to create a test collections for automatic formalization of educational mathematical documents. The corpus includes mathematical assertions extracted from educational math textbooks. We manually annotated each assertion as the formula representation in LaTeX and created the formalization of the formula in OpenMath. Symbols used in OpenMath representations are defined in OntoMathEdu, a new educational mathematical ontology.</p>
      </abstract>
      <kwd-group>
        <kwd>Mathematics</kwd>
        <kwd>Corpus</kwd>
        <kwd>Ontology</kwd>
        <kwd>OpenMath</kwd>
        <kwd>OntoMathEdu</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Most of mathematical knowledge is currently recorded in the form of informal
documents, consisting of natural language text mixed with formulas in presentation
markup. The meaning of such documents is accessible to human readers, but not to
machines. In order to this meaning can be machine-actionable, the documents have to
be formalized and represented in a form that computers can act on. In practice, full
formalization is not necessary, and in fact representation of same semantics only can
be enough. This “flexiformalization” paves the way to intelligent mathematical
knowledge management applications such as semantic search services, recommender
systems, etc. [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]
      </p>
      <p>We study the math assertions in math textbooks for secondary schools. Many of
such assertions have the form of plain natural language text but not math statements
on formal math language. Our objective is to create a translator of math assertions
represented in the form of natural language text to formula representations. These
representations we are planning to use in content markup. This development, in turn,
requires training and test collections.</p>
      <p>
        In this paper we consider an experimental semantically annotated math corpus, that
consists of math assertions extracted from educational math documents. Each
asserCopyright © 2019 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0).
tion is manually annotated as the formula representation in LaTeX and later we create
the formalization of this formula in OpenMath [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Symbols used in OpenMath
representations are defined in OntoMathEdu (https://github.com/CLLKazan/OntoMathEdu),
a new educational mathematical ontology [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. We believe that this ontology will serve
as a Linked Open Data hub for mathematical education. Concepts of the ontology
contain labels in English, Russian and Tatar and will be interlinked with the external
lexical resources from the Linguistic Linked Open Data (LLOD) cloud [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], first of all,
WordNet [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], BabelNet [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], RuThes Cloud [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and Russian-Tatar Thesaurus [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>The rest of the paper is organized as follows. In Section 2, we briefly review some
projects of building formal and informal mathematical corpora. In Sections 3 we
describe the corpus and the process of its construction. In conclusion, we outline the
directions of future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Works</title>
      <p>In this section we briefly describe informal, formal and parallel informal/formal
mathematical corpora.</p>
      <p>
        Informal corpora. arXiv (https://arxiv.org/) is the largest informal mathematical
corpus in the world. Its content is represented in LaTeX format. arXMLiv
(https://kwarc.info/projects/arXMLiv/) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] contains arXiv collection, automatically
converted to XML, HTML 5 and Content MathML, and making it is more suitable for
machine processing.
      </p>
      <p>Formal corpora. The Mizar Mathematical Library
(http://mizar.uwb.edu.pl/library/) is the largest corpus of fully formalized
mathematics.</p>
      <p>
        Parallel informal/formal corpora. One of the largest manually-created parallel
informal/formal corpora is based on the Flyspeck Project. Flyspeck [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]
(https://github.com/flyspeck/flyspeck) is a project, which gives a formal proof of the
Kepler conjecture in the HOL Light proof assistant. This project is based on the
informal book [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] in LaTeX. Approximately 500 formal statements have been aligned
with their informal counterparts. The corpus is available by a user-friendly wiki
interface [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] Kaliszyk et al. lunched a project aimed at automatic translation of informal
mathematical texts into formal ones on base of machine learning methods, trained on
aligned informal/formal mathematical corpora. In the subsequent works they pesented
several synthetic informal/formal corpora as well as translators trained on them. For
example, in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] they presented a neural network translator from informalized
LaTeX-written Mizar texts into the formal Mizar language. The training corpus has been
generated by transformation of Mizar to natural language LaTeX text on the basis of
the existed method developed for presenting the Mizar articles in the journal
Formalized Mathematics. In [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ] they presented a system for parsing ambiguous
formulas from the Flyspeck project. The training informal/formal corpus has been
constructed by ambiguation of formal statements from the HOL Light theorems in
Flyspeck.
      </p>
      <p>The Formal Abstracts (https://formalabstracts.github.io/) is ongoing project, aiming
at formalization of the main results of informal mathematical documents (for
example, formalization of the main theorem of a research paper). This formalization is also
intended to be used in machine learning tasks.</p>
      <p>For our knowledge, there is not neither parallel informal/formal mathematical
corpus for Russian nor parallel educational mathematical corpus, so the development of
such corpus is needed.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Corpus description and construction</title>
      <p>The corpus is organized as a collection of records. Each record includes the following
three fields:
─ Russian sentence, extracted from educational textbooks.
─ Formula representation of this statement in LaTeX format.
─ Formalization of this formula in OpenMath format, where OntoMathEdu ontology is
used as an OpenMath content dictionary.</p>
      <p>When building the corpus, the following tasks are successively solved.
3.1</p>
      <sec id="sec-3-1">
        <title>Natural language statements extraction</title>
        <p>At the first step, we manually extract Russian sentences from education textbooks.
We use the secondary school geometry books for 7th–9th grades. The extracted
statements are classified according to the following simple classification scheme:
─ Class 1: Statements of equality
a. with complex statement in the left part and simple right part (e.g. positive
integer). Example: “The sum of the degree measures of two acute angles of a right
triangle is 90°”.
b. with comparison between equivalent components. Example: “The area of a
rectangle is equal to the product of its adjacent sides”.
─ Class 2: Statements of inequality. Example: “Each side of a triangle is less than the
sum of two other sides”.
─ Class 3: Definitions of mutual arrangement (e.g. perpendicularity). Example: “The
diagonals of a square are mutually perpendicular”.
─ Class 4: Composite statements (several formulas in one statement provided with
“AND” preposition). Example: “The middle line of a trapezoid is parallel to the its
bases and equal to their half-sum”.
─ Class 5: Conditional statements. Example: “If the angle of one triangle is equal to
the angle of another triangle, then the ratio of the area of one triangles to the area
of another triangle is equal to the ratio of the product of the sides, enclosing equal
angles of one triangle to the product of such sides of another triangle”.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Statements explication</title>
        <p>In the extracted statements, many concepts are mentioned only implicitly due to
metonymy, ellipsis, etc. For example, for the statement “The sum of the angles of a
convex n-gon is (n-2) × 180°” it is assumed that the units of measurement for angles are
used in this sum, rather than the angles themselves. Therefore, in the second stage we
explain implicit concepts in the extracted statements. Table 1 contains examples of
original statements and their explanations.
At the third step, we annotate math concepts in the extracted statements. The concepts
are annotated in terms of OntoMathEdu ontology. For example, the statement “The
middle line of the trapezoid is parallel to the bases and equal to their half-sum”
contains the following classes of OntoMathEdu ontology: Middle line, Trapezoid, Base,
etc. The tool for this annotation is represented at Fig. 1.
3.4</p>
      </sec>
      <sec id="sec-3-3">
        <title>Representation of statements as formulas</title>
        <p>At the next stage, we represent the statements as the formulas in LaTeX. Table 2
contains examples of this representation as formula statements.
At the final step, we formalize formulas in OpenMath format. We use OntoMathEdu
ontology as a content dictionary in this formalization.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper, we presented a semantically annotated corpus of educational math texts
in Russian. The corpus consists of natural language statements, extracted from an
educational textbook. Extracted statements were manually complemented by its
representation as LaTeX formulas and OpenMath formal representation. As a OpenMath
content dictionary we used OntoMathEdu ontology.</p>
      <p>The corpus now is still on the development stage, so our immediate goal is to
release the first working version.</p>
      <p>After that we are going to adopt it in the development of the components of a new
digital educational platform, which is intended for solving such tasks as automatic
knowledge testing; automatic recommendation of educational materials according to
an individual study plan; and semantic annotation of educational materials. In
particular, the corpus is intended to be used for training an automatic translator from Russian
educational documents to its formal representation, as well as a test collection for an
ontology-based mathematical information extraction tool. Also, the corpus can be
used to verbalize a formal mathematical document as a natural language text in
Russian. Additionally, we are going to use it for enrichment of OntoMathEdu ontology.</p>
      <p>The corpus will be published at the Linked Open Data (LOD) cloud.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>This work was funded by the subsidy allocated to Kazan Federal University for the
state assignment in the sphere of scientific activities, grant agreement no.
1.2368.2017, and Russian Foundation for Basic Research and the government of the
region of the Russian Federation, grant № 18-47-160007.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Kohlhase</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The Flexiformalist Manifesto</article-title>
          . In: Voronkov,
          <string-name>
            <surname>A.</surname>
          </string-name>
          , et al. (eds.)
          <source>Proceedings of the 14th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC</source>
          <year>2012</year>
          ), pp.
          <fpage>30</fpage>
          -
          <lpage>35</lpage>
          . IEEE (
          <year>2012</year>
          ). doi:
          <volume>10</volume>
          .1109/SYNASC.
          <year>2012</year>
          .78
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Kohlhase</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Kohlhase</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Towards a Flexible Notion of Document Context</article-title>
          . In: Protopsaltis,
          <string-name>
            <surname>A.</surname>
          </string-name>
          , et al. (eds.)
          <source>Proceedings of the 29th ACM international conference on Design of communication (SIGDOC</source>
          <year>2011</year>
          ), pp.
          <fpage>181</fpage>
          -
          <lpage>188</lpage>
          . ACM (
          <year>2011</year>
          ). doi:
          <volume>10</volume>
          .1145/2038476.2038512
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Buswell</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caprotti</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carlisle</surname>
            ,
            <given-names>D. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dewar</surname>
            ,
            <given-names>M. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaëtano</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kohlhase</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <source>The OpenMath Standard, Version 2.0. The OpenMath Society</source>
          (
          <year>2004</year>
          ). https://www.openmath.org/standard/om20-2004-06-30/omstd20.html
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Kirillovich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nevzorova</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Falileeva</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lipachev</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shakirova</surname>
          </string-name>
          , L.:
          <article-title>OntoMathEdu: Towards an Educational Mathematical Ontology</article-title>
          . In: Kaliszyk,
          <string-name>
            <surname>C.</surname>
          </string-name>
          , et al. (eds.) Workshop Papers at 12th Conference on
          <article-title>Intelligent Computer Mathematics (CICM-WS 2019)</article-title>
          .
          <source>CEUR Workshop Proceedings (forthcoming)</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>McCrae</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chiarcos</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bond</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Declerck</surname>
          </string-name>
          , T., de Melo, G.,
          <string-name>
            <surname>Gracia</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klimek</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moran</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osenova</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pareja-Lora</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Pool</surname>
          </string-name>
          , J.: The Open Linguistics Working Group:
          <article-title>Developing the Linguistic Linked Open Data Cloud</article-title>
          . In: Calzolari N., et al. (eds.)
          <source>Proceedings of the 10th International Conference on Language Resources and Evaluation (LREC</source>
          <year>2016</year>
          ), pp.
          <fpage>2435</fpage>
          -
          <lpage>2441</lpage>
          . ELRA (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>McCrae</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fellbaum</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Publishing and Linking WordNet using lemon and RDF</article-title>
          . In: Chiarcos C. et al. (eds.)
          <source>Proceedings of the 3rd Workshop on Linked Data in Linguistics (LDL-2014)</source>
          , pp.
          <fpage>13</fpage>
          -
          <lpage>16</lpage>
          . ELRA (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ehrmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cecconi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vannella</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCrae</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Navigli</surname>
          </string-name>
          , R.:
          <article-title>Representing Multilingual Data as Linked Data: the Case of BabelNet 2.0</article-title>
          . In: Calzolari N., et al. (eds.)
          <source>Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC</source>
          <year>2014</year>
          ), pp.
          <fpage>401</fpage>
          -
          <lpage>408</lpage>
          . ELRA (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Kirillovich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nevzorova</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gimadiev</surname>
          </string-name>
          . E., and
          <string-name>
            <surname>Loukachevitch</surname>
          </string-name>
          , N.: RuThes Cloud:
          <article-title>Towards a Multilevel Linguistic Linked Open Data Resource for Russian</article-title>
          . In: Różewski,
          <string-name>
            <given-names>P.</given-names>
            and
            <surname>Lange</surname>
          </string-name>
          , C. (eds.)
          <source>Proceedings of the 8th International Conference on Knowledge Engineering and Semantic Web (KESW</source>
          <year>2017</year>
          ).
          <source>Communications in Computer and Information Science</source>
          , vol.
          <volume>786</volume>
          , pp.
          <fpage>38</fpage>
          -
          <lpage>52</lpage>
          . Springer, Cham (
          <year>2017</year>
          ). doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -69548-
          <issue>8</issue>
          _
          <fpage>4</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Galieva</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kirillovich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khakimov</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loukachevitch</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nevzorova</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Suleymanov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Toward Domain-Specific Russian-Tatar Thesaurus Construction</article-title>
          .
          <source>In: Proceedings of the International Conference IMS-2017</source>
          , pp.
          <fpage>120</fpage>
          -
          <lpage>124</lpage>
          . ACM (
          <year>2017</year>
          ). doi:
          <volume>10</volume>
          .1145/3143699.3143716
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Stamerjohanns</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kohlhase</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ginev</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>David</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Transforming Large Collections of Scientific Publications to XML</article-title>
          . Mathematics in Computer Science,
          <volume>3</volume>
          (
          <issue>3</issue>
          ),
          <fpage>299</fpage>
          -
          <lpage>307</lpage>
          (
          <year>2010</year>
          ).
          <source>doi:10.1007/s11786-010-0024-7</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Hales</surname>
          </string-name>
          , T. C.:
          <article-title>Introduction to the Flyspeck project</article-title>
          . In: Coquand,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Lombardi</surname>
          </string-name>
          ,
          <string-name>
            <surname>H.</surname>
          </string-name>
          <article-title>and</article-title>
          <string-name>
            <surname>Roy</surname>
          </string-name>
          , M.-F. (eds.) Mathematics, Algorithms, Proofs.
          <source>Dagstuhl Seminar Proceedings</source>
          , vol.
          <volume>05021</volume>
          .
          <string-name>
            <surname>IBFI</surname>
          </string-name>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Hales</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Dense Sphere Packings: A Blueprint for Formal Proofs</article-title>
          . Cambridge University Press (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Tankink</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaliszyk</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urban</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Geuvers</surname>
          </string-name>
          , H.:
          <article-title>Formal mathematics on display: a wiki for Flyspeck</article-title>
          . In: Carette,
          <string-name>
            <surname>J.</surname>
          </string-name>
          , et al. (eds.)
          <source>Proceedings of Intelligent Computer Mathematics: MKM, Calculemus, DML, and Systems and Projects</source>
          <year>2013</year>
          (
          <article-title>CICM 2013)</article-title>
          .
          <source>Lecture Notes in Computer Science</source>
          , vol.
          <volume>7961</volume>
          , pp.
          <fpage>152</fpage>
          -
          <lpage>167</lpage>
          . Springer (
          <year>2013</year>
          ). doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>642</fpage>
          -39320-4_
          <fpage>10</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kaliszyk</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urban</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vyskočil</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Geuvers</surname>
          </string-name>
          , H.:
          <article-title>Developing Corpus-Based Translation Methods between Informal and Formal Mathematics: Project Description</article-title>
          . In:
          <string-name>
            <surname>Watt S. M.</surname>
          </string-name>
          , et al. (eds.)
          <source>Proceedings of the International Conference on Intelligent Computer Mathematics (CICM</source>
          <year>2014</year>
          ).
          <source>Lecture Notes in Computer Science</source>
          , vol.
          <volume>8543</volume>
          , pp.
          <fpage>435</fpage>
          -
          <lpage>439</lpage>
          . Springer, Cham (
          <year>2014</year>
          ). doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -08434-3_
          <fpage>34</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaliszyk</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Urban</surname>
          </string-name>
          , J.:
          <article-title>First Experiments with Neural Translation of Informal to Formal Mathematics</article-title>
          . In: Rabe,
          <string-name>
            <surname>F.</surname>
          </string-name>
          , et al. (eds.)
          <source>Proceedings of the 11th International Conference on Intelligent Computer Mathematics (CICM</source>
          <year>2018</year>
          ).
          <source>Lecture Notes in Computer Science</source>
          , vol.
          <volume>11006</volume>
          , pp.
          <fpage>255</fpage>
          -
          <lpage>270</lpage>
          . Springer, Cham (
          <year>2018</year>
          ). doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -96812-4_
          <fpage>22</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Kaliszyk</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urban</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vyskočil</surname>
          </string-name>
          , J.:
          <article-title>Learning to Parse on Aligned Corpora (Rough Diamond)</article-title>
          . In: Urban,
          <string-name>
            <given-names>C.</given-names>
            and
            <surname>Zhang</surname>
          </string-name>
          , X. (eds.)
          <source>Proceedings of the 6th International Conference on Interactive Theorem Proving (ITP 2015). Lecture Notes in Computer Science</source>
          , vol.
          <volume>9236</volume>
          , pp.
          <fpage>227</fpage>
          -
          <lpage>233</lpage>
          . Springer, Cham (
          <year>2015</year>
          ). doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -22102-1_
          <fpage>15</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Kaliszyk</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urban</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Vyskočil</surname>
          </string-name>
          , J.:
          <article-title>Automating Formalization by Statistical and Semantic Parsing of Mathematics</article-title>
          . In: Ayala-Rincón,
          <string-name>
            <given-names>M.</given-names>
            and
            <surname>Muñoz</surname>
          </string-name>
          , C. (eds.)
          <source>Proceedings of the 8th International Conference on Interactive Theorem Proving (ITP 2017). Lecture Notes in Computer Science</source>
          , vol.
          <volume>10499</volume>
          , pp.
          <fpage>12</fpage>
          -
          <lpage>27</lpage>
          . Springer, Cham (
          <year>2017</year>
          ). doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -66107-
          <issue>0</issue>
          _
          <fpage>2</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Atanasyan</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Butuzov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , and Kadomcev S.: Geometry, 7
          <article-title>-9 grades: textbook for general-education schools</article-title>
          .
          <source>Prosveshenie</source>
          , Moscow (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>