<!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>An Approach for Identifying Complementary Patents Based on Deep Learning</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jinzhu Zhang</string-name>
          <email>zhangjinzhu@njust.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jialu Shi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Nanjing University of Science and Technology</institution>
          ,
          <addr-line>No.200 Xiaolingwei Street, Nanjing, 210094</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>As technological complexity continues to increase, it is imperative to analyze and identify complementary relationships among patents in order to facilitate the recombination of multi domain technical knowledge and foster innovation. Hence, this research proposes to identify patent relationships from the perspective of complementarity according to IPC classification numbers. Specifically, representation learning is performed on the external structure and textual content of patents, and on this basis, a convolutional neural network with attention mechanism is utilized to mine the complementary relationships between patents. It is mentioned that a complementary patent dataset is generated based on the IPC classification numbers of the patents for model training. Empirical analysis in the field of new energy vehicles demonstrates that this approach can effectively identify potential patent complementarities, which can facilitate breakthroughs in key core technologies for enterprises and countries.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Complementary patent identification</kwd>
        <kwd>Patent structural feature representation</kwd>
        <kwd>Patent textual feature representation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The complementarity of patents in technology
refers to the degree to which two patent subjects
with the same broad field of technology focus on
different narrow domain technologies [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
Complementary patent identification exposes the
impact and integration of technologies across
multiple domains, thereby eradicating knowledge
barriers between them and promoting innovative
synergy. Additionally, it can stimulate crucial
technological advancements that cover various
technologies, and enables enterprises to develop
new competitive advantages [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>Existing research related to technology mining
and analysis is usually based on the similarity
between patents, ignoring patent complementarity.
It is essential to further utilize the distinctions
among various technology components, then form
a standardized dataset comprising complementary
patents. In addition, the present research relies
primarily on patent classification or citation
information, which may not accurately reflect the
patent complementarity in regards to technical
content. Therefore, it is necessary to incorporate
their textual content in order to delve deeper into
their complementarity. Moreover, certain studies
assess patent complementarity according to the
co-occurrence of patent classifications, which
may not exactly indicate the degree of
complementarity between patents. Hence, there is
a need to integrate deep learning techniques to
establish a quantitative approach to identify
complementary patents.</p>
      <p>To address the above issues, this paper first
constructs a complementary patent dataset for
subsequent model training based on the IPC
classification numbers arranged in a hierarchy.
Secondly, drawing on state-of-the-art
representation learning techniques, we
characterize the external structure and textual
content of patents, and comprehensively generate
the semantic representations. In the end, based on
the above two steps, we propose a complementary
patent identification approach, which employs
deep learning-based model training to evaluate
the degree of complementarity between distinct
patents.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Data and Method</title>
      <p>In order to fully exploit the complementary
relationships between patents, we firstly gather
the complete patent records in the field of new
energy vehicles. Then we perform patent semantic
representation using external structures and
textual contents with a deep representation
learning method. Finally, we propose a
complementary patent identification method
based on deep learning techniques. In this method,
a dataset of complementary relationships
annotated via IPC classification numbers is
constructed for model training. The proposed
approach is comprised of three main components,
as illustrated in Figure 1.
2.1.</p>
    </sec>
    <sec id="sec-3">
      <title>Data Description</title>
      <p>To demonstrate the application of the proposed
approach, we have selected the field of new
energy vehicles for our study. This innovative
area encompasses a wide range of industry chains,
multiple actors and numerous links. Our study
collected full-text patent data from USPTO for
new energy vehicles published in 2022. We
narrowed our search to the title, abstract, and
claim of patents, utilizing keywords new energy
vehicle (automobile), hybrid vehicle, electric
vehicle, plug-in electric vehicle and fuel vehicle.
It is worth noting that all of these terms were
established by the Ministry of Industry and
Information Technology of the People's Republic
of China in 2009. Furthermore, we limited our
search to invention patents and ultimately
retrieved 8267 patents.</p>
      <p>
        Regarding the establishment of dataset, we
utilize the IPC classification numbers to
determine the technical fields of patents. If two
patents are focused on different technical features
but both fall into the same technical category, we
categorize them as complementary patents [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
Specifically, we determine whether a patent pair
belongs to the same subclass-level but has distinct
group-level according to the IPC classification
numbers and assign a binary label of 0 or 1 to
indicate their relationship.
      </p>
      <p>2.2.</p>
    </sec>
    <sec id="sec-4">
      <title>Patent External Structure</title>
    </sec>
    <sec id="sec-5">
      <title>Feature Representation for</title>
    </sec>
    <sec id="sec-6">
      <title>Complementary Patent</title>
    </sec>
    <sec id="sec-7">
      <title>Identification</title>
      <p>
        Initially, the multi-layer association
relationships between patents are utilized to
construct a patent heterogeneous network denoted
as  = ( , ℰ,  , ℛ), where the nodes in  contain
multiple external features, ℰ represents the
connections between patents and their
corresponding features,  involves various node
types in  , while ℛ denotes the linkage types,
such as cite/cited, invent/invented, include/belong,
and others. Afterwards, we employ the
CompGCN graph neural network model [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] to
produce the representation of patents.
messages from all its neighbors.
relations.
      </p>
      <p>Finally, the
central node's
final
embedding, patent   , is obtained by aggregating
Equation 2. Finally, we obtain either a label with
1 or 0 to indicate the existence or absence of a
complementary relationship.
2.3.</p>
    </sec>
    <sec id="sec-8">
      <title>Patent Full-text Feature</title>
    </sec>
    <sec id="sec-9">
      <title>Representation</title>
    </sec>
    <sec id="sec-10">
      <title>Complementary</title>
    </sec>
    <sec id="sec-11">
      <title>Identification for</title>
    </sec>
    <sec id="sec-12">
      <title>Patent</title>
      <p>
        To begin with, sentence vectors are learned
through the ESimCSE sentence embedding model
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], which effectively captures the contextual
information
of the
sentences in
the
text.
      </p>
      <p>Afterwards, we utilize attention mechanism to
weigh the sentences and calculate the correlation
between each dimension in the sentence vectors.
Equation 1 demonstrates the specific calculation,
where   (  ,   ) measures the matching degree of
the  th pair of text features between the two
sentence
vectors
(  ,   )
in
the
patent.</p>
      <p>Furthermore,   represents the unique heat vector
representation of the  th pair of features, with only
the  th element being equal to 1 and the rest being
0. The ReLU (Rectified Linear Unit) activation
function is represented as  (∙).</p>
      <p>(  ,   ) =
   ( 
(  ⊙   ⊙   ) +  ) + 
(1)
2.4.</p>
    </sec>
    <sec id="sec-13">
      <title>Complementary</title>
    </sec>
    <sec id="sec-14">
      <title>Patent</title>
    </sec>
    <sec id="sec-15">
      <title>Identification Process</title>
      <p>
        By
treating
complementary
patent
identification method as a classification problem,
we utilize the semantic vector of patents   and  
as input data and employ the CBAM module [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]
to attend to channels and spaces that contain
crucial information. This involves the assignment
of varying weights to different positions in each
channel based on the relevance of the information.
The structure of CBAM is illustrated in Figure 3.
      </p>
      <p>Afterward, the characteristics are enhanced by
a multi-layer neural network. Subsequently, we
apply a shifted sigmoid function to the combined
features to determine the conclusive term, as

  ,  =  (  −    ,  )
=
1 +</p>
      <p>1
⁡(   ,  −   )
(2)
2.5.</p>
    </sec>
    <sec id="sec-16">
      <title>Evaluation metrics</title>
      <p>To evaluate the performance of this approach
in
identifying
complementary
patents,
a
quantitative assessment can be conducted by
utilizing both predicted outcomes and actual
complementary</p>
      <p>relationships in the test set,
through metrics such as precision, recall, and f1
score.</p>
    </sec>
    <sec id="sec-17">
      <title>3. Result</title>
      <p>To affirm the effectiveness of the proposed
approach, a comparison with different methods
that
utilize
either the
structural or textual
dimension was conducted. As depicted in Table 1,
all the three methods yielded precision above 85%,
demonstrating their ability to accurately identify
complementary relationships with a high degree
of matching and predict effectively. Out of the
three methods, the combined structure and text
method produced the greatest precision rate of
more than 90%. Notably, the textual dimension
method had the highest recall rate, indicating its
proficiency
complementary
in</p>
      <p>accurately
relationships
with
identifying
a limited
degree of matching. In particular, our proposed
method attained the highest F1 score, indicating
its superiority in identifying complementary
relationships between patents.</p>
      <sec id="sec-17-1">
        <title>Precision, Recall and F1 score on different</title>
      </sec>
      <sec id="sec-17-2">
        <title>Precision 85.7 86.8</title>
        <p>90.3</p>
      </sec>
      <sec id="sec-17-3">
        <title>Recall</title>
        <p>73.1
76.9
75.8</p>
      </sec>
      <sec id="sec-17-4">
        <title>F1_Score 78.9 81.6</title>
        <p>82.4
carried out a specialized examination of the ten
patent pairs exhibiting the maximum
complementary relationship probabilities. Table 2
presents the specifics, including patent numbers
and complementary probabilities of these ten
patent pairs.</p>
      </sec>
      <sec id="sec-17-5">
        <title>Patent complementarity prediction results based on the proposed method</title>
      </sec>
      <sec id="sec-17-6">
        <title>Probs</title>
        <p>High probability indicates the likelihood of
room for cooperation, so we take the first patent
pair as an example to carry out the analysis. The
first patent, US11431046, describes an energy
storage device that can function as an
electrochemical battery with both positive and
negative electrodes. Conversely, patent
US11522184 presents a technique for preparing
positive active material. This technique can be
utilized as one of the pathways to enhance the
energy storage efficiency of the former patent, and
thereby a potential direction for collaboration.
Thus, this approach is proved to be valuable in
assessing the possibility of a patent
complementary relationship as well as
determining technological compatibility, which
can help enterprises in making informed decisions.</p>
      </sec>
    </sec>
    <sec id="sec-18">
      <title>4. Conclusion</title>
      <p>Our paper aims to examine the correlation
between patents in terms of complementarity and
proposes an approach for complementary patent
identification utilizing deep learning. This
approach solely utilizes fundamental patent data
as input with minimal pre-processing and
eliminates the need for costly and labor-intensive
feature engineering. We confirmed the
effectiveness of this method in identifying
complementary relations for new energy vehicle
patents by conducting ablation experiments. Our
forthcoming research will involve adding patent
image data to structural and textual features to
boost patent retrieval and matching tasks.</p>
    </sec>
    <sec id="sec-19">
      <title>5. ACKNOWLEDGMENTS</title>
      <p>This work is supported by the National Natural
Science Foundation of China (No. 71974095) and
the Postgraduate Research &amp; Practice Innovation
Program of Jiangsu Province (No. SJCX22_0152).</p>
    </sec>
    <sec id="sec-20">
      <title>6. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Marianna</given-names>
            <surname>Makri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Michael A.</given-names>
            <surname>Hitt</surname>
          </string-name>
          ,
          <string-name>
            <surname>Peter J. Lane.</surname>
          </string-name>
          (
          <year>2010</year>
          ),
          <article-title>"Complementary technologies, knowledge relatedness, and invention outcomes in high technology mergers and acquisitions"</article-title>
          .
          <source>Strategic Management Journal</source>
          ,
          <volume>31</volume>
          (
          <issue>6</issue>
          ):
          <fpage>602</fpage>
          -
          <lpage>628</lpage>
          . doi: https://doi.org/10.1002/smj.829.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Douglas</given-names>
            <surname>Henrique</surname>
          </string-name>
          <string-name>
            <surname>Milanez</surname>
          </string-name>
          , Leandro Innocentini Lopes de Faria, Roniberto Morato do Amaral,José Angelo Rodrigues Gregolin. (
          <year>2017</year>
          ),
          <article-title>"Claim-Based patent indicators: A novel approach to analyze patent content and monitor technological advances"</article-title>
          .
          <source>World Patent Information</source>
          ,
          <volume>50</volume>
          (
          <issue>9</issue>
          ):
          <fpage>64</fpage>
          -
          <lpage>72</lpage>
          . doi: https://doi.org/10.1016/j.wpi.
          <year>2017</year>
          .
          <volume>08</volume>
          .008.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Shikhar</given-names>
            <surname>Vashishth</surname>
          </string-name>
          , Soumya Sanyal, Vikram Nitin,Partha Talukdar. (
          <year>2020</year>
          ),
          <article-title>"Composition-based multi-relational graph convolutional networks"</article-title>
          .
          <source>Proceedings of the 8th International Conference on Learning Representations (ICLR</source>
          <year>2020</year>
          ). Addis Ababa, ETHIOPIA: https://doi.org/10.48550/arXiv.
          <year>1911</year>
          .
          <volume>03082</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Xing</given-names>
            <surname>Wu</surname>
          </string-name>
          , Gao Chaochen, Zang Liangjun, Han Jizhong,
          <string-name>
            <surname>Wang</surname>
            <given-names>Zhongyuan</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Songlin Hu.</surname>
          </string-name>
          (
          <year>2022</year>
          ),
          <article-title>" ESimCSE: Enhanced sample building method for contrastive learning of unsupervised sentence embedding"</article-title>
          .
          <source>Proceedings of the 29th International Conference on Computational Linguistics. Gyeongju</source>
          , KOREA:
          <fpage>3898</fpage>
          -
          <lpage>3907</lpage>
          .doi: https://doi.org/10.48550/arXiv.2109.04380.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Sanghyun</given-names>
            <surname>Woo</surname>
          </string-name>
          , Jongchan Park,
          <string-name>
            <surname>Joon-Young</surname>
            <given-names>Lee</given-names>
          </string-name>
          ,In So Kweon. (
          <year>2018</year>
          ),
          <article-title>"CBAM: Convolutional Block Attention Module"</article-title>
          .
          <source>Proceedings of the 15th European Conference (ECCV</source>
          <year>2018</year>
          ). Munich, Germany: https://doi.org/10.48550/arXiv.
          <year>1807</year>
          .
          <volume>06521</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>