<!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>Ensemble Method for Classification in Imbalanced Patent Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Eleni Kamateri</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michail Salampasis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information and Electronic Engineering, International Hellenic University (IHU)</institution>
          ,
          <addr-line>Alexander Campus, Sindos 57400, Thessaloniki</addr-line>
          ,
          <country country="GR">Greece</country>
        </aff>
      </contrib-group>
      <fpage>27</fpage>
      <lpage>32</lpage>
      <abstract>
        <p>This study presents an ensemble method for patent classification addressing the imbalance patent data problem. To achieve this, the dataset is divided into two data partitions based on the codes' representation magnitude. These partitions are trained separately by two identical classifiers and their results are combined using a stacking meta-classifier. Experiments are conducted using two benchmark patent datasets. The first results showed that the proposed combination of classifiers improves the imbalance patent data problem and outperforms the baseline classifiers, other combinations of classifiers and recent state-of-the-art techniques for patent classification.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Patent</kwd>
        <kwd>Classification</kwd>
        <kwd>Ensemble</kwd>
        <kwd>Imbalance data</kwd>
        <kwd>Single-label</kwd>
        <kwd>Sub-classes</kwd>
        <kwd>Ensemble method</kwd>
        <kwd>Deep learning</kwd>
        <kwd>Word embeddings1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Patent classification is an important task of the patent
examination process dealing with the assignment of
one or more classification codes from a classification
scheme. The most widely used classification scheme is
the International Patent Classification (IPC) which
contains approximately 70,000 different IPC codes.
The correct assignment of classification codes is quite
important as it ensures that patents with similar
technical characteristics will be clustered together
under the same classification codes, something which
is crucially important for many subsequent tasks, such
as patent management and search, technology
characterization and landscape [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. However, the
high numbers of classification codes, along with their
complex and heterogeneous definitions make the
patent classification a challenging task.
      </p>
      <p>
        The manual patent classification, which is
performed by patent officers when a patent
application arrives, includes the finding of relevant
classification codes through the hierarchical
descriptions of classification codes in the classification
scheme. However, it can be very time consuming,
tedious and strongly dependent on patent officer’s
ability and experience [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. This is the reason why
automatic tools for selecting the relevant classification
codes are needed.
      </p>
      <p>
        Research efforts in automated patent classification
[
        <xref ref-type="bibr" rid="ref4 ref5 ref6 ref7">4-7</xref>
        ] utilize Natural Language Processing (NLP)
techniques and Machine Learning (ML)/Deep
      </p>
      <p>Learning (DL) models for effective patent modelling
and representation, and automatic classification. Most
of these patent classification efforts used various
simplifications when applied, e.g., working mostly with
well-represented codes having many training samples
or targeting the higher levels of the classification
hierarchy, still they do not attain acceptable
performance, i.e., one close to human performance.</p>
      <p>The accuracy of the classification model mainly
depends on the quality of the dataset and the
classification algorithm. The data-related factors
which could reduce the accuracy of a patent
classification model are many, such as the
complex/broad concepts expressed by classification
codes, the ambiguous vocabulary or new terminology
used, the overlapping concepts among classification
codes (which increases as we go down in the level
hierarchy), and, last but not least, the imbalanced
patent dataset problem. This means that some
classification codes have a large number of patent
samples and thus high representation magnitude in
the dataset. These codes are called major
codes/classes. On the other side, there are some other
classification codes which have very few patent
samples and thus low representation magnitude These
codes are called minor codes/classes.</p>
      <p>
        Classification models trained by imbalanced
datasets usually have a very poor prediction ability on
minor codes. In order to solve the imbalanced dataset
issue, lots of research efforts have been carried out.
Improvements are mainly based on two directions, the
dataset level and the algorithm level [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. On the dataset
level, the main strategy is to use resampling methods.
Over-sampling and under-sampling methods have
been introduced to resample the data to get a balanced
dataset [
        <xref ref-type="bibr" rid="ref10 ref11 ref9">9-11</xref>
        ]. On the algorithm level, the main idea is
to adjust the algorithms to improve the accuracy of
models, such as introducing an ensemble method [
        <xref ref-type="bibr" rid="ref12 ref13">12,
13</xref>
        ].
      </p>
      <p>
        In this study, we adjust the ensemble architecture
for patent classification presented in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] to address
the imbalance patent data problem. More specifically,
we divide the dataset into two partitions using the
codes’ representation magnitude, i.e., a partition with
the major codes and a partition with the minor codes,
and train two classifiers of the same type with patents
from each partition separately. Then, we combine the
outcomes of the two classifiers using a meta-classifier.
The experiments showed that the proposed
combination of classifiers improves the imbalance
patent data problem and outperforms the baseline
classifiers, the previous combinations of classifiers
(presented in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]) and recent state-of-the-art
techniques for patent classification.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Motivation</title>
      <p>
        The classification scheme contains numerous codes, of
which a varying number is assigned to each patent [
        <xref ref-type="bibr" rid="ref15 ref16">15,
16</xref>
        ]. The distribution of patents across classification
codes is quite unbalanced following a Pareto-like
distribution [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. About 80% of all patent documents
are classified in about 20% of the classification codes,
meaning that some classification codes present quite
low and other quite high patent frequency.
      </p>
      <p>Similar to the real-life distribution of patents
across codes, the distribution of patents across codes
in test collections is quite unbalanced. For example, in
the CLEFIP-0.54M dataset2 which originates from the
CLEF-IP 2011 (see Section 4 for more information),
each code has a mean frequency of 740 patents with a
standard deviation of 1,930 patents and a median
frequency of 169, which is a more informative statistic
compared to mean for imbalance datasets where there
exist many frequency outliers. Similarly, in the USPTO
dataset, each code has a mean frequency of 3,177
patents with a standard deviation of 12,710 patents
and a median frequency of 578. Moreover, 392 codes
(53.63% of all 731 codes) in the CLEFIP-0.54M dataset
and 212 codes (33.76% of all 628 codes) in the USPTO
dataset have a low patent frequency between 1 and
200 patents (Figure 1a and 1b).</p>
      <p>
        Trying to explore whether the code’s patent
frequency affects the performance of the patent
classification models, Figure 2a displays the accuracy
of a state-of-the-art DL model, the Bi-LSTM [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], when
applied to a range of patent frequencies in the subclass
category of the IPC 5+ level hierarchy using the 60 first
words of the abstract section from the CLEFIP-0.54M
dataset.
      </p>
      <p>As it is observed, high accuracies can be attained as
the patent frequency of codes increases, meaning that
the number of patent samples representing a specific
classification code plays a significant role in the code’s
distinguishability and finally in the code’s
performance. Considering that the accuracy of the
classification model across all codes is 63.76%, we
assume that an adequate accuracy (see the “threshold”
line in red – Figure 2a) is achieved for codes
represented by more than 500 patent samples.</p>
      <p>Especially, for classification codes with low
representation magnitude the accuracy achieved is
quite low affecting significantly the total accuracy of
the classifier. e.g., the accuracy for codes with patent
frequency between 0 and 50 patents is only 19.09%.</p>
      <p>Therefore, the idea behind this study is that if we had
a classifier focusing only on these low-represented
codes, better performance would be achieved. This is
also validated in Figure 2b where the accuracy
achieved by a similar classifier trained only with
lowrepresented codes is presented.
2a 2b
Figure 2a: The accuracy of a state-the-art patent classification model, the Bi-LSTM, as a function of codes’ patent
frequency organized into groups of subsequent codes. Figure 2b: The accuracy of the same model trained only on
patents with low-represented codes.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Ensemble method for classification of imbalance patent data</title>
      <p>
        An ensemble architecture for automated patent
classification has been introduced by Kamateri and
Salampasis in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. The architecture consists of
individual classifiers that can be of any number and
any type, while they can be trained with the same or
different parts of the patent document. Each classifier
produces a list of probabilities for all labels based on
its whole or partial knowledge about the patent. Then,
the probabilities for a specific label derived from all
individual classifiers are combined and a total
probability is calculated for this label. The label with
the maximum probability consists the predicted label
for the patent. The combination of probabilities of the
individual classifiers can be aggregated using
simple/weighted averaging, voting, stacking or other
combination techniques.
      </p>
      <p>In this study, we apply this ensemble architecture
for automated patent classification to address the
imbalance patent data issue equipped it with two
baseline classifiers and a meta-classifier (Figure 3).
The first classifier is trained with high represented
classification codes, while the second classifier is
trained with low represented codes. Thus, each
classifier specializes in a portion of codes having high
and low patent frequency, respectively. This means
that if a patent application characterized with a
classification code of low frequency is submitted to the
first classifier specializing to high-represented codes,
the classifier will not be able to classify this patent
application correctly since the specific classifier is not
(probably) trained with similar patents. Conversely, if
this patent application belonging to a classification
code of low frequency is submitted to the second
classifier, which is more delicate to detect codes with
low patent frequency, there are better chances to be
properly classified under the correct classification
code corresponding to the described invention. In such
cases, an appropriate combination of two baseline
classifiers can better approximate such a boundary by
dividing the data space into smaller and
easier-tolearn partitions. Then, a meta-classifier is trained on
the features that are outputs of the baseline classifiers
to learn how to best combine their predictions
(stacking). More specifically, the meta-classifier will
distinguish if the described invention of a patent
application belongs to a high or a low represented
classification code and, respectively, coordinate the
operation (sigmoid stacking classifier) or selecting the
more appropriate (softmax stacking classifier) of the
two baseline classifiers to classify a receiving patent
application.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Data collection</title>
      <p>
        To evaluate the real-world performance of the
proposed ensemble method for imbalance patent data,
two patent benchmark datasets have been used: the
USPTO-2M and the CLEFIP-0.54M.
4.1. USPTO-2M 1.1
The USPTO-2M is a large-scale dataset prepared for
patent classification [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The raw patent data have
been obtained from the online website of the United
States Patent and Trademark Office (USPTO) from
2006 to 2015. The dataset contains 2,000,147 patents
with the title and abstract sections. in 637 categories
at the subclass level.
4.2. CLEFIP-0.54M
The CLEFIP-0.54M contains English patents of CLEF-IP
2011 with the main classification code and all the
following six patent sections: Title, Abstract,
Description, Claims, Applicants and Inventors. In total,
the dataset contains 541,131 patents classified in 731
subclass codes of which 276,794 come from the
European Patent Office (EPO) and 264,337 from the
World Intellectual Property Organization (WIPO)3 .
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Experimental setup</title>
      <p>
        The ensemble architecture presented in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] is
instantiated in this study as a single-label classification
task at the subclass (3rd) level category of the IPC 5+
level hierarchy. More specifically, the aim is to identify
the main classification code. In the CLEFIP-0.54M
dataset, this information is available by the dataset. In
the USPTO dataset, we assume that the first code is the
main classification code in cases where many codes are
given to a patent.
      </p>
      <p>
        An ensemble of bidirectional LSTM classifiers was
employed, since this ML method has been proved in
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] to attain better results than other DL methods.
Each classifier was trained on codes of different patent
frequency: low-represented codes with patent
frequency between 0-500 patents and
highrepresented codes with patent frequency over 500
patents, respectively. The outcome probabilities of
Table 1
Accuracy at subclass level
individual classifiers were used as input for a
metaclassifier using the stacking technique. The
metaclassifier is a neural network having two dense layers.
The second dense layer is activated with a softmax or
a sigmoid activation in order to obtain a probability
distribution over all targeted labels/codes.
      </p>
      <p>
        With respect to the patent representation, the first
60 words from the patent part of interest (e.g., title,
abstract, etc.) were used after undertaking a sequence
of preprocessing steps (cleaning punctuation, symbols
and numbers, and stop word removal). The feature
words were then mapped to embeddings using a
domain-specific pre-trained language model which
has been created on a patent dataset, proposed by
Risch and Krestel [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>The dataset was split into training, validation and
testing sets (80:10:10). Batch size was set to 128,
epochs for baseline classifiers to 15 and epochs for
meta-classifier to 20.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Results</title>
      <p>In each experiment, two baseline classifiers have been
trained on two different data partitions. The first
classifier was trained on patents belonging to
highrepresented codes, having patent frequency over 500
patents, while the second classifier was trained on
patents of low-represented codes, with patent
frequency between 1 and 500 patents. Table 1
presents the Accuracy attained by each classifier i)
when it is tested on the same data partition where it
was previously trained, named as “Testing on the same
data partition”, and ii) when it is tested in the entire
dataset, containing both data partitions with known
and unknown data, named as “Testing on the entire
dataset”. It also presents the Accuracy of the
metaclassifier combining the outcomes of the two baseline
classifiers using a stacking technique. Last, it presents
the Accuracy of the ensemble of classifiers combining
sigmoid predictions from different patent sections.</p>
      <p>In both datasets, the accuracy is much improved
when a stacking technique is applied combining the
predicted probabilities acquired by individual
classifiers specialized in high- and low-represented
codes, respectively. Moreover, the stacking technique</p>
      <sec id="sec-6-1">
        <title>Section</title>
        <p>T
SP O
U</p>
        <sec id="sec-6-1-1">
          <title>Title</title>
        </sec>
        <sec id="sec-6-1-2">
          <title>Abstract -P MDescriptio</title>
          <p>IFLCE .405 n
Claims</p>
        </sec>
      </sec>
      <sec id="sec-6-2">
        <title>Classifier 1</title>
      </sec>
      <sec id="sec-6-3">
        <title>Training on highrepresented codes</title>
      </sec>
      <sec id="sec-6-4">
        <title>Classifier 2</title>
      </sec>
      <sec id="sec-6-5">
        <title>Training on lowrepresented codes</title>
      </sec>
      <sec id="sec-6-6">
        <title>Testing on Testing Testing on Testing the same on the the same on the data entire data entire partition dataset partition dataset</title>
      </sec>
      <sec id="sec-6-7">
        <title>Meta-classifier combining classifier 1 &amp; 2</title>
      </sec>
      <sec id="sec-6-8">
        <title>Ensemble of sigmoid predictions for all patent sections</title>
        <p>
          Softmax Sigmoid Average Waveeigrhatgeed
