<!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>Chemical Reaction Reference Resolution in Patents</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hiyori Yoshikawa*</string-name>
          <email>y.hiyori@fujitsu.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jiayuan He†</string-name>
          <email>estrid.he@rmit.edu.au</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Saber Akhondi</string-name>
          <email>s.akhondi@elsevier.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Timothy Baldwin</string-name>
          <email>tbaldwin@unimelb.edu.au</email>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Camilo Thorne</string-name>
          <email>c.thorne.1@elsevier.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zenan Zhai</string-name>
          <email>zenan.zhai@student.unimelb.edu.au</email>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Karin Verspoor‡</string-name>
          <email>karin.verspoor@unimelb.edu.au</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christian Druckenbrodt</string-name>
          <email>c.druckenbrodt@elsevier.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ralph Hoessel</string-name>
          <email>r.hoessel@elsevier.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Elsevier BV</institution>
          ,
          <addr-line>Amsterdam</addr-line>
          ,
          <country country="NL">Netherlands</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Elsevier Information Systems GmbH</institution>
          ,
          <addr-line>Frankfurt</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Fujitsu Limited</institution>
          ,
          <addr-line>Tokyo</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>RMIT University</institution>
          ,
          <addr-line>Melbourne</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>The University of Melbourne</institution>
          ,
          <addr-line>Melbourne</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <fpage>10</fpage>
      <lpage>17</lpage>
      <abstract>
        <p>Many new chemical compounds are reported each year in patent documents, leading to increasing demand for methods for automatic information extraction of chemical compounds and reactions from patents. Chemical patents often detail a number of similar compounds that have a common substructure and can be synthesized in analogous ways, and therefore contain many references connecting descriptions of similar chemical reactions, to avoid redundancy in describing common reaction conditions. This leads to the problem of reaction reference resolution, where, given a reaction description, we need to identify links to other reaction descriptions it refers to. In this paper, we formally introduce the task and propose baseline methods to address it in analogy with co-reference resolution. To evaluate the performance, we create a large-scale silver-standard dataset based on a commercial database of chemical reactions. The experimental results show that the approach based on a state-ofthe-art co-reference resolution method struggles to outperform a simple heuristic in detecting reference links, demonstrating the difficulty of the proposed task and its fundamentally different nature to co-reference resolution.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Computing methodologies → Information extraction.
information extraction, reaction reference resolution, natural
language processing
*Also with The University of Melbourne.
†Also with The University of Melbourne.
‡Also with The University of Melbourne.
1</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        Patents represent a critical source of information about new
chemical compounds, and lead journal publications in both volume and
time [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Patents provide not only the name and characteristics of
new chemical compounds, but also the reaction details for their
synthesis, including starting materials, product, reagents, catalysts,
solvents, and the conditions of the reactions such as temperature
and time. Databases such as Reaxys®1 and CASREACT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] store
a large volume of such chemical reaction information. Given the
commercial and research value of the information in patents, as well
as the large numbers of available patents, developing methods for
automatic information extraction from chemical patents has been a
focus of recent research [
        <xref ref-type="bibr" rid="ref17 ref24">17, 24</xref>
        ].
      </p>
      <p>
        A text mining system for chemical reaction information extraction
should aim to obtain details of each reaction, requiring: (1) the
identification of specific spans of text describing reactions; and (2)
the extraction of the compounds participating in, and the conditions
of, a reaction. The second step involves named entity recognition [
        <xref ref-type="bibr" rid="ref13 ref16 ref24 ref6 ref8">6,
8, 13, 16, 24</xref>
        ], relation extraction [
        <xref ref-type="bibr" rid="ref15 ref31">15, 31</xref>
        ], entity linking [
        <xref ref-type="bibr" rid="ref27 ref3">3, 27</xref>
        ], and
event extraction [
        <xref ref-type="bibr" rid="ref24 ref30 ref8">8, 24, 30</xref>
        ], which have been explored intensively in
previous studies. A relatively small number of studies have addressed
the chemical reaction extraction task as a whole [
        <xref ref-type="bibr" rid="ref1 ref10 ref19 ref21">1, 10, 19, 21</xref>
        ].
      </p>
      <p>
        The first step of locating all information relevant to a chemical
reaction has received relatively little attention. This step is a challenge
as it requires processing very long and semantically unstructured
documents, in which a number of similar chemical reactions are
presented. Yoshikawa et al. [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] proposed the chemical reaction
detection task to locate descriptions of individual chemical reactions
in patents, and achieved promising results using a contextualized
document modeling method. Jessop et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] also addressed the
detection of chemical reaction descriptions in a heuristic way. However,
previous work has not addressed the important step of resolving
references between reaction descriptions. In general, a chemical patent
reports a number of similar compounds that have a common
chemical substructure and can be synthesized in analogous ways. Synthesis
steps that are common across similar reactions may be described
1https://www.reaxys.com. Copyright ® 2021 Elsevier Life Sciences IP Limited. Reaxys®
is a trademark of Elsevier Life Sciences IP Limited, used under license.
only once, and the paragraphs describing individual reactions refer
back to those descriptions to provide specific details without
repeating information. In our dataset described below, approximately
17% of reaction descriptions contain references to other reaction
descriptions.
      </p>
      <p>
        To fill this gap in previous work and take a step towards an
end-to-end method for chemical reaction information extraction,
this paper focuses on the task of reaction reference resolution. Our
contributions are three-fold:
• We define the new task of reaction reference resolution, where,
given a reaction description, we aim to identify other reaction
descriptions it refers to.
• In the absence of a large-scale gold-standard dataset, we
leverage Reaxys®, a large commercial chemical reaction database,
to create a silver-standard dataset, of a size that supports the
development of not only traditional rule-based methods but
also neural network models.
• We propose several baseline methods for the task and
evaluate them on our silver-standard dataset. The baselines
include an extension of the state-of-the-art end-to-end neural
co-reference resolution method of Lee et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
Experimental results show that, while it successfully detects reaction
descriptions that refer to other textual spans, it struggles to
relate them correctly.
2
      </p>
    </sec>
    <sec id="sec-3">
      <title>TASK DESCRIPTION</title>
      <p>
        In this section, we formally introduce the reaction reference
resolution task. We assume a pipeline system where, given the Description
section of a patent, text spans corresponding to individual reaction
descriptions are extracted in advance (following the methods of
Jessop et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] or Yoshikawa et al. [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]). Then, in a second step,
all relationships between reaction descriptions that are relevant are
identified to fully locate the details of each reaction. The output of
this task could then be passed to a targeted information extraction
system to pull out individual reaction details.
      </p>
      <p>An input document is represented by a tuple  = (, ), where 
is a sequence of paragraphs  = (1, . . . ,  | | ) and  is a sequence of
all textual spans of reaction descriptions  = (1, . . . ,  | | ), dubbed
reaction spans. A reaction span  is a sequence of consecutive
paragraphs, represented by the first and last indices of paragraphs of
the span  = (start(), end()). For each reaction span  , the task is
to: (1) predict whether the reaction refers to one or more previous
reaction descriptions; and if so, (2) detect the reaction span(s)   (for
 &lt; ) that  refers to. Hereinafter, we call   the parent reaction
and  the child reaction.</p>
      <p>Figure 1 shows typical examples of reaction references. A
reference relation is often indicated by an example ID, as in example (a),
or the compound label used in the previous reaction description, as
in example (b). However, it can also be the case that there is no direct
referential expression between reaction descriptions, as in example
(c). Therefore, we formulate the task as reference resolution between
reaction descriptions (paragraphs) rather than between a referring
expression such as Example 1 and its referent, as in traditional
coreference resolution tasks. Subtasks (1) and (2) are analogous to the
mention detection and mention clustering subtasks of co-reference
resolution.</p>
    </sec>
    <sec id="sec-4">
      <title>METHODS</title>
      <p>
        In this section, we introduce a baseline neural model that captures the
context and detects reference relations between reaction descriptions.
As illustrated in Figure 2, our model is based on the end-to-end
neural co-reference model of Lee et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. The original model
takes a contextualized representation for each entity mention and
computes the likelihood that a pair of mentions is co-referential,
whereas our model extends it to a hierarchical architecture that first
encodes individual paragraphs and then feeds it to a document-level
encoder, so that the model can capture references between longer
text spans (i.e. multiple paragraphs).
3.1
      </p>
    </sec>
    <sec id="sec-5">
      <title>Paragraph and Span Representation</title>
      <p>Our model has a hierarchical architecture that first encodes each
paragraph and then encodes the entire document to obtain a
contextualized representation of each paragraph. We first encode each input
paragraph to obtain a context-independent paragraph encoding. A
paragraph  consists of a sequence of words  = { 1() , . . . ,  () .
| | }
Each word is represented by:
, = WE(() ) ⊕ ELMo( )</p>
      <p>
        ⊕ CC(() ) ⊕ NER( ) ,
where WE(() ) ∈ RWE is a pretrained word embedding, ELMo( ) ∈
RELMo is a contextualized word embedding [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], CC(() ) ∈ RCC
is a CNN-based character-level word encoding, and NER( ) ∈
RNER is a trainable embedding of the named entity label (here,
chemical compound type). The details of the embeddings and named
entity labels are provided in Section 5. We then encode  into a
vector using a bidirectional LSTM:
      </p>
      <p>= −−−,−|→| ⊕ ←−,−1, (2)
−−→, = LSTM(, , −−−,−→−1; PF),
←−,− = LSTM(, , ,+
←−−−−1; PB),
where PF and PB denote model parameters of the forward and the
backward LSTMs, respectively.</p>
      <p>To obtain the representation of each reaction span, we first obtain
a contextualized representation of each paragraph using a
documentlevel bidirectional LSTM:
∗ = →−∗ ⊕ ∗,</p>
      <p>←−
→−
∗ = LSTM( , −−∗−→−1; DF),
←−∗ = LSTM( , ←∗−+−−1; DB),
where DF and DB denote model parameters of the forward and the
backward LSTMs, respectively. These paragraph representations are
combined to obtain each reaction span representation:</p>
      <p>= s∗tart() ⊕ e∗nd() .
3.2</p>
    </sec>
    <sec id="sec-6">
      <title>Training Objectives</title>
      <p>Our goal is to identify the parent reaction span for each child
reaction span. As described in Section 2, this can be further divided
into two subtasks: predicting whether the given span is a child of
some reaction span, and linking the child spans to their parent spans.</p>
      <p>(1)
(3)
(4)
(5)
(6)
(7)
(8)</p>
      <p>ID Text
(a) Reference with the example ID
RX1 1E,x1a-Dmipolxeo2-36,31-1d-iDbuiotyxlo--53-,p3h-ednibyul-t7y-l-m5e-pthhyelnthyilo-7-8-m-[eNth-(y(lRth)-io--8c-a(rNb-o{x(yR-)4--h-y[dNro-(x(ySb)-e1n-zcyalr)bocxayrb-(aRm)o-hyylmdreotxhyopxryo]p-y2l,)3c,a4r,b5a-mteotryalh]y-4d-r.o..-1,2,5-benzothiadiazepine (Example 18; 100mg, 0.152mmol)
was dissolved in ...</p>
      <p>RX2 ETxhaemtiptllee
2co7m1,p1o-Duniodxwo-a3s,3s-ydnibthuetysli-z5e-dphbeyntyhl-e7p-mroectehdyultrheiod-8e-s(cNri-b{e(Rd)i-nE-[xNa-m((Sp)le-12-6casrtbaortxiyn-g2f-r,ommet.h..ylpropyl)carbamoyl]-4(b) Reference with the compound label
RX1 A mixture of the obtained ester, ... was stirred under argon and heated at 110◦ C. for 24 h. ... Column chromatography of the residue (silica gel-hexane/ethyl acetate, 9:1) gave Compound</p>
      <p>B11, ...</p>
      <p>RX2 .U..sing 2-ethoxyethanol and following the procedure for Compound B11 gave Compound B13, bis(2-ethoxyethyl)
3,3’-((2-(bromomethyl)-2-((3-((2ethoxyethoxy)carbonyl)phenoxy)methyl)propane-1,3-diyl)bis(oxy))dibenzoate, (3.82 g, 35% yield). ...
(c) Reference with no direct referential expression
RX1 III: 5-fluoro-N2-(4-methyl-3-propionylaminosulfonylphenyl)-N4-[4-(prop-2-ynyloxy)phenyl]-2,4- pyrimidinediamine mono-sodium salt
5-Fluoro-N2-(4-methyl-3-propionylaminosulfonylphenyl)-N4-[4-(prop-2-ynyloxy)phenyl]-2,4-pyrimidinediamine, II, (0.125 g, 0.258 mmol) was suspended in ...</p>
      <p>The following compounds were made in a similar fashion to those above.</p>
      <p>RX2 IV: 5-Fluoro-N2-[4-methyl-3-(N-propionylaminosulfonyl)phenyl]-N4-[4-(2-propynyloxy)phenyl]-2,4-pyrimidinediamine Potassium Salt ...</p>
      <p>RX3 V: 5-Fluoro-N2-[4-methyl-3-(N-propionylaminosulfonyl)phenyl]-N4-[4-(2-propynyloxy)phenyl]-2,4-pyrimidinediamine Calcium Salt ...</p>
      <p>To evaluate the difficulty of these individual subtasks, we propose
several model variants that differ in training objectives and decoding
methods. Specifically, we train our model using either a binary
classification objective that only models whether a reaction span is child
or not, or an end-to-end objective that also models which span the
child refers to. In decoding, our model uses either a heuristic method
or the learned end-to-end model to identify the parent reaction for
each child reaction span.</p>
      <p>Binary classification objective. The notation  = 0 indicates the
special case where the span  does not refer to any preceding spans.</p>
      <p>The binary classification objective models whether or not a reaction
span is a child of at least one preceding reaction span:</p>
      <p>NN () := Pr( ≠ 0 | ) =  (  ()), (9)
where  denotes the sigmoid operator, and  () is a span scoring
function that computes the likelihood of the -th span being a child,
using a feed-forward network:</p>
      <p>() =  C⊤-NN FFNN( ) + C-NN. (10)</p>
      <p>Given the training dataset  = (1, . . . ,  | | ), the model is trained
to minimize the following binary cross-entropy loss:</p>
      <p>LBIN = −
Õ
||
Õ 1 ≠0 log  NN ()
=(,)∈ =1
+1 =0 log(1 −  NN ()) .</p>
      <p>(11)</p>
      <p>
        End-to-end objective. The end-to-end objective models not only
the likelihood of a span being a child, but also which span the child
span refers to. Analogous to Lee et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], we aim to model the
conditional probability distribution for document  as a product of
multinomials for individual spans:
      </p>
      <p>| |
Pr(1, . . . ,  | | | ) = Ö Pr( | ). (12)</p>
      <p>=1
The probability of each preceding span being the parent of the given
span is computed as follows:
 NN ( , ) := Pr( =  | )</p>
      <p>−1
=exp( ( , ))/Õ exp( ( ′, )),</p>
      <p>′=0
where  ( , ) denotes the score of the likelihood that span  refers
to preceding span   . The score is computed using the pair of
corresponding span representations:
 ( , ) =  P⊤-NN , + P-NN,</p>
      <p>
        , = FFNN(  ⊕  ⊕ (  ◦  ) ⊕ Dist( , ))
for  &gt; 0, where ◦ denotes element-wise multiplication. Dist( , )
denotes the distance embedding, whose definition follows that of
Lee et al. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. We define  (0, ) = 0 for any , corresponding to
(13)
(14)
(15)
the case where  has no reference. As we assume that the reaction
spans are provided as part of the input, our model does not require
span likelihood scores as used in the original co-reference resolution
formulation. In another departure from the co-reference resolution
setting, in our case the number of span pairs to be considered is
tractable,2 meaning we do not need to perform candidate pruning.
      </p>
      <p>Given the training dataset  = (1, . . . ,  | | ), the model is trained
to minimize the negative log-likelihood loss against the true parent
spans, where ∗ denotes the set of all correct parent span indices:</p>
      <p>LE2E = −</p>
      <p>Õ Õ|| log Õ Pr( =  | ).
=(,)∈ =1 ∈∗</p>
      <p>(16)</p>
      <p>Note that our model is trained to predict only one parent for each
child, although a child can have multiple parent spans. We observed
that more than 90% of the child reaction spans in our dataset have
only a single parent, and this simplification has very limited effect
on performance. We can easily extend our model to allow multiple
parent spans by modeling the link probability for each candidate
parent span independently. Specifically, we can replace the softmax
operation in Equation (13) with the sigmoid activation, and the loss
function Equation (16) with the binary cross-entropy loss.</p>
      <p>Decoding. To decode with the model trained with the
end-toend objective, we use the maximum index (including 0, i.e. no
reference) as the predicted parent index of a reaction span; we refer
to this method as “E2E”. For the model trained with the binary
classification objective (Equation (11)), we use a simple heuristic
to predict the parent reaction spans, called “IMMPREV”: reaction
spans that are classified as a child reaction span are linked to the
immediately-preceding previous span that is not classified as a child
span.
4</p>
    </sec>
    <sec id="sec-7">
      <title>SILVER-STANDARD DATASET</title>
      <p>To the best of our knowledge, there is no publicly available dataset
for reaction reference. Manually annotating a dataset of chemical
reaction reference requires expert knowledge of chemistry and
involves document-wise annotation of patents, with a single document
often containing hundreds of paragraphs. As a more viable
alternative, we create a silver-standard dataset from Reaxys®, a large-scale
commercial chemical reaction database which contains a large
quantity of reaction information associated at the document level with
patents. While our dataset relies on a proprietary database, we
believe that our methodology can generalize to similar patent silver
standards generated using comparable reaction databases.</p>
      <p>Reaxys® contains information of chemical reactions associated
with their location information, i.e., the patents and the paragraphs
where their reaction processes are described. To avoid exhaustive
manual extraction of the full reaction details for all compounds
described in a patent, construction process of Reaxys® database is
streamlined through reuse of the conditions of a reaction for similar
reactions described in the same patent. For this reason, the database
includes internal reference links between similar reactions that share
reaction conditions. As such, the mapping process from the database
to our silver-standard dataset is straightforward: we simply map each
reaction into one or more paragraph sequences (reaction spans) using
2 ( | |2), where | | &lt; 50 for more than 90% of the dataset.
# Documents
# Paragraphs
# Reaction spans
# Child reaction spans
# Tokens / Paragraph</p>
      <p>143
39,437
3,072
549
73.7
the location information and then use the reference links to label
corresponding pairs of reaction spans. There are some limitations
due to the fact that the database is not originally intended to be used
for document processing. For example, the link information is not
always complete, especially when multiple references are involved.3
It is for this reason that we consider the annotations a silver-standard,
with moderate recall and high precision.</p>
      <p>
        We follow the work of Yoshikawa et al. [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] for patent document
selection and obtaining reaction span information. We use the same
set of patents, and extract the text from the description section of
each patent. We split the dataset into vfie partitions, and perform
vife-fold cross validation, using three partitions for training, one for
validation, and one for testing in each fold. We report the average
performance across the vfie folds. An example and the statistics
of the dataset are presented in Figure 3 and Table 1, respectively.
We also sampled a small portion of our dataset and classified the
reaction references based on the three types described in Figure 1.
Among the sampled reaction references, 72% are references with
the example ID, 20% are references with the compound label, and
8% are references with no direct referential expression.
      </p>
      <p>Pattern matching baseline. We observe that there are high-precision
patterns in child reactions that indicate their parent reaction spans.
Namely, the parent reaction is often mentioned by its “example ID”
such as Example 1, Preparation 1, or Step 1. An example is given in
Figure 1(a). Based on this observation, we develop a rule-based
baseline using regular expressions to detect such example ID patterns.
For each reaction span that contains such a pattern, we search the
preceding spans in reverse chronological order until we find a span
that contains the example label in its heading or at the beginning of
the text body.</p>
      <p>Immediate previous baseline. Another naïve baseline is to link
all reaction spans except the first, to the immediately previous span,
i.e.  =  − 1. We label this method “NAIVE-IMMPREV”. We also
include an oracle variant, “ORACLE-IMMPREV”, which uses the true
labels for the subtask of child span detection (i.e. the oracle provides
a perfect decision as to whether a reaction span is a child of other
reaction spans or not), and performs parent–child linking by linking
3Reactions that refer to multiple reaction steps usually have a link to only the final step
of the reaction sequence.
par_id
parent_id</p>
      <p>text
117
118
each given child span to its immediately preceding non-child span,
similarly to the IMMPREV decoding method from Section 3.2. By
assuming the annotations for child spans as given, we can measure
the complexity of the parent–child linking task separately from the
child span detection task.</p>
      <p>Bag-of-words baseline. We also implement a simple bag-of-words
classifier. For each reaction span  , we construct a vector  of
vocabulary size | |, where each element is the frequency of the
corresponding term in the paragraph. We calculate the score of each
span being a child as follows:
 BOW () := Pr( ≠ 0 | )
= ( C⊤-BOW + C-BOW),
(17)
where  denotes the sigmoid function. For each span  that is
classified as a child, we calculate the score of every preceding span  
being the parent of  as:
 BOW ( , ) := Pr( =  | ≠ 0, )</p>
      <p>−1
=exp(BOW ( , ))/Õ exp(BOW ( ′, )),</p>
      <p>′=1
BOW ( , ) = P⊤-BOW ( ⊕   ⊕  , ) + P-BOW,
where  , is a one-hot vector of the words appearing in both   and
 . The model is trained to optimize the following joint loss function,
with an L2 regularization term:</p>
      <p>Õ
LBOW =</p>
      <p>(bin (, ) + link (, )),
bin (, ) = −
link (, ) = −
(,)∈
||
Õ 1 ≠0 BOW ()
=1</p>
      <p>+1 =0 (1 −  BOW ()) ,
Õ log Õ  BOW ( , ).</p>
      <p>: ≠0 ∈∗</p>
    </sec>
    <sec id="sec-8">
      <title>5.2 Implementation Details and Optimization</title>
      <p>
        Each paragraph is tokenized using the OSCAR4 tokenizer [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ],
which was developed for the chemical domain. We use
embeddings from word2vec skip-gram [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] (WE = 200) and ELMo [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]
(ELMo = 1024) for the WE and ELMo embeddings in Equation (1),
respectively, both trained on chemical patent documents [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]. For
the character-level word encodings, we apply a character CNN with
(18)
(19)
(20)
(21)
(22)
      </p>
      <sec id="sec-8-1">
        <title>Method</title>
      </sec>
      <sec id="sec-8-2">
        <title>NAIVE-IMMPREV</title>
        <p>
          Pattern matching
Bag-of-words
RREF BINARY
RREF E2E
30 trigram filters to generate 25d character embeddings. For the NER
features, we use a named entity recognizer based on the Reaxys®
Gold chemical tag set [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ], and assign 10d trainable embeddings
to the token-level labels. We use 5d trainable embeddings for the
distance embeddings in  ( , ). In the FFNN layer in  () and  ( , ),
we use a 2-layer feed-forward network with 150d hidden layers and
a ReLU activation. We optimized the number of LSTM layers and
hidden state dimensionalities for the two bidirectional models via
grid search on the validation set.
        </p>
        <p>
          The models are trained using the Adam optimizer [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], with
dropout and gradient clipping ≤ 5.0. The dropout rate, applied evenly
across the model, is selected from {0.3, 0.5} based on the validation
data. The minibatch size is 1, and the model is trained for up to 150
epochs, with early stopping.
        </p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>6 RESULTS AND DISCUSSION</title>
    </sec>
    <sec id="sec-10">
      <title>6.1 Main Results</title>
      <p>Child span detection. Table 2 shows the results of the baseline
methods on child span detection, which is the performance in terms
of binary classification predicting whether each reaction span is a
child of another reaction span or not. The neural methods obtain
high F-scores over 0.8, whereas the bag-of-words classifier shows
only a small gain over the rule-based baseline. This suggests that this</p>
      <p>End-to-end performance. Table 3 shows the performance on the
end-to-end task. As our methods assume a single parent for each
child span, we evaluate the performance with two different measures.
As the primary measure, we calculate the precision (P), recall (R),
and F-scores (F1) by regarding the prediction as correct if the model
predicts one of the true parents of the target reaction span. We
also report the recall (Rm) and F-score (F1m) based on the multiple
reference scenario, in which, if the target reaction span has multiple
true parents, the recall is calculated based on the total number of the
parents in the denominator.4</p>
      <p>For the end-to-end task, RREF BINARY-IMMPREV performs better
than RREF E2E model, even though it is trained only with the
binary classification objective and not trained on parent–child linking.
The RREF E2E model struggles to detect parent–child links
effectively, and achieves lower performance than the simple IMMPREV
decoding. Considering the fact that the RREF E2E model performs
comparably with RREF BINARY at child span detection, we
hypothesize that even if the model is trained with the end-to-end objective, it
primarily learns to detect child reaction spans from non-child ones,
largely ignoring relations between other reaction spans.</p>
      <p>These results reveal that it is the parent–child linking step rather
than the child detection step that makes reaction reference resolution
difficult. IMMPREV decoding is a strong baseline (0.706 F-score
given oracle child reaction spans), but there is significant room for
improvement. Despite its success in the traditional co-reference
resolution task, the RREF E2E method struggles to learn the
pairwise relations between reaction spans. One of the main differences
between the traditional co-reference resolution task and the
reaction reference resolution task is text length: the target spans are
paragraph sequences in a long document rather than short word
4 P = #(correct refs) / #(predicted refs),
R = #(correct refs) / #(spans with at least one true refs),
F1 = 2P R / ( P + R),
RF1mm == #F(1co=rr2ecPt Rremfs)//(#P(a+ll Rtrume)refs),
sequences within a few sentences. A model that can more effectively
learn to capture relations between long text spans is left for future
work.
6.2</p>
    </sec>
    <sec id="sec-11">
      <title>Error Analysis</title>
      <p>Examples of the system output are shown in Figure 4, which
corresponds to the typical reference cases introduced in Figure 1, namely
(a) reference with the example ID, (b) reference with the compound
label, and (c) reference with no direct referential expression.
Obviously, the pattern matching baseline fails when the target span
does not mention the example label of its parent span. While the
performance of ORACLE-IMMPREV and RREF E2E is less tied to
specific reference cases, they can fail in many “easy” cases where
there is an explicit mention of the parent example ID, indicating
that it is difcfiult to learn such direct references without explicit
training signal that forces the model to attend to particular patterns.
The example in Figure 4 (c) is a special case that involves general
conditions: the first paragraphs describe the general procedure to
synthesize multiple similar compounds, and the examples of specific
compound names are listed in subsequent paragraphs. We can see
that RREF E2E fails to detect references to general conditions that
ORACLE-IMMPREV detects successfully. In some cases, RREF E2E
even fails to recognize them as a child reaction, which might be
because reference to general conditions is likely to be implicit, i.e.
the child description does not explicitly mention the example label
of its parent description.
7</p>
    </sec>
    <sec id="sec-12">
      <title>RELATED WORK</title>
      <p>
        Krallinger et al. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] provide an extensive survey of information
retrieval and text mining for chemical literature, including extraction
of chemical reaction information from patents. Several systems have
been proposed that specifically target text mining from chemical
patents [
        <xref ref-type="bibr" rid="ref19 ref28 ref9">9, 19, 28</xref>
        ]. Previous work has mainly focused on
extracting chemical concepts and relations from individual paragraphs. In
the ChEMU 2020 evaluation lab [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], state-of-the-art methods for
chemical named entity recognition and event extraction were
evaluated on patent documents. Jessop et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] propose a broader-scope,
multi-stage system called PatentEye, which first detects experimental
sections in the description part of a patent, and then passes individual
sections into downstream modules that extract reaction details (e.g.
title compound, reagents, and analytical data) from the input text.
Although they mention the presence of references between reaction
descriptions, they do not present specific ways to resolve them.
      </p>
      <p>
        To our knowledge, the first study to take into account references in
reaction descriptions was by Ai et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Their method automatically
extracts chemical reactions from the experimental section of papers
in chemistry journals, representing a reaction as a synthesis frame
containing arguments such as Product, Yield, Role, and Substance.
They employ template matching against parsed sentences to detect
phrases related to predefined reaction events. To facilitate copying
of relevant information between synthesis frames, they define two
types of inter-paragraph references, namely general procedures and
analogous syntheses. The paragraphs are linked based on certain
referring expressions such as example IDs and compound labels.
Overall, their system solely relies on handcrafted patterns and rules,
and thus the cases covered by the system are limited. Although their
(a) Example ID
RX Text
23
25
26
True
Pattern matching
ORACLE-IMMPREV
RREF E2E
      </p>
      <p>Example 24 ...
...</p>
      <p>Example 26 ...</p>
      <p>Example 27 ...</p>
      <p>The title compound was
synthesized by the procedure described in
Example 26 starting from ...
system is reported to produce results in the range of 80–90% for
simple synthesis paragraphs, and 60–70% for complex paragraphs,
details of their data set and evaluation procedures are not provided. It
is unclear whether these results would generalise to larger data sets
with more variability, and we cannot directly compare their approach
with ours.</p>
      <p>
        Finally, we compare our task formulation with text alignment
task. Text alignment task [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ] is arguably one of the most relevant
tasks to reaction reference resolution, as it requires understanding of
long documents and it has an application to citation
recommendation [
        <xref ref-type="bibr" rid="ref12 ref4">4, 12</xref>
        ]. A key difference between text alginment task and our
reaction reference task is that text alignment task mainly focuses on
alignment of text portions in different documents, whereas our
reaction reference task targets to find inner-document references between
reaction descriptions. Our task requires not only understanding of
the content of each reaction description based on its contextual
information but also considering the document structure such as relative
position of reaction description pairs, as exemplified in Figure 1 (c).
A child reaction often omits a large part of the reaction description
(sometimes it is just a name of the target compound), unlike typical
inter-document references where the referer shares some common
context with the source document it refers to. Applying core ideas
from existing methods for text alignment task to reaction reference
task would be an interesting direction for future work.
8
      </p>
    </sec>
    <sec id="sec-13">
      <title>CONCLUSION</title>
      <p>We have introduced the chemical reaction reference resolution
problem, a largely unexplored yet critical step in information extraction
of complete reaction details presented in chemical patents. We
provided a formal specification of this task, built an evaluation corpus,
and adapted a neural co-reference architecture to this task, as well
as introducing several other baseline methods. Our neural method
achieved promising results for detecting (child) reaction descriptions
containing references, but identifying the precise (parent) reference
of child spans is challenging for the model. Key issues for future
work are more effective learning of reference patterns in reaction
descriptions, and better handling of long text spans, as well as
longdistance relations.</p>
      <p>
        Some aspects of reaction reference are not well explored in this
paper. For example, we did not observe many examples involving
multiple references and references to general conditions in our
silverstandard dataset. This is partly because the database used to construct
our corpus is not designed for this use. Very recently, ChEMU [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ],
a shared task of chemical information extraction was held and the
reaction reference resolution task was included as one of the key
tasks. As a part of the shared task, a dataset with gold annotation of
reaction reference was made publicly available. 5 We will evaluate
the performance of our baselines on the gold-standard dataset. In
addition, although we have cast the problem as a text processing task,
a more complete description of the reaction would involve the
combination of the textual body, figures, and tables in the patent. Thus, a
multi-modal version of the reaction reference task is a possible
direction to explore in the future. Another interesting extension of this
taks would be considering cross-document references of chemical
reactions.
      </p>
    </sec>
    <sec id="sec-14">
      <title>ACKNOWLEDGMENTS</title>
      <p>
        This project is supported with funding to the ChEMU
(Cheminformatics Elsevier Melbourne University) project from the Australian
Research Council Linkage Project LP160101469, with partner
contributions from Elsevier. Some of the computations in this paper
were performed using the Spartan HPC-Cloud Hybrid [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] at the
University of Melbourne.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C. S.</given-names>
            <surname>Ai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Paul E.</given-names>
            <surname>Blower</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R. H.</given-names>
            <surname>Ledwith</surname>
          </string-name>
          .
          <year>1990</year>
          .
          <article-title>Extraction of Chemical Reaction Information from Primary Journal Text</article-title>
          .
          <source>Journal of Chemical Information and Computer Sciences</source>
          <volume>30</volume>
          ,
          <issue>2</issue>
          (
          <year>1990</year>
          ),
          <fpage>163</fpage>
          -
          <lpage>169</lpage>
          . https://doi.org/10.1021/ci00066a012 arXiv:https://pubs.acs.org/doi/pdf/10.1021/ci00066a012
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Saber</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Akhondi</surname>
            , Hinnerk Rey, Markus Schwörer,
            <given-names>Michael</given-names>
          </string-name>
          <string-name>
            <surname>Maier</surname>
          </string-name>
          , John Toomey, Heike Nau, Gabriele Ilchmann, Mark Sheehan, Matthias Irmer, Claudia Bobach, Marius Doornenbal, Michelle Gregory, and
          <string-name>
            <surname>Jan</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Kors</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Automatic Identification of Relevant Chemical Compounds from Patents</article-title>
          .
          <source>Database</source>
          <year>2019</year>
          (
          <year>2019</year>
          ). https://doi.org/10. 1093/database/baz001 arXiv:https://academic.oup.com/database/articlepdf/doi/10.1093/database/baz001/27636778/baz001.pdf
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Cecilia</given-names>
            <surname>Arighi</surname>
          </string-name>
          , Lynette Hirschman, Thomas Lemberger, Samuel Bayer, Robin Liechti, Donald Comeau, and
          <string-name>
            <given-names>Cathy</given-names>
            <surname>Wu</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Bio-ID Track Overview</article-title>
          .
          <source>In Proceedings of the BioCreative VI Workshop</source>
          . 14-
          <fpage>19</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Chandra</given-names>
            <surname>Bhagavatula</surname>
          </string-name>
          , Sergey Feldman, Russell Power, and
          <string-name>
            <given-names>Waleed</given-names>
            <surname>Ammar</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Content-Based Citation Recommendation</article-title>
          .
          <source>In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long Papers).
          <source>Association for Computational Linguistics</source>
          ,
          <fpage>238</fpage>
          -
          <lpage>251</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>N18</fpage>
          -1022
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>James</surname>
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Blake</surname>
            and
            <given-names>Robert C.</given-names>
          </string-name>
          <string-name>
            <surname>Dana</surname>
          </string-name>
          .
          <year>1990</year>
          .
          <article-title>CASREACT: More than a Million Reactions</article-title>
          .
          <source>Journal of Chemical Information and Modeling</source>
          <volume>30</volume>
          ,
          <issue>4</issue>
          (
          <year>1990</year>
          ),
          <fpage>394</fpage>
          -
          <lpage>399</lpage>
          . https://doi.org/10.1021/ci00068a008
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Peter</given-names>
            <surname>Corbett</surname>
          </string-name>
          , Colin Batchelor, and
          <string-name>
            <given-names>Simone</given-names>
            <surname>Teufel</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Annotation of Chemical Named Entities</article-title>
          .
          <source>In Biological, Translational, and Clinical Language Processing. Association for Computational Linguistics</source>
          ,
          <fpage>57</fpage>
          -
          <lpage>64</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Jiayuan</given-names>
            <surname>He</surname>
          </string-name>
          , Biaoyan Fang, Hiyori Yoshikawa,
          <string-name>
            <given-names>Yuan</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Saber A</article-title>
          .
          <string-name>
            <surname>Akhondi</surname>
            , Christian Druckenbrodt, Camilo Thorne, Zubair Afzal, Zenan Zhai, Lawrence Cavedon, Trevor Cohn, Timothy Baldwin, and
            <given-names>Karin</given-names>
          </string-name>
          <string-name>
            <surname>Verspoor</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>ChEMU 2021: Reaction Reference Resolution and Anaphora Resolution in Chemical Patents</article-title>
          .
          <source>In Advances in Information Retrieval</source>
          , Djoerd Hiemstra,
          <string-name>
            <surname>Marie-Francine</surname>
            <given-names>Moens</given-names>
          </string-name>
          , Josiane Mothe, Raffaele Perego,
          <string-name>
            <given-names>Martin</given-names>
            <surname>Potthast</surname>
          </string-name>
          , and Fabrizio Sebastiani (Eds.). Springer International Publishing,
          <volume>608</volume>
          -
          <fpage>615</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Jiayuan</given-names>
            <surname>He</surname>
          </string-name>
          , Dat Quoc Nguyen, Saber A.
          <string-name>
            <surname>Akhondi</surname>
          </string-name>
          , Christian Druckenbrodt, Camilo Thorne, Ralph Hoessel, Zubair Afzal, Zenan Zhai, Biaoyan Fang, Hiyori Yoshikawa, Ameer Albahem, Jingqi Wang, Yuankai Ren, Zhi Zhang, Yaoyun Zhang, Mai Hoang Dao, Pedro Ruas, Andre Lamurias, Francisco M. Couto, Jenny Copara, Nona Naderi, Julien Knafou, Patrick Ruch, Douglas Teodoro, Daniel Lowe, John Mayfield, Abdullatif Köksal, Hilal Dönmez, Elif Özkirimli, Arzucan Özgür, Darshini Mahendran, Gabrielle Gurdin, Nastassja Lewinski, Christina Tang, Bridget T.
          <string-name>
            <surname>McInness</surname>
            ,
            <given-names>C.S.</given-names>
          </string-name>
          <string-name>
            <surname>Malarkodi</surname>
            , Pattabhi Rk Rao, Sobha Lalitha Devi, Lawrence Cavedon, Trevor Cohn, Timothy Baldwin, and
            <given-names>Karin</given-names>
          </string-name>
          <string-name>
            <surname>Verspoor</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>An Extended Overview of the CLEF 2020 ChEMU Lab : Information Extraction of Chemical Reactions from Patents</article-title>
          .
          <source>Proceedings of the CLEF 2020 conference (</source>
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Matthias</given-names>
            <surname>Irmer</surname>
          </string-name>
          , Lutz Weber, Timo Böhme, Anett Püschel, Claudia Bobach, and
          <string-name>
            <given-names>Ulf</given-names>
            <surname>Laube</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>OCMiner for Patents</article-title>
          .
          <source>Extracting Chemical Information from Patent Texts. In Proceedings of the Fifth BioCreative Challenge Evaluation Workshop</source>
          . 119-
          <fpage>123</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>David</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Jessop</surname>
            ,
            <given-names>Sam E.</given-names>
          </string-name>
          <string-name>
            <surname>Adams</surname>
            , and
            <given-names>Peter</given-names>
          </string-name>
          <string-name>
            <surname>Murray-Rust</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Mining Chemical Information from Open Patents</article-title>
          .
          <source>Journal of Cheminformatics 3</source>
          ,
          <issue>1</issue>
          (
          <year>2011</year>
          ),
          <volume>40</volume>
          . https://doi.org/10.1186/
          <fpage>1758</fpage>
          -2946-3-40
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>David</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Jessop</surname>
            , Sam E. Adams, Egon L. Willighagen, Lezan Hawizy, and
            <given-names>Peter</given-names>
          </string-name>
          <string-name>
            <surname>Murray-Rust</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>OSCAR4: A Flexible Architecture for Chemical Text-Mining</article-title>
          .
          <source>Journal of Cheminformatics 3</source>
          ,
          <issue>1</issue>
          (
          <year>2011</year>
          ),
          <volume>41</volume>
          . https://doi.org/10.1186/
          <fpage>1758</fpage>
          -2946- 3-41
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Jyun-Yu</surname>
            <given-names>Jiang</given-names>
          </string-name>
          , Mingyang Zhang, Cheng Li,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Bendersky</surname>
          </string-name>
          , Nadav Golbandi, and
          <string-name>
            <given-names>Marc</given-names>
            <surname>Najork</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Semantic Text Matching for Long-Form Documents</article-title>
          .
          <source>In The World Wide Web Conference (WWW '19)</source>
          .
          <source>Association for Computing Machinery</source>
          ,
          <fpage>795</fpage>
          -
          <lpage>806</lpage>
          . https://doi.org/10.1145/3308558.3313707
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>J.-D. Kim</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Ohta</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Tateisi</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Tsujii</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>GENIA Corpus- a Semantically Annotated Corpus for Bio-Textmining</article-title>
          .
          <source>Bioinformatics</source>
          <volume>19</volume>
          ,
          <issue>suppl</issue>
          _
          <volume>1</volume>
          (
          <issue>2003</issue>
          ),
          <fpage>i180</fpage>
          -
          <lpage>i182</lpage>
          . https://doi.org/10.1093/bioinformatics/btg1023
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Diederik</surname>
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Kingma</surname>
            and
            <given-names>Jimmy</given-names>
          </string-name>
          <string-name>
            <surname>Ba</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Adam: A Method for Stochastic Optimization</article-title>
          .
          <source>In 3rd International Conference on Learning Representations, ICLR</source>
          <year>2015</year>
          , San Diego, CA, USA, May 7-
          <issue>9</issue>
          ,
          <year>2015</year>
          , Conference Track Proceedings, Yoshua Bengio and Yann LeCun (Eds.).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Martin</surname>
            <given-names>Krallinger</given-names>
          </string-name>
          ,
          <source>Obdulia Rabal, Saber A Akhondi</source>
          , et al.
          <year>2017</year>
          .
          <article-title>Overview of the BioCreative VI Chemical-Protein Interaction Track</article-title>
          .
          <source>In Proceedings of the Sixth BioCreative Challenge Evaluation Workshop</source>
          , Vol.
          <volume>1</volume>
          .
          <fpage>141</fpage>
          -
          <lpage>146</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Martin</surname>
            <given-names>Krallinger</given-names>
          </string-name>
          , Obdulia Rabal, Florian Leitner, Miguel Vazquez, David Salgado, Zhiyong Lu, Robert Leaman, Yanan Lu, Donghong Ji, Daniel M. Lowe, Roger A.
          <string-name>
            <surname>Sayle</surname>
          </string-name>
          ,
          <string-name>
            <surname>Riza Theresa</surname>
            Batista-Navarro, Rafal Rak, Torsten Huber, Tim Rocktäschel, Sérgio Matos, David Campos,
            <given-names>Buzhou</given-names>
          </string-name>
          <string-name>
            <surname>Tang</surname>
          </string-name>
          , Hua Xu, Tsendsuren Munkhdalai, Keun Ho Ryu, SV Ramanan, Senthil Nathan, Slavko Žitnik, Marko Bajec, Lutz Weber, Matthias Irmer,
          <article-title>Saber A. Akhondi, Jan A</article-title>
          .
          <string-name>
            <surname>Kors</surname>
            , Shuo Xu,
            <given-names>Xin</given-names>
          </string-name>
          <string-name>
            <surname>An</surname>
          </string-name>
          , Utpal Kumar Sikdar, Asif Ekbal, Masaharu Yoshioka,
          <string-name>
            <surname>Thaer M. Dieb</surname>
            , Miji Choi, Karin Verspoor, Madian Khabsa,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Lee Giles</surname>
          </string-name>
          , Hongfang Liu, Komandur Elayavilli Ravikumar, Andre Lamurias, Francisco M. Couto,
          <string-name>
            <surname>Hong-Jie</surname>
            <given-names>Dai</given-names>
          </string-name>
          , Richard Tzong-Han
          <string-name>
            <surname>Tsai</surname>
            , Caglar Ata, Tolga Can, Anabel Usié, Rui Alves, Isabel Segura-Bedmar, Paloma Martínez, Julen Oyarzabal, and
            <given-names>Alfonso</given-names>
          </string-name>
          <string-name>
            <surname>Valencia</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>The CHEMDNER Corpus of Chemicals and Drugs and Its Annotation Principles</article-title>
          .
          <source>Journal of Cheminformatics 7</source>
          ,
          <issue>1</issue>
          (
          <year>2015</year>
          ),
          <fpage>S2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Martin</surname>
            <given-names>Krallinger</given-names>
          </string-name>
          , Obdulia Rabal, Anália Lourenço, Julen Oyarzabal, and
          <string-name>
            <given-names>Alfonso</given-names>
            <surname>Valencia</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Information Retrieval and Text Mining Technologies for Chemistry</article-title>
          .
          <source>Chemical Reviews</source>
          <volume>117</volume>
          ,
          <issue>12</issue>
          (
          <year>2017</year>
          ),
          <fpage>7673</fpage>
          -
          <lpage>7761</lpage>
          . https://doi.org/10.1021/acs. chemrev.6b00851
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Lev</surname>
            <given-names>Lafayette</given-names>
          </string-name>
          , Greg Sauter, Linh Vu, and
          <string-name>
            <given-names>Bernard</given-names>
            <surname>Meade</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Spartan HPCCloud Hybrid: Delivering Performance and Flexibility</article-title>
          . https://doi.org/10.4225/ 49/58ead90dceaaa
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Alexander</given-names>
            <surname>Johnston</surname>
          </string-name>
          <string-name>
            <surname>Lawson</surname>
          </string-name>
          , Stefan Roller, Helmut Grotz, Janusz L Wisniewski, and
          <string-name>
            <given-names>Libuse</given-names>
            <surname>Goebels</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Method and Software for Extracting Chemical Data. German patent no</article-title>
          .
          <source>DE102005020083A1.</source>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          , Luheng He,
          <string-name>
            <surname>Mike Lewis</surname>
            , and
            <given-names>Luke</given-names>
          </string-name>
          <string-name>
            <surname>Zettlemoyer</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>End-to-End Neural Coreference Resolution</article-title>
          .
          <source>In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics</source>
          ,
          <fpage>188</fpage>
          -
          <lpage>197</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>D17</fpage>
          -1018
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Daniel</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Lowe</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Extraction of Chemical Structures and Reactions from the Literature</article-title>
          .
          <source>Ph.D. Dissertation</source>
          . University of Cambridge.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Magilavy</surname>
          </string-name>
          and
          <string-name>
            <given-names>Polly</given-names>
            <surname>Pine</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>2,4 Substituted Pyrimidinediamines for Use in Discoid Lupus</article-title>
          .
          <article-title>European patent no</article-title>
          .
          <source>EP2683385B1.</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Tomas</surname>
            <given-names>Mikolov</given-names>
          </string-name>
          , Ilya Sutskever, Kai Chen, Greg S Corrado, and
          <string-name>
            <given-names>Jeff</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Distributed Representations of Words and Phrases and Their Compositionality</article-title>
          .
          <source>In Advances in Neural Information Processing Systems</source>
          26,
          <string-name>
            <surname>C. J. C. Burges</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Bottou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Welling</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Ghahramani</surname>
            , and
            <given-names>K. Q.</given-names>
          </string-name>
          <string-name>
            <surname>Weinberger</surname>
          </string-name>
          (Eds.).
          <fpage>3111</fpage>
          -
          <lpage>3119</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Dat</given-names>
            <surname>Quoc</surname>
          </string-name>
          <string-name>
            <surname>Nguyen</surname>
          </string-name>
          , Zenan Zhai, Hiyori Yoshikawa, Biaoyan Fang, Christian Druckenbrodt, Camilo Thorne, Ralph Hoessel, Saber A Akhondi, Trevor Cohn,
          <string-name>
            <given-names>Timothy</given-names>
            <surname>Baldwin</surname>
          </string-name>
          , et al.
          <year>2020</year>
          .
          <article-title>ChEMU: Named Entity Recognition and Event Extraction of Chemical Reactions from Patents</article-title>
          .
          <source>In European Conference on Information Retrieval</source>
          . Springer,
          <fpage>572</fpage>
          -
          <lpage>579</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Matthew</surname>
            <given-names>Peters</given-names>
          </string-name>
          , Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Luke</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Deep Contextualized Word Representations</article-title>
          .
          <source>In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long Papers).
          <source>Association for Computational Linguistics</source>
          ,
          <fpage>2227</fpage>
          -
          <lpage>2237</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>N18</fpage>
          -1202
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>Stanislaw</given-names>
            <surname>Rachwal</surname>
          </string-name>
          and
          <string-name>
            <given-names>Yufen</given-names>
            <surname>Hu</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Highly Photo-Stable Bis-Triazole Fluorophores</article-title>
          .
          <article-title>US patent no</article-title>
          .
          <source>US20180002337A1.</source>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Pedro</surname>
            <given-names>Ruas</given-names>
          </string-name>
          , Andre Lamurias, and Francisco M. Couto.
          <year>2020</year>
          .
          <article-title>Linking Chemical and Disease Entities to Ontologies by Integrating PageRank with Extracted Relations from Literature</article-title>
          .
          <source>Journal of Cheminformatics 12</source>
          ,
          <issue>1</issue>
          (
          <year>2020</year>
          ),
          <volume>57</volume>
          . https://doi.org/10.1186/s13321-020-00461-4
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Nadine</surname>
            <given-names>Schneider</given-names>
          </string-name>
          , Daniel M Lowe,
          <article-title>Roger A Sayle, Michael A Tarselli, and</article-title>
          <source>Gregory A Landrum</source>
          .
          <year>2016</year>
          .
          <article-title>Big Data from Pharmaceutical Patents: A Computational Analysis of Medicinal Chemists' Bread and Butter</article-title>
          .
          <source>Journal of medicinal chemistry 59</source>
          ,
          <issue>9</issue>
          (
          <year>2016</year>
          ),
          <fpage>4385</fpage>
          -
          <lpage>4402</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Ingemar</surname>
            <given-names>Starke</given-names>
          </string-name>
          , Mikael Ulf Johan Dahlstrom, David Blomberg,
          <string-name>
            <given-names>Suzanne</given-names>
            <surname>Alenfalk</surname>
          </string-name>
          , Tore Skjaret, and
          <string-name>
            <given-names>Malin</given-names>
            <surname>Lemurell</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Benzothiazepine and Benzothiadiazepine Derivatives with Ileal Bile Acid Transport (Ibat) Inhibitory Activity for the Treatment Hyperlipidaemia</article-title>
          .
          <article-title>European patent no</article-title>
          .
          <source>EP1427423B9.</source>
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Jorge</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Vanegas</surname>
            , Sérgio Matos, Fabio González,
            <given-names>and José L.</given-names>
          </string-name>
          <string-name>
            <surname>Oliveira</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>An Overview of Biomolecular Event Extraction from Scientific Documents</article-title>
          .
          <source>Computational and Mathematical Methods in Medicine</source>
          <year>2015</year>
          (
          <year>2015</year>
          ),
          <volume>571381</volume>
          . https://doi.org/10.1155/
          <year>2015</year>
          /571381
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Chih-Hsuan</surname>
            <given-names>Wei</given-names>
          </string-name>
          , Yifan Peng, Robert Leaman, Allan Peter Davis, Carolyn J Mattingly,
          <string-name>
            <given-names>Jiao</given-names>
            <surname>Li</surname>
          </string-name>
          , Thomas C Wiegers, and
          <string-name>
            <given-names>Zhiyong</given-names>
            <surname>Lu</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Overview of the BioCreative V Chemical Disease Relation (CDR) Task</article-title>
          .
          <source>In Proceedings of the Fifth BioCreative Challenge Evaluation Workshop</source>
          , Vol.
          <volume>14</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Hiyori</surname>
            <given-names>Yoshikawa</given-names>
          </string-name>
          , Dat Quoc Nguyen, Zenan Zhai, Christian Druckenbrodt, Camilo Thorne, Saber A.
          <string-name>
            <surname>Akhondi</surname>
            , Timothy Baldwin, and
            <given-names>Karin</given-names>
          </string-name>
          <string-name>
            <surname>Verspoor</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Detecting Chemical Reactions in Patents</article-title>
          .
          <source>In Proceedings of the The 17th Annual Workshop of the Australasian Language Technology Association. Australasian Language Technology Association</source>
          ,
          <fpage>100</fpage>
          -
          <lpage>110</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <surname>Zenan</surname>
            <given-names>Zhai</given-names>
          </string-name>
          , Dat Quoc Nguyen, Saber Akhondi, Camilo Thorne, Christian Druckenbrodt, Trevor Cohn, Michelle Gregory, and
          <string-name>
            <given-names>Karin</given-names>
            <surname>Verspoor</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Improving Chemical Named Entity Recognition in Patents with Contextualized Word Embeddings</article-title>
          .
          <source>In Proceedings of the 18th BioNLP Workshop</source>
          and Shared Task.
          <source>Association for Computational Linguistics</source>
          ,
          <fpage>328</fpage>
          -
          <lpage>338</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <surname>Xuhui</surname>
            <given-names>Zhou</given-names>
          </string-name>
          , Nikolaos Pappas, and
          <string-name>
            <surname>Noah</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Smith</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Multilevel Text Alignment with Cross-Document Attention</article-title>
          .
          <source>In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <fpage>5012</fpage>
          -
          <lpage>5025</lpage>
          . https://doi.org/10.18653/v1/
          <year>2020</year>
          .emnlpmain.407
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>