WO2015032301A1 - 一种基于新核函数Luke核的专利文献相似度检测方法 - Google Patents

一种基于新核函数Luke核的专利文献相似度检测方法 Download PDF

Info

Publication number
WO2015032301A1
WO2015032301A1 PCT/CN2014/085732 CN2014085732W WO2015032301A1 WO 2015032301 A1 WO2015032301 A1 WO 2015032301A1 CN 2014085732 W CN2014085732 W CN 2014085732W WO 2015032301 A1 WO2015032301 A1 WO 2015032301A1
Authority
WO
WIPO (PCT)
Prior art keywords
similarity
patent documents
kernel function
numbers
patent document
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2014/085732
Other languages
English (en)
French (fr)
Inventor
王秀红
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu University
Original Assignee
Jiangsu University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangsu University filed Critical Jiangsu University
Priority to US14/915,643 priority Critical patent/US20160224622A1/en
Publication of WO2015032301A1 publication Critical patent/WO2015032301A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/18Legal services
    • G06Q50/184Intellectual property management
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/38Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2216/00Indexing scheme relating to additional aspects of information retrieval not explicitly covered by G06F16/00 and subgroups
    • G06F2216/11Patent retrieval

Definitions

  • the present invention belongs to the field of information retrieval technology, and specifically relates to a text similarity calculation technique of a patent document.
  • BACKGROUND OF THE INVENTION The similarity of patents is the similarity in the technical content of patents.
  • the existing calculation methods are roughly divided into two categories: one is based on the analysis of patent citations, and the other is based on the analysis of patent content.
  • the use of citation analysis to analyze the similarity between documents has been studied for a long time.
  • Stuart uses the patented co-citation relationship to measure the technical similarity of 10 semiconductor companies in Japan.
  • L uses co-citation analysis to measure patent similarity.
  • Cascun proposed the invention of a functional tree method to determine the similarity of patents by comparing the functions and hierarchical relationships of components and components in the tree, reflecting the similarity of patent concepts rather than the similarity in patent content.
  • Magerman et al. verified the accuracy and possibility of text mining technology to measure patent similarity.
  • Yoon et al. used text mining technology to preprocess patent documents, construct patented keyword vectors, and use traditional methods to calculate Euclidean between vectors. Distance to calculate the similarity of patents, the accuracy of similar detection and the recall rate need to be further improved.
  • Chen Yuxi et al. constructed patent model trees and nodes based on the characteristics of patent documents, and based on the existing vector space model, similar calculations were carried out.
  • Peng Jidong and Tan Zongying proposed a text mining technique based on the weighted similarity of the four text elements of the patent name, abstract, claims and specification as the calculation method of patent similarity [Kim et al. 2012 proposed using singular value method to calculate the given The node's contribution to the node's similarity matrix, thereby detecting influential patents.
  • Moehrle proposed a textual patent similarity measurement method based on design decisions and results. The content-based patent similarity calculation method has more accurate and comprehensive advantages than the citation analysis method.
  • An object of the present invention is to provide a patent document similarity detection method based on a new kernel function Luke kernel, which further improves the accuracy and recall rate of patent similarity calculation.
  • the present invention constructs a new kernel function suitable for the similarity calculation of patent documents, and considers the important role of the international patent classification number in the calculation of similarity of patent documents.
  • a patent document similarity detection method based on the new kernel function Luke kernel comprising the following steps: Step 1, respectively, the texts of the two patent documents DX and DZ to be compared are represented as a vector X. And z steps; Step 2, the steps of the structured representation of the patent document: the patent document is divided into patent name, abstract, claim, specification and main classification number, ie, IPC main classification number 5 elements; The first four elements of the patent documents DX and DZ are respectively expressed as vectors as follows, x 2 , x 3 , and , z 2 , z 3 according to the method described in step 1.
  • Step 3 construct a new kernel function suitable for the similarity calculation of the patent document, ⁇ ), and give a theoretical proof whether the function (x, z) can be used as a kernel function for the similarity calculation;
  • Stepl word package expression: The entire collection of patent documents to be compared is called an corpus, and the set of real words appearing in the corpus is called a dictionary; respectively, the two patent documents DX and DZ to be compared are regarded as two Word package
  • N is a lexical mapping relationship, N is all to be compared
  • N is all to be compared
  • the number of words in the dictionary composed of the real words in the patent literature; the actual words in the dictionary; /(3 ⁇ 4 represents the real words, the frequency appearing in the patent document DZ, indicating the frequency at which the real words appear in the patent document DX; 1, 2 ,...,N;
  • Step2 semantic representation: Since the word package represents the semantic information of the word, the semantic kernel is constructed based on the package representation. Different words have different importance to the topic, and the frequency is quantified by the frequency of a word in the document. The importance of the information carried by this word, that is, the Inverse Document Frequency (IDF) rule, specifically Wherein / is the number of patent documents existing in the corpus, is the number of patent documents containing the real word t, and w(t) is the absolute scale of the weight of the measured real word t defined by the inverse document frequency IDF rule;
  • IDF Inverse Document Frequency
  • FIG. 1 is a schematic diagram of the present invention.
  • Step 3 Calculate the similarity S 5 between the main classification numbers of different patent documents by using a string comparison algorithm.
  • the specific algorithm process is: comparing from the post to the post, comparing by department, large class, small class, large group, and group.
  • the evaluation indicators used in the experiment are Precision (Precision), Recall rate (Recall) and Comprehensive Evaluation Index F.
  • the specific algorithm for evaluating indicators is: ⁇ true positive / ⁇ ⁇ .
  • the recall rate and accuracy rate in the patent document similarity calculation are considered to be equally important.
  • the parameters in the comprehensive evaluation index are taken as 1, and the index is obtained.
  • the experimental data is taken from 2000 US patents in the DEWENT patent database.
  • the software used is MATLAB7.0.
  • the Information Retrieval Toolbox uses the Lemur toolbox developed by the Carnegie-Mellon University Information Retrieval and Language Model Working Group.
  • the Lemur toolkit supports indexing large-scale text databases and building simple language models for documents, questions, or subsets of documents. In addition, it supports traditional retrieval models such as the vector space model VSM.
  • the linear learner in the experiment uses UbSVM.
  • the S-Wang kernel in "A Kernel Function-Based Document Similarity Detection Method” with the patent number ZL201210105942.7 has better accuracy in text similarity calculation than other existing kernel functions. And recall rate performance.
  • this embodiment compares the effects of the Luke kernel with the S-Wang kernel function and the linear kernel in the patent document similarity detection, and finally obtains the similarity calculation performance of different kernel functions.
  • the experiment also compares the patent documents as a whole, according to the first four elements, namely, patent name, abstract, claim and specification, respectively, the similarity calculation and weighted summation, and the five elements including the main classification number are used for similarity.
  • Table 1 Table 2 and Table 3
  • the Luke core of the present invention has a good similarity calculation performance.
  • the present invention takes the main classification number into consideration to divide the patent document into five elements, and first calculates the similarity between the elements and then weights the similarity of the patent documents. The program further improves the performance of the similarity calculation.
  • the experimental results show that the similarity calculation technical scheme of the patent document adopted by the invention improves the accuracy and recall rate of the patent document similarity calculation.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Technology Law (AREA)
  • Tourism & Hospitality (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Library & Information Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Computational Linguistics (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Operations Research (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Machine Translation (AREA)

Abstract

一种基于新核函数Luke核的专利文献相似度检测方法,将专利文献分成5要素,即专利名称、摘要、权利要求书、说明书和主分类号;构造新的核函数Luke核,利用Luke核分别计算两篇专利文献前四个要素间的相似度,再利用字符串匹配计算两专利文献的主分类号之间的相似度,然后将两专利文献5要素间的相似度进行加权求和得专利文献的总体相似度。该方法进一步提高了专利文献的相似度检测的精准率和召回率,可应用于专利文献的相似度检测。

Description

一种基于新核函数 Luke核的专利文献相似度检测方法
技术领域 本发明属于信息检索技术领域, 具体涉及专利文献的文本相似度计算技术。 背景技术 专利的相似度是旨专利间技术内容上的相似性, 现有的计算方法大体分成两类: 一是 基于专利引文的分析, 二是基于专利内容的分析。 利用引文分析法来来分析文献间的相似 性的研究已久。在专利相似检测方面, Stuart用专利的共引关系测量日本 10家半导体企业 的技术相似度。 L 利用共引分析法来测量专利的相似度。 McGill和 Mowery等在分析专利 联盟内企业之间的关系时, 采用互引率测量企业的专利相似度。 利用引文分析法来测量专 利的相似度有许多不足: 只能体现有引用有关系的专利间的相似, 不能表明所有真正相关 的专利间的相似关系, 如中国专利大部分没有引文, 这样的专利文献相似度计算通过引文 分析法无法很好地解决。 基于专利内容来分析专利内容上的相似性的目前研究主要有: Bergmann, Moehrle等提出专利语义分析方法; Gerken于 2012年提出一种基于语义专利分 析的方法来测量专利的新颖性。 Cascun提出发明功能树方法, 通过比较该树中组件以及组 件的功能和层次关系来确定专利的相似度, 反映的是专利概念上的相似度而非专利内容上 的相似度。 Magerman等验证了文本挖掘技术测量专利相似度的准确性和可能性, Yoon等 利用文本挖掘技术对专利文献进行预处理, 构建专利的关键词向量、 利用传统的方法, 通 过计算向量间的欧氏距离来计算专利的相似度, 相似检测的精准率和召回率有待进一步提 高。 陈芨熙等依据专利文献特征构建专利模型树和节点, 基于现有的向量空间模型进行相 似计算, 以专利的名称和摘要信息加权相似度作为分类的依据。 彭继东和谭宗颖提出一种 基于文本挖掘技术, 以专利名称、 摘要、 权利要求和说明书 4个文本要素的加权相似度作 为专利相似度的计算方法 [ Kim 等 2012年提出使用奇异值方法来计算给定的节点对节点 相似矩阵的贡献, 从而检测有影响力的专利。 Moehrle于 2012年提出基于设计决策和结果 的文本专利相似测量方法。 基于内容的专利相似度计算方法, 比起引文分析方法来具有更 准确和全面的优势。 现有的研究中, 大部分是通过分析专利文献的特征, 利用现有的向量 空间模型计算方法或文本挖掘技术来计算同来类间或一同一特征内的相似度; 本课题组提 出的 S— Wang核 [2] (专利号 ZL201210105942.7) 在分布式信息检索结果融合中有较好的表 现。 专利文献的相似度检测中最本质的问题是计算两个专利文献间的相似度。 现有技术中 用于计算专利文献的相似度的数学模型往往采用传统的现有向量相似计算数学模型, 缺少 针对性; 在专利文献的结构要素方面只考虑到名称、 摘要、 权利要求和说明书, 忽视了国 际专利分类号在专利文献相似计算中的重要作用; 现有的方法导致在对专利文献进行相似 度计算时的精准率和召回率均有待进一步提高。
[1] 彭继东; 谭宗颖一种基于文本挖掘的专利相似度测量方法及其应用, 情报理论与实践, 2012 ( 12 ): 114-118.
[2] 王秀红.一种基于核函数的文档相似检测方法, 专利号 ZL201210105942.7。 发明内容 本发明的目的在于提供一种基于新核函数 Luke核的专利文献相似度检测方法,进一步 提高专利相似计算的精准率和召回率。 为了解决以上技术问题, 本发明构造新的适合专利文献相似度计算的核函数, 并结合 考虑国际专利分类号在专利文献相似度计算中的重要作用。 具体技术方案如下: 一种基于新核函数 Luke核的专利文献相似度检测方法, 其特征在于包括以下步骤: 步骤 1, 将待比对的两篇专利文献 DX和 DZ的文本分别表示成向量 X和 z的步骤; 步骤 2, 专利文献结构化表示的步骤: 将专利文献分成专利名称、 摘要、 权利要求、说 明书以及主分类号即 IPC主分类号 5个要素; 所述待比对的两篇专利文献 DX和 DZ的所 述前 4个要素分别依次据步骤 1所述的方法表示成向量为 、 x2、 x3、 和 、 z2 , z3 ,
步骤 3, 构造适于专利文献相似度计算的新核函数 ^Χ, Ζ) , 并对所述函数 (x, z)是否 可以作为相似度计算的核函数给予理论证明; 步骤 4, 首先利用所述核函数 ^χ, ζ), 先计算所述待比对的两篇专利文献 DX和 DZ 前四个各对应要素间的相似度 S , Sy = i( y ,zy ) , 7 = 1, 2,3, 4; 然后,对于所述待比对的两篇专利文献 DX和 DZ的主分类号,直接进行字符串匹配比 对计算两篇专利文献 DX和 DZ的主分类号之间的相似度 S5, 具体算法过程为: 依部、 大 类、 小类、 大组、 小组顺序从前往后比较主分类号, 如果两个专利的主分类号完全相同即 小组号相同, 则 =1 ; 如果小组号不同, 但大组号相同, 则 =0.75 ; 如果大组号不同,但 小类号相同, 则 =0.5; 如果小类号不同, 但大类号相同, 则 =0.25; 如果大类号不同, 但部号相同, 则 =0.1; 如果完全不同, 即部号不同, 则 =0;
最后加权求和得所述待比对的两篇专利文献 DX和 DZ的相似度 S , 具有如下形式
S = ^ S ; 此处, .=l, ≤ζ7≤1, 7 = 1,2,...,5ο 所述的新核函数 X, ζ)具有形式 k(x,Z = log z+1)。 所述的新核函数可以作为核函数的理论证明过程如下: 令 X是 R"上的一个紧集, χ,ζ)是; TxJT上连续实值对称函数, 则有:
JJ k(x,z)f(x)f(z)dxdz > 0, V/ e L2(x) (1) 称此为 Mercer条件;
(1)式等价于^^2)是一个核函数即^^2) = (^^) ( ), X,Z G X 其中 为某个从 X到 Hilbert空间 H的映射 : I→ φ(χ) GH , (·)是 Hilbert空间 J2上的内积。 下面证明所构建的函数^ x,z) = log z+1)可以作为核函数, 满足 Mercer条件;
1)令 (χ,ζ) = χ , 所述新核函数可以改写为 k(x, z) = log z+1) = log l(x'J')+1) (2)
2) 显然 (χ,ζ) = χτζ是线性核函数,它满足当 X是 R"上的一个紧集时, (χ,ζ)是; Γ xJT 上为连续实值对称函数, 因文档向量 和 Z所有元素值均为非负, 所以 (χ,ζ)为非负;
3)当两篇专利文献 DX和 DZ 完全相同时, (X,Z) = JC = 1 , 而此时必然有 A:(x,z) = log( 2 ¾(x'z)+1)=log^=l; 当两篇文档完全不同时, (x,z)=0, 而此时必然有
Figure imgf000005_0001
综上所述, 当 X是 R"上的一个紧集时, x, = log z+1)是; TxJT上为连续实值对称函数, 且为非负 则由 Mercer定理可推出 JJ k(x, z)f(x) f(z)dxdz≥ 0, V/ e J2。 于是有所构造 的 A(x,z)可以作为核函数,
Figure imgf000006_0001
= ( (χ)- (ζ ), , e o 所述的步骤 1具体为:
Stepl, 词包表达: 将所有待比对的专利文献的整个集合称为文集, 将出现在文集中的 实词的集合称为词典; 分别将待比对的两篇专利文献 DX和 DZ视为两个词包;
:ϋΖ→ζζ = ,(Ζ) = (tf(tl,z),tf(t2,z),...,tf(tN,z)) G RN, φ:ΌΧ→χχ = φ1{Χ) = (tf(tx , x), tf(t2 , x), ... , tf(tN , x)) e RN, 为词包法映射关系, N为所有待比对的专利文献中的实词构成的词典中词的个数; 为词典中的实词; /(¾ 表示实词 ,在专利文献 DZ中出现的频率, 表示实词 在专利文 献 DX中出现的频率; = 1,2,...,N;
Step2, 语义表示: 由于词包表示未考虑词的语义信息, 为此在包表示法的基础上构建 语义核; 不同的词对主题的重要程度不同, 采用一个词在文档中出现的频率来量化这个词 所带的信息重要程度, 即逆文档频率 IDF (Inverse Document Frequency) 规则, 具体为
Figure imgf000006_0002
其中 /为所述文集中存在的专利文献的个数, 是包含实词 t的专利文献的个数, w(t) 为逆文档频率 IDF规则定义的衡量实词 t的权重的绝对尺度; 所述待比对的专利文献的带语义的向量表示形式为:
¾ = ( W ih , z), o)(t2 )tf (t2 ,z),...MtN )tf (tN , z)) e RN
¾ = )tf ih , ), « t2 )tf (t2 ,x),...,tf ω(ίΝ )(tN , x)) G RN 再对向量 z。和 x。分别进行归一化处理, 得所述向量 和2。 本发明具有有益效果。一方面, 将本发明构造的新的核函数 Luke核应用到专利文献的 相似度计算, 进一步提高了专利文献相似度计算的精准率和召回率。 另一方面, 本发明通 过将专利文献分成 5个要素, 考虑到国际专利分类号在相似度计算方面的作用, 通过先分 别计算两个待比对的专利文献的对应要素间的相似度然后再加权求和得两篇专利文献的总 相似度, 提高了相似度计算的精准率和召回率的同时, 减少了计算开销, 提高了计算效率。
本发明由以下项目资助完成:
[1]国家自然科学基金委员会, 青年科学基金, 项目编号: 71403107, "专利文献的要素 组合拓朴结构及向量空间语义表示与相似度计算研究";
[2]中国博士后科学基金第七批特别资助, 项目编号: 2014T70491 , "综合位置和语义 的专利文献核函数构造及相似度计算研究" 2014.7-2016.6 ;
[3] 教育部人文社科基金, 项目编号: 13YJC870026 "基于新核函数的相似专利文献 检索研究"。 附图说明 图 1为本发明方法流程图。 具体实 ¾fc¾r式 下面结合附图, 对本发明的技术方案作进一步详细说明。 如图 1所示为本发明的思路图。为了方便描述,将本发明的新核核函数 x, z) = log z+1) 简称为 Luke核。 步骤 1, 利用词包法和逆文档频率 IDF规则将专利文献的专利名称、 摘要、 权利要求、 说明书四个要素分别表示成对应的向量 、 x2、 x3、 和 、 ζτ、 ζ3 ζ4 ; 步骤 2, 利用构造的新核函数 Luke核 ^χ, ζ) = log z+1)分别计算专利名称、 摘要、 权利 要求、 说明书各要素对应的文本相似度
Figure imgf000007_0001
= 1(^ +1), = 1, 2,3, 4。 步骤 3, 利用字符串比较算法计算不同专利文献主分类号之间的相似度 S5, 具体算法 过程为: 从前往后比较, 依部、 大类、 小类、 大组、 小组顺序比较。 如果两个专利的主分 类号相同即到小组号均相同, 则& =1; 如果小组号不同, 但大组号相同, 则 =0.75; 如果 大组号不同, 但小类号相同, 则 =0.5; 如果小类号不同, 但大类号相同, 则 =0.25; 如 果大类号不同, 但部号相同, 则 =0山 如果部 也不同, 则 =0。 步骤 4, 计算两篇专利文献的总体相似度 S =
Figure imgf000007_0002
+ S5。 实验采用的评价指标分别为精准率(Precis ion ) .招回率(Recall )和综合评价指标 F。 评价指标的具体算法为: ^ true positive / Λ ·.
Pr eciswn = ) true positive + flase positive
^ 77 true positive
Re call―
true positive + flase negative
(6)
「 (1 + ?2 ) * precision * recall
t β - measure =
β precision + recall 将专利文献相似度计算中的招回率和精准率视为同等重要, 本实施例中综合评价指标 中的参数 取 1, 得 指标。 实验数据取 DEWENT专利数据库中 2000个美国专利, 则文集中专利文献的个数 /=2000, 训练 /测试的比例是 3 : 1。 使用的软件有 MATLAB7.0。 信息检索工具箱选用卡内基 -梅隆大学信息检索及语言模型工作组研发的 Lemur工具箱。该 Lemur工具箱支持对大规模 文本数据库的索引, 以及对文档、 提问或文档子集构建简单的语言模型, 除此之外, 它还 支持传统的检索模型, 如向量空间模型 VSM等。 实验中线性学习器采用 UbSVM。 现有研究中专利号为 ZL201210105942.7的 "一种基于核函数的文档相似检测方法"中 的 S-Wang核与其它现有的核函数比较起来在文本相似度计算方面有更好的精准率和召回 率表现。 在此基础上, 本实施例将 Luke核与 S-Wang核函数和线性核在专利文献相似度检 测中的效果进行了比较最终得不同核函数的相似度计算表现。 实验还对比了将专利文献作 为整体、 依前四个要素即专利名称、 摘要、 权利要求书和说明书先分别进行相似度计算再 加权求和、考虑主分类号在内的 5个要素进行相似度计算再加权求和,实验结果分别如表 1、 表 2和表 3所示。 表中, P表示相似度计算精准率分值, R表示相似度计算招回率分值, Fi 为综合评价指标分值。 表 1 专利文献作为一个整体, 直接利用核函数计算相似度
Figure imgf000008_0001
表 2 不考虑 IPC, 只考虑前 4个要素间的相似度, 然后再加权求和
Figure imgf000008_0002
表 3考虑 5个要素间的相似度, 然后再加权求和
Figure imgf000009_0002
*本实施例中, 专利名称、 摘要、 权利要求、 说明书以及主分类号五个要素的相似度权 系数分别依次取 f 1=0.1, ζ
Figure imgf000009_0001
从表 1、 表 2和表 3中可以看出, 本发明的 Luke核具有很好的相似度计算表现。 从表 2和表 3的比较中可以看出,本发明将主分类号考虑进去将专利文献分成 5个要素,先计算 各要素间的相似度然后再加权求和得专利文献的相似度的技术方案, 进一步提高了相似度 计算的表现。 实验结果表明, 本发明采用的专利文献的相似度计算技术方案, 提高了专利文献相似 度计算的精准率和召回率。

Claims

权利要求书
1. 一种基于新核函数 Luke核的专利文献相似度检测方法, 其特征在于包括以下步骤: 步骤 1, 将待比对的两篇专利文献 DX和 DZ的文本分别表示成向量 X和 z的步骤; 步骤 2, 专利文献结构化表示的步骤: 将专利文献分成专利名称、 摘要、 权利要求、说 明书以及主分类号 5个要素;所述待比对的两篇专利文献 DX和 DZ的所述前 4个要素分别 依次据步骤 1所述的方法表示成向量为 、 x2、 x3、 和 、 ζτ、 ζ3 ζ4 ; 步骤 3, 构造适于专利文献相似度计算的新核函数 (x,z;), 并对所述函数 是否 可以作为相似度计算的核函数给予理论证明; 步骤 4, 首先利用所述核函数 (x,z), 先计算所述待比对的两篇专利文献 DX和 DZ 前四个各对应要素间的相似度 S , Sy =i( y,zy), 7 = 1,2,3,4; 然后,对于所述待比对的两篇专利文献 DX和 DZ的主分类号要素,直接进行字符串匹 配比对计算两篇专利文献 DX和 DZ的主分类号之间的相似度 S5, 具体算法过程为: 依部、 大类、 小类、 大组、 小组顺序从前往后比较主分类号, 如果两个专利的主分类号完全相同 即小组号相同, 则&=1; 如果小组号不同, 但大组号相同, 则&=0.75; 如果大组号不同, 但小类号相同, 则 =0.5; 如果小类号不同, 但大类号相同, 则 =0.25; 如果大类号不同, 但部号相同, 则&=0.1; 如果完全不同, 即部号不同, 则&=0;
最后加权求和得所述待比对的两篇专利文献 DX和 DZ的相似度 S
S = tC ; 此处, =1, 。≤ ≤1, 7 = l,2,...,5 o
2.如权利要求 1所述的一种基于新核函数 Luke核的专利文献相似度检测方法, 其特征 在于: 所述的新核函数 (x,z)具有形式 x,z) = logfz+1)
3.如权利要求 2所述的一种基于新核函数 Luke核的专利文献相似度检测方法, 其特征 在于所述的新核函数可以作为核函数的理论证明过程如下: 令 X是 R"上的一个紧集, χ,ζ)是; TxJT上连续实值对称函数, 则有:
JJ k(x,z)f(x)f(z)dxdz > 0, V/ e L2(x) (1) 称此为 Mercer条件;
(1)式等价于^^2)是一个核函数即^^2) = (^^) ( ), X,Z G X 其中 为某个从 X到 Hilbert空间 H的映射 : I→ φ(χ) GH , (·)是 Hilbert空间 J2上的内积。 下面证明所构建的函数^ x,z) = log z+1)可以作为核函数, 满足 Mercer条件;
1)令 (χ,ζ) = χ , 所述新核函数可以改写为 k(x, z) = log z+1) = log l(x'J/)+1) (2)
2) 显然 (χ,ζ) = χτζ是线性核函数,它满足当 X是 R"上的一个紧集时, (χ,ζ)是; Γ xJT 上为连续实值对称函数, 因文档向量 和 Z所有元素值均为非负, 所以 (χ,ζ)为非负;
3)当两篇专利文献 DX和 DZ 完全相同时, (X,Z) = JC = 1 , 而此时必然有 A:(x,z) = log( 2 ¾(x'z)+1)=log^=l; 当两篇文档完全不同时, (x,z)=0, 而此时必然有 k(x,z) = \og( 2 kl(x'z)+l) =\ο^2 =0-, 综上所述, 当 X是 R"上的一个紧集时, x, = log z+1)是; TxJT上为连续实值对称函数, 且为非负; 则由 Mercer定理可推出 JJ k(x, z)f(x) f(z)dxdz≥0,V/ GL2 , 于是有所构造 的 Α(χ,ζ)可以作为核函数,
Figure imgf000011_0001
= ( (χ)- (ζ)), , e o
4. 如权利要求 1所述的一种基于新核函数 Luke核的专利文献相似度检测方法, 其特 征在于所述的步骤 1具体为:
Stepl, 词包表示: 将所有待比对的专利文献的整个集合称为文集, 将出现在文集中的 实词的集合称为词典; 分别将待比对的两篇专利文献 DX和 DZ视为两个词包,
:ϋΖ→ζζ = ,(Ζ) = (tf(tl,z),tf(t2,z),...,tf(tN,z)) G RN, φ -. DX→χχ = φι(Χ) = {tf{t , x), tf(t2 , x), ... , tf(tN , χ)) e RN, 为词包法映射关系, N为所有待比对的专利文献中的实词构成的词典中实词的个数; 为词典中的实词; /(¾ 表示实词 ,在专利文献 DZ中出现的频率, 表示实词 在专利 文献 DX中出现的频率; = 1,2,...,N ;
Step2, 语义表达: 由于词包表示未考虑词的语义信息, 为此在包表示法的基础上构建 语义核; 不同的词对主题的重要程度不同, 采用一个词在文档中出现的频率来量化这个词 所带的信息重要程度, 即逆文档频率 IDF规则, 具体为
( I \
w(t) = In —— ( 3 ) 其中 /为所述文集中存在的专利文献的个数, 是包含实词 t的专利文献的个数, w(t) 为逆文档频率 IDF规则定义的衡量实词 t的权重的绝对尺度; 进一步地, 所述待比对的专利文献 DX和 DZ的带语义的向量表示形式为: ¾ = ( W ih , z), o)(t2 )tf (t2 , z),...MtN )tf (tN , z)) e RN
¾ = )tf ih , x), c )tf ih , x),-, tf o)(tN )(tN , x)) e RN 再对向量 z。和 x。分别进行归一化处理, 得所述向量 X和
PCT/CN2014/085732 2013-09-05 2014-09-02 一种基于新核函数Luke核的专利文献相似度检测方法 Ceased WO2015032301A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/915,643 US20160224622A1 (en) 2013-09-05 2014-09-02 Method for detecting the similarity of the patent documents on the basis of new kernel function luke kernel

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310400244.4 2013-09-05
CN201310400244.4A CN103455609B (zh) 2013-09-05 2013-09-05 一种基于核函数Luke核的专利文献相似度检测方法

Publications (1)

Publication Number Publication Date
WO2015032301A1 true WO2015032301A1 (zh) 2015-03-12

Family

ID=49737972

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/085732 Ceased WO2015032301A1 (zh) 2013-09-05 2014-09-02 一种基于新核函数Luke核的专利文献相似度检测方法

Country Status (3)

Country Link
US (1) US20160224622A1 (zh)
CN (1) CN103455609B (zh)
WO (1) WO2015032301A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110083674A (zh) * 2019-03-04 2019-08-02 温州涌润信息科技有限公司 一种知识产权信息处理方法和装置

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015030796A1 (en) * 2013-08-30 2015-03-05 Intel Corporation Extensible context-aware natural language interactions for virtual personal assistants
CN103455609B (zh) * 2013-09-05 2017-06-16 江苏大学 一种基于核函数Luke核的专利文献相似度检测方法
CN103942295A (zh) * 2014-04-14 2014-07-23 江苏大学 一种专利文献要素对相似度计算影响的表示方法
CN104199809A (zh) * 2014-04-24 2014-12-10 江苏大学 一种专利文本向量的语义表示方法
KR101724302B1 (ko) * 2016-10-04 2017-04-10 한국과학기술정보연구원 특허분쟁예보장치 및 그 방법
US11205103B2 (en) 2016-12-09 2021-12-21 The Research Foundation for the State University Semisupervised autoencoder for sentiment analysis
CN107122482B (zh) * 2017-05-04 2018-06-15 北京望远迅杰科技有限公司 一种为项目所有人推荐专利代理机构的方法
CN109522404A (zh) * 2018-08-30 2019-03-26 电子科技大学 一种基于nlp的专利自动识别分类的方法
CN109284360A (zh) * 2018-09-18 2019-01-29 江苏润桐数据服务有限公司 一种专利检索自动去噪方法和装置
EP3864565A1 (en) * 2018-10-13 2021-08-18 IPRally Technologies Oy Method of searching patent documents
CN112307201A (zh) * 2019-07-26 2021-02-02 傲为信息技术(江苏)有限公司 判断任意两个技术系统相似程度的方法
CN112307009B (zh) * 2019-07-26 2024-07-09 傲为有限公司 技术类数字资产的查询方法
CN112307055B (zh) * 2019-07-26 2024-08-30 傲为有限公司 技术类开放式数字资产的检索方法
CN114580557B (zh) * 2022-03-10 2024-12-03 北京中知智慧科技有限公司 基于语义分析的文献相似度确定方法及装置
CN115686432B (zh) * 2022-12-30 2023-04-07 药融云数字科技(成都)有限公司 一种用于检索排序的文献评价方法、存储介质及终端
CN116933164B (zh) * 2023-07-25 2026-01-06 哈尔滨工业大学 基于相似性的医康养服务需求分类方法
JP7421740B1 (ja) 2023-09-12 2024-01-25 Patentfield株式会社 分析プログラム、情報処理装置、および分析方法
CN116912047B (zh) * 2023-09-13 2023-11-28 湘潭大学 一种专利结构感知相似性检测方法
CN119397288A (zh) * 2024-10-10 2025-02-07 中山大学深圳研究院 基于对比学习的外观专利相似度确定方法及终端设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101625680A (zh) * 2008-07-09 2010-01-13 东北大学 面向专利领域的文档检索方法
CN102651034A (zh) * 2012-04-11 2012-08-29 江苏大学 一种基于核函数的文档相似检测方法
US20130138665A1 (en) * 2011-06-15 2013-05-30 The University Of Memphis Research Foundation Methods of evaluating semantic differences, methods of identifying related sets of items in semantic spaces, and systems and computer program products for implementing the same
CN103455609A (zh) * 2013-09-05 2013-12-18 江苏大学 一种基于新核函数Luke核的专利文献相似度检测方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6038561A (en) * 1996-10-15 2000-03-14 Manning & Napier Information Services Management and analysis of document information text
JP2006031460A (ja) * 2004-07-16 2006-02-02 Advanced Telecommunication Research Institute International データ検索方法及びコンピュータプログラム
US8065307B2 (en) * 2006-12-20 2011-11-22 Microsoft Corporation Parsing, analysis and scoring of document content

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101625680A (zh) * 2008-07-09 2010-01-13 东北大学 面向专利领域的文档检索方法
US20130138665A1 (en) * 2011-06-15 2013-05-30 The University Of Memphis Research Foundation Methods of evaluating semantic differences, methods of identifying related sets of items in semantic spaces, and systems and computer program products for implementing the same
CN102651034A (zh) * 2012-04-11 2012-08-29 江苏大学 一种基于核函数的文档相似检测方法
CN103455609A (zh) * 2013-09-05 2013-12-18 江苏大学 一种基于新核函数Luke核的专利文献相似度检测方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110083674A (zh) * 2019-03-04 2019-08-02 温州涌润信息科技有限公司 一种知识产权信息处理方法和装置
CN110083674B (zh) * 2019-03-04 2023-05-12 深圳云联智汇物联科技有限公司 一种知识产权信息处理方法和装置

Also Published As

Publication number Publication date
CN103455609B (zh) 2017-06-16
US20160224622A1 (en) 2016-08-04
CN103455609A (zh) 2013-12-18

Similar Documents

Publication Publication Date Title
WO2015032301A1 (zh) 一种基于新核函数Luke核的专利文献相似度检测方法
CN104834747B (zh) 基于卷积神经网络的短文本分类方法
CN107609132B (zh) 一种基于语义本体库中文文本情感分析方法
CN103235772B (zh) 一种文本集人物关系自动提取方法
US8380489B1 (en) System, methods, and data structure for quantitative assessment of symbolic associations in natural language
CN112115716A (zh) 一种基于多维词向量下文本匹配的服务发现方法、系统及设备
CN108399163A (zh) 结合词聚合与词组合语义特征的文本相似性度量方法
CN113076734B (zh) 一种项目文本的相似度检测方法及装置
CN106960001B (zh) 一种检索词的实体链接方法及系统
CN107247780A (zh) 一种基于知识本体的专利文献相似性度量方法
CN106547739A (zh) 一种文本语义相似度分析方法
CN103235774A (zh) 一种科技项目申请书特征词提取方法
CN103049470A (zh) 基于情感相关度的观点检索方法
WO2023004528A1 (zh) 一种基于分布式系统的并行化命名实体识别方法及装置
CN108280057A (zh) 一种基于blstm的微博谣言检测方法
CN105893362A (zh) 获取知识点语义向量的方法、确定相关知识点的方法及系统
CN110489554B (zh) 基于位置感知互注意力网络模型的属性级情感分类方法
CN112579783B (zh) 基于拉普拉斯图谱的短文本聚类方法
CN102033922A (zh) 一种基于词汇链的关键短语抽取方法
CN105183803A (zh) 一种社交网络平台中的个性化搜索方法及其搜索装置
CN107862037A (zh) 一种基于实体连通图的事件模版构造方法
CN105608075A (zh) 一种相关知识点的获取方法及系统
CN116306504A (zh) 候选实体生成方法、装置、存储介质及电子设备
CN114238663B (zh) 一种材料数据用知识图谱分析方法、系统、电子设备及介质
CN118917323A (zh) 一种结合大模型的金融文档检测方法及系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14842470

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 14915643

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14842470

Country of ref document: EP

Kind code of ref document: A1