Baseline Ensemble of
classifier predictions
trained for all patent
on the sections
entire (Weighted
dataset average)
[
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]
55.34%/54.28%
59.85%/59.86%
68.02%/63.91%
70.59%/66.43%
using the sigmoid activation seems to slightly
outperformed the stacking classifier using the softmax
activation. It is also clear that the proposed method
provides better results than those obtained from
recent state-of-the-art techniques [
          <xref ref-type="bibr" rid="ref14">14, 18, 19</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusions</title>
      <p>In this study, a novel ensemble method for patent
classification is presented addressing the imbalance
patent data problem which is one of the most
significant factors that reduces the accuracy in
automated patent classification. The results showed
that the proper combination of classifiers can attain
significantly improved accuracy compared to baseline
classifiers and existing classification techniques.
Moreover, the combination of the knowledge gained
from multiple classifiers could address the problem of
low patent sample representation for codes, a
phenomenon that is relatively common in the patent
domain as the IPC/CPC taxonomy evolves with new
codes introduced, codes partitioned into
subcategories, etc.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgements</title>
      <sec id="sec-8-1">
        <title>The research work was</title>
        <p>supported by the Hellenic</p>
        <p>Foundation for Research and
Innovation (HFRI) under the HFRI PhD Fellowship
grant (Fellowship Number: 10695).
[18] M. Sofean, Deep learning based pipeline with
multichannel inputs for patent classification.
World Patent Information 66 (2021) 102060.
doi:
https://doi.org/10.1016/J.WPI.2021.102060.
[19] D. Tikk, G. Biró, A. Törcsvári, A hierarchical online
classifier for patent categorization. In Emerging
technologies of text mining: Techniques and
applications, 2008, pp. 244-267. doi:
https://doi.org/10.4018/978-1-59904-3739.CH012.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Salampasis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Paltoglou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Giahanou</surname>
          </string-name>
          ,
          <source>Report on the CLEF-IP 2012 Experiments: Search of Topically Organized Patents. Conference and Labs of the Evaluation Forum</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E.</given-names>
            <surname>Perez-Molina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Loizides</surname>
          </string-name>
          ,
          <article-title>Novel data structure and visualization tool for studying technology evolution based on patent information: The DTFootprint and the TechSpectrogram</article-title>
          .
          <source>World Patent Information</source>
          <volume>64</volume>
          (
          <year>2021</year>
          )
          <article-title>102009</article-title>
          . doi: https://doi.org/10.1016/j.wpi.
          <year>2020</year>
          .
          <volume>102009</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>T.</given-names>
            <surname>Montecchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Russo</surname>
          </string-name>
          , Y. Liu, Searching in Cooperative Patent Classification:
          <article-title>Comparison between keyword and concept-based search</article-title>
          .
          <source>Advanced Engineering Informatics</source>
          <volume>27</volume>
          (
          <issue>3</issue>
          ) (
          <year>2013</year>
          )
          <fpage>335</fpage>
          -
          <lpage>345</lpage>
          . doi: https://doi.org/10.1016/j.aei.
          <year>2013</year>
          .
          <volume>02</volume>
          .002.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M. F.</given-names>
            <surname>Grawe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. A.</given-names>
            <surname>Martins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Bonfante</surname>
          </string-name>
          ,
          <article-title>Automated patent classification using word embedding</article-title>
          .
          <source>In 2017 16th IEEE International Conference on Machine Learning and Applications (ICMLA)</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>408</fpage>
          -
          <lpage>411</lpage>
          . doi: https://doi.org/10.1109/ICMLA.
          <year>2017</year>
          .0-
          <fpage>127</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Wang</surname>
          </string-name>
          , &amp; Y. Zuo,
          <article-title>Research on patent text classification based on word2vec and LSTM</article-title>
          .
          <source>In 2018 11th International Symposium on Computational Intelligence and Design (ISCID)</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>71</fpage>
          -
          <lpage>74</lpage>
          . doi: https://doi.org/10.1109/ISCID.
          <year>2018</year>
          .
          <volume>00023</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Cui</surname>
          </string-name>
          , J. Hu,
          <article-title>DeepPatent: patent classification with convolutional neural networks and word embedding</article-title>
          .
          <source>Scientometrics</source>
          ,
          <volume>117</volume>
          (
          <issue>2</issue>
          ) (
          <year>2018</year>
          )
          <fpage>721</fpage>
          -
          <lpage>744</lpage>
          . doi: https://doi.org/10.1007/s11192-018-2905-5.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Risch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Krestel</surname>
          </string-name>
          ,
          <article-title>Domain-specific word embeddings for patent classification</article-title>
          .
          <source>Data Technologies and Applications</source>
          <volume>53</volume>
          (
          <year>2019</year>
          )
          <fpage>108</fpage>
          -
          <lpage>122</lpage>
          . doi: https://doi.org/10.1108/DTA-01- 2019-0002.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>H.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <article-title>A combination of resampling and ensemble method for text classification on imbalanced data</article-title>
          . In: Wei,
          <string-name>
            <surname>J.</surname>
          </string-name>
          , Zhang, LJ. (eds), Big Data - BigData
          <year>2021</year>
          .
          <source>BigData 2021. Lecture Notes in Computer Science</source>
          , volume
          <volume>12988</volume>
          . Springer, Cham. doi: https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          - 96282-
          <issue>1</issue>
          _
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>N. V.</given-names>
            <surname>Chawla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. W.</given-names>
            <surname>Bowyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. O.</given-names>
            <surname>Hall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. P.</given-names>
            <surname>Kegelmeyer</surname>
          </string-name>
          ,
          <article-title>SMOTE: synthetic minority oversampling technique</article-title>
          .
          <source>Journal of artificial intelligence research 16</source>
          (
          <year>2002</year>
          )
          <fpage>321</fpage>
          -
          <lpage>357</lpage>
          , doi: https://doi.org/10.1613/jair.953.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>G. E.</given-names>
            <surname>Batista</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. L.</given-names>
            <surname>Bazzan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Monard</surname>
          </string-name>
          ,
          <article-title>Balancing training data for automated annotation of keywords: a case study</article-title>
          .
          <source>In WOB</source>
          ,
          <year>2003</year>
          , pp.
          <fpage>10</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>B.</given-names>
            <surname>Krawczyk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Koziarski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Woźniak</surname>
          </string-name>
          ,
          <article-title>Radialbased oversampling for multiclass imbalanced data classification</article-title>
          .
          <source>IEEE transactions on neural networks and learning systems</source>
          ,
          <volume>31</volume>
          (
          <issue>8</issue>
          ) (
          <year>2019</year>
          )
          <fpage>2818</fpage>
          -
          <lpage>2831</lpage>
          . doi:
          <volume>10</volume>
          .1109/TNNLS.
          <year>2019</year>
          .
          <volume>2913673</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.K.</given-names>
            <surname>Shrivastava</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.L.</given-names>
            <surname>Tsui</surname>
          </string-name>
          ,
          <article-title>Imbalanced classification by learning hidden data structure</article-title>
          .
          <source>IIE Transactions</source>
          .
          <volume>48</volume>
          (
          <issue>7</issue>
          ) (
          <year>2016</year>
          )
          <fpage>614</fpage>
          -
          <lpage>628</lpage>
          . doi: https://doi.org/10.1080/0740817X.
          <year>2015</year>
          .
          <volume>1110</volume>
          269.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>C.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z. Wang,</surname>
          </string-name>
          <article-title>IMCStacking: cost-sensitive stacking learning with feature inverse mapping for imbalanced problems</article-title>
          .
          <source>Knowledge-Based Systems</source>
          .
          <volume>150</volume>
          (
          <year>2018</year>
          )
          <fpage>27</fpage>
          -
          <lpage>37</lpage>
          . doi: https://doi.org/10.1016/j.knosys.
          <year>2018</year>
          .
          <volume>02</volume>
          .031.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Kamateri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Salampasis</surname>
          </string-name>
          ,
          <year>2022</year>
          .
          <article-title>An Ensemble Architecture of Classifiers for Patent Classification</article-title>
          .
          <source>In proceedings of the 3rd Workshop on Patent Text Mining and Semantic Technologies (PatentSemTech)</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>6</fpage>
          -
          <lpage>7</lpage>
          . doi: https://doi.org/10.34726/3550.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>M. R. Gouvea Meireles</surname>
            , G. Ferraro,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Geva</surname>
          </string-name>
          ,
          <article-title>Classification and information management for patent collections: a literature review and some research questions</article-title>
          .
          <source>Information Research</source>
          ,
          <volume>21</volume>
          ,
          <fpage>1</fpage>
          , (
          <year>2016</year>
          )
          <fpage>7051</fpage>
          -
          <lpage>29</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>K.</given-names>
            <surname>Benzineb</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Guyot</surname>
          </string-name>
          ,
          <article-title>Automated patent classification</article-title>
          . In M. Lupu,
          <string-name>
            <given-names>K.</given-names>
            <surname>Mayer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tait</surname>
          </string-name>
          &amp;
          <string-name>
            <surname>A. J. Trippe</surname>
          </string-name>
          (Eds.),
          <source>Current challenges in patent information retrieval</source>
          , Springer, London,
          <year>2011</year>
          , pp.
          <fpage>239</fpage>
          -
          <lpage>262</lpage>
          . doi: https://doi.org/10.1007/978- 3-
          <fpage>642</fpage>
          -19231-9_
          <fpage>12</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Kamateri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Stamatis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Diamantaras</surname>
          </string-name>
          , &amp; M. Salampasis,.
          <source>Automated Single-Label Patent Classification using Ensemble Classifiers. In 2022 14th International Conference on Machine Learning and Computing (ICMLC)</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>324</fpage>
          -
          <lpage>330</lpage>
          . doi: https://doi.org/10.1145/3529836.3529849.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>