<!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 Formula Concept Discovery and Recognition</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Philipp Scharpf</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Moritz Schubotz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Howard S. Cohl</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bela Gipp</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer and Information Science University of Konstanz</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Information Technology University of Wuppertal</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>National Institute of Standards and Technology</institution>
          ,
          <country country="US">United States</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Citation-based Information Retrieval (IR) methods for scientific documents have proven to be effective in academic disciplines that use many references. In science, technology, engineering, and mathematics (STEM), researchers cite less often but employ mathematical concepts to refer to prior knowledge (Moed et al.). Our long-term goal is to generalize citation-based IR-methods and apply the generalized method to both classical references and mathematical concepts. In this paper, we suggest how mathematical formulae could be cited and define a Formula Concept Retrieval challenge with two subtasks: Formula Concept Discovery (FCD) and Formula Concept Recognition (FCR). While the former aims at the definition and exploration of a Formula Concept that names bundled equivalent representations of a formula, the latter is designed to match a given formula to a prior assigned concept ID. Moreover, we present first Machine Learning based approaches to tackle the FCD and FCR tasks, which we apply to a standardized test-collection (NTCIR arXiv dataset). Our FCD approach yields a recall of 68% for retrieving equivalent representations of frequent formulae, and 72% for extracting the formula name from the surrounding text. FCD and FCR will enable citing formulae within mathematical documents and facilitate semantic search as well as similarity computations for plagiarism detection or document recommender systems.</p>
      </abstract>
      <kwd-group>
        <kwd>Natural Language Processing</kwd>
        <kwd>Mathematical Language Processing</kwd>
        <kwd>Mathematical Information Retrieval</kwd>
        <kwd>Feature Analysis</kwd>
        <kwd>Machine Learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Documents from Science, Technology, Engineering, and Mathematics (STEM)
often contain a significant amount of mathematical formulae. Since they are
vital to understanding the content of these documents, semantic search engines or
recommender systems need to process and analyze them alongside the text. In
information science and technology, the semantics of natural language is
typically grasped via conceptualization [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. In the case of mathematical language,
we argue for the introduction of a definition for a mathematical Formula
Concept as a collection of equivalent formulae with different representations (see [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]
for a discussion of the definition difficulties). Once defined, the technical
implementation of a Formula Concept can be Formula Concept Discovery (FCD) and
Formula Concept Recognition (FCR). The first term (FCD) refers to the
exploration of formula concepts by examining a multitude of formula examples from
various sources and occurrences. Figure 1 illustrates how the same equation, in
this case, the Klein-Gordon equation from Quantum Physics, can be represented
in different formats that seem very diverse at first glance but actually represent
the same mathematical concept. We will present first implementations of FCD
and FCR in the following.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Mathematical Information Retrieval (MathIR) addresses the information need
in STEM fields by retrieving, processing and analyzing mathematical formulae.
Up until now, various formula search engines have been developed, and
translations between different markups (LaTeX, Presentation, and Content MathML)
and standards elaborated [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Since Wikipedia is only semi-structured, Wikidata4
was launched to provide direct access to specific interlingual facts (RDF5 triples)
and retrieve information systematically. Wikidata is a free and open semantic
knowledge-base that can be read and edited by humans and machines [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
Wikidata stores items with statements and their references. In the case of
mathematical knowledge, this includes formulae, e.g., pressure (Q39552) with a defining
formula property (P2534) p = FS . To scalably seed information into Wikidata, a
Primary Sources tool6 was introduced, allowing active users to quickly browse
through new claims and their references to approve or reject them. The arXiv.org
e-Print server [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] makes available free preprints for a large collection of
publications from Physics, Mathematics, Computer Science, Economics and more. Many
authors provide their LaTeX source code. Both Wikipedia and arXiv articles
were extracted as part of the NTCIR MathIR Task [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In 2017, the Special
Interest group for Math Linguistics (SIGMathLing)7 was initiated as a forum and
resource cooperative for the linguistics of mathematical/technical documents.
For Mathematical Language Processing (MLP), the formula parts (operators,
identifiers, numbers) have to be annotated using the Mathematical Markup
Language (MathML). There are several tools available, most prominently the
LaTeXML converter8. Furthermore, the occurring symbols (variables, constants)
need to be disambiguated, i.e., their meaning inferred from the context and
semantically annotated. There have been attempts to automatically retrieve the
semantics of identifiers from the surrounding text [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. While Wikipedia articles
more commonly contain variable definitions in the text, in general, many paper
articles often omit them. This leaves the task of manual annotation inevitable
for building machine-interpretable datasets. The NIST Digital Repository of
Mathematical Formulae (DRMF) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and NIST Digital Library of Mathematical
Functions (DLMF) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] are two examples of maintained high-quality semantic
datasets. At this moment, Wikidata contains approximately 3600 items with
a "defining formula" property. Moreover, the benchmark MathMLben [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] was
created to evaluate tools for mathematical format conversion (from LaTeX to
MathML to Computer Algebra Systems), containing approximately 300 formulae
from Wikipedia, the arXiV and the DLMF, which were augmented by Wikidata
macros [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
4 http://www.wikidata.org
5 https://www.w3.org/RDF
6 https://www.wikidata.org/wiki/Wikidata:Primary_sources_tool
7 https://sigmathling.kwarc.info
8 https://dlmf.nist.gov/LaTeXML
      </p>
    </sec>
    <sec id="sec-3">
      <title>Formula Concept Retrieval Challenge</title>
      <p>We define as the goal to be eventually able to map all of the various
representations of a formula to a unique and open concept ID, e.g., linking all occurrences
of the Klein-Gordon equation shown in Figure 1 to the Wikidata item Q868967 9.</p>
      <p>We define two subtasks of the Formula Concept Retrieval challenge:
– Formula Concept Discovery (FCD) as a method to find common equivalent
representations and a name candidate for a given formula, and
– Formula Concept Recognition (FCR) as the approach to recognize formulae
in documents as being instances of prior defined formula concept.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Our Approach</title>
      <p>
        In the following, we present our first efforts to implement and evaluate a Formula
Concept Discovery (FCD). We approach FCD by retrieving equivalent
formulations with different representations (see Figure 2) as well as name candidates
from the surrounding text. The initial step is to identify formula candidates
which occur most often within a given dataset, assuming that they are potential
seeds of popular formula concepts. We first tried formula clustering but
discovered that it was not a suitable method for FCD since the number of clusters
is a priori unclear and the tested algorithms were not able to group equivalent
formulae. Subsequently, we decided to start with a ranking of formula duplicates
(with the same LaTeX string), which yielded reasonable results. We employed
the NTCIR arXiv dataset [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] which is comprised of 104062 document sections
containing over 60 million formulae. We confined our computations to the
subject class of astrophysics (680 astro-ph documents), employing a domain expert
to semantically evaluate the results. From the duplicate ranking, we selected a
formula length range between 10 and 30 characters and restricted our selection
to duplicates occurring in at least two different documents. This yielded 3495
formulae. We then manually selected all equations, and discarded all stubs
without a right-hand-side, as well as simple variable dependence definitions, such as
x = x (t) and x = y or x = const. For the first 50 samples from the duplicate
ranking, we retrieved the operators and identifiers from the provided MathML
&lt;mo&gt; and &lt;mi&gt; tags, as well as the surrounding text (words within a window
of ±500 characters around the formula). We encoded both tags using the
TfidfVectorizer from the Python package Scikit-learn [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and Doc2Vec model [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
from the Python package Gensim [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. We then compared the performance of a
k-nearest neighbor classifier (Scikit-learn) on the four resulting vector encodings
(math2vec [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and math tf-idf for the formulae, semantics2vec and semantics
tf-idf for the surrounding text) to retrieve equivalent representations.
9 https://www.wikidata.org/wiki/Q868967
      </p>
    </sec>
    <sec id="sec-5">
      <title>Our Results</title>
      <p>
        Having launched FCD as a method for tagging formulae with Wikidata QIDs, we
can now employ FCR to identify formulae within STEM documents using their
constituting parts (operators and identifiers) in a SPARQL query10. However,
since at the moment only less than 4000 formulae are seeded into Wikidata [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]
and storing multiple representations as "defining formula" of the same formula
concept item is not endorsed, we argue for the creation of a specific
Wikidataattached Formula Concept Database. It should include formalized augmentation
to generate equivalent forms using, e.g., commutations, additional sub- and
superscripts, unit and reference frame variations, etc. Most importantly, a method
for inferring substitutions or implicit terms needs to be developed.
      </p>
      <p>Hubble’s law (Q179916) equation of state (Q214967)
p = ωρ a˙ = aH
p = κρ
ω = p/ρ
pd = ωρd</p>
      <p>Hi = R˙ /R</p>
      <p>H = a˙/a
H(t) = a˙/a
10 W3C Recommendation: https://www.w3.org/TR/rdf-sparql-query</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aizawa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kohlhase</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ounis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schubotz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : NTCIR-11 math
          <article-title>-2 task overview</article-title>
          .
          <source>In: NTCIR. National Institute of Informatics (NII)</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Arbab</surname>
            ,
            <given-names>A.I.</given-names>
          </string-name>
          :
          <article-title>Derivation of dirac, klein-gordon, schrödinger, diffusion and quantum heat transport equations from a universal quantum wave equation</article-title>
          .
          <source>EPL (Europhysics Letters)</source>
          <volume>92</volume>
          (
          <issue>4</issue>
          ),
          <volume>40001</volume>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cohl</surname>
            ,
            <given-names>H.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McClain</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saunders</surname>
            ,
            <given-names>B.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schubotz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>J.C.</given-names>
          </string-name>
          :
          <article-title>Digital repository of mathematical formulae</article-title>
          .
          <source>In: CICM. Lecture Notes in Computer Science</source>
          , vol.
          <volume>8543</volume>
          , pp.
          <fpage>419</fpage>
          -
          <lpage>422</lpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Detweiler</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Klein-gordon equation and rotating black holes</article-title>
          .
          <source>Physical Review D</source>
          <volume>22</volume>
          (
          <issue>10</issue>
          ),
          <volume>2323</volume>
          (
          <year>1980</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Guidi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coen</surname>
            ,
            <given-names>C.S.:</given-names>
          </string-name>
          <article-title>A survey on retrieval of mathematical knowledge</article-title>
          .
          <source>Mathematics in Computer Science</source>
          <volume>10</volume>
          (
          <issue>4</issue>
          ),
          <fpage>409</fpage>
          -
          <lpage>427</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Haroun</surname>
            ,
            <given-names>K.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yagob</surname>
            ,
            <given-names>A.A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Allah</surname>
            ,
            <given-names>M.D.A.</given-names>
          </string-name>
          :
          <article-title>Derivation of klein-gordon equation for frictional medium</article-title>
          .
          <source>American Scientific Research Journal for Engineering</source>
          , Technology, and
          <source>Sciences (ASRJETS) 38(1)</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Kaloyerou</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vigier</surname>
          </string-name>
          , J.:
          <article-title>Evolution time klein-gordon equation and derivation of its nonlinear counterpart</article-title>
          .
          <source>Journal of Physics A: Mathematical and General</source>
          <volume>22</volume>
          (
          <issue>6</issue>
          ),
          <volume>663</volume>
          (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of sentences and documents</article-title>
          .
          <source>In: ICML. JMLR Workshop and Conference Proceedings</source>
          , vol.
          <volume>32</volume>
          , pp.
          <fpage>1188</fpage>
          -
          <lpage>1196</lpage>
          . JMLR.org (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Lozier</surname>
            ,
            <given-names>D.W.:</given-names>
          </string-name>
          <article-title>NIST digital library of mathematical functions</article-title>
          . Ann. Math. Artif. Intell.
          <volume>38</volume>
          (
          <issue>1-3</issue>
          ),
          <fpage>105</fpage>
          -
          <lpage>119</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>McKiernan</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>: arxiv.org: the los alamos national laboratory e-print server</article-title>
          .
          <source>International Journal on Grey Literature</source>
          <volume>1</volume>
          (
          <issue>3</issue>
          ),
          <fpage>127</fpage>
          -
          <lpage>138</lpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Morawetz</surname>
            ,
            <given-names>C.S.:</given-names>
          </string-name>
          <article-title>Time decay for the nonlinear klein-gordon equation</article-title>
          .
          <source>Proceedings of the Royal Society of London. Series A. Mathematical and Physical Sciences</source>
          <volume>306</volume>
          (
          <issue>1486</issue>
          ),
          <fpage>291</fpage>
          -
          <lpage>296</lpage>
          (
          <year>1968</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Pecher</surname>
          </string-name>
          , H.:
          <article-title>Nonlinear small data scattering for the wave and klein-gordon equation</article-title>
          .
          <source>Mathematische Zeitschrift</source>
          <volume>185</volume>
          (
          <issue>2</issue>
          ),
          <fpage>261</fpage>
          -
          <lpage>270</lpage>
          (
          <year>1984</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Pedregosa</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varoquaux</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gramfort</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thirion</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grisel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blondel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prettenhofer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weiss</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dubourg</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>VanderPlas</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>Passos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cournapeau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brucher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perrot</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duchesnay</surname>
          </string-name>
          , E.:
          <article-title>Scikit-learn: Machine learning in python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>12</volume>
          ,
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Rehurek</surname>
          </string-name>
          , R.:
          <source>Scalability of Semantic Analysis in Natural Language Processing. Ph.D. thesis</source>
          , Masarykova univerzita, Fakulta informatiky (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Scharpf</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schubotz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gipp</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Representing mathematical formulae in content mathml using wikidata</article-title>
          .
          <source>In: BIRNDL@ SIGIR</source>
          . pp.
          <fpage>46</fpage>
          -
          <lpage>59</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Scharpf</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schubotz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gipp</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Representing mathematical formulae in content mathml using wikidata</article-title>
          .
          <source>In: BIRNDL@SIGIR. CEUR Workshop Proceedings</source>
          , vol.
          <volume>2132</volume>
          , pp.
          <fpage>46</fpage>
          -
          <lpage>59</lpage>
          . CEUR-WS.org (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Schubotz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Greiner-Petter</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scharpf</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meuschke</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohl</surname>
            ,
            <given-names>H.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gipp</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Improving the representation and conversion of mathematical formulae by considering their textual context</article-title>
          .
          <source>In: JCDL</source>
          . pp.
          <fpage>233</fpage>
          -
          <lpage>242</lpage>
          . ACM (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Schubotz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grigorev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohl</surname>
            ,
            <given-names>H.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meuschke</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gipp</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Youssef</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Markl</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Semantification of identifiers in mathematics for better math information retrieval</article-title>
          .
          <source>In: SIGIR</source>
          . pp.
          <fpage>135</fpage>
          -
          <lpage>144</lpage>
          . ACM (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Schubotz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scharpf</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dudhat</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nagar</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamborg</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gipp</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Introducing mathqa-a math-aware question answering system</article-title>
          .
          <source>In: Proceedings of the ACM/IEEECS Joint Conference on Digital Libraries (JCDL)</source>
          , Workshop on Knowledge Discovery, Fort Worth, USA (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Strauss</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vazquez</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Numerical solution of a nonlinear klein-gordon equation</article-title>
          .
          <source>Journal of Computational Physics</source>
          <volume>28</volume>
          (
          <issue>2</issue>
          ),
          <fpage>271</fpage>
          -
          <lpage>278</lpage>
          (
          <year>1978</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Tiwari</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Derivation of the hamiltonian form of the klein-gordon equation from schrödinger-furth quantum diffusion theory: Comments</article-title>
          .
          <source>Physics Letters A</source>
          <volume>133</volume>
          (
          <issue>6</issue>
          ),
          <fpage>279</fpage>
          -
          <lpage>282</lpage>
          (
          <year>1988</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Tretyakov</surname>
            ,
            <given-names>O.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Akgun</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Derivation of klein-gordon equation from maxwell's equations and study of relativistic time-domain waveguide modes</article-title>
          .
          <source>Progress In Electromagnetics Research</source>
          <volume>105</volume>
          ,
          <fpage>171</fpage>
          -
          <lpage>191</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Vrandecic</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krötzsch</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Wikidata: a free collaborative knowledgebase</article-title>
          .
          <source>Commun. ACM</source>
          <volume>57</volume>
          (
          <issue>10</issue>
          ),
          <fpage>78</fpage>
          -
          <lpage>85</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Youssef</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>B.R.</given-names>
          </string-name>
          :
          <article-title>Deep learning for math knowledge processing</article-title>
          . In: Rabe,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Farmer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.M.</given-names>
            ,
            <surname>Passmore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.O.</given-names>
            ,
            <surname>Youssef</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.) Intelligent Computer Mathematics - 11th International Conference, CICM 2018, Hagenberg, Austria,
          <source>August 13-17</source>
          ,
          <year>2018</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>11006</volume>
          , pp.
          <fpage>271</fpage>
          -
          <lpage>286</lpage>
          . Springer (
          <year>2018</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -96812-4_
          <fpage>23</fpage>
          , https: //doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -96812-4_
          <fpage>23</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Yucong</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cruz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Formalizing semantic of natural language through conceptualization from existence</article-title>
          .
          <source>International Journal of Innovation, Management and Technology</source>
          <volume>2</volume>
          (
          <issue>1</issue>
          ), pages-
          <volume>37</volume>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>