<!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>Linguistically Informed Masking for Representation Learning in the Patent Domain</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sophia Althammer</string-name>
          <email>sophia.althammer@tuwien.ac.at</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sebastian Hofstätter</string-name>
          <email>sebastian.hofstaetter@tuwien.ac.at</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mark Buckley</string-name>
          <email>mark.buckley@siemens.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Allan Hanbury</string-name>
          <email>allan.hanbury@tuwien.ac.at</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Siemens AG</institution>
          ,
          <addr-line>Munich</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>TU Vienna</institution>
          ,
          <addr-line>Vienna</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <fpage>25</fpage>
      <lpage>35</lpage>
      <abstract>
        <p>Domain-specific contextualized language models have demonstrated substantial efectiveness gains for domain-specific downstream tasks, like similarity matching, entity recognition or information retrieval. However successfully applying such models in highly specific language domains requires domain adaptation of the pretrained models. In this paper we propose the empirically motivated Linguistically Informed Masking (LIM) method to focus domainadaptative pre-training on the linguistic patterns of patents, which use a highly technical sublanguage. We quantify the relevant differences between patent, scientific and general-purpose language and demonstrate for two diferent language models (BERT and SciBERT) that domain adaptation with LIM leads to systematically improved representations by evaluating the performance of the domain-adapted representations of patent language on two independent downstream tasks, the IPC classification and similarity matching. We demonstrate the impact of balancing the learning from diferent information sources during domain adaptation for the patent domain. We make the source code as well as the domainadaptive pre-trained patent language models publicly available at https://github.com/sophiaalthammer/patent-lim.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>• Information systems → Document representation; Language
models.
Language modelling, representation learning, patent domain, BERT</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        Large scale language models, pre-trained on corpora of general
purpose language [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], provide efective representations for text
documents, which improve the performance on a variety of
downstream tasks including information retrieval, information extraction
and similarity matching [
        <xref ref-type="bibr" rid="ref18 ref32 ref5">5, 18, 32</xref>
        ]. The representations of
contextualized language models are used in production systems in the
PatentSemTech, July 15th, 2021, online
© 2021 for this paper by its authors. Use permitted under Creative Commons License
Attribution 4.0 International (CC BY 4.0). CEUR Workshop Proceedings (CEUR-WS.org)
web and news domains to include semantic knowledge for solving
tasks based on text input like search or automated classification
[
        <xref ref-type="bibr" rid="ref31 ref4">4, 31</xref>
        ].
      </p>
      <p>In this paper we propose a novel domain-adaption linguistically
informed masking pre-training method for BERT-style language
models. We show its suitability for the patent domain and
demonstrate its efectiveness for representation learning on patent
language. We publish our BERT-based language model pre-trained on
patent language data to make our work readily available for the
community.</p>
      <p>
        The suitability of the representations with respect to a given
downstream task relies on the assumption that the language of
the documents of that downstream task comes from the same
or similar distribution as data of the language model. Otherwise
domain-adaptive pre-training becomes necessary, as the further
the language of the downstream task is from the distribution of the
pre-training language, the less relevant information is encoded in
the representations [
        <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
        ]. Therefore we investigate in this paper:
      </p>
      <p>
        We compare the language models BERT [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] (pre-trained on
general purpose language) and SciBERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] (pre-trained on scientific
language for representing patent language). We perform
domainadaptive pretraining with both models and evaluate the resulting
representations on two independent patent-related downstream
tasks: IPC classification and similarity matching. Here we find that
the downstream task performance of the SciBERT based
representations outperforms the BERT-based representations for both
patent-related tasks. Furthermore we reason that this is due to the
more fine-grained tokenization of the patent language by the
SciBERT model than by the BERT models’ tokenization.
Patent language contains linguistic patterns which difer from
general purpose or scientific language [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ] and is characterised by the
frequent use of technical terms and novel multi-word expressions,
as well as long sentences, chained conjunctions and large noun
phrases, as shown in Figure 1. In order to take these linguistic
characteristics into account, we propose the domain-adaptive
pretraining scheme for BERT-like language models: linguistically
informed masking. Linguistically informed masking shifts the
masking probabilities in domain-adaptive pre-training towards the
What is claimed is: 1. A hydraulic regeneration deactivation
valve to react to a pressure and to deactivation regeneration of a
hydraulic cylinder,...
highly informative multi-word terms in patent language. As
multiword terms are contained in the noun chunks, the degree of shifting
the masking towards the multi-word terms is here controlled with
a noun chunk masking probability  . We investigate:
RQ2 How does domain-adative pre-training with linguistically
informed masking influence the representations of patent
language?
      </p>
      <p>For BERT and SciBERT we compare domain-adaptive pre-training
with and without linguistically informed masking with shifting the
masking to 100% and to 75% to the noun chunks. In order to
evaluate the efectiveness of the diferent representations for patent
language, we evaluate and compare them for the two independent
downstream tasks of IPC classification and similarity matching.
Here we find that linguistically informed masking does improve
the overall downstream performance, thus we reason that shifting
the masking probabilities towards the noun chunks improves the
representations of patent language. Furthermore we investigate the
degree of shifting the masking probability  towards the noun
chunks.</p>
      <p>Our contributions are as follows:
• We investigate domain adaptive pre-training of a general
purpose language model (BERT) and of a scientific language
model (SciBERT) for representing patent language and find
that SciBERT is more suitable to represent patent language.
We investigate two factors for that: the language pre-training
corpus as well as the tokenization
• We propose linguistically informed masking for
domainadaptive pre-training for patent language and demonstrate
efectiveness gains with representations of patent language
learned with linguistically informed masking for IPC
classiifcation and similarity matching
• We make the source code as well as the domain-adapted
pre-trained language models available at
https://github.com/sophiaalthammer/patent-lim
2</p>
    </sec>
    <sec id="sec-3">
      <title>RELATED WORK</title>
      <p>
        Representation learning. Learning general word representations
continues to be an active research area, from word-level
representations [
        <xref ref-type="bibr" rid="ref30 ref35">30, 35</xref>
        ] up to pretrained language models [
        <xref ref-type="bibr" rid="ref15 ref36 ref38 ref8">8, 15, 36, 38</xref>
        ]. In
particular the BERT language model [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] delivers generally
applicable, syntactically and semantically informative embeddings which
have advanced the state-of-the-art performance on a variety of
different downstream tasks. The extensive and varied further research
results based on the BERT model [
        <xref ref-type="bibr" rid="ref16 ref20 ref26 ref42">16, 20, 26, 42</xref>
        ] show the generality
and flexibility of the representations. Sun et al . [
        <xref ref-type="bibr" rid="ref41 ref42">41, 42</xref>
        ] use
entitylevel and phrase-level masking to achieve state-of-the-art results
on Chinese. Joshi et al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] explore the efects of diferent static
masking schemes for the BERT pre-training and find that random
span masking is the best for learning general-purpose language.
      </p>
      <p>
        Domain adaptation of language models. There is a suite of
BERTlike domain-specific models which have been fine tuned for, e.g., the
social media [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], biomedical [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], clinical [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], legal [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] or scientific
domains [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. They show that the domain adaptive fine-tuning on the
same language modelling tasks already leads to more informative
representations of the respective domain and therefore to better
performance on downstream tasks. Beltagy et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] demonstrate by
training a BERT language model from scratch on scientific language
and with a trained, scientific vocabulary that the suitability of the
tokenization to the domain language is an important parameter for
good representations of that language. However Gururangan et al.
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] demonstrate that domain-adaptive pre-training is crucial for
specific domains and for the performance on downstream tasks.
Hofstätter et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] demonstrate the use of retrofitting [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] for
Word2Vec [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] patent embeddings for patent retrieval.
      </p>
      <p>
        Natural language processing in the patent domain. The use of
machine learning and deep learning methods for patent analysis
is a vibrant research area [
        <xref ref-type="bibr" rid="ref18 ref4">4, 18</xref>
        ] with application in technology
forecasting, patent retrieval [
        <xref ref-type="bibr" rid="ref2 ref37">2, 37</xref>
        ], patent text generation [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] or
litigation analysis. There has been much research on the patent
domain language which shows that the sections in patents constitute
diferent genres depending on their legal or technical purpose [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ].
Furthermore the vocabulary of patent language is highly specific
[
        <xref ref-type="bibr" rid="ref27 ref33">27, 33</xref>
        ] and contains special multi-word terms which are novel
constructions from commonly used words and which are characteristic
of patent language, as in Figure 1 [
        <xref ref-type="bibr" rid="ref45 ref9">9, 45</xref>
        ]. The citations of patents
are a frequent subject of research and they are used to explore the
similarity of cited patents [
        <xref ref-type="bibr" rid="ref25 ref28 ref39">25, 28, 39</xref>
        ]. The classification of patents
with the IPC tags, which determine a hierarchical topic category of
the patent, is a well known downstream task [
        <xref ref-type="bibr" rid="ref21 ref24">21, 24</xref>
        ]. The manual
curation of patent metadata by the patent ofices provides abundant
labelled data for NLP research, however the tasks of IPC
classification and similarity matching can not yet be considered solved, and
thus are suficiently dificult tasks for comparing the capabilities of
representations for patent language.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>LINGUISTICALLY INFORMED MASKING</title>
      <p>Here we motivate the domain adaptive pre-training method of
linguistically informed masking for learning patent representations
and we define and introduce linguistically informed masking for
BERT-like language models.
3.1</p>
    </sec>
    <sec id="sec-5">
      <title>Linguistic motivation</title>
      <p>Our goal is to learn better language representations for the patent
domain. As the language models which are the subject of our
research are pre-trained on a diferent language domain, we aim to
quantify the diference between the pre-training language and the
target language, here patent language, in terms of their linguistic
patterns. Therefore we examine the general-purpose and scientific
language on which BERT and SciBERT are pre-trained, respectively,
as these models will serve as pre-trained language models which
we adapt to patent language.</p>
      <p>
        One of the main distinct characteristics of patent language is the
use of constructed multi-word terms [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ] such as “a disk-shaped
suspension-type insulator” or “a non-transitory computer-readable
medium”. These multi-word terms are contained in noun chunks,
therefore we analyze the length and appearance of noun chunks
in patent language compared to general-purpose and scientific
language. As representatives from each language domain we choose
a sample of 600 articles from the Wikitext raw training dataset [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]
and 1, 000 abstracts from the Semantic Scholar research corpus [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ],
which correspond to the pre-training data of BERT and SciBERT.
      </p>
      <p>We identify the noun chunks using the Spacy natural language
toolkit1 after removing tabs and multiple whitespaces as well as
mathematical formulas from the raw text. We remove noun chunks
which are longer than 10 words as we see that these cases are
enumerations when analyzing the noun chunks.</p>
      <p>Figure 2 shows the distribution of noun chunk length of the
diferent language domains, with the average length in dashed
vertical lines. We observe a significant diference of the distribution
of the noun chunk length in the patent language (mean: 2.73; sd:
1.27) compared to general-purpose (2.21;1.25) or scientific language
(2.37;1.36) as there are more long noun chunks in patent language
(K-S test:  &lt; .001 for all three language combinations). Therefore
we conclude that patent language contains longer noun chunks
than general-purpose or scientific language and the longer noun
chunks in patent language are constructed using novel
combinations of common nouns. Consequently the BERT and SciBERT
models are not trained to generate optimal representations of these
noun chunks.</p>
      <p>
        Considering that the noun chunks contain domain-specific
information signals in the form of multi-word-terms and technical
terms [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ], this motivates us to focus on learning the linguistic
peculiarities of the patent domain contained in the noun chunks
explicitly during domain-adaptative fine-tuning. Hence we propose
linguistically informed masking for domain-adaptive fine-tuning
of BERT-like language models.
      </p>
      <sec id="sec-5-1">
        <title>1https://github.com/explosion/spaCy/</title>
        <p>Wikipedia</p>
        <p>
          USPTO13M
The BERT language model [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] is designed to learn bidirectional
representations for language and is jointly pre-trained on the tasks
of masked language modelling (MLM) and next sentence prediction
(NSP), with two diferent additional layers based on the output of
its transformer network [
          <xref ref-type="bibr" rid="ref44">44</xref>
          ]. In the next sentence prediction task
the model is given two sentences of a text and it has to predict if the
second sentence is the next sentence in the original text. In masked
language modelling 15% of the tokens in each sequence are masked
out and the model predicts the true token, which is inspired by
the Cloze task [
          <xref ref-type="bibr" rid="ref43">43</xref>
          ]. Solving these pre-training tasks requires the
representations to capture syntactic and semantic characteristics
of the language and therefore this task enables the language model
to learn linguistic representations.
        </p>
        <p>In this section we describe the novel domain-adaptive pre-training
method of linguistically informed masking (LIM) for BERT-like
language models, which adapts the MLM task in order to focus the
model towards learning specific linguistic information of the
domain.</p>
        <p>We first give a formal definition of the MLM task. Let  be the
number of training sequences consisting of encoded sentences in
one training batch and let  _ be the number of masked
positions where the original token needs to be predicted. Then the
loss  of the MLM task is defined as cross-entropy between the
predictions _  and the label  _  as
 :=
 _
Í Í
=1 =1
−(log(_  )  _  ) 
 _
Í Í
=1 =1
 
for each position  and for each sequence  .   is a weight for a
padding mechanism in case fewer than  _ positions are
masked in the sequence. The predictions _  ∈ R are a
probability distribution over the whole vocabulary with size  and
the label is a one-hot encoding of the masked token. The predictions
_  are the output of the MLM layer and are defined as
_  :=    (   +  )
where  ∈ R × and  ∈ R are the weights and biases of
the MLM output layer and   ∈ R is the final hidden vector of the
masked position  with dimensionality  . For a sequence  we get
the final hidden vectors of the masked positions   ∈ R ×_
with</p>
        <p>=   ∀ = 1, .., .</p>
        <p>Here  ∈ R × are the final outputs of sequence  of the BERT
model with the input sequence length  and the masking matrix
 ∈ {0, 1}×_ , which shows the masked positions. The
masking matrix   for a sequence  consists of one-hot vectors for
each masked position  with  = 1, ..,  _:</p>
        <p>( 1, if token  is masked in th position
 :=</p>
        <p>0, otherwise.
3.3</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Linguistically informed masking pre-training method (LIM)</title>
      <p>
        With the linguistically informed masking method we aim to give
the model the flexibility to focus on learning specific linguistic
characteristics of the language, namely the noun chunks in the
patent domain. Therefore we propose the linguistically informed
masking method where  ∈ [
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ] of the masked tokens belong to
a noun chunk and 1 −  to a non-noun chunk. We realize this by
modifying the masking matrix   ∈ {0, 1}×_ of sequence
 depending on
  :=
( 1, if token  belongs to a noun chunk
      </p>
      <p>0, otherwise
which indicates whether token  of sequence  belongs to a noun
chunk or not. The LIM masking matrix ˆ  ∈ {0, 1}×_ is
constructed so that it contains with a probability of  only masked
tokens  for which   = 1, and with a probability of 1 −  only
masked tokens for which   = 0. With this construction, in  of
the sequences only tokens that belong to a noun chunk are masked,
and in 1 −  of the sequences only tokens of non-noun chunks
are masked.</p>
      <p>
        In order to examine the diferences of the pre-training methods
of MLM and LIM we analyze the overall noun chunk distribution
for tokens in the Wikitext raw dataset [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ], which corresponds to
the pre-training domain of the BERT model, and the USPTO13M
patent dataset, which is shown in Table 1. Because masking in
MLM is random and around half of the tokens in both datasets
are part of noun chunks, around half of the masked positions will
belong to a noun chunk and half will not. This means that with
MLM fine-tuning on patent documents, the influence of tokens in
noun chunks would be approximately equally weighted, despite the
importance of noun chunks in patent language. With LIM however
we can control the influence of noun chunks via the parameter  .
To increase this influence the noun chunk masking probability must
be  &gt;  (  = 1), which means that we choose  &gt; 0.507
for the patent domain. With  = 0.507 LIM reduces to MLM as
a special case, as the probability of masking out a noun chunk in
LIM is then the same as in MLM.
      </p>
      <p>We examine the impact of LIM compared to MLM with the choice
of  = 0.75. The probability of masking the token , which is in a
noun chunk in sequence  , with the MLM task in the patent domain
is
 ( = 1|  = 1) =
 ( = 1 ∧   = 1)</p>
      <p>(  = 1)
=
 ( = 1) ∗  (  = 1)
 (  = 1)
0.15 ∗ 0.75
0.507
= 0.22</p>
      <p>This shows how we influence the probability of masking a token
, which is in a noun chunk, with the parameter  . With  =
0.507 LIM reduces to MLM as a special case. In summary, the LIM
parameter  controls the probability of masking noun chunk
tokens.
4</p>
    </sec>
    <sec id="sec-7">
      <title>EXPERIMENT DESIGN</title>
      <p>Our experiments investigate which BERT-like pre-trained language
model is best suited to represent patent language (RQ1) as well as
the influence of domain-adaptive pre-training with linguistically
informed masking for the representations of patent language (RQ2).
To evaluate these questions we do domain-adaptive pre-training on
patent language with BERT and SciBERT with either the MLM or
LIM pre-training method. We compare the vanilla model without
domain-adaptive pre-training, the MLM and LIM domain-adaptive
pre-training for BERT and SciBERT for representing patent
language. To assess the quality of the resulting representations we
evaluate the performance of the representations for the two
independent, patent-related downstream tasks of IPC classification and
similarity matching.2
4.1</p>
    </sec>
    <sec id="sec-8">
      <title>Data</title>
      <p>
        We leverage the patent corpus from the Google Patents Public
Datasets 3 on BigQuery with the query in Appendix A.1. The
corpus, which we will refer to as USPTO13M, consists of 13 million
granted utility patents in English with title, abstract, claims and
description. The title contains on average 8 words, the abstract
112 words, the claims 1067 and the descriptions 9539 words. We
also retrieve metadata like the filing date and the IPC tags, which
are a consistent, hierarchical topic categorization of the patents
and which are assigned by patent examiners [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ]. Our corpus
contains 738 diferent IPC tags on the subclass level of the tags. The
patents also contain citations referring to other previously
published patents which the current patent is related to. Of primary
importance are category “X” citations, which encode close
technical relatedness. Category “X” is applicable “where a document is
such that when taken alone, a claimed invention cannot be
considered novel” [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. We will use the citations of a patents as similarity
indication of two patents.
4.2
      </p>
    </sec>
    <sec id="sec-9">
      <title>Domain adaptive pre-training on patent language</title>
      <p>
        Following the definition of Pan and Yang [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ] for transfer
learning, we define the domain adaptive pre-training from the source
domain Wikipedia or the source domain of scientific language with
the source tasks of MLM and NSP to the target domain of patent
language with the target task of MLM or LIM and NSP. Here we
      </p>
      <sec id="sec-9-1">
        <title>2We show the tasks’ independence in Appendix A.3. 3https://console.cloud.google.com/bigquery?p=patents-public-data</title>
        <p>
          take the unsupervised domain-adaptive pre-training dataset as the
title, abstract, claims and descriptions of 320 patent documents
from the USPTO13M corpus containing 3.3 billion words, similar to
the size of the BERT and SciBERT pre-training datasets. We remove
tabs, multiple whitespaces and mathematical formulas. We choose
the  cased model with 110 parameters as initialisation
to match the size of the SciBERT model. As the learning rate is a
sensitive parameter that is data- and task-specific, we perform a
grid search over 1 ∗ 10−4, 5 ∗ 10−5, 2 ∗ 10−5, 1 ∗ 10−5 as learning
rate candidates following Beltagy et al. [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] and Alsentzer et al. [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]
and choose the optimal learning rate for each configuration. We
choose the same hyperparameters as were used in the pre-training
phase for each model. The hyperparameters, including learning
rates, can be found in Appendix A.2. We carry out domain
adaptive pre-training of the BERT and SciBERT model for 100 steps
following Lee et al. [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ], which equates to one epoch of the domain
adaptive pre-training dataset.
        </p>
        <p>For LIM domain adaptive pre-training we consider two values for
our domain-dependent hyperparameter  ∈ {0.75, 1.0} as our
analysis in section 3.3 has shown that  = 0.507 reduces to MLM
pre-training and as we want to investigate the optimal weighting
of LIM hyperparameter  .
4.3</p>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>Fine-tuning on patent-related downstream tasks</title>
      <p>
        Our goal is to compare the performances of the diferent
representations on the downstream tasks rather than to maximise the
absolute performances. As two independent patent-related
downstream tasks for evaluating the quality of the representations of
patent language we choose IPC classification and similarity
matching of two given patents. As baselines we choose the BERT and
SciBERT vanilla models which are not domain adapted to the patent
domain, as well as a convolutional neural network for sentence
classification [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] based on word2vec representations [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ].
      </p>
      <p>
        Following the definition of Pan and Yang [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ] the vanilla BERT
model is transferred from the source domain Wikipedia and the
vanilla SciBERT model is transferred from the scientific source
domain, to the patent domain with the target tasks of IPC classification
or similarity matching. Therefore the transfer learning problem
involves both a domain and a task shift.
      </p>
      <p>
        For the BERT model which is fine-tuned on the patent domain
with the MLM task the transfer is defined as only a task adaptation
from the source task of MLM or LIM and NSP to the target task of
IPC classification or similarity matching on the same domain of
patents. The fine-tuning of the BERT LIM0.75 and the LIM1
conifguration are defined analogously for the SciBERT-based models.
Overall we fine-tune and evaluate 8 diferent pre-trained models
on the IPC classification and the similarity matching tasks.
4.3.1 IPC classification. For the IPC classification we use a subset
of up to 480 labelled patent claims of the USPTO13M dataset for
training, similar to Lee and Hsiang [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], and an test set of 150
patent claims, containing in total 738 diferent IPC [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ] tags on the
subclass level. We restrict our classification input to the claims as
the input size of the model is limited and, as [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] have demonstrated,
the text of the claims is suficient to predict the IPC tags.
      </p>
      <p>The patents have 1.73 IPC tags on average. As the document
class label we use the single most frequent tag after truncating all
tags to the subclass level. We remove tabs, multiple whitespace
and mathematical formulas before passing the text to the BERT
model for fine-tuning. For the IPC classification fine-tuning we
choose the same hyperparameters as in the domain adaptive
pretraining except the learning rate. For the learning rate we perform
a grid search and choose the same learning rate of 5 ∗ 10−5 for all
configurations (see Appendix A.4). We fine-tune in total for 30
steps, which corresponds to one epoch for 480 labelled samples,
and we evaluate the models every 10 steps.</p>
      <p>In order to analyze the impact of the language representations
for downstream tasks with smaller number of labelled training
data, we finetune the models on a training dataset size of 160 and
320 and the whole 480 samples and analyze the performance
compared to the baseline. Detailed results for the diferent dataset
sizes for the BERT model as well as for the SciBERT model can be
found in Table 2. Here the baseline performance is compared to the
MLM or LIM domain adapted BERT and SciBERT model.
4.3.2 Similarity matching. For the similarity matching task we
retrieve pairs of patents which stand in an “X” citation relation,
which we interpret as indicating similarity between the two
documents. We denote these pairs of patent which cite each other as
positive pair. In order to fine-tune the models on similarity
matching, we also need negative pairs of patent which do not stand in a
citation relation. As the citations of a given patent do not include
all possible true citable patents, but rather only those which the
patent examiners choose, we must construct negative citation pairs.
This construction is done as follows: To a given patent document,
which comes from the positive citation pairs, we sample randomly
a negative patent document from the positive patent pairs which
stand in a citation relation with another patent document. If the
pair turns out to be the same document, we drop it and also positive
citations pairs are dropped. We choose a training dataset size up
of 12 citation pairs with 50.1% positive and 49.9% negative pairs
represented by their claims. The test dataset contains 16, 500 pairs,
49.9% positive and 50.1% negative ones. We remove tabs,
multiple whitespaces and mathematical formulas from the text before
passing it to the BERT model.</p>
      <p>The grid search for the BERT vanilla model indicates that 2∗10−5
is the most suitable learning rate for fine-tuning on similarity
matching and we choose this rate for all configurations (see Appendix
A.5).</p>
      <p>In order to analyze the impact of the language representations
for downstream tasks with smaller number of labelled training data,
we finetune the diferent configurations for one epoch on a training
dataset size of 2, 8 and 12 samples and analyze the performance
compared to the baseline.</p>
      <p>The results of the evaluation for the similarity matching are
provided in Table 3 for the BERT-based and for the SciBERT-based
models.
5</p>
    </sec>
    <sec id="sec-11">
      <title>RESULTS</title>
      <p>In the following we examine the downstream task evaluation results
regarding our research questions.
 = 0.50 (MLM)
 = 0.75 (LIM0.75, ours)
 = 1.00 (LIM1, ours)
Comparing the evaluation results of BERT and SciBERT for IPC
classification and for similarity matching leads to the conclusion
that the SciBERT based models achieve an overall higher
performance. For the IPC classification the results in Table 2 show that
the SciBERT model outperforms the equally domain-adapted BERT
model (for MLM, LIM0.75 and LIM1) by 1 − 2% downstream task
performance. In Table 3 we see the results for similarity matching
and comparing the performance of the BERT-based and
SciBERTbased models shows the same picture. The domain-adapted SciBERT
based model outperforms the corresponding BERT model by 1 − 2%
downstream task performance. Overall the SciBERT model domain
adapted with LIM with  = 0.75 achieves the best performance
for IPC classification and similarity matching.
5.2</p>
      <p>RQ 2: MLM vs LIM
We compare the domain-adaptive pre-training methods of MLM
and LIM, by evaluating the downstream task performance of BERT
and SciBERT domain adapted either with LIM with  = 0.75 or
 = 1.00 or MLM.</p>
      <p>If we compare the evaluation results for the IPC classification in
Table 2 we find that for BERT and SciBERT the domain adapted
representations with LIM lead to a higher downstream task
performance, for BERT LIM0.75 demonstrates the best results, for
SciBERT LIM1 shows the highest performance. For the task of
similarity matching we find similar results: BERT and SciBERT achieve
the best performance for similarity matching based on the domain
adapted representations of LIM0.75.</p>
      <p>In order to compare the performance gains to the baseline
performance of the BERT models without domain adaptation, we can
see the relative accuracy improvement compared to the baseline
BERT model of the MLM and LIM domain fine-tuned models in
Figures 3 and 4 for the BERT-based models and the SciBERT-based
models respectively.</p>
      <p>For the BERT-based models we can see that the improvement of
the LIM domain fine-tuned model with a noun chunk masking of
 = 0.75 is consistently the highest for each size of downstream
task training data for both downstream tasks, besides for the IPC
classification trained on 480 samples, where the domain adapted
model with  = 1.00 improves the performance compared to the
domain adapted model with  = 0.75. Similarly we observe that
the LIM0.75 SciBERT model achieves the highest improvement for
the similarity matching for all data set sizes, for the IPC
classification the performance improvement for a smaller dataset size of
160 labelled samples is significant.</p>
      <p>Especially in the setting of less training data for the downstream
tasks, we can observe substantial performance improvements of
the LIM0.75 domain fine-tuned models compared to the MLM
finetuned model on both tasks and both models. Therefore our
experiments show that domain fine-tuning using LIM leads to improved
representations, when comparing LIM to MLM on the two
independent domain specific downstream tasks.</p>
      <p>These evaluation results demonstrate that the representations of
patent language, which are domain adapted using the linguistically
informed masking training method, achieve higher downstream
task performance on two independent patent-related downstream
tasks. Especially in the low data regime of the downstream task,
the performance gains of the LIM representations are substantial.
6</p>
    </sec>
    <sec id="sec-12">
      <title>ANALYSIS OF RESULTS</title>
      <p>In this section we analyze our results regarding the better suitability
of the SciBERT model to represent patent language than the BERT
model as well as regarding the weighting factor  of the noun
chunk masking in domain adaptive pre-training.
6.1</p>
    </sec>
    <sec id="sec-13">
      <title>Tokenization analysis</title>
      <p>
        The language models BERT and SciBERT are trained to encode a
given text into representations. Every language model has a
tokenization, and it has become common practice to train the
tokenization of language models with a subword algorithm [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. The
language model is then pre-trained in an unsupervised manner on
domain language. Therefore the quality of the representations of
a language model for a specific language domain depends on the
similarity of the pre-training language and the target domain, as
well as the suitability of the tokenization to the target domain.
In this section we investigate one potential reason of the better
suitability of the SciBERT model to encode patent language than of
the BERT model: the tokenization. We analyze which tokenization
is most suitable for patent language by comparing a subword
tokenization trained on patent data to the tokenizations which BERT
and SciBERT use for encoding.
      </p>
      <p>We measure the suitability of the tokenization by the split ratio,</p>
      <sec id="sec-13-1">
        <title>Tokenization Encoding</title>
      </sec>
      <sec id="sec-13-2">
        <title>BERT</title>
        <p>SciBERT
Patent
[’f’, ’##em’, ’##to’, ’access’, ’point’]
[’fem’, ’##to’, ’access’, ’point’]
[’femto’, ’access’, ’point’]
which is defined as length of the encoded sentence divided by the
number of words in the sentence. A lower split ratio indicates better
suitability for the domain because words are not split as often, thus
domain-relevant words are retained in full more often rather than
being split into less information rich parts.</p>
        <p>
          Following Beltagy et al. [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] we train a vocabulary with the
Sentencepiece algorithm [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] on 5 million sentences of the patent dataset.
As the split ratio of the training sentences is similar to the split ratio
of unseen patent sentences, we conclude that the tokenization is
suficiently well trained on these 5 million training sentences to be a
general encoding of patent language. Now we want to compare the
diferent vocabularies for encoding patent language. The example
in Table 4 shows how a suitable tokenization leads to less splitting
up into subwords as it includes special words such as “femto” in
full.
        </p>
        <p>In order to compare the performance of the diferent
vocabularies for encoding patent language we determine the length of the
encodings for 1.6 million sentences from patents with the diferent
vocabularies.</p>
        <p>In Figure 5 is the distribution of the sentence length in total number
of words and the distribution of the diferent encoding lengths of
the sentences with the average as dashed vertical line.</p>
        <p>We can see that the encoding length with the SciBERT
tokenization is shorter than the encoding with the BERT vocabulary. We
observe an average split ratio for the patent tokenization of 1.16,
for the SciBERT tokenization of 1.21 and for the BERT tokenization
of 1.29. Because of the shorter encoding length and the smaller
split ratio of the SciBERT tokenization relative to BERT, we can
conclude that the SciBERT tokenization fits better to encode the
patent language. Because the representations are learned for the
tokens in the vocabulary, it follows that the better the tokenization
ifts to the language domain the more specific information can be
captured by the learned representations. As the tokenization of the
SciBERT language model fits better to represent patent language
than the BERT vocabulary, we suggest this as a reason that the
SciBERT language model shows better results for representing patent
language than BERT.
6.2</p>
      </sec>
    </sec>
    <sec id="sec-14">
      <title>Masking probability analysis</title>
      <p>We also want to investigate the efect of balancing the domain
adaptive pre-training with the noun chunk masking parameter
 which gives the ability to control the learning from diferent
linguistic information from the target domain. For that we analyze
the accuracy improvements of diferent noun chunk masking values
 for domain adaptive pre-training for BERT and SciBERT on
both downstream tasks.</p>
      <p>We show the accuracy improvements compared to the baseline
models without domain adaptative pre-training in Figure 6. Here
one can observe the clear trend that shifting the noun chunk
masking towards the noun chunks with a weighting of 75% masked noun
chunks and 25% masked non-noun chunks lead to higher accuracy
improvements for both downstream tasks. However focusing the
domain fine-tuning only on the noun chunks, in other words LIM1,
shows suboptimal results, which leads to the conclusion that
balancing the masking of noun chunks and non-noun chunks between the
values of 0.5 and 1.0 is beneficial for domain adaptive pre-training
for patent language.
7</p>
    </sec>
    <sec id="sec-15">
      <title>CONCLUSION</title>
      <p>Overall we conclude that domain adaptive pre-training for
learning representations of patent language is beneficial for pre-trained
masked language models like BERT and SciBERT. We find that the
SciBERT-based representations outperform the BERT-based
representations of patent language for the two independent downstream
tasks of IPC classification and similarity matching. Therefore we
conclude that SciBERT is more suitable to represent patent language
than the BERT model and see one reason for that in the suitability
of the tokenization of SciBERT to patent language. Furthermore
we have proposed the empirically motivated domain adaptive
pretraining method of linguistically informed masking for BERT-like
language models. We demonstrate improvements on both
patentrelated downstream tasks for representations of patent language
that have been domain-adapted using the LIM method.
Furthermore we analyze the impact of the weighting factor for shifting the
masking towards the noun chunks. We conclude that domain
adaptive pre-training with linguistically informed masking improves
the representations of the patent domain for BERT and SciBERT
and that balancing the weighting to learn from diferent linguistic
information is beneficial for representation learning.</p>
    </sec>
    <sec id="sec-16">
      <title>Google BigQuery query for patent dataset</title>
    </sec>
    <sec id="sec-17">
      <title>USPTO13M A A.1</title>
    </sec>
    <sec id="sec-18">
      <title>APPENDICES</title>
      <p>S E L E C T
p u b l i c a t i o n _ n u m b e r ,
p u b l i c a t i o n _ d a t e ,
f i l i n g _ d a t e ,
p r i o r i t y _ d a t e ,
t i t l e . t e x t AS title ,
t i t l e . t r u n c a t e d as t i t l e _ t r ,
a b s t r a c t . t e x t AS a b s t r a c t ,
a b s t r a c t . t r u n c a t e d as a b s t r a c t _ t r ,
AS ipc ,
AS c p c
F R O M
c l a i m . t e x t as claim ,
c l a i m . t r u n c a t e d as c l a i m _ t r ,
d e s c r . t e x t as descr ,
d e s c r . t r u n c a t e d as d e s c r _ t r ,
A R R A Y _ T O _ S T R I N G ( A R R A Y ( S E L E C T
c o d e F R O M</p>
      <p>U N N E S T ( p . i p c )) , " ; " )
A R R A Y _ T O _ S T R I N G ( A R R A Y ( S E L E C T
c o d e F R O M</p>
      <p>U N N E S T ( p . c p c )) , " ; " )
` p a t e n t s - p u b l i c - d a t a . p a t e n t s .
p u b l i c a t i o n s ` p ,
U N N E S T ( p . t i t l e _ l o c a l i z e d ) as title ,
U N N E S T ( p . a b s t r a c t _ l o c a l i z e d )
as a b s t r a c t ,
U N N E S T ( p . c l a i m s _ l o c a l i z e d ) as claim ,
U N N E S T ( p . d e s c r i p t i o n _ l o c a l i z e d )
A N D
A N D
A N D
A N D
A N D
as d e s c r
W H E R E
f i l i n g _ d a t e</p>
      <p>Google BigQuery database accessed on the 04.11.2019
A.2</p>
    </sec>
    <sec id="sec-19">
      <title>Hyperparameter for domain adaptive pre-training on patent domain</title>
      <p>The masking and next sentence accuracies after domain adaptive
pre-training each configuration for 2500 steps for the diferent
learning rate candidates 1 ∗ 10−4, 5 ∗ 10−5, 2 ∗ 10−5, 1 ∗ 10−5 as well
as the learning rate choice for each configuration can be seen in
Table 5. Domain adaptive pre-training was performed on 1 GPU
and took 2.5 days for each configuration.</p>
      <p>A.3</p>
    </sec>
    <sec id="sec-20">
      <title>Independence of IPC classification and similarity matching</title>
      <p>In order to test whether there is a trivial relationship between the
IPC tags and the similarity relations of a patent, we train a linear
SVM classifier on predicting the similarity matching of a pair of
patents from their IPC tag representation. On an equally balanced
binary dataset we reach a classification performance which is little
better than random (accuracy: 0.59, F1 score: 0.46), and therefore
conclude that the two tasks are independent.
maximum sequence length
masking probability
training steps
warm-up steps
1
2
dropout probability
batch size
learning rate
maximum sequence length
masking probability
training steps
warm-up steps
1
2
dropout probability
batch size</p>
    </sec>
    <sec id="sec-21">
      <title>Learning rate evaluation for fine-tuning on</title>
    </sec>
    <sec id="sec-22">
      <title>IPC classification</title>
      <p>The evaluation of the grid search for the best suitable learning
rate for IPC classification fine-tuning can be found in Table 6. The
accuracy values for the diferent configurations are shown after
ifne-tuning for 2500 steps with the learning rate candidates 5 ∗
10−5, 2 ∗ 10−5, 1 ∗ 10−5. The IPC classification was performed on 1
GPU and took around 1.5 days for each configuration.
The hyperparameter for fine-tuning on similarity matching can be
found in Table 7. Fine-tuning the BERT vanilla model configuration
for 1000 steps on the diferent learning rates of 5 ∗ 10−5, 3 ∗ 10−5,
2 ∗ 10−5 indicates that 2 ∗ 10−5 is the most suitable learning rate
for fine-tuning on similarity matching and we choose this rate for
all configurations. The fine-tuning was performed on 1 GPU with
61 RAM and took around 30 hours for each configuration.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Emily</given-names>
            <surname>Alsentzer</surname>
          </string-name>
          , John Murphy, William Boag,
          <string-name>
            <surname>Wei-Hung</surname>
            <given-names>Weng</given-names>
          </string-name>
          , Di Jindi, Tristan Naumann, and
          <string-name>
            <surname>Matthew McDermott</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Publicly Available Clinical BERT Embeddings</article-title>
          .
          <source>In Proceedings of the 2nd Clinical Natural Language Processing Workshop</source>
          . Association for Computational Linguistics, Minneapolis, Minnesota, USA,
          <fpage>72</fpage>
          -
          <lpage>78</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>W19</fpage>
          -1909
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Sophia</given-names>
            <surname>Althammer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Hofstätter</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Allan</given-names>
            <surname>Hanbury</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Cross-domain Retrieval in the Legal and Patent Domains: a Reproducibility Study</article-title>
          .
          <source>In Advances in Information Retrieval, 43rd European Conference on IR Research</source>
          ,
          <string-name>
            <surname>ECIR</surname>
          </string-name>
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Waleed</given-names>
            <surname>Ammar</surname>
          </string-name>
          , Dirk Groeneveld, Chandra Bhagavatula, Iz Beltagy, Miles Crawford, Doug Downey, Jason Dunkelberger, Ahmed Elgohary, Sergey Feldman, Vu A.
          <string-name>
            <surname>Ha</surname>
            , Rodney Michael Kinney,
            <given-names>Sebastian</given-names>
          </string-name>
          <string-name>
            <surname>Kohlmeier</surname>
            , Kyle Lo, Tyler C. Murray, HsuHan Ooi, Matthew E. Peters, Joanna L. Power, Sam Skjonsberg, Lucy Lu Wang, Christopher Wilhelm, Zheng Yuan, Madeleine van Zuylen,
            <given-names>and Oren</given-names>
          </string-name>
          <string-name>
            <surname>Etzioni</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Construction of the Literature Graph in Semantic Scholar</article-title>
          .
          <source>In Proceedings of the</source>
          <year>2018</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</article-title>
          . https://www.semanticscholar. org/paper/09e3cf5704bcb16e6657f6ceed70e93373a54618
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Leonidas</given-names>
            <surname>Aristodemou</surname>
          </string-name>
          and
          <string-name>
            <given-names>Frank</given-names>
            <surname>Tietze</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>The state-of-the-art on Intellectual Property Analytics (IPA): A literature review on artificial intelligence, machine learning and deep learning methods for analysing intellectual property (IP) data</article-title>
          .
          <source>World Patent Information</source>
          <volume>55</volume>
          (12
          <year>2018</year>
          ),
          <fpage>37</fpage>
          -
          <lpage>51</lpage>
          . https://doi.org/10.1016/j.wpi.
          <year>2018</year>
          .
          <volume>07</volume>
          .002
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <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: A 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>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , Hong Kong, China,
          <fpage>3615</fpage>
          -
          <lpage>3620</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>D19</fpage>
          -1371
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Ilias</given-names>
            <surname>Chalkidis</surname>
          </string-name>
          , Manos Fergadiotis, Prodromos Malakasiotis, Nikolaos Aletras, and
          <string-name>
            <given-names>Ion</given-names>
            <surname>Androutsopoulos</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>LEGAL-BERT: The Muppets straight out of Law School. In Findings of the Association for Computational Linguistics: EMNLP 2020</article-title>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <fpage>2898</fpage>
          -
          <lpage>2904</lpage>
          . https: //doi.org/10.18653/v1/
          <year>2020</year>
          .findings-emnlp.
          <fpage>261</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Kristina</given-names>
            <surname>Toutanova</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding</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).
          <source>Association for Computational Linguistics</source>
          , Minneapolis, Minnesota,
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>N19</fpage>
          -1423
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Kristina</given-names>
            <surname>Toutanova</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding</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).
          <source>Association for Computational Linguistics</source>
          , Minneapolis, Minnesota,
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>N19</fpage>
          -1423
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Eva</surname>
            <given-names>D'</given-names>
          </string-name>
          <year>hondt</year>
          .
          <year>2009</year>
          .
          <article-title>Lexical issues of a syntactic approach to interactive patent retrieval</article-title>
          . (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>European</given-names>
            <surname>Patent Ofice EPO</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Guidelines for Examination. (</article-title>
          <year>2019</year>
          ). https:// www.epo.org/law-practice/legal-texts/html/guidelines/e/b_x_
          <article-title>9_2_1</article-title>
          .htm Access:
          <volume>26</volume>
          .
          <fpage>12</fpage>
          .19.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Manaal</surname>
            <given-names>Faruqui</given-names>
          </string-name>
          , Jesse Dodge, Sujay Kumar Jauhar, Chris Dyer, Eduard Hovy, and
          <string-name>
            <surname>Noah</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Smith</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Retrofitting Word Vectors to Semantic Lexicons</article-title>
          .
          <source>In Proceedings of the</source>
          <year>2015</year>
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies. Association for Computational Linguistics</article-title>
          , Denver, Colorado,
          <fpage>1606</fpage>
          -
          <lpage>1615</lpage>
          . https://doi.org/10. 3115/v1/
          <fpage>N15</fpage>
          -1184
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Suchin</surname>
            <given-names>Gururangan</given-names>
          </string-name>
          , Ana Marasović, Swabha Swayamdipta, Kyle Lo, Iz Beltagy, Doug Downey, 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>Don't Stop Pretraining: Adapt Language Models to Domains and Tasks</article-title>
          .
          <source>In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</source>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <fpage>8342</fpage>
          -
          <lpage>8360</lpage>
          . https://doi.org/10.18653/v1/
          <year>2020</year>
          .acl-main.
          <fpage>740</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Xiaochuang</given-names>
            <surname>Han</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Eisenstein</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Unsupervised Domain Adaptation of Contextualized Embeddings for Sequence Labeling</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>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , Hong Kong, China,
          <fpage>4238</fpage>
          -
          <lpage>4248</lpage>
          . https: //doi.org/10.18653/v1/
          <fpage>D19</fpage>
          -1433
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Hofstätter</surname>
          </string-name>
          , Navid Rekabsaz, Mihai Lupu, Carsten Eickhof, and
          <string-name>
            <given-names>Allan</given-names>
            <surname>Hanbury</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Enriching Word Embeddings for Patent Retrieval with Global Context</article-title>
          .
          <source>In Advances in Information Retrieval</source>
          , Leif Azzopardi, Benno Stein, Norbert Fuhr, Philipp Mayr, Claudia Hauf, and Djoerd Hiemstra (Eds.). Springer International Publishing, Cham,
          <fpage>810</fpage>
          -
          <lpage>818</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Jeremy</given-names>
            <surname>Howard</surname>
          </string-name>
          and
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Ruder</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Universal Language Model Finetuning for Text Classification</article-title>
          .
          <source>In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers).</given-names>
          </string-name>
          <article-title>Association for Computational Linguistics</article-title>
          , Melbourne, Australia,
          <fpage>328</fpage>
          -
          <lpage>339</lpage>
          . https://doi.org/ 10.18653/v1/
          <fpage>P18</fpage>
          -1031
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Mandar</surname>
            <given-names>Joshi</given-names>
          </string-name>
          , Danqi Chen, Yinhan Liu, Daniel S. Weld,
          <string-name>
            <given-names>Luke</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Omer</given-names>
            <surname>Levy</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>SpanBERT: Improving Pre-training by Representing and Predicting Spans. Transactions of the Association for Computational Linguistics 8 (</article-title>
          <year>2020</year>
          ),
          <fpage>64</fpage>
          -
          <lpage>77</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Yoon</given-names>
            <surname>Kim</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Convolutional Neural Networks for Sentence Classification</article-title>
          .
          <source>In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , Doha, Qatar,
          <fpage>1746</fpage>
          -
          <lpage>1751</lpage>
          . https://doi.org/10.3115/v1/
          <fpage>D14</fpage>
          -1181
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Ralf</surname>
            <given-names>Krestel</given-names>
          </string-name>
          , Renukswamy Chikkamath, Christoph Hewel, and
          <string-name>
            <given-names>Julian</given-names>
            <surname>Risch</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>A survey on deep learning for patent analysis</article-title>
          .
          <source>World Patent Information</source>
          <volume>65</volume>
          (6
          <year>2021</year>
          ). https://doi.org/10.1016/j.wpi.
          <year>2021</year>
          .102035
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Taku</given-names>
            <surname>Kudo and John Richardson</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>SentencePiece: A simple and language independent subword tokenizer and detokenizer for Neural Text Processing</article-title>
          .
          <source>In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing: System Demonstrations. Association for Computational Linguistics</source>
          , Brussels, Belgium,
          <fpage>66</fpage>
          -
          <lpage>71</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>D18</fpage>
          -2012
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Zhenzhong</surname>
            <given-names>Lan</given-names>
          </string-name>
          , Mingda Chen,
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Goodman</surname>
          </string-name>
          , Kevin Gimpel, Piyush Sharma, and
          <string-name>
            <given-names>Radu</given-names>
            <surname>Soricut</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>ALBERT: A Lite BERT for Self-supervised Learning of Language Representations</article-title>
          . (
          <year>2019</year>
          ). arXiv:
          <year>1909</year>
          .
          <article-title>11942 [cs</article-title>
          .CL]
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Jieh-Sheng Lee</surname>
            and
            <given-names>Jieh</given-names>
          </string-name>
          <string-name>
            <surname>Hsiang</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>PatentBERT: Patent Classification with Fine-Tuning a pre-trained BERT Model</article-title>
          . CoRR abs/
          <year>1906</year>
          .02124 (
          <year>2019</year>
          ). arXiv:
          <year>1906</year>
          .02124 http://arxiv.org/abs/
          <year>1906</year>
          .02124
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <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>2019</year>
          .
          <article-title>BioBERT: a pre-trained biomedical language representation model for biomedical text mining</article-title>
          .
          <source>Bioinformatics (Sep</source>
          <year>2019</year>
          ). https://doi.org/10.1093/bioinformatics/btz682
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Jieh-Sheng Lee</surname>
            and
            <given-names>Jieh</given-names>
          </string-name>
          <string-name>
            <surname>Hsiang</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>PatentTransformer-2: Controlling Patent Text Generation by Structural Metadata</article-title>
          . arXiv:
          <year>2001</year>
          .
          <article-title>03708 [cs</article-title>
          .CL]
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Shaobo</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Jie</given-names>
            <surname>Hu</surname>
          </string-name>
          , Yuxin Cui, and
          <string-name>
            <given-names>Jianjun</given-names>
            <surname>Hu</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>DeepPatent: patent classification with convolutional neural networks and word embedding</article-title>
          .
          <source>Scientometrics</source>
          <volume>117</volume>
          ,
          <issue>2</issue>
          (
          <issue>01</issue>
          <year>Nov 2018</year>
          ),
          <fpage>721</fpage>
          -
          <lpage>744</lpage>
          . https://doi.org/10.1007/s11192-018-2905-5
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Hanwen</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Huaizhen Kou, and
          <string-name>
            <given-names>Chao</given-names>
            <surname>Yan</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Link prediction in paper citation network to construct paper correlation graph</article-title>
          .
          <source>EURASIP Journal on Wireless Communications and Networking</source>
          <year>2019</year>
          (12
          <year>2019</year>
          ). https://doi.org/10.1186/s13638- 019-1561-7
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Yinhan</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen,
          <string-name>
            <surname>Omer Levy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Mike</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Luke</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Veselin</given-names>
            <surname>Stoyanov</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>RoBERTa: A Robustly Optimized BERT Pretraining Approach</article-title>
          . (
          <year>2019</year>
          ). arXiv:
          <year>1907</year>
          .
          <article-title>11692 [cs</article-title>
          .CL]
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>Mihai</given-names>
            <surname>Lupu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Allan</given-names>
            <surname>Hanbury</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <string-name>
            <given-names>Patent</given-names>
            <surname>Retrieval</surname>
          </string-name>
          .
          <source>Foundations and Trends® in Information Retrieval 7</source>
          ,
          <issue>1</issue>
          (
          <year>2013</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>97</lpage>
          . https://doi.org/10.1561/1500000027
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Parvaz</given-names>
            <surname>Mahdabi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Fabio</given-names>
            <surname>Crestani</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Query-Driven Mining of Citation Networks for Patent Citation Retrieval and Recommendation</article-title>
          .
          <source>CIKM 2014 - Proceedings of the 2014 ACM International Conference on Information and Knowledge Management (11</source>
          <year>2014</year>
          ),
          <fpage>1659</fpage>
          -
          <lpage>1668</lpage>
          . https://doi.org/10.1145/2661829.2661899
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Stephen</surname>
            <given-names>Merity</given-names>
          </string-name>
          , Caiming Xiong, James Bradbury, and Richard Socher.
          <year>2016</year>
          .
          <article-title>Pointer Sentinel Mixture Models</article-title>
          .
          <source>CoRR abs/1609</source>
          .07843 (
          <year>2016</year>
          ). arXiv:
          <volume>1609</volume>
          .07843 http://arxiv.org/abs/1609.07843
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Tomas</surname>
            <given-names>Mikolov</given-names>
          </string-name>
          , Ilya Sutskever, Kai Chen, Greg Corrado, and
          <string-name>
            <given-names>Jefrey</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 Proceedings of the 26th International Conference on Neural Information Processing Systems - Volume</source>
          <volume>2</volume>
          (
          <string-name>
            <surname>Lake</surname>
            <given-names>Tahoe</given-names>
          </string-name>
          , Nevada) (
          <source>NIPS'13)</source>
          . Curran Associates Inc.,
          <string-name>
            <surname>Red</surname>
            <given-names>Hook</given-names>
          </string-name>
          ,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , USA,
          <fpage>3111</fpage>
          -
          <lpage>3119</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>Pandu</given-names>
            <surname>Nayak</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Understanding searches better than ever before</article-title>
          . https: //blog.google/products/search/search-language
          <string-name>
            <surname>-</surname>
          </string-name>
          understanding-bert/. [Online; accessed 16-04-2021].
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>Rodrigo</given-names>
            <surname>Nogueira</surname>
          </string-name>
          and
          <string-name>
            <given-names>Kyunghyun</given-names>
            <surname>Cho</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Passage Re-ranking with BERT</article-title>
          . arXiv preprint arXiv:
          <year>1901</year>
          .
          <volume>04085</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <surname>Nelleke</surname>
            <given-names>Oostdijk</given-names>
          </string-name>
          , Eva D'hondt, Hans Halteren, and
          <string-name>
            <given-names>Suzan</given-names>
            <surname>Verberne</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Genre and Domain in Patent Texts</article-title>
          .
          <source>Proceedings of the The 3rd International Workshop on Patent Information Retrieval (PAIR) at CIKM</source>
          <year>2010</year>
          (10
          <year>2010</year>
          ),
          <fpage>39</fpage>
          -
          <lpage>46</lpage>
          . https: //doi.org/10.1145/1871888.1871896
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>Sinno</given-names>
            <surname>Jialin</surname>
          </string-name>
          Pan and
          <string-name>
            <given-names>Qiang</given-names>
            <surname>Yang</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>A Survey on Transfer Learning</article-title>
          .
          <source>IEEE Trans. on Knowl. and Data Eng</source>
          .
          <volume>22</volume>
          ,
          <issue>10</issue>
          (
          <year>2010</year>
          ),
          <fpage>1345</fpage>
          -
          <lpage>1359</lpage>
          . https://doi.org/10.1109/ TKDE.
          <year>2009</year>
          .191
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <surname>Jefrey</surname>
            <given-names>Pennington</given-names>
          </string-name>
          , Richard Socher, and
          <string-name>
            <given-names>Christopher</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Glove: Global Vectors for Word Representation</article-title>
          .
          <source>In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , Doha, Qatar,
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          . https://doi.org/10.3115/v1/
          <fpage>D14</fpage>
          -1162
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <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>
          , New Orleans, Louisiana,
          <fpage>2227</fpage>
          -
          <lpage>2237</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>N18</fpage>
          -1202
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <surname>Florina</surname>
            <given-names>Piroi</given-names>
          </string-name>
          , Mihai Lupu, and
          <string-name>
            <given-names>Allan</given-names>
            <surname>Hanbury</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Overview of CLEF-IP 2013 Lab</article-title>
          . In Information Access Evaluation. Multilinguality, Multimodality, and
          <string-name>
            <surname>Visualization</surname>
          </string-name>
          , Pamela Forner, Henning Müller, Roberto Paredes, Paolo Rosso, and Benno Stein (Eds.). Springer Berlin Heidelberg, Berlin, Heidelberg,
          <fpage>232</fpage>
          -
          <lpage>249</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>Alec</given-names>
            <surname>Radford</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Improving Language Understanding by Generative PreTraining</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <surname>Julian</surname>
            <given-names>Risch</given-names>
          </string-name>
          , Nicolas Alder, Christoph Hewel, and
          <string-name>
            <given-names>Ralf</given-names>
            <surname>Krestel</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>PatentMatch: A Dataset for Matching Patent Claims Prior Art</article-title>
          . arXiv:
          <year>2012</year>
          .
          <article-title>13919 [cs</article-title>
          .IR]
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>Julian</given-names>
            <surname>Risch</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ralf</given-names>
            <surname>Krestel</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Domain-specific word embeddings for patent classification</article-title>
          .
          <source>Data Technol. Appl</source>
          .
          <volume>53</volume>
          (
          <year>2019</year>
          ),
          <fpage>108</fpage>
          -
          <lpage>122</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <surname>Yu</surname>
            <given-names>Sun</given-names>
          </string-name>
          , Shuohuan Wang,
          <string-name>
            <given-names>Yukun</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Shikun</given-names>
            <surname>Feng</surname>
          </string-name>
          , Xuyi Chen, Han Zhang, Xin Tian, Danxiang Zhu, Hao Tian, and
          <string-name>
            <given-names>Hua</given-names>
            <surname>Wu</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>ERNIE: Enhanced Representation through Knowledge Integration</article-title>
          . ArXiv abs/
          <year>1904</year>
          .09223 (
          <year>2019</year>
          ). https://arxiv.org/abs/
          <year>1904</year>
          .09223
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <surname>Yu</surname>
            <given-names>Sun</given-names>
          </string-name>
          , Shuohuan Wang,
          <string-name>
            <given-names>Yukun</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Shikun</given-names>
            <surname>Feng</surname>
          </string-name>
          , Hao Tian,
          <string-name>
            <surname>Hua Wu</surname>
            , and
            <given-names>Haifeng</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>ERNIE 2.0: A Continual Pre-training Framework for Language Understanding</article-title>
          . ArXiv abs/
          <year>1907</year>
          .12412 (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <surname>Wilson</surname>
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Taylor</surname>
          </string-name>
          .
          <year>1953</year>
          .
          <article-title>"Cloze procedure": a new tool for measuring readability</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <surname>Ashish</surname>
            <given-names>Vaswani</given-names>
          </string-name>
          , Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez,
          <article-title>Ł ukasz Kaiser, and</article-title>
          <string-name>
            <given-names>Illia</given-names>
            <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</source>
          30, I. Guyon,
          <string-name>
            <given-names>U. V.</given-names>
            <surname>Luxburg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wallach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fergus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vishwanathan</surname>
          </string-name>
          , and R. Garnett (Eds.). Curran Associates, Inc.,
          <fpage>5998</fpage>
          -
          <lpage>6008</lpage>
          . http://papers.nips.cc/paper/7181-attentionis
          <article-title>-all-you-need</article-title>
          .pdf
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <surname>Suzan</surname>
            <given-names>Verberne</given-names>
          </string-name>
          , Nelleke Oostdijk, and
          <string-name>
            <given-names>Cornelis</given-names>
            <surname>Koster</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Quantifying the challenges in parsing patent claims</article-title>
          .
          <source>Proceedings of the 1st International Workshop on Advances in Patent Information Retrieval (AsPIRe</source>
          <year>2010</year>
          )
          <article-title>(01</article-title>
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [46]
          <string-name>
            <surname>WIPO</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Guide to the International Patent Classification</article-title>
          . World International Property Organization. https://www.wipo.int/classifications/ipc/en/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>