<!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>Extracting Evidence Fragments for Distant Supervision of Molecular Interactions</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gully A Burns</string-name>
          <email>burns@isi.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pradeep Dasigi</string-name>
          <email>pdasigi@cs.cmu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eduard H. Hovy</string-name>
          <email>hovy@cs.cmu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Language Technologies Institute - Carnegie Mellon University</institution>
          ,
          <addr-line>Pittsburgh, PA 15213</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>USC Information Sciences Institute</institution>
          ,
          <addr-line>Marina del Rey, CA 90292</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We describe a methodology for automatically extracting `evidence fragments' from a set of biomedical experimental research articles. These fragments provide the primary description of evidence that is presented in the papers' gures. They elucidate the goals, methods, results and interpretations of experiments that support the original scienti c contributions the study being reported. Within this paper, we describe our methodology and showcase an example data set based on the European Bioinformatics Institute's INTACT database (http:www.ebi.ac. uk/intact/). Using gure codes as anchors, we linked evidence fragments to INTACT data records as an example of distant supervision so that we could use INTACT's preexisting, manually-curated structured interaction data to act as a gold standard for machine reading experiments. We report preliminary baseline event extraction measures from this collection based on a publicly available, machine reading system (REACH). We use semantic web standards for our data and provide open access to all source code.</p>
      </abstract>
      <kwd-group>
        <kwd>Machine Reading</kwd>
        <kwd>Molecular Interactions</kwd>
        <kwd>Biomedical Informatics</kwd>
        <kwd>Discourse Analysis</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The biomedical literature consists of tens of millions of published articles [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
and there are thousands of informatics systems that catalog both published
and unpublished scienti c work [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. These databases are typically constructed
manually and there is therefore a very strong need to automate extraction of
information from research articles using machine reading approaches. We are
attempting to explore whether extracting and representing primary experimental
evidence will provide a more accurate, and scoped target for machine reading
than simply attempting to read all text in the body of a paper article with
equal priority [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This report provides the starting point of our investigation
by identifying which fragments of an experimental article's narrative speci cally
describe the experimental contribution of that article.
      </p>
      <p>In order to develop machine reading systems, we require training data that
links the text of research papers to structured semantic representations of the
knowledge content. We describe a general method for creating annotated corpora
based on distant supervision to create links between text describing research
evidence to previously-curated database records. We seek to use gure references
in the text of articles to create a useful link between text and data (Figure 1).</p>
      <p>
        The European Bioinformatics Institute's (EBI) INTACT database describes
molecular interactions (binding events where two molecules join to form a
complex). INTACT links each gure reference (i.e., 1a, 2b, 5f, etc.) directly to
database records [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Figure 1 illustrates how evidence fragments might then
be linked to database records via their common gure reference.
      </p>
      <p>Evidence
Fragment</p>
      <p>
        We automated this linkage between database records and evidence fragments
to provide a cost-e ective way of creating corpora. We applied an open-source
event extraction method for signaling pathway events (REACH) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] to develop
a baseline for detailed semantic extraction of this text.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        In biomedicine, distant supervision was originally used to facilitate entity and
relation extraction from text using structured data [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Previous e orts center
around record linkage between domain-speci c biomedical entities (such as
proteins and residues, see [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]). The method we use to tag discourse elements is
simpler than general discourse parsing methods (such as Rhetorical Structure
Theory (RST) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]), which might be applied to open domain text. More
precisely, our work mirrors that of Teufel et al. concerned with \Argumentative
Zoning" where classi ers act on sentences across the entire narrative scope of a
paper [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].We seek a more restricted focus in order to isolate a paper's primary
experimental contribution for subsequent extraction, Aydin et al. describes a
closely-related study in which they classify passages with experimental methods
with PSI25-MI terms (the same terminology used in INTACT) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. They focus
on methodological text and the size of their annotated corpus (30 papers) re ects
the important role of annotated corpora in information extraction. We suggest
that our use of distant supervision could increase the size of their working corpus.
3
3.1
      </p>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <sec id="sec-3-1">
        <title>INTACT Data and Text Preprocessing</title>
        <p>We only used INTACT papers that had been designated as part of the open
access subset of Pubmed Central's online digital collection. Our INTACT data
contains 13,991 papers of which 1,063 were available for use. To split sentences
into their constituent clauses, we computed dependency parses with the Stanford
Lexicalized Parser. INTACT data was downloaded and cross referenced to the
open access publications with gure references to yield 899 papers containing
6320 individual reported reactions of molecular interactions.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Science Discourse Tagger - Neural Net Classi er</title>
        <p>
          We used the Science Discourse Tagger (SciDT) [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] to annotate individual
subsentence clauses from scienti c papers with one of eight discourse tags including
`fact', `'problem', `hypothesis', `goal', `'method', `'result', and `none' [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
Training data was manually compiled from 20 papers. We ran release v0.0.2 from the
SciDT and SciDT Pipeline github repositories.
3.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Linking Figure References to Surrounding Text</title>
        <p>
          We used a rule-based approach to locate the sentence boundaries of text
pertaining to speci c sub gures. Figure 2 shows an example from [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. This shows the
delineation of text passages pertaining to the evidence presented in sub gures
1A, 1B and the rst sentence of the description of 1C. Color coding of sentences
shows the discourse tags associated with each clause shown.
        </p>
        <p>Informally, the algorithm to extract these fragments is as follows:
For each sub gure reference in the text, we rst scan backwards from clause
containing a gure reference mention (e.g., `Fig. 1 A') for the start of the
evidence fragment. We assert the presence of a fragment start boundary between
consecutive sentences S1 and S2 (i.e., S2 is the rst sentence of the evidence
fragment) if the following conditions are met:
a. Sentence S1 contains either
(a) clauses that are tagged as `hypotheses', `problems', or `facts'
or
(b) clauses that are tagged as `results' or `implications' that also contain
external citations.</p>
        <p>and sentence S2 also contains either
(a) clauses that are goals or methods</p>
        <p>or
(b) results/implications with no external citations.
b. both S1 and S2 contain references to sub gures that are entirely disjoint
(i.e., S1 refers to `Fig. 1C' and S2 refers to `Fig. 1D, 1E and 1F').
c. S2 is a section heading, indicating that the S1/S2 boundary marks a
transition between sections.</p>
        <p>Similarly, we repeated this process by scanning forward from the gure
reference mention for the following conditions between consecutive sentences S1 and
S2 indicating that S1 was the last sentence of the evidence fragment:
a. Sentence S1 contains only clauses that are tagged as as `results' or
`implications' without citing external papers and
Sentence S2 also contains only
(a) clauses that are tagged as `goals', `methods', `hypotheses', `problems',
`facts' or `methods'
or
(b) clauses that are tagged as `results' or `implications' with external
citations present.</p>
        <p>Conditions b. and c. headings were applied as before to detect the start of
evidence fragments.
3.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>Applying the REACH event extraction tool</title>
        <p>
          REACH is an event extraction engine for molecular signaling [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. We applied
REACH to INTACT open access papers and cross-referenced outputs to those
linked to speci c sub gures also referenced by INTACT data records. The only
event type in REACH dealing with molecular interaction are `Complex
Assembly' events which we compared to data speci ed by INTACT data records to
generate baseline event-extraction statistics.
3.5
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>Building the Molecular Interaction Evidence Fragment Corpus</title>
        <p>
          We developed an OWL-based implementation of the existing BioC formulation
[
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], extended the SciDT pipeline system to export linked data conforming to
that model. Also, we used the 'Semantic Publishing and Referencing' (SPAR)
ontologies for bibliographic elements and references in both bioc and biopax
linked data sets [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. We used Paxtools [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] to convert INTACT PSI-MI2.5 data
to BioPax (with a minor adaption to include gure references in the biopax
representation of evidence).
4
4.1
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <sec id="sec-4-1">
        <title>Discourse Tagging</title>
        <p>
          In [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], Dasigi et al. evaluated 5-fold cross-validation Accuracies and F-Scores
for SciDT based on a training set of 2,678 clauses over 263 paragraphs from
results sections (Accuracy = 0.75, F-Score = 0.74). We extended this training
data over all sections of the paper to yield 654 paragraphs with 6629 clauses. Of
these, 253 paragraphs were from results sections yielding 2802 clauses.
4.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Computing Figure Spans within Documents</title>
        <p>Figure 3 illustrates the output of this procedure as a Gantt chart of the spans
of sub gures over the clauses in a single paper's results section. This shows
how experiment references punctuate the argument of the paper with factual
evidence. It also shows explicitly how a single paper in this domain is structured
around a large number of small-scale experiments (23 in this case). We evaluated
our methodology on a mixed set of manually annotated 10 open access papers
(involving 190 gure references). This evaluation (of correctly identifying a gure
reference for a given clause) gave macro average Precision = 0.66 0.02, Recall
= 0.87 0.02 and F-score = 0.76 0.01.</p>
      </sec>
      <sec id="sec-4-3">
        <title>The Molecular Interaction Evidence Fragment Corpus</title>
        <p>
          We have released all data associated with the study on FigShare [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. The data
consists of a compressed archive of individual les for papers' evidence fragments
and intact data records.
4.4
        </p>
      </sec>
      <sec id="sec-4-4">
        <title>REACH System Output</title>
        <p>We ran REACH over all available open source documents in INTACT. Of the
6320 INTACT records with associated gure references, we were able to identify
a 'Complex Assembly' event within the sentences our system designated as
associated with each event 2747 times (43.47% of records). The most precise measure
of event extraction accuracy is based on matching the UNIPROT identi ers of
any proteins described in the extracted REACH event to those of the INTACT
data record. REACH was able to precisely reconstruct the INTACT data record
to that level of accuracy in only 356 cases (5.6% of records). This provides a
baseline measurement for future work.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Discussion</title>
      <p>
        We have sought to instantiate a novel methodology for distant supervision in
biomedical text mining and to provide the community access to a mid-sized
text corpus for future use. Although our event extraction experiments showed
poor performance, this provides a baseline for o -the-shelf tools that we expect
to be able to improve upon straightforwardly. We would like to extend this to
work with argumentation graphs where claims may be linked from other parts of
papers [
        <xref ref-type="bibr" rid="ref18 ref19">18,19</xref>
        ]. Developing methods to automatically create such graphs across
papers may provide powerful new ways of examining the literature.
      </p>
      <p>
        Machine reading depends on the natural redundancy of any scienti c
narrative where common assertions are stated and restated in di erent ways across
papers. On aggregate, these systems extract structured data from sentences that
cite other work. This is problematic, since when evaluated for correctness,
citation statements are often inaccurate [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. More seriously, citations are both
retained and reused within the literature even after the work that they are
citing has been retracted [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. Thus, a key, original focus of this work is to focus on
the assertions that summarize the primary ndings of a given paper rather than
seek to use any and all available language to use for machine reading tasks.
Acknowledgments. This work was funded by DARPA Big Mechanism
program under ARO contract W911NF-14-1-0436. We thank Anita de Waard, Mihai
Surdeanu, Clay Morrison, and Hans Chalupsky for their contributions.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>1. National Library of Medicine 2016 MEDLINE/PubMed Baseline Database Distribution: File Names, Record Counts, and File Size. https://www.nlm.nih.gov/bsd/ licensee/2016_stats/baseline_med_filecount.html</mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Galperin</surname>
            ,
            <given-names>M.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandez-Suarez</surname>
            ,
            <given-names>X.M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Rigden</surname>
            ,
            <given-names>D.J.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>The 24th annual Nucleic Acids Research database issue: a look back and upcoming changes</article-title>
          .
          <source>Nucleic Acids Res</source>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Burns</surname>
            ,
            <given-names>G.A.P.C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Chalupsky</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Its All Made Up - Why we should stop building representations based on interpretive models and focus on experimental evidence instead</article-title>
          . In Discovery Informatics:
          <article-title>Scienti c Discoveries Enabled by AI, (Quebec City</article-title>
          , Quebec), https://www.nlm.nih.gov/bsd/licensee/2016_ stats/baseline_med_filecount.html
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Orchard</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ammari</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aranda</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Breuza</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Briganti</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Broackes-Carter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Campbell</surname>
            ,
            <given-names>N.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chavali</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>del-Toro</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , et al.:
          <article-title>The MIntAct project{ IntAct as a common curation platform for 11 molecular interaction databases</article-title>
          .
          <source>Nucleic Acids Res</source>
          <volume>42</volume>
          ,
          <fpage>D358</fpage>
          -
          <lpage>363</lpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Valenzuela-Escrcega</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hahn-Powell</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hicks</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Surdeanu</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A Domain-independent Rule-based Framework for Event Extraction</article-title>
          .
          <source>In Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing of the Asian Federation of Natural Language Processing: Software Demonstrations (ACLIJCNLP)</source>
          ,
          <article-title>(ACL-IJCNLP</article-title>
          <year>2015</year>
          ), pp.
          <volume>127</volume>
          {
          <issue>132</issue>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Craven</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kumlien</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>1999</year>
          ).
          <article-title>Constructing Biological Knowledge Bases by Extracting Information from Text Sources</article-title>
          .
          <source>In Proceedings of the 7th International Conference on Intelligent Systems for Molecular Biology</source>
          , (AAAI Press), pp.
          <fpage>7786</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ravikumar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohn</surname>
            ,
            <given-names>J.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wall</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Verspoor</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Literature mining of protein-residue associations with graph rules learned through distant supervision</article-title>
          .
          <source>J Biomed Semantics 3 Suppl</source>
          <volume>3</volume>
          ,
          <fpage>S2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Mann</surname>
            ,
            <given-names>W.C.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Thompson</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          (
          <year>1987</year>
          ).
          <article-title>Rhetorical structure theory: A theory of text organization (USC, Information Sciences Institute)</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Teufel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Kan</surname>
            , M.-
            <given-names>Y.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Robust argumentative zoning for sensemaking in scholarly documents</article-title>
          .
          <source>In Advanced Language Technologies for Digital Libraries</source>
          , (Springer), pp.
          <fpage>154170</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Aydin</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Husunbeyi</surname>
            ,
            <given-names>Z.M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ozgur</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Automatic query generation using word embeddings for retrieving passages describing experimental methods</article-title>
          .
          <source>Database</source>
          (Oxford)
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Scienti c Discourse Tagger Pipeline Release, https://github.com/BMKEG/ sciDT-pipeline/releases/tag/0.0.
          <fpage>2</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Dasigi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burns</surname>
            ,
            <given-names>G.A.P.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Waard</surname>
          </string-name>
          , A. de (
          <year>2017</year>
          ).
          <article-title>Experiment Segmentation in Scienti c Discourse as Clause-level Structured Prediction using Recurrent Neural Networks</article-title>
          .
          <source>arXiv:1702</source>
          .05398, https://arxiv.org/abs/1702.05398
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Innocenti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tenca</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frittoli</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faretta</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tocchetti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Di</surname>
            <given-names>Fiore</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.P.</given-names>
            , and
            <surname>Scita</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Mechanisms through which Sos-1 coordinates the activation of Ras and Rac</article-title>
          .
          <source>J Cell Biol</source>
          <volume>156</volume>
          ,
          <fpage>125136</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>14. BioC Linked Data http://purl.org/bioc</mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Peroni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>The Semantic Publishing and Referencing Ontologies</article-title>
          .
          <source>In Semantic Web Technologies and Legal Scholarly Publishing</source>
          , (Cham: Springer International Publishing), pp.
          <fpage>121193</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Demir</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          et al.
          <article-title>Using biological pathway data with paxtools</article-title>
          .
          <source>PLoS Comput Biol</source>
          <volume>9</volume>
          ,
          <issue>e1003194</issue>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Burns</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>E.H.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Dasigi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>Molecular Interaction Evidence Fragment Corpus</article-title>
          . https://doi.org/10.6084/m9.figshare.
          <volume>5007992</volume>
          .v4
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciccarese</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Micropublications: a semantic model for claims, evidence, arguments and annotations in biomedical communications</article-title>
          .
          <source>J Biomed Semantics</source>
          <volume>5</volume>
          ,
          <fpage>28</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Bolling</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weidlich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Holzhutter</surname>
          </string-name>
          , H.-G. (
          <year>2014</year>
          ).
          <article-title>SEE: structured representation of scienti c evidence in the biomedical domain using Semantic Web techniques</article-title>
          .
          <source>J Biomed Semantics</source>
          <volume>5</volume>
          ,
          <fpage>S1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Lopresti</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Citation accuracy in environmental science journals</article-title>
          .
          <source>Scientometrics</source>
          <volume>85</volume>
          ,
          <fpage>647655</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Bustin</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <source>The reproducibility of biomedical research: Sleepers awake! Biomolecular Detection and Quanti cation 2</source>
          ,
          <fpage>3542</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>