CN113553844A - Domain identification method based on prefix tree features and convolutional neural network - Google Patents

Domain identification method based on prefix tree features and convolutional neural network Download PDF

Info

Publication number
CN113553844A
CN113553844A CN202110917561.8A CN202110917561A CN113553844A CN 113553844 A CN113553844 A CN 113553844A CN 202110917561 A CN202110917561 A CN 202110917561A CN 113553844 A CN113553844 A CN 113553844A
Authority
CN
China
Prior art keywords
prefix tree
neural network
convolutional neural
field
characteristic
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.)
Granted
Application number
CN202110917561.8A
Other languages
Chinese (zh)
Other versions
CN113553844B (en
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.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric Co Ltd
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 Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN202110917561.8A priority Critical patent/CN113553844B/en
Publication of CN113553844A publication Critical patent/CN113553844A/en
Application granted granted Critical
Publication of CN113553844B publication Critical patent/CN113553844B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/284Lexical analysis, e.g. tokenisation or collocates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/31Indexing; Data structures therefor; Storage structures
    • G06F16/316Indexing structures
    • G06F16/322Trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Computing Systems (AREA)
  • Molecular Biology (AREA)
  • Evolutionary Computation (AREA)
  • Mathematical Physics (AREA)
  • Biophysics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Databases & Information Systems (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the field of natural language processing, and discloses a field identification method based on prefix tree features and a convolutional neural network, which is used for solving the problems that the accuracy rate of feature acquisition of a current model is not high, and the identification accuracy rate in the technical field is not high. The method comprises the steps of obtaining nouns of obvious domain characteristics in each category from user requests, training data and test data, storing the nouns as characteristic texts by taking the categories as names, generating prefix trees by taking the characteristic texts, inputting the request texts, then calculating to obtain weight matrixes of each domain as prefix tree characteristics, combining the prefix tree acquisition characteristics with a convolution characteristic diagram, inputting the prefix tree acquisition characteristics into a convolution neural network for further calculation, making up the situation that the convolution neural network possibly omits the characteristics or pays attention to wrong characteristics, enabling the judgment of the model on the input characteristics to be more accurate, and improving the accuracy of model prediction. The invention is suitable for field recognition.

Description

Domain identification method based on prefix tree features and convolutional neural network
Technical Field
The invention relates to the field of natural language processing, in particular to a field identification method based on prefix tree features and a convolutional neural network.
Background
The intention recognition is a direction in natural language processing, and common methods are: dictionary template based rule classification, past log matching (applicable to search engines), and classification model based intent recognition. These three methods are basically the mainstream methods at present. The dictionary-based template rule matching has limited universality, and when the request text changes (the language of the user request cannot be predicted), the situation of recognition errors is easy to occur. The log matching based approach is not applicable to voice interactive systems on television. The method difficulty of the classification model is mainly two points, one point is the lack of data sources, and because the method is relatively fixed and basically has supervised learning, a lot of marking data are needed. The second point is that it is difficult to identify classes despite their classification efforts, and the accuracy and scalability required is not comparable to previous classes.
At present, a text convolutional neural network (textCNN) model specially aiming at text classification is available, the classification performance on general Chinese texts is good, but the problems of low accuracy of feature acquisition and low recognition accuracy in the technical field still exist. Because the convolutional neural network model needs a training set with the data amount in each domain balanced as much as possible in the training process, however, firstly, the actual real user data needs to be divided into 48 domains, wherein the data in the television common domains such as VIDEO, TV, MUSIC, etc. is more, and each domain has a part of similar characteristics (such as "one-key viewing mode" of TV and "viewing mode" of smart home "); secondly, when data is constructed, a certain work may be used for constructing the data for multiple times (such as 'western grand tale'), the name of the work may be judged as a characteristic by a model, and a prediction result is influenced (for example, when 'western grand tale' generally exists in VIDEO data and 'song in western grand tale' is requested, VIDEO classification is easily predicted, and actual expectation is MUSIC); third, the convolutional neural network may miss part of the key feature information when acquiring features.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: a field identification method based on prefix tree features and a convolutional neural network is provided to solve the problems that the accuracy rate of feature acquisition of a current model is not high, and the identification accuracy rate of the technical field is not high.
In order to solve the problems, the invention adopts the technical scheme that: performing characteristic analysis on the request text by using a prefix tree constructed in advance to obtain corresponding prefix tree characteristics; when the convolutional neural network carries out the field prediction on the request text, the convolutional features and the prefix tree features are spliced, and then the spliced features are input into a full-connection layer of the convolutional neural network to obtain a corresponding prediction result.
Further, the steps of constructing the prefix tree of the present invention include:
according to the tf-idf statistical method, high-frequency keywords in each field are obtained from the existing data, and after the high-frequency keywords are screened, the screened vocabulary is used as basic data of the component prefix tree; and taking each word of the high-frequency domain keywords in the basic data as a node of the tree, and generating a prefix tree of a father node, a child node and a grandchild node according to a normal reading sequence.
Further, the existing data includes user log data, training data, and test data.
Further, the present invention utilizes the prefix tree to perform feature analysis on the request text, and the specific steps of obtaining the prefix tree features include:
after the request text is completely participled, query matching is carried out in the prefix tree, the ratio of the character length of the matched keyword to the character length of the text is used as the weight of the field to which the request text belongs, the keyword is normalized to be between 0 and 1, and then the normalized keyword is converted into a matrix which is used as a prefix tree feature matrix.
The invention has the following beneficial effects: the invention utilizes the prefix tree model to correct the characteristic value obtained after the convolution of the convolutional neural network (textCNN), makes up the situation that the convolutional neural network may miss the characteristics or pay attention to the wrong characteristics, makes the judgment of the model on the input characteristics more accurate, and improves the accuracy of the model prediction.
Drawings
FIG. 1 is a flow chart of domain identification based on prefix tree features and convolutional neural networks.
Detailed Description
The invention provides a field recognition method based on prefix tree features and a convolutional neural network (textCNN), aiming at the problems that the accuracy rate of feature acquisition of a current model is not high and the recognition accuracy rate of the prior art is not high, the method comprises the steps of acquiring nouns of obvious field features in each classification from a user request, training data and test data, storing the nouns as feature texts by taking the classes as names, generating a prefix tree by taking the feature texts, inputting a weight matrix of each field calculated after the request texts are input as the prefix tree features, combining the prefix tree acquisition features with a convolutional feature map, inputting the convolutional neural network for further calculation, making up the situation that the convolutional neural network possibly omits the features or pays attention to wrong features, enabling the judgment of the model on the input features to be more accurate, and improving the accuracy of model prediction.
In order to illustrate the principles of the present invention in detail, the following sub-steps illustrate the inventive arrangements. The method comprises the following implementation steps:
1. and analyzing the requests of each field, and extracting keywords of each field through a tf-idf method to serve as feature texts.
The method mainly obtains and analyzes the request text of each field from the user request, the training data and the test data, obtains the key words of each field by a tf-idf method, extracts the nouns of the obvious field characteristics in each classification by manual screening, stores the classes as the characteristic text, and generates the data of the prefix tree.
2. And constructing a prefix tree based on the feature text.
In the prefix tree (the prefix tree is also called as a Trie tree or a Trie, a variant of a Hash tree) constructed in the step, a father node of the tree is a characteristic word of each field, a child node is a field where the characteristic word is located, such as 'I' think-listen-MUSIC ', the' I 'think-listen' is a keyword in the field of 'MUSIC', the keyword is split into single words, the 'I' is used as a father node, the 'thought' is a child node of the child node, and the final child node is sequentially deduced to be the 'MUSIC' in the field to which the keyword belongs.
3. And analyzing the characteristics of the request text and outputting a characteristic vector.
And performing full segmentation processing on the request text to obtain a full segmentation text, inputting the full segmentation text into a prefix tree, if no field exists, setting the feature vector as a 0 vector (without influencing the original feature), if the field exists, outputting, normalizing the keyword text to a matrix after normalizing the keyword text to be the 0-1 according to the ratio of the character length of the matched keyword to the character length of the text as the weight of the field to which the keyword belongs, and taking the normalized keyword text as the prefix tree feature matrix.
4. And splicing and fusing the prefix tree feature vector and the feature vector after convolution.
Fusing the characteristic matrix obtained in the step 2 with the characteristic matrix (the characteristic diagram obtained after the convolution of the original convolution neural network) after the convolution pooling layer to obtain a new characteristic matrix, wherein the matrix comprises the characteristics obtained by the prefix tree and can be used for correcting the characteristic value obtained by the model to enable the model to pay more attention to certain important parts
5. And inputting the fused feature vector into a full-connection layer, and obtaining a prediction result through softmax.
Examples
Exemplary embodiments of the present invention will be described in more detail below with reference to the accompanying drawings and examples. As shown in fig. 1, the flow of the prefix tree algorithm and the overall algorithm in the embodiment is as follows:
s1, generating prefix tree data:
according to the tf-idf statistical method, the domain high-frequency keywords are obtained from the existing user log data, training data and test data, and the vocabulary is used as the data of the prefix tree after manual screening.
S2, constructing a prefix tree, and acquiring text characteristics:
after the characteristic words (namely the domain high-frequency keywords) are fully segmented, father nodes, child nodes, grandchild nodes and the like of the tree are sequentially formed according to the reading sequence, and the final child node is the domain to which the characteristic words belong. Meanwhile, the request text is fully segmented into words, such as "I want to see the movie", and is divided into [ "I", "want", "see", "electric", "movie"]And sequentially searching in the Trie to obtain the weight scores of all the fields: w ═ ω123…ωnN is the number of fields,
Figure BDA0003206201150000031
is a score of a certain domain weight, l represents a request messageLength of the character,/, ofiIndicating the length of the character matched to the keyword.
After the weight score is obtained, the weight score is normalized to represent the probability ratio of the request in a certain domain.
Figure BDA0003206201150000032
Converting the probability ratio into 1 × 48 vector, repeating for 15 times to obtain a 15 × 48 probability matrix, and then normalizing the probability matrix to obtain a prefix tree feature matrix:
Figure BDA0003206201150000033
s3, convolution feature fusion:
the request text is converted into vector representation of 15 × 271, the convolutional neural network performs convolution operation on each possible window of a sentence word to obtain a feature map, two feature vectors obtained through one-dimensional convolution and two-dimensional convolution respectively pass through a pooling layer to obtain two feature vectors, the two feature vectors are spliced to obtain a new feature vector, and meanwhile the Trie feature vector obtained in the last step is subjected to dimensionality processing and then spliced to obtain a final text feature vector.
S4, predicting a result:
and (5) inputting the feature vector obtained in the step (S3) into a full connection layer of the convolutional neural network, and obtaining a final prediction result through operations such as softmax and the like.
The embodiment proves that under the condition of the same training data, the characteristics are corrected through the prefix tree, the similar characteristics among different fields can be distinguished, and under the condition of not increasing the training data, the distinguishing of the fields with the similar characteristics is improved. The specific experimental results are as follows (experiments under the same training set and validation set):
1) the optimized convolutional neural network algorithm has lower loss, the loss before the feature fusion is 0.232, and the loss after the feature fusion is 0.161 when the training is finished;
2) the optimized convolutional neural network algorithm trains the finished model, and the whole performance (including accuracy rate, recall rate and F1 value) on the same verification set is better.

Claims (4)

1. A field identification method based on prefix tree characteristics and a convolutional neural network is characterized in that a prefix tree constructed in advance is used for carrying out characteristic analysis on a request text to obtain corresponding prefix tree characteristics; when the convolutional neural network carries out the field prediction on the request text, after the convolutional characteristic and the prefix tree characteristic are spliced, the spliced characteristic is input to a full-connection layer of the convolutional neural network to obtain a corresponding prediction result.
2. The field identification method based on the prefix tree feature and the convolutional neural network as claimed in claim 1, wherein the step of constructing the prefix tree comprises:
according to the tf-idf statistical method, obtaining high-frequency domain keywords from the existing data, and after screening, using the screened vocabulary as the data of the prefix tree; and taking each word of the domain high-frequency keyword as a node of the tree, and generating a prefix tree of a father node, a child node and a grandchild node according to a normal reading sequence.
3. The field recognition method based on prefix tree features and convolutional neural network of claim 2, wherein the existing data comprises user log data, training data, and test data.
4. The field identification method based on the prefix tree feature and the convolutional neural network as claimed in claim 2, wherein the step of performing feature analysis on the request text using the prefix tree to obtain the prefix tree feature comprises:
after the request text is completely participled, query matching is carried out in the prefix tree, the ratio of the character length of the matched keyword to the character length of the text is used as the weight of the field to which the request text belongs, the keyword is normalized to be between 0 and 1, and then the normalized keyword is converted into a matrix which is used as a prefix tree feature matrix.
CN202110917561.8A 2021-08-11 2021-08-11 Domain identification method based on prefix tree features and convolutional neural network Active CN113553844B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110917561.8A CN113553844B (en) 2021-08-11 2021-08-11 Domain identification method based on prefix tree features and convolutional neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110917561.8A CN113553844B (en) 2021-08-11 2021-08-11 Domain identification method based on prefix tree features and convolutional neural network

Publications (2)

Publication Number Publication Date
CN113553844A true CN113553844A (en) 2021-10-26
CN113553844B CN113553844B (en) 2023-07-25

Family

ID=78133831

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110917561.8A Active CN113553844B (en) 2021-08-11 2021-08-11 Domain identification method based on prefix tree features and convolutional neural network

Country Status (1)

Country Link
CN (1) CN113553844B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116502009A (en) * 2023-06-25 2023-07-28 北京奇虎科技有限公司 Webpage filtering method, device, equipment and storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003012661A1 (en) * 2001-07-31 2003-02-13 Invention Machine Corporation Computer based summarization of natural language documents
CN106897371A (en) * 2017-01-18 2017-06-27 南京云思创智信息科技有限公司 Chinese text classification system and method
CN108460089A (en) * 2018-01-23 2018-08-28 哈尔滨理工大学 Diverse characteristics based on Attention neural networks merge Chinese Text Categorization
CN108595602A (en) * 2018-04-20 2018-09-28 昆明理工大学 The question sentence file classification method combined with depth model based on shallow Model
CN109241265A (en) * 2018-09-17 2019-01-18 四川长虹电器股份有限公司 A kind of field recognition methods and system towards more wheel inquiries
CN109376241A (en) * 2018-10-17 2019-02-22 国网浙江杭州市萧山区供电有限公司 A kind of phone demand text classification algorithm based on DenseNet towards power domain
CN109408627A (en) * 2018-11-15 2019-03-01 众安信息技术服务有限公司 A kind of answering method and system merging convolutional neural networks and Recognition with Recurrent Neural Network
CN109918500A (en) * 2019-01-17 2019-06-21 平安科技(深圳)有限公司 File classification method and relevant device based on convolutional neural networks
CN110046250A (en) * 2019-03-17 2019-07-23 华南师范大学 Three embedded convolutional neural networks model and its more classification methods of text
CN110297888A (en) * 2019-06-27 2019-10-01 四川长虹电器股份有限公司 A kind of domain classification method based on prefix trees and Recognition with Recurrent Neural Network
CN110705298A (en) * 2019-09-23 2020-01-17 四川长虹电器股份有限公司 Improved field classification method combining prefix tree and cyclic neural network
CN110866117A (en) * 2019-10-25 2020-03-06 西安交通大学 Short text classification method based on semantic enhancement and multi-level label embedding
CN112487149A (en) * 2020-12-10 2021-03-12 浙江诺诺网络科技有限公司 Text auditing method, model, equipment and storage medium
CN112711948A (en) * 2020-12-22 2021-04-27 北京邮电大学 Named entity recognition method and device for Chinese sentences

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003012661A1 (en) * 2001-07-31 2003-02-13 Invention Machine Corporation Computer based summarization of natural language documents
CN106897371A (en) * 2017-01-18 2017-06-27 南京云思创智信息科技有限公司 Chinese text classification system and method
CN108460089A (en) * 2018-01-23 2018-08-28 哈尔滨理工大学 Diverse characteristics based on Attention neural networks merge Chinese Text Categorization
CN108595602A (en) * 2018-04-20 2018-09-28 昆明理工大学 The question sentence file classification method combined with depth model based on shallow Model
CN109241265A (en) * 2018-09-17 2019-01-18 四川长虹电器股份有限公司 A kind of field recognition methods and system towards more wheel inquiries
CN109376241A (en) * 2018-10-17 2019-02-22 国网浙江杭州市萧山区供电有限公司 A kind of phone demand text classification algorithm based on DenseNet towards power domain
CN109408627A (en) * 2018-11-15 2019-03-01 众安信息技术服务有限公司 A kind of answering method and system merging convolutional neural networks and Recognition with Recurrent Neural Network
CN109918500A (en) * 2019-01-17 2019-06-21 平安科技(深圳)有限公司 File classification method and relevant device based on convolutional neural networks
CN110046250A (en) * 2019-03-17 2019-07-23 华南师范大学 Three embedded convolutional neural networks model and its more classification methods of text
CN110297888A (en) * 2019-06-27 2019-10-01 四川长虹电器股份有限公司 A kind of domain classification method based on prefix trees and Recognition with Recurrent Neural Network
CN110705298A (en) * 2019-09-23 2020-01-17 四川长虹电器股份有限公司 Improved field classification method combining prefix tree and cyclic neural network
CN110866117A (en) * 2019-10-25 2020-03-06 西安交通大学 Short text classification method based on semantic enhancement and multi-level label embedding
CN112487149A (en) * 2020-12-10 2021-03-12 浙江诺诺网络科技有限公司 Text auditing method, model, equipment and storage medium
CN112711948A (en) * 2020-12-22 2021-04-27 北京邮电大学 Named entity recognition method and device for Chinese sentences

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李宏: "面向应用领域的分类方法研究", 《中国博士学位论文全文数据库信息科技辑》, no. 1, pages 140 - 5 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116502009A (en) * 2023-06-25 2023-07-28 北京奇虎科技有限公司 Webpage filtering method, device, equipment and storage medium
CN116502009B (en) * 2023-06-25 2023-10-31 北京奇虎科技有限公司 Webpage filtering method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN113553844B (en) 2023-07-25

Similar Documents

Publication Publication Date Title
CN115238101B (en) Multi-engine intelligent question-answering system oriented to multi-type knowledge base
CN110162591B (en) Entity alignment method and system for digital education resources
CN111190997B (en) Question-answering system implementation method using neural network and machine learning ordering algorithm
CN111026842A (en) Natural language processing method, natural language processing device and intelligent question-answering system
CN112800170A (en) Question matching method and device and question reply method and device
CN112214593A (en) Question and answer processing method and device, electronic equipment and storage medium
CN110674252A (en) High-precision semantic search system for judicial domain
CN110765277B (en) Knowledge-graph-based mobile terminal online equipment fault diagnosis method
CN109408578B (en) Monitoring data fusion method for heterogeneous environment
CN112487190B (en) Method for extracting relationships between entities from text based on self-supervision and clustering technology
CN116127090B (en) Aviation system knowledge graph construction method based on fusion and semi-supervision information extraction
CN111814477B (en) Dispute focus discovery method and device based on dispute focus entity and terminal
CN112115232A (en) Data error correction method and device and server
CN111985228A (en) Text keyword extraction method and device, computer equipment and storage medium
CN114357120A (en) Non-supervision type retrieval method, system and medium based on FAQ
CN114332519A (en) Image description generation method based on external triple and abstract relation
CN115827819A (en) Intelligent question and answer processing method and device, electronic equipment and storage medium
CN115544303A (en) Method, apparatus, device and medium for determining label of video
CN113868382A (en) Method and device for extracting structured knowledge from Chinese natural language
CN116662565A (en) Heterogeneous information network keyword generation method based on contrast learning pre-training
CN113343692B (en) Search intention recognition method, model training method, device, medium and equipment
CN111666374A (en) Method for integrating additional knowledge information into deep language model
CN113553844A (en) Domain identification method based on prefix tree features and convolutional neural network
CN115481313A (en) News recommendation method based on text semantic mining
CN114970538A (en) Text error correction method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant