<!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>SciBERT-based Semanti cation of Bioassays in the Open Research Knowledge Graph</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Lifeglimmer GmbH</institution>
          ,
          <addr-line>Markelstr. 38, 12163 Berlin</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>TIB Leibniz Information Centre for Science and Technology</institution>
          ,
          <addr-line>Hannover</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Wageningen University &amp; Research, Laboratory of Systems &amp; Synthetic Biology</institution>
          ,
          <addr-line>Stippeneng 4, 6708 WE, Wageningen</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>As a novel contribution to the problem of semantifying biological assays, in this paper, we propose a neural-network-based approach to automatically semantify, thereby structure, unstructured bioassay text descriptions. Experimental evaluations, to this end, show promise as the neural-based semanti cation signi cantly outperforms a naive frequencybased baseline approach. Speci cally, the neural method attains 72% F 1 versus 47% F 1 from the frequency-based method. The work in this paper aligns with the present cutting-edge trend of the scholarly knowledge digitalization impetus which aim to convert the long-standing document-based format of scholarly content into knowledge graphs (KG). To this end, our selected data domain of bioassays are a prime candidate for structuring into KGs.</p>
      </abstract>
      <kwd-group>
        <kwd>Open Science Graphs</kwd>
        <kwd>Bioassays</kwd>
        <kwd>Machine Learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Biological assays are de ned as standard biochemical test procedures used to
determine the concentration or potency of a stimulus (physical, chemical, or
biological) by its e ect on living cells or tissues [
        <xref ref-type="bibr" rid="ref3 ref4">3,4</xref>
        ].
      </p>
      <p>In the context of the current Covid-19 pandemic, bioassays are critical, for
example, for vaccine development. They reveal the functional and biologically
relevant immunological responses that correlate with vaccine e cacy. However,
massive volumes of bioassays are being produced and researchers are inundated with
this information. Apart from their sheer quantity, bioassay diversity presents
enormous challenges to organizing, standardizing, and integrating the data with
the goal to maximize their scienti c and ultimately their public health impact
as the screening results are carried forward into drug development programs.
? Copyright c 2020 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0).</p>
      <p>
        Against this broad societal application setting, we present a solution as a
step in the easier knowledge acquisition of bioassays for researchers: the
neuralbased automated structuring of unstructured, non-standardized bioassays based
on the standardized BioAssay Ontology (BAO) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Bioassays, until their
recent semanti cation in an expert-annotated dataset [
        <xref ref-type="bibr" rid="ref2 ref5 ref6">2,5,6</xref>
        ] based on the BAO,
were published in the form of unstructured text. Integrating their semanti ed
counterpart in a KG facilitates their advanced computational processing. E.g.,
bioassays can be easily compared across their key properties, viz. Target,
Perturbagen, Participants, and Detection Technology, captured as KG nodes and
links. Nonetheless, the ne-grained semanti cation of bioassays as a manual
task is a costly and time-intensive endeavor. Their automated semanti cation
not only alleviates the costly manual task, but potentially makes it possible
to rapidly semantify this data in large volumes. Herein, we present our novel
SciBERT-based [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] neural BAO [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] bioassay semanti cation system.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Method</title>
      <p>
        For automated bioassay semanti cation, we carry out the supervised machine
learning of semantic statements (i.e., subject-predicate-object triples) based on
the BioAssay Ontology (BAO) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] for a given unstructured bioassay description.
The code for our method is publicly available at: https://github.com/MarcoAnteghini/
SciBERT-bioassays ORKG.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Dataset</title>
        <p>
          Our dataset for learning comprises an expert manually annotated collection of 983
semanti ed bioasssays [
          <xref ref-type="bibr" rid="ref5 ref6">5,6</xref>
          ]. In the data, each assay has between 5 and 92 semantic
statements at an average of 53. To better re ect the data, we show example annotations
in Table 1 for a selected bioassay.
has assay format ! biochemical format
has assay format ! protein format
has assay format ! single protein format
assay measurement type ! endpoint assay
Table 1: Four example semantic statement annotations (from 50 total) for PubChem
Assay ID 346. Note, these statements are triples with subject \bioassay."
2.2
        </p>
        <p>Problem Formulation
The dataset can be formalized as follows. Let b be a bioassay from the assays dataset
B. Each bi is annotated with an annotation sequence asi such that asi 2 S, where S
is a set of all possible semantic statements seen in the training dataset. Speci cally,
asi = fs1; s2; s3; :::; skg, such that sx is a semantic statement 2 S; asi has k di erent
statements. In general, annotation sequences are of varying lengths. The dataset we
use has jSj = 1756 unique statements (after ltering for non-informative ones).</p>
        <p>In the supervised task, the input data instance corresponds to a pair (b; s; c) where
c 2 ftrue; f alseg is the classi cation label. Thus, speci cally, our semanti cation
problem is formulated as a binary classi cation task. (b; s) is true if s 2 b's annotation
sequence (as), else f alse. Where f alse instances are formed by pairing b with any other
label not in the annotation sequence as of b. As an aggregate, the semanti cation of
each bioassay is a multi-label, multi-class classi cation problem which we have broken
up into binary classi cation decisions.</p>
        <p>Intuitively, our task formulation is meaningful because it emulates the way the
human expert annotates the data. Basically, the expert, from their memory of all
semantic statements S, simply assigns s to a given b if they deem it as true; irrelevant
statements are not considered, thus implicitly deemed f alse.
2.3</p>
        <p>
          SciBERT-based Machine Learning
Our machine learning system is the state-of-the-art, bidirectional transformer-based
SciBERT [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], pre-trained on millions of scienti c articles. In each data instance (b; s; c),
the classi er input representation for the pair `b; s' is the standard SciBERT format,
treating them as sentence pairs separated by the special [SEP] token; the special
classi cation token ([CLS]) remains the rst token of every instance. Its nal hidden state
is used as the aggregate sequence representation for classi cation tasks fed into a linear
classi cation layer.
3
3.1
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments</title>
      <sec id="sec-3-1">
        <title>Experimental Setup</title>
        <p>
          For robust evaluations, we perform 3-fold cross validation (2:1 train-test split). In each
fold experiment, training data contains roughly 655 bioassays and the remaining 328
bioassays are used for testing, where the test assays are unique across the folds.
Standard precision (P ), recall (R), and f-score (F 1) metrics are used. We refer the reader
to the SciBERT paper [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] for hyperparameter details. Finally, we have an additional
parameter: f alse instances per bioassay. They are varied between 100 to 300, in
increments of 10, to obtain an optimal model.
3.2
        </p>
        <p>Results and Discussion
Our results are depicted in Tables 2 and 3. And we examine the RQ: can advanced
neural technologies be leveraged to automatically semantify bioassays? We nd that
the cumulative obtainable F 1 by the SciBERT classi er out-of-the-box is 0.72 (bold
in Table 3)|signi cantly higher than 0.47 from a naive frequency-based semanti
cation approach. Furthermore, the di erence of the neural approach from the frequency
method is clearly evident in the hit-and-miss illustration in Fig 1. The top thin neck of
the curve in Fig 1(a) indicates that the neural approach, for most bioassays, had faster
true semantic statement hits among its top-scoring predictions. Thus, answering RQ,
neural technologies can indeed perform reliable semanti cation of bioassays. They are
also practically e cient, since, given the 1756 unique statements considered as labels,
each test assay is semanti ed at a rate of 4 seconds.
f alse
labels
The discovery of cures during pandemics such as Covid-19 can be greatly expedited if
scientists are given intelligent information access tools, and our work toward
automatically semantifying bioassays are a step in this direction. We refer the reader to the
Appendix for an illustrated use case of semanti ed bioassays data in next-generation
digital libraries.</p>
        <p>s s p W C
u o r
c f o e o
h tw ca n
sa ra h rpo c
teh em fro po lsu
O o te se</p>
        <p>d x io
p u t
en le -b a n</p>
        <p>a n
R in se e
se n d ru
e e b a
rcah t-xge issao l-sab
K n a e
n e y d
o r s
lew itao tbo sem
d n e a
g d i n
e i n t
G ig te ifi
rahp llitab trage itcao
. r d n
a
ie sa ap
r
s a
b
i
o
a
s
s
a
y
s
i
g
i
t
a
l
L
i
b
r
a
r
i
e
s
D</p>
        <p>S</p>
        <p>B</p>
        <p>A
o</p>
        <p>o
f
o
r
S
c
i
e
n
c
e
a
n
d
T
e
c
h
c
h
l
a
r
l
y
K
n
o
l
e
d
e
G
r
a
p
i
o
a
s
s
a
y
s
f
o
r
e
x
t
G
e
n
e
r
a
2 in an ,.
0 e n S
41 lae tao cuh
.) irgnn itno ,rreS
a o .
n f ,
d b V
u io is
s a se
e s r
r - ,
rg it A B S
ahp edfi aun iao rvu</p>
        <p>b t
ta i o s e
w ao m s y</p>
        <p>a a
w ss it y C
w ay c</p>
        <p>a s o
..rrkgoo itsehn llygen apm
g O re r</p>
        <p>i
R ta s
K e o
G d</p>
        <p>n
c
d o s
ig m</p>
        <p>o
it p
a a f
llib irso tS
ra n r
r s u
y o c
(D f t
L se u
.) m r
F a e
u n d
ll
c C i H fa uo eu no fr C W O</p>
        <p>n
la la g it lse r s n om lra e u
irssefi irssefi isaoB --&amp;M lltsaebo irxeeepm itrssagn iftranom euhbPC ,.ltcake saeudbo traaD
(bo (to say iss tabo ,tsn litrae liave .Fm tano raan tse
ttom )vp syb loP iann vew lrsem liseb raeo iignn lssye
) .iscSERB rceeunFq ftseSom ll.itaedpoomm itraeeeenbdw iiitaghnn17w litcgeuhnnndo ,isscaayehbow isssaaybo389 tttsaaeehndo</p>
        <p>T y
- - a
b b n
a a t
s s i
e e fy
d d</p>
        <p>Unique statements (labels) distribution
Each bioassays present on average 53 labels. The distribution is visible in Figure 2
B</p>
        <p>Snapshot of Semanti ed Bioassay in the Open
Research Knowledge Graph
Next generation DLs target semanti ed scholarly knowledge. The ORKG with the
semanti ed bioassays integrated, automatically computes their survey comparisons
depending on how many of the machine-actionable assays were selected to be compared
by the user. Such tools must be available to scientists to assist them in such
massive knowledge ingestion scenarios to quickly grasp the scholarly knowledge highlights
fostering faster progress with discoveries.
semanti ed Bioassay
assay. Accessible at:</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Beltagy</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lo</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Scibert: Pretrained language model for scienti c text</article-title>
          .
          <source>In: EMNLP</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bunin</surname>
            ,
            <given-names>B.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Litterman</surname>
            ,
            <given-names>N.K.</given-names>
          </string-name>
          , Schurer,
          <string-name>
            <given-names>S.C.</given-names>
            ,
            <surname>Visser</surname>
          </string-name>
          ,
          <string-name>
            <surname>U.</surname>
          </string-name>
          :
          <article-title>Fast and accurate semantic annotation of bioassays exploiting a hybrid of machine learning and user con rmation</article-title>
          .
          <source>PeerJ</source>
          <volume>2</volume>
          ,
          <issue>e524</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Hoskins</surname>
            ,
            <given-names>W.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Craig</surname>
          </string-name>
          , R.:
          <article-title>Uses of bioassay in entomology</article-title>
          .
          <source>Annual review of entomology 7(1)</source>
          ,
          <volume>437</volume>
          {
          <fpage>464</fpage>
          (
          <year>1962</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Irwin</surname>
          </string-name>
          , J.:
          <article-title>Statistical method in biological assay</article-title>
          .
          <source>Nature</source>
          <volume>172</volume>
          (
          <issue>4386</issue>
          ),
          <volume>925</volume>
          {
          <fpage>926</fpage>
          (
          <year>1953</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. Schurer,
          <string-name>
            <given-names>S.C.</given-names>
            ,
            <surname>Vempati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            ,
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Southern</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Lemmon</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          :
          <article-title>Bioassay ontology annotations facilitate cross-analysis of diverse high-throughput screening data sets</article-title>
          .
          <source>Journal of biomolecular screening 16(4)</source>
          ,
          <volume>415</volume>
          {
          <fpage>426</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Vempati</surname>
          </string-name>
          , U.D.,
          <string-name>
            <surname>Przydzial</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chung</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abeyruwan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mir</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sakurai</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Visser</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lemmon</surname>
            ,
            <given-names>V.P.</given-names>
          </string-name>
          , Schurer, S.C.
          <article-title>: Formalization, annotation and analysis of diverse drug and probe screening assay datasets using the bioassay ontology (bao)</article-title>
          .
          <source>PloS one</source>
          <volume>7</volume>
          (
          <issue>11</issue>
          ),
          <year>e49198</year>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Visser</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abeyruwan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vempati</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>R.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lemmon</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , Schurer, S.C.:
          <article-title>Bioassay ontology (bao): a semantic description of bioassays and high-throughput screening results</article-title>
          .
          <source>BMC bioinformatics 12(1)</source>
          ,
          <volume>257</volume>
          (
          <year>2011</year>
          )
          <article-title>i o</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>