<!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>
      <journal-title-group>
        <journal-title>September</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Joint Entity and Relation Extraction from Scientific Documents: Role of Linguistic Information and Entity Types</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>T Y S S Santosh</string-name>
          <email>santoshtyss@gmail.com</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Prantika Chakraborty</string-name>
          <email>prantika.ch@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sudakshina Dutta</string-name>
          <email>sudakshina@iitgoa.ac.in</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Debarshi Kumar Sanyal</string-name>
          <email>debarshisanyal@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Partha Pratim Das</string-name>
          <email>ppd@cse.iitkgp.ac.in</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Indian Association for the Cultivation, of Science</institution>
          ,
          <addr-line>Kolkata</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Indian Institute of Technology Goa</institution>
          ,
          <addr-line>Ponda</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Indian Institute of Technology</institution>
          ,
          <addr-line>Kharagpur, Kharagpur</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Microsoft Corp.</institution>
          ,
          <addr-line>Bengaluru</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>30</volume>
      <issue>2021</issue>
      <fpage>15</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>Scientific articles contain various types of domain-specific entities and relations between them. The entities and their relations succinctly capture important information about the topic of the document and hence, they are crucial to the understanding and automatic analysis of the documents. In this paper, we aim to automatically extract entities and relations from a scientific abstract using a deep neural model. Given an input sentence, we use a pretrained transformer to produce contextual embeddings of the tokens which are then enriched with embeddings of their part-ofspeech (POS) tags. A sequence of enriched token representations forms a span, and entities and relations are jointly learned over spans. Entity logits predicted by the entity classifier are used as features in the relation classifier. Our proposed model improves upon competitive baselines in the literature for entity and relation extraction on SciERC and ADE datasets.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Information systems → Information retrieval; • Applied
computing → Document management and text processing.
entity extraction, relation extraction, deep learning, transformer,
BERT, science IE</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>The fast pace of modern scientific research and paper publication
advances the state-of-the-art at a rapid rate. But it also makes it
dificult for researchers to track all relevant publications even in
their specialized domain. Therefore, machine learning algorithms
are being increasingly deployed to ‘read’ them at scale, extract
useful information from them and organize the extracted information
so that scholarly knowledge is more readily accessible to users.
One important task in automatic analysis of research papers is the
extraction of entities, i.e., entity mentions and their types, and the
relations between entity pairs. These tasks are also called named
entity recognition (NER) and relation extraction (RE), respectively.
For example, the following sentence S1 contains two entities; we
delineate the entity mentions with square brackets and the
corresponding entity types with sufixes:
S1: The [generalized LR parsing]Method is enhanced in this
[approach]Generic.</p>
      <p>
        The relation (or relation type) directed from the second entity to
the first is Used-for. NER and RE are useful for applications like
knowledge graph construction [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], entity retrieval [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], semantic
search [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], keyphrase extraction [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], question-answering [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ],
summarization [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], fact checking [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ], and recommendation [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        In this paper, we present a deep learning-based model to jointly
extract entities and relations from abstracts in scientific papers. As
a motivation and baseline, we use a recent model named SpERT
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] that uses a pretrained transformer [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] for the task. The
transformer is first used to generate embeddings for the tokens in the
abstract, then the embeddings of a span of tokens are combined
into a span embedding on which a shallow entity classifier and a
shallow relation classifier are applied to extract the entities and
the relations, respectively. Many NLP tasks have benefited from
the use of linguistic information such as part-of-speech tags [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ],
but they are less explored in deep neural models for NER and RE.
For example, one can easily observe that entities tend to be noun
phrases. Relations between entity pairs also appear to be related to
the entity types. For example, we often found that there is relation
‘Used-for’ from a ‘Generic’ entity to a ‘Method’ entity. Therefore,
we augment SpERT as follows: (1) we enrich the representations
of the input tokens with linguistic information, in particular,
partof-speech (POS) tags of the words, and (2) include as inputs to the
relation classifier the predicted entity type logits (or simply, entity
logits). We call our model SpERT.PL (P=POS, L= logits)1. Our model
advances the state-of-the-art for entity and relation extraction on
the benchmark datasets SciERC and ADE.
2
      </p>
    </sec>
    <sec id="sec-3">
      <title>RELATED WORK</title>
      <p>
        Traditionally NER deals with the task of identifying names of
organizations, people, geographic locations, currency, time and
percentage expressions [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. RE is an allied field of study that aims to
identify a well-defined relationship between two or more named
1Our code is publicly available at https://github.com/dksanyal/SpERT.PL.
      </p>
      <p>
        Copyright 2021 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
entities [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Deep learning is a popular technique for NER and
RE. Recently, researchers have extended NER to include concrete
(e.g., names of diseases) and abstract (i.e., concepts like magnetism)
entities in scientific documents. While early works used separate
models to extract entities and relations, more recent approaches
focus on joint extraction frameworks as they typically reduce
intertask error propagation and utilize the interconnection between
NER and RE [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]. Many joint models [
        <xref ref-type="bibr" rid="ref17 ref2 ref3 ref32">2, 3, 17, 32</xref>
        ] predict BILOU
tags (BILOU = ‘beginning, inside, last, outside, unit’) for tokens
to identify entities. Use of BILOU tags preclude inclusion of a
token in multiple entities. In contrast, span-based approaches like
ours first construct spans of tokens and then label the spans with
entity types, thereby allowing overlapping entities as a token can
be part of multiple spans. SpERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], which is extended by this
paper, uses a pretrained transformer (BERT [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] or its variants) to
generate span representations from which entities and relations
are extracted. Notably, Luan et al. proposed diferent models like
BiLSTM network [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], dynamic span graph [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and transformers
[
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] for scientific entity and relation extraction. SpERT, though
simpler, outperforms them all. However, none of these approaches
used linguistic information to construct span representations, or
the predicted entity types for RE.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>PROPOSED APPROACH</title>
      <p>Our model, SpERT.PL, consists of a pretrained transformer, a POS
encoder, a fusion module, a shallow entity classifier and a shallow
relation classifier. The architecture of the proposed model is shown
in Figure 1. We assume the predefined set of entities is E and that
of relations is R.</p>
      <p>
        Pretrained Transformer. The first layer of the transformer
contains the WordPiece tokenizer [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] that splits the input sentence
into a sequence of tokens  = ( [CLS], 1, · · ·, , [SEP]). Note that
the tokenizer may fragment a word into multiple subword tokens.
For example, if the word “gpu" is absent in the tokenizer’s
dictionary, it may be split into two tokens: [“gp", “##u"]. [CLS] and
[SEP] are special symbols. [CLS] captures the context of the whole
sentence while [SEP] acts as a separator between adjacent
sentences. The WordPiece tokens are passed through the inner layers
of a pretrained transformer like BERT [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] to obtain an embedding
sequence
      </p>
      <p>(b[CLS], b1, · · ·, b, b[SEP] ) = Transformer()
where each embedding vector b ∈ R1 where 1 is the embedding
dimension.</p>
      <p>
        POS Encoder. We use ScispaCy [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] to generate POS tags of the
input sentence. ScispaCy is a Python NLP library for processing
biomedical or scientific text. Since the WordPiece algorithm may
split a word into many tokens, we assign the POS tag of the parent
word to each subword token born of it. We use a dedicated
embedding matrix to generate embeddings, each of dimension 2, of the
POS tags.
      </p>
      <p>Fusion Module. For every token, the fusion module concatenates
the BERT embedding of the token and the POS embedding of its POS
tag. This produces enriched representations of the input sentence:
( [c[CLS], c1, · · ·, c, c[SEP] ) where c ∈ R1+2 . Note that the POS
embeddings of [CLS] and [SEP] tokens are not meaningful, and will
not be used for further processing.</p>
      <p>Entity Classifier. To detect entities, every sequence  of  (≤
max = 10) consecutive tokens is considered, and their embeddings
(c, · · ·, c+−1) are max-pooled to form a vector</p>
      <p>v() = maxpool(c, c+1, . . . , c+−1) ∈ R1+2
Long spans are unlikely to represent valid entities and so, span
width is an important feature for entity classification. So a width
embedding matrix is trained to contain an embedding w ∈ R3 for
a span of length . The span width embedding w is concatenated
with v() to form the entity representation:</p>
      <p>e() = v() ||w ∈ R1+2+3
Finally, b[CLS] , which represents the sentence context, is
concatenated with e() to obtain the vector</p>
      <p>x() = e() ||b[CLS] ∈ R21+2+3
The POS tag of the [CLS] token is not meaningful, so we simply
take the BERT embedding of the [CLS] token. The vector x() is
passed through a shallow entity classifier, which is a single layer
feed-forward neural network (FFNN) that outputs entity logits:
p() = Wx() + b ∈ R4
where 4 = |E | + 1; “+1” is due to the ‘null’ entity ∅ that denotes
the absence of entity. W, b are the learnable weight matrix and
bias of the FFNN, respectively. The logits p() are passed through a
softmax function to predict the entity type.</p>
      <p>Relation Classifier. Those spans that are classified as ∅ by the
entity classifier are filtered out. For the remaining spans, the next
task is to identify the relation between every pair of them. Consider
a pair of spans 1, 2 where 1 occurs before 2 in the input sentence.
We assume relations to be asymmetric, so the relation directed from
1 to 2 may be diferent from that directed from 2 to 1, and each
of them must be separately classified. We take the representations,
(c, · · ·c ), where c is the embedding of the first token following
1 and c is that of the last token preceding 2 in the sentence, and
max-pool them:</p>
      <p>
        v(1, 2) = maxpool(c, · · ·, c ) ∈ R1+2
Next, the candidate relation from span 1 to 2 is encoded as
r1→2 = e(1) ||v(1, 2) ||e(2) ||p(1) ||p(2) ∈ R31+32+23+24
where p( ) ∈ R4 denotes the logits for span  . Finally, r1→2 is
passed through a single layer FFNN with sigmoid of size |R | and
threshold  . As relations can be asymmetric, r2→1 = e(2) ||v(1, 2) ||
e(1) ||p(2) ||p(1) is constructed and classified. The loss function
of the joint model is the sum of the cross-entropy loss of the entity
classifier and that of the relation classifier. The model is trained in
end-to-end fashion by backpropagation. The transformer is
finetuned during training. To train the entity classifier, we use gold
standard entity spans as positive examples and randomly sample
non-entity spans from the same sentence as negative samples. For
relation classification, like [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], we treat the ground truth relations
as positive samples, and exploit the following as negative samples:
(i) entity span pairs without any relation, and (ii) non-entity span
pairs, both from the same sentence. While the first strategy helps
the model to label the relations accurately across all entities, the
second strategy makes the relation classifier more robust to the
errors in the entity classification step.
4
4.1
      </p>
    </sec>
    <sec id="sec-5">
      <title>EXPERIMENTS AND RESULTS</title>
    </sec>
    <sec id="sec-6">
      <title>Datasets</title>
      <p>
        4.1.1 SciERC. SciERC dataset [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] comprises 500 abstracts of AI
papers; includes 6 scientific entities: Task, Method, Metric,
Material, Other-Scientific-Term, and Generic, and 7 relations:
Compare, Conjunction, Evaluate-For, Used-For, Feature-Of, Part-Of, and
Hyponym-Of, in a total of 2687 sentences. The oficial split has
3 parts: train (1861 sentences), dev (275 sentences) and test (551
sentences). Similar to [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], we use (train + dev) for training as we do
not perform hyperparameter tuning.
4.1.2 ADE. ADE dataset [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] consists of 4272 sentences and 6821
relations extracted from medical reports. It contains a single relation
type Adverse-Efect and the two entity types Adverse-Efect and
Drug. Due to absence of an oficial split, we conduct a 10-fold cross
validation like the other existing works. We consider 2 cases: (1) with
overlap: all entities and relations are retained; (2) without overlap:
the 120 instances of relations containing overlapping entities (e.g.,
‘lithium’ is a drug included in ‘lithium intoxication’) are removed.
4.2
      </p>
    </sec>
    <sec id="sec-7">
      <title>Implementation</title>
      <p>
        We use SciBERT [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] as the pretrained transformer for SciERC. We
experiment with both SciBERT and BioBERT [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], separately, for
ADE. The dimension of POS embedding (2) and that of span width
embedding (3) are both 25. We did not tune the hyperparameters
but use those in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Specifically, we train the model for 20 epochs
using Adam optimizer with linear warmup, linear decay and peak
learning rate 5-5; set the threshold for sigmoid activation in
relation classifier to  = 0.4; and sample 100 negative samples per
sentence for both the tasks. We use a training batch size of 10.
      </p>
    </sec>
    <sec id="sec-8">
      <title>Evaluation Metrics</title>
      <p>
        For every span of text (of length  ≤ 10), the proposed model
performs NER in which an entity is considered correct if the entity
type and span are predicted correctly. Given two text spans, the
model also performs RE. Following [
        <xref ref-type="bibr" rid="ref2 ref5">2, 5</xref>
        ], we define its correctness
in two ways: (1) Strict RE: the relation type and the two related
entities (i.e., both span and entity type) must be correct. (2)
Boundaries RE: the relation type and only the spans of the two related
entities must be correct. Following the literature [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], we report only
micro-average for SciERC, both micro- and macro-average for ADE,
and only strict RE for ADE. Since only one relation occurs in ADE,
the averaging method for RE does not matter.
4.4
      </p>
      <p>
        Results
4.4.1 Performance on SciERC. We report the performance of SpERT.PL
on SciERC dataset in Table 1. Due to the large variance in the
measured values for SpERT.PL – a similar observation is made by Taillé
et al. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] for SpERT – we report the mean and standard deviation of
the scores from 15 observations for SpERT.PL. Compared to SpERT
(that also uses SciBERT), there is a slight fall in precision but an
increase in recall and F1-score for all the 3 tasks. SpERT.PL also
outperforms other joint entity-relation extraction approaches like
SciIE [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], DyGIE [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and DyGIE++ [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] and a recent pipelined
approach called PURE [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ], even when PURE uses cross-sentence
context to build better contextual representations of spans.
4.4.2 Performance on ADE. Table 2 shows that SpERT.PL
outperforms SpERT and establishes new state-of-the-art results for ADE.
Notably, in most of the cases using BioBERT as a pretrained
transformer in SpERT.PL produces higher performance than using
SciBERT. This is not surprising as BioBERT is pretrained entirely on
biomedical papers while SciBERT also includes computer science
papers. When overlapping entities are included, SpERT.PL records
gains of 1.91% in micro-average F1-score for NER, 1.89% in
macroaverage F1-score for NER, and 3.19% in F1-score for strict RE over
the second best performer. When overlapping entities are excluded,
the corresponding gains are 1.92%, 1.44% and 1.25%, and SpERT.PL
not only outperforms SpERT but also more eficient approaches like
CMAN [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] and Table Sequence [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]. Both SpERT.PL and SpERT
score over many other recent approaches like [
        <xref ref-type="bibr" rid="ref12 ref13 ref2 ref25 ref3">2, 3, 12, 13, 25</xref>
        ]. Note
that, among the models considered here, only SpERT and SpERT.PL
allow overlapping entities.
4.5
      </p>
    </sec>
    <sec id="sec-9">
      <title>Ablation Study</title>
      <p>
        The ablation study in Table 3 shows the role of POS embeddings and
entity logits on the final classification scores. The reported figures
for each model are the average of three runs. We observe that
removing POS embeddings from SpERT.PL causes a drop of 0.57%,
0.42%, and 0.92% in F1-score for NER, boundaries RE, and strict RE,
respectively. The drop is not substantial as BERT already captures
the grammatical features of the input [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. Removing entity logits
from SpERT.PL reduces F1-score by 0.7%, 1.17%, and 1.32% for NER,
boundaries RE, and strict RE, respectively. Thus, entity logits have
more pronounced efect on relation extraction, more so when the
associated entities must be correctly identified in both span and
type.
5
      </p>
    </sec>
    <sec id="sec-10">
      <title>CONCLUSION</title>
      <p>We proposed a deep neural model called SpERT.PL for entity and
relation extraction from scientific documents. We found that
partof-speech information and predicted entity logits boost the
classification performance. In future, we will explore if dependency
parse of the input sentences can further improve the classification
accuracy.</p>
    </sec>
    <sec id="sec-11">
      <title>ACKNOWLEDGMENTS</title>
      <p>This work is supported by research grant from Department of
Science and Technology, Government of India at Indian Association for
the Cultivation of Science, Kolkata and National Digital Library of
India Project sponsored by the Ministry of Education, Government
of India at IIT Kharagpur.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Krisztian</given-names>
            <surname>Balog</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Entity-oriented search</article-title>
          . Springer Nature.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Giannis</given-names>
            <surname>Bekoulis</surname>
          </string-name>
          , Johannes Deleu, Thomas Demeester, and
          <string-name>
            <given-names>Chris</given-names>
            <surname>Develder</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Adversarial training for multi-context joint entity and relation extraction</article-title>
          .
          <source>In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing (EMNLP</source>
          <year>2018</year>
          ).
          <fpage>2830</fpage>
          -
          <lpage>2836</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Giannis</given-names>
            <surname>Bekoulis</surname>
          </string-name>
          , Johannes Deleu, Thomas Demeester, and
          <string-name>
            <given-names>Chris</given-names>
            <surname>Develder</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Joint entity recognition and relation extraction as a multi-head selection problem</article-title>
          .
          <source>Expert Systems with Applications</source>
          <volume>114</volume>
          (
          <year>2018</year>
          ),
          <fpage>34</fpage>
          -
          <lpage>45</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Iz</given-names>
            <surname>Beltagy</surname>
          </string-name>
          , Kyle Lo, and
          <string-name>
            <given-names>Arman</given-names>
            <surname>Cohan</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>SciBERT: Pretrained Language Model for Scientific Text</article-title>
          .
          <source>In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP</source>
          <year>2019</year>
          ). arXiv:arXiv:
          <year>1903</year>
          .10676
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Markus</given-names>
            <surname>Eberts</surname>
          </string-name>
          and
          <string-name>
            <given-names>Adrian</given-names>
            <surname>Ulges</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Span-based Joint Entity and Relation Extraction with Transformer Pre-training</article-title>
          . arXiv preprint arXiv:
          <year>1909</year>
          .
          <volume>07755</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Shai</given-names>
            <surname>Erera</surname>
          </string-name>
          , Michal Shmueli-Scheuer, Guy Feigenblat, Ora Peled Nakash, Odellia Boni, Haggai Roitman, Doron Cohen, Bar Weiner, Yosi Mass,
          <string-name>
            <given-names>Or</given-names>
            <surname>Rivlin</surname>
          </string-name>
          , et al.
          <year>2019</year>
          .
          <article-title>A Summarization System for Scientific Documents</article-title>
          .
          <source>In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP</source>
          <year>2019</year>
          )
          <article-title>: System Demonstrations</article-title>
          .
          <fpage>211</fpage>
          -
          <lpage>216</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Claudio</given-names>
            <surname>Giuliano</surname>
          </string-name>
          , Alberto Lavelli, and
          <string-name>
            <given-names>Lorenza</given-names>
            <surname>Romano</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Exploiting shallow linguistic information for relation extraction from biomedical literature</article-title>
          .
          <source>In Proceedings of the 11th Conference of the European Chapter of the Association for Computational Linguistics (EACL</source>
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Qingyu</given-names>
            <surname>Guo</surname>
          </string-name>
          , Fuzhen Zhuang, Chuan Qin, Hengshu Zhu, Xing Xie, Hui Xiong, and
          <string-name>
            <given-names>Qing</given-names>
            <surname>He</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>A survey on knowledge graph-based recommender systems</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Harsha</given-names>
            <surname>Gurulingappa</surname>
          </string-name>
          , Abdul Mateen Rajput, Angus Roberts, Juliane Fluck, Martin
          <string-name>
            <surname>Hofmann-Apitius</surname>
            , and
            <given-names>Luca</given-names>
          </string-name>
          <string-name>
            <surname>Toldo</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Development of a benchmark corpus to support the automatic extraction of drug-related adverse efects from medical case reports</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          <volume>45</volume>
          ,
          <issue>5</issue>
          (
          <year>2012</year>
          ),
          <fpage>885</fpage>
          -
          <lpage>892</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Devlin Ming-Wei Chang</surname>
          </string-name>
          Kenton and Lee Kristina Toutanova.
          <year>2019</year>
          .
          <article-title>BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding</article-title>
          .
          <source>In Proceedings of the</source>
          <year>2019</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT 2019), Volume 1 (Long</article-title>
          and Short Papers).
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Jinhyuk</given-names>
            <surname>Lee</surname>
          </string-name>
          , Wonjin Yoon, Sungdong Kim, Donghyeon Kim, Sunkyu Kim, Chan Ho So, and
          <string-name>
            <given-names>Jaewoo</given-names>
            <surname>Kang</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>BioBERT: a pre-trained biomedical language representation model for biomedical text mining</article-title>
          .
          <source>Bioinformatics</source>
          <volume>36</volume>
          ,
          <issue>4</issue>
          (
          <year>2020</year>
          ),
          <fpage>1234</fpage>
          -
          <lpage>1240</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Fei</given-names>
            <surname>Li</surname>
          </string-name>
          , Meishan Zhang, Guohong Fu, and
          <string-name>
            <given-names>Donghong</given-names>
            <surname>Ji</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>A neural joint model for entity and relation extraction from biomedical text</article-title>
          .
          <source>BMC Bioinformatics 18</source>
          ,
          <issue>1</issue>
          (
          <year>2017</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>11</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Fei</given-names>
            <surname>Li</surname>
          </string-name>
          , Yue Zhang, Meishan Zhang, and
          <string-name>
            <given-names>Donghong</given-names>
            <surname>Ji</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Joint Models for Extracting Adverse Drug Events from Biomedical Text</article-title>
          .
          <source>In Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence (IJCAI 2016)</source>
          , Vol.
          <year>2016</year>
          .
          <volume>2838</volume>
          -
          <fpage>2844</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Jing</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Aixin</given-names>
            <surname>Sun</surname>
          </string-name>
          , Jianglei Han, and
          <string-name>
            <given-names>Chenliang</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>A survey on deep learning for named entity recognition</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Yi</surname>
            <given-names>Luan</given-names>
          </string-name>
          , Luheng He,
          <string-name>
            <surname>Mari Ostendorf</surname>
            , and
            <given-names>Hannaneh</given-names>
          </string-name>
          <string-name>
            <surname>Hajishirzi</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Multi-Task Identification of Entities, Relations, and Coreference for Scientific Knowledge Graph Construction</article-title>
          .
          <source>In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing (EMNLP</source>
          <year>2018</year>
          ).
          <fpage>3219</fpage>
          -
          <lpage>3232</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Yi</surname>
            <given-names>Luan</given-names>
          </string-name>
          , Dave Wadden, Luheng He, Amy Shah, Mari Ostendorf, and
          <string-name>
            <given-names>Hannaneh</given-names>
            <surname>Hajishirzi</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>A general framework for information extraction using dynamic span graphs</article-title>
          .
          <source>In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers).
          <fpage>3036</fpage>
          -
          <lpage>3046</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Makoto</given-names>
            <surname>Miwa</surname>
          </string-name>
          and
          <string-name>
            <given-names>Mohit</given-names>
            <surname>Bansal</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>End-to-End Relation Extraction using LSTMs on Sequences and Tree Structures</article-title>
          .
          <source>In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          .
          <fpage>1105</fpage>
          -
          <lpage>1116</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Mark</given-names>
            <surname>Neumann</surname>
          </string-name>
          , Daniel King, Iz Beltagy, and
          <string-name>
            <given-names>Waleed</given-names>
            <surname>Ammar</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>ScispaCy: Fast and Robust Models for Biomedical Natural Language Processing</article-title>
          .
          <source>In Proceedings of the 18th BioNLP Workshop</source>
          and Shared Task,
          <string-name>
            <surname>BioNL@ACL</surname>
          </string-name>
          <year>2019</year>
          .
          <volume>319</volume>
          -
          <fpage>327</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Sachin</surname>
            <given-names>Pawar</given-names>
          </string-name>
          ,
          <article-title>Girish K Palshikar,</article-title>
          and
          <string-name>
            <given-names>Pushpak</given-names>
            <surname>Bhattacharyya</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Relation extraction: A survey</article-title>
          .
          <source>arXiv preprint arXiv:1712.05191</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Tokala</given-names>
            <surname>Yaswanth Sri Sai Santosh</surname>
          </string-name>
          , Debarshi Kumar Sanyal, Plaban Kumar Bhowmick, and
          <string-name>
            <surname>Partha Pratim Das</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>DAKE: Document-Level Attention for Keyphrase Extraction</article-title>
          .
          <source>In Advances in Information Retrieval - 42nd European Conference on IR Research (ECIR</source>
          <year>2020</year>
          ). Springer,
          <fpage>392</fpage>
          -
          <lpage>401</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Mourad</given-names>
            <surname>Sarrouti and Said Ouatik El Alaoui</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>SemBioNLQA: a semantic biomedical question answering system for retrieving exact and ideal answers to natural language questions</article-title>
          .
          <source>Artificial Intelligence in Medicine</source>
          <volume>102</volume>
          (
          <year>2020</year>
          ),
          <fpage>101767</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Rico</surname>
            <given-names>Sennrich</given-names>
          </string-name>
          , Barry Haddow, and
          <string-name>
            <given-names>Alexandra</given-names>
            <surname>Birch</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Neural Machine Translation of Rare Words with Subword Units</article-title>
          .
          <source>In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          .
          <fpage>1715</fpage>
          -
          <lpage>1725</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Bruno</surname>
            <given-names>Taillé</given-names>
          </string-name>
          , Vincent Guigue, Geofrey Scoutheeten, and
          <string-name>
            <given-names>Patrick</given-names>
            <surname>Gallinari</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Let's Stop Incorrect Comparisons in End-to-end Relation Extraction! arXiv preprint</article-title>
          arXiv:
          <year>2009</year>
          .
          <volume>10684</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Ian</surname>
            <given-names>Tenney</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dipanjan Das</surname>
            , and
            <given-names>Ellie</given-names>
          </string-name>
          <string-name>
            <surname>Pavlick</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>BERT Rediscovers the Classical NLP Pipeline</article-title>
          .
          <source>In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL</source>
          <year>2019</year>
          ).
          <fpage>4593</fpage>
          -
          <lpage>4601</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>Tung</given-names>
            <surname>Tran</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ramakanth</given-names>
            <surname>Kavuluru</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Neural metric learning for fast end-to-end relation extraction</article-title>
          . arXiv preprint arXiv:
          <year>1905</year>
          .
          <volume>07458</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>Vu</given-names>
            <surname>Tran</surname>
          </string-name>
          ,
          <string-name>
            <surname>Van-Hien</surname>
            <given-names>Tran</given-names>
          </string-name>
          , Phuong Nguyen, Chau Nguyen, Ken Satoh, Yuji Matsumoto, and
          <string-name>
            <given-names>Minh</given-names>
            <surname>Nguyen</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>CovRelex: A COVID-19 Retrieval System with Relation Extraction</article-title>
          .
          <source>In Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: System Demonstrations (EACL</source>
          <year>2021</year>
          ).
          <fpage>24</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Ashish</surname>
            <given-names>Vaswani</given-names>
          </string-name>
          , Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez,
          <string-name>
            <surname>Lukasz Kaiser</surname>
            , and
            <given-names>Illia</given-names>
          </string-name>
          <string-name>
            <surname>Polosukhin</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Attention is All you Need</article-title>
          .
          <source>In Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Systems (NIPS</source>
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Nikhita</given-names>
            <surname>Vedula</surname>
          </string-name>
          and
          <string-name>
            <given-names>Srinivasan</given-names>
            <surname>Parthasarathy</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>FACE-KEG: Fact checking explained using knowledge graphs</article-title>
          .
          <source>In Proceedings of the 14th ACM International Conference on Web Search and Data Mining (WSDM</source>
          <year>2021</year>
          ).
          <fpage>526</fpage>
          -
          <lpage>534</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>David</given-names>
            <surname>Wadden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Ulme</given-names>
            <surname>Wennberg</surname>
          </string-name>
          , Yi Luan, and
          <string-name>
            <given-names>Hannaneh</given-names>
            <surname>Hajishirzi</surname>
          </string-name>
          .
          <year>2019</year>
          . Entity, Relation, and
          <article-title>Event Extraction with Contextualized Span Representations</article-title>
          .
          <source>In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP</source>
          <year>2019</year>
          ).
          <fpage>5788</fpage>
          -
          <lpage>5793</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>Jue</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Wei</given-names>
            <surname>Lu</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Two Are Better than One: Joint Entity and Relation Extraction with Table-Sequence Encoders</article-title>
          .
          <source>In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP</source>
          <year>2020</year>
          ).
          <fpage>1706</fpage>
          -
          <lpage>1721</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Shan</surname>
            <given-names>Zhao</given-names>
          </string-name>
          , Minghao Hu, Zhiping Cai, and Fang Liu.
          <year>2020</year>
          .
          <article-title>Modeling Dense Cross-Modal Interactions for Joint Entity-Relation Extraction</article-title>
          .
          <source>In Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence (IJCAI</source>
          <year>2020</year>
          ).
          <fpage>4032</fpage>
          -
          <lpage>4038</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Suncong</surname>
            <given-names>Zheng</given-names>
          </string-name>
          , Feng Wang, Hongyun Bao, Yuexing Hao,
          <string-name>
            <surname>Peng Zhou</surname>
            , and
            <given-names>Bo</given-names>
          </string-name>
          <string-name>
            <surname>Xu</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Joint Extraction of Entities and Relations Based on a Novel Tagging Scheme</article-title>
          .
          <source>In Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          .
          <fpage>1227</fpage>
          -
          <lpage>1236</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>Zexuan</given-names>
            <surname>Zhong</surname>
          </string-name>
          and
          <string-name>
            <given-names>Danqi</given-names>
            <surname>Chen</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>A Frustratingly Easy Approach for Entity and Relation Extraction</article-title>
          .
          <source>In Proceedings of the</source>
          <year>2021</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT</article-title>
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>