CN114281945A - Carbon reduction strategy knowledge base construction method based on green product case base - Google Patents

Carbon reduction strategy knowledge base construction method based on green product case base Download PDF

Info

Publication number
CN114281945A
CN114281945A CN202111623865.XA CN202111623865A CN114281945A CN 114281945 A CN114281945 A CN 114281945A CN 202111623865 A CN202111623865 A CN 202111623865A CN 114281945 A CN114281945 A CN 114281945A
Authority
CN
China
Prior art keywords
strategy
carbon reduction
similarity
strategies
paragraph
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
CN202111623865.XA
Other languages
Chinese (zh)
Other versions
CN114281945B (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.)
Hefei University of Technology
Original Assignee
Hefei University of Technology
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 Hefei University of Technology filed Critical Hefei University of Technology
Priority to CN202111623865.XA priority Critical patent/CN114281945B/en
Publication of CN114281945A publication Critical patent/CN114281945A/en
Application granted granted Critical
Publication of CN114281945B publication Critical patent/CN114281945B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a carbon reduction strategy knowledge base construction method based on a green product case base, which comprises the following steps: 1, the life cycle of the green product comprises five stages; 2, dividing each paragraph in the case text a into five stages of a life cycle; 3 forming a target vocabulary set; 4, preprocessing each statement in the D paragraphs; 5 screening out K simple sentences; 6, recording a piece of strategy knowledge as { operation, object and effect }; 7, establishing a mapping relation between the operation and the effect; 8, calculating the semantic similarity of the two strategies, and combining the two strategies into one strategy when the semantic similarity is greater than a threshold value; and 9, correspondingly storing all the carbon reduction strategies into each strategy set, and marking labels and numbers to form a strategy knowledge base. The invention carries out similar retrieval by establishing the carbon reduction strategy knowledge base, thereby improving the reuse efficiency of the strategy knowledge and the feasibility of the carbon reduction technology.

Description

Carbon reduction strategy knowledge base construction method based on green product case base
Technical Field
The invention belongs to the field of strategy library construction, and particularly relates to a construction method of a carbon reduction strategy knowledge base based on a green product case library.
Background
With the global economic development, the carbon emission of each industry is greatly increased, the harm to the environment is increased day by day, and meanwhile, the greenhouse effect is caused, and the global temperature is increased. In order to reduce carbon emissions, a number of measures must be taken. The carbon reduction strategy is a relative concept, and reduction of carbon emission data relative to that before implementation of the strategy can be achieved by taking a series of strategic actions in terms of materials, structure, technology, manufacturing processes, etc.
Most of the existing methods are used for constructing a strategy knowledge base from the technical perspective, and the requirements in an actual scene are difficult to meet, so that the carbon reduction strategy is obtained by combining the existing case analysis, and the construction of the strategy knowledge base becomes a current hot research problem. Most of the existing strategy libraries are constructed by simply accumulating strategy knowledge, a storage standard is not formed, and the efficiency of strategy knowledge reuse in the future is not high.
Disclosure of Invention
The invention aims to overcome the defects in the prior art, and provides a construction method of a carbon reduction strategy knowledge base based on a green product case base, so that similar retrieval can be carried out by establishing the carbon reduction strategy knowledge base, and the reuse efficiency of strategy knowledge and the feasibility of a carbon reduction technology can be improved.
In order to achieve the purpose, the invention adopts the following technical scheme:
the invention relates to a construction method of a carbon reduction strategy knowledge base based on a green product case base, which is characterized by comprising the following steps of:
step 1: let the different phases of the life cycle of the green product include: the method comprises a material selection stage, a manufacturing process stage, a service performance stage, a recycling stage and a logistics maintenance stage;
step 2: separating a case text a in a green product case library according to paragraphs to obtain D paragraphs, and preliminarily dividing each paragraph into five stages of a life cycle according to a catalogue, a chapter title and a picture name table name in the case text a; finally dividing each paragraph into five stages of a life cycle according to the word frequency TF of the set feature words in the five stages respectively appearing in each paragraph; thus, the case text a is divided according to different stages of the life cycle;
and step 3: giving the query vocabulary as carbon emission and energy consumption vocabulary, and vectorizing to obtain a word vector A of carbon emission and energy consumption1Calculating a word vector A1Similarity with each word vector in an external text library is respectively obtained, and vocabularies corresponding to the word vectors with the similarity larger than a set threshold value are screened out, so that a target vocabulary set b ═ b is formed1,b2,...bi...bn},biRepresenting the ith vocabulary in the target vocabulary set; n represents the total number of vocabularies in the target vocabulary set;
and 4, step 4: performing word segmentation on each sentence in D paragraphs in the case library text a, replacing pronouns after word segmentation with real words, and performing part-of-speech tagging to obtain each sentence in the D paragraphs after preprocessing;
and 5: dividing each sentence in the preprocessed D paragraphs into a plurality of simple sentences containing one object, and recording the object set in all the simple sentences in the preprocessed D-th paragraph as wd={wd1,wd2,...,wdj,...,wdm},wdjExpressing the jth object in the d paragraph, calculating the sum of the similarity between the object in each simple sentence of the d paragraph and each word in the target word set, then taking an average value, and screening out the simple sentences corresponding to the objects with the average values larger than a set average threshold value, thereby obtaining K screened simple sentences; d is equal to [1, D ∈];
Step 6: for the predicate verb p in the k-th simple sentence after screeningkMarking and analyzing to obtain a subject s in the kth simple sentencekObject okAnd the remaining components, thereby forming a kth predecessor-predicate triple SAk={sk,pk,ok};
Let a policy knowledge be { operation, object, effect }, and use the predicate verb pkAs an operation, object okAs an object, carbon emission reduction or energy saving is taken as an effect, thereby forming a kth model of operation-object-effect, K ∈ [1, K ∈];
And 7: establishing a mapping relation f between the operation and the effect according to K models of the operation, the object and the effectR:P1,P2,···,Pn→ R and as rule of "IF-THEN": IF P1,P2,···,PnOf THENR, wherein P1,P2,···,PnRepresents n operations, → represents causes, R represents carbon emission reduction or energy saving;
and 8: calculating any two strategies SA of the same stage of the life cycle by using the formula (1)1And SA2Sentence similarity S (SA)1,SA2):
s(SA1,SA2)=q1×s(s1,s2)+q2×s(p1,p2)+q3×s(o1,o2) (1)
In the formula (1), q1,q2,q3Represents the weight of the subject, predicate, object, respectively, and q1+q2+q3=1,s(s1,s2) Representation policy SA1Subject of (1) s1And strategy SA2Subject of (1) s2Similarity between them, s (p)1,p2) Representation policy SA1Predicate p in (1)1And strategy SA2Predicate p in (1)2Similarity between, s (o)1,o2) Representation policy SA1Object of (1)1And strategy SA2Object of (1)2The similarity between them; when S (SA)1,SA2) When the set threshold value is larger than the set threshold value, two strategies SA are used1And SA2Merging into a carbon reduction strategy; otherwise, two strategies SA1And SA2Respectively as a carbon reduction strategy;
and step 9: and finally dividing each paragraph into five stages of a life cycle, correspondingly storing all carbon reduction strategies into a material selection strategy set I, a manufacturing process strategy set II, a service performance strategy set III, a recycling strategy set IV and a logistics maintenance strategy set V, acquiring all feature vocabularies of green features based on the green features of the given five stages, and sequentially searching in each carbon reduction strategy according to each feature vocabulary, so that the carbon reduction strategies with the searched green features are labeled with corresponding green features, thereby forming the carbon reduction strategies with labels and sequentially giving index numbers to the strategy sets I-V to form a strategy knowledge base.
Compared with the prior art, the invention has the beneficial effects that:
1. the method is combined with a green product case base and starts from an actual scene, and a carbon reduction strategy knowledge base is constructed; existing cases in a green product case library are matched in a keyword search mode, so that the requirements in an actual scene can be better met, and carbon reduction strategies can be better collected; and labeling the obtained carbon reduction strategy knowledge according to the green characteristics, giving index numbers, correspondingly storing the carbon reduction strategy knowledge into five carbon reduction strategy sets, and directly carrying out similar retrieval from a strategy knowledge base when similar problems are encountered subsequently, so that the reuse efficiency of the strategy knowledge and the feasibility of the carbon reduction technology are improved.
2. According to the invention, the target vocabulary set is formed by calculating the word vector similarity, so that the keyword can be better retrieved in the text case a, and a more accurate result can be obtained. And in step 8, strategy knowledge with high similarity is merged by calculating semantic similarity of any two strategies, so that the carbon reduction strategies are more orderly indexed.
Drawings
FIG. 1 is a schematic flow diagram of the present invention;
FIG. 2 is a diagram of the strategy knowledge base form of the present invention;
FIG. 3 is a diagram of a policy knowledge unit of the present invention;
FIG. 4 is a graph of carbon footprint over the life cycle of the present invention.
Detailed Description
In this embodiment, a method for constructing a carbon reduction strategy knowledge base based on a green product case base, as shown in fig. 1, includes the following steps:
step 1: let the different phases of the life cycle of the green product include: the method comprises a material selection stage, a manufacturing process stage, a service performance stage, a recycling stage and a logistics maintenance stage;
as shown in fig. 2, the carbon footprint is the footprint of carbon emissions over a certain green product lifecycle.
Step 2: separating a case text a in a green product case library according to paragraphs to obtain D paragraphs, and preliminarily dividing each paragraph into five stages of a life cycle according to a catalogue, a chapter title and a picture name table name in the case text a; and then according to the set word frequency TF of the feature words of the five stages appearing in each paragraph respectively, wherein,
Figure BDA0003439260640000031
nijthe number of times a feature word representing a certain stage appears in this paragraph, nkjRepresents the sum of the times of all the words appearing in this paragraph. Each paragraph is finally divided into five stages of the life cycle; thus completing the division of the case text a according to different stages of the life cycle;
in this embodiment, the green product case library is a database composed of a plurality of groups of green data and corresponding green policies. After the green data and the corresponding green policies are numbered and stored, in each case text, a set of green data includes encoded data for the green characteristics, green requirements, and green characteristics, and a set of green data corresponds to at least one green policy, such that the associated set of green data and green policy form a case text.
And step 3: giving the query vocabulary as carbon emission and energy consumption vocabulary, and vectorizing to obtain a word vector A of carbon emission and energy consumption1Calculating a word vector A1Of each word vector in the external text corpus respectivelySimilarity, wherein the similarity
Figure BDA0003439260640000041
s(A1,Bi) Representing the Euclidean distance, i.e. the degree of similarity, A, of two word vectors1Word vectors representing the vocabulary of carbon emissions, energy consumption, BiA word vector representing any word in the external text corpus. And screening out the vocabulary corresponding to the word vector with similarity greater than the set threshold value, thereby forming a target vocabulary set b ═ b1,b2,...bi...bn},biRepresenting the ith vocabulary in the target vocabulary set; n represents the total number of vocabularies in the target vocabulary set;
and 4, step 4: performing word segmentation on each sentence in D paragraphs in the case library text a, replacing pronouns after word segmentation with real words, and performing part-of-speech tagging to obtain each sentence in the D paragraphs after preprocessing;
and 5: dividing each sentence in the preprocessed D paragraphs into a plurality of simple sentences containing one object, and recording the object set in all the simple sentences in the preprocessed D-th paragraph as wd={wd1,wd2,...,wdj,...,wdm},wdjRepresenting the jth object in the jth paragraph, calculating the sum of the similarity between the object in each simple sentence of the jth paragraph and each vocabulary in the target vocabulary set, and averaging, wherein the similarity is
Figure BDA0003439260640000042
s(Bi,Wdj) Representing the Euclidean distance, i.e. the degree of similarity, B, of two word vectorsiWord vectors, W, representing any of the words in the target set of wordsdjA word vector representing any vocabulary in the set of objects; mean value of similarity
Figure BDA0003439260640000043
Wherein the content of the first and second substances,
Figure BDA0003439260640000044
the sum of the similarity of the word vector representing any vocabulary in the object set and the word vector of each vocabulary in the target vocabulary set. Screening out the simple sentences corresponding to the objects with the average values larger than the set average threshold value, thereby obtaining K screened simple sentences; d is equal to [1, D ∈];
Step 6: for the predicate verb p in the k-th simple sentence after screeningkMarking and analyzing to obtain a subject s in the kth simple sentencekObject okAnd the remaining components, thereby forming a kth predecessor-predicate triple SAk={sk,pk,ok};
Let a policy knowledge be { operation, object, effect }, and use the predicate verb pkAs an operation, object okAs an object, carbon emission reduction or energy saving is taken as an effect, thereby forming a kth model of operation-object-effect, K ∈ [1, K ∈];
And 7: establishing a mapping relation f between the operation and the effect according to K models of the operation, the object and the effectR:P1,P2,···,Pn→ R and as rule of "IF-THEN": IF P1,P2,···,PnOf THENR, wherein P1,P2,···,PnRepresents n operations, → represents causes, R represents carbon emission reduction or energy saving;
as shown in fig. 3, a piece of policy knowledge is { operation, object, effect }, and a policy knowledge unit is formed by numbering a piece of policy knowledge.
And 8: calculating any two strategies SA of the same stage of the life cycle by using the formula (1)1And SA2Sentence similarity S (SA)1,SA2):
s(SA1,SA2)=q1×s(s1,s2)+q2×s(p1,p2)+q3×s(o1,o2) (1)
In the formula (1), q1,q2,q3Represents the weight of the subject, predicate, object, respectively, and q1+q2+q3=1,s(s1,s2) Representation policy SA1Subject of (1) s1And strategy SA2Subject of (1) s2Similarity between them, s (p)1,p2) Representation policy SA1Predicate p in (1)1And strategy SA2Predicate p in (1)2Similarity between, s (o)1,o2) Representation policy SA1Object of (1)1And strategy SA2Object of (1)2The similarity between them; when S (SA)1,SA2) When the set threshold value is larger than the set threshold value, two strategies SA are used1And SA2Merging into a carbon reduction strategy; otherwise, two strategies SA1And SA2Respectively as a carbon reduction strategy;
and step 9: and finally dividing each paragraph into five stages of a life cycle, correspondingly storing all carbon reduction strategies into a material selection strategy set I, a manufacturing process strategy set II, a service performance strategy set III, a recycling strategy set IV and a logistics maintenance strategy set V, acquiring all feature vocabularies of green features based on the green features of the given five stages, and sequentially searching in each carbon reduction strategy according to each feature vocabulary, so that the carbon reduction strategies with the searched green features are labeled with corresponding green features, thereby forming the carbon reduction strategies with labels and sequentially giving index numbers to the strategy sets I-V to form a strategy knowledge base.
As shown in fig. 4, the finally formed policy knowledge base includes five policy sets i to v, each policy set includes a plurality of tags, and the policy numbers corresponding to the tags are stored together.
For the green characteristics in the step 9, the green characteristics selected by given materials comprise the strength of the materials, the cost of the materials and the toxic harmfulness of the materials, the green characteristics of the manufacturing process comprise material processing and component assembly, the green characteristics of service performance comprise structural strength and performance indexes, the green characteristics of recycling include material recycling, part recycling and recycling economy, and the green characteristics of logistics maintenance comprise product packaging and logistics transportation.
And encoding each piece of strategy knowledge according to lca-label-ops-obj-cer, wherein lca indicates the stage of five stages of the life cycle, label represents label data, ops represents behavior operation, obj represents the object of operation implementation, and cer represents reduction data of carbon emission. And collecting and storing each piece of strategy knowledge obtained by sorting to form a strategy knowledge base.

Claims (1)

1. A construction method of a carbon reduction strategy knowledge base based on a green product case base is characterized by comprising the following steps:
step 1: let the different phases of the life cycle of the green product include: the method comprises a material selection stage, a manufacturing process stage, a service performance stage, a recycling stage and a logistics maintenance stage;
step 2: separating a case text a in a green product case library according to paragraphs to obtain D paragraphs, and preliminarily dividing each paragraph into five stages of a life cycle according to a catalogue, a chapter title and a picture name table name in the case text a; finally dividing each paragraph into five stages of a life cycle according to the word frequency TF of the set feature words in the five stages respectively appearing in each paragraph; thus, the case text a is divided according to different stages of the life cycle;
and step 3: giving the query vocabulary as carbon emission and energy consumption vocabulary, and vectorizing to obtain a word vector A of carbon emission and energy consumption1Calculating a word vector A1Similarity with each word vector in an external text library is respectively obtained, and vocabularies corresponding to the word vectors with the similarity larger than a set threshold value are screened out, so that a target vocabulary set b ═ b is formed1,b2,...bi...bn},biRepresenting the ith vocabulary in the target vocabulary set; n represents the total number of vocabularies in the target vocabulary set;
and 4, step 4: performing word segmentation on each sentence in D paragraphs in the case library text a, replacing pronouns after word segmentation with real words, and performing part-of-speech tagging to obtain each sentence in the D paragraphs after preprocessing;
and 5: dividing each sentence in the preprocessed D paragraphs into a plurality of simple sentences containing one object, and recording the object set in all the simple sentences in the preprocessed D-th paragraph as wd={wd1,wd2,...,wdj,...,wdm},wdjExpressing the jth object in the d paragraph, calculating the sum of the similarity between the object in each simple sentence of the d paragraph and each word in the target word set, then taking an average value, and screening out the simple sentences corresponding to the objects with the average values larger than a set average threshold value, thereby obtaining K screened simple sentences; d is equal to [1, D ∈];
Step 6: for the predicate verb p in the k-th simple sentence after screeningkMarking and analyzing to obtain a subject s in the kth simple sentencekObject okAnd the remaining components, thereby forming a kth predecessor-predicate triple SAk={sk,pk,ok};
Let a policy knowledge be { operation, object, effect }, and use the predicate verb pkAs an operation, object okAs an object, carbon emission reduction or energy saving is taken as an effect, thereby forming a kth model of operation-object-effect, K ∈ [1, K ∈];
And 7: establishing a mapping relation f between the operation and the effect according to K models of the operation, the object and the effectR:P1,P2,···,Pn→ R and as rule of "IF-THEN": IF P1,P2,···,PnTHEN R, wherein P1,P2,···,PnRepresents n operations, → represents causes, R represents carbon emission reduction or energy saving;
and 8: calculating any two strategies SA of the same stage of the life cycle by using the formula (1)1And SA2Sentence similarity S (SA)1,SA2):
s(SA1,SA2)=q1×s(s1,s2)+q2×s(p1,p2)+q3×s(o1,o2) (1)
In the formula (1), q1,q2,q3Represents the weight of the subject, predicate, object, respectively, and q1+q2+q3=1,s(s1,s2) Representation policy SA1Subject of (1) s1And strategy SA2Subject of (1) s2Similarity between them, s (p)1,p2) Representation policy SA1Predicate p in (1)1And strategy SA2Predicate p in (1)2Similarity between, s (o)1,o2) Representation policy SA1Object of (1)1And strategy SA2Object of (1)2The similarity between them; when S (SA)1,SA2) When the set threshold value is larger than the set threshold value, two strategies SA are used1And SA2Merging into a carbon reduction strategy; otherwise, two strategies SA1And SA2Respectively as a carbon reduction strategy;
and step 9: and finally dividing each paragraph into five stages of a life cycle, correspondingly storing all carbon reduction strategies into a material selection strategy set I, a manufacturing process strategy set II, a service performance strategy set III, a recycling strategy set IV and a logistics maintenance strategy set V, acquiring all feature vocabularies of green features based on the green features of the given five stages, and sequentially searching in each carbon reduction strategy according to each feature vocabulary, so that the carbon reduction strategies with the searched green features are labeled with corresponding green features, thereby forming the carbon reduction strategies with labels and sequentially giving index numbers to the strategy sets I-V to form a strategy knowledge base.
CN202111623865.XA 2021-12-28 2021-12-28 Construction method of carbon reduction strategy knowledge base based on green product case library Active CN114281945B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111623865.XA CN114281945B (en) 2021-12-28 2021-12-28 Construction method of carbon reduction strategy knowledge base based on green product case library

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111623865.XA CN114281945B (en) 2021-12-28 2021-12-28 Construction method of carbon reduction strategy knowledge base based on green product case library

Publications (2)

Publication Number Publication Date
CN114281945A true CN114281945A (en) 2022-04-05
CN114281945B CN114281945B (en) 2024-02-27

Family

ID=80877194

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111623865.XA Active CN114281945B (en) 2021-12-28 2021-12-28 Construction method of carbon reduction strategy knowledge base based on green product case library

Country Status (1)

Country Link
CN (1) CN114281945B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116089598A (en) * 2023-02-13 2023-05-09 合肥工业大学 Green knowledge recommendation method based on feature similarity and user demand

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050071150A1 (en) * 2002-05-28 2005-03-31 Nasypny Vladimir Vladimirovich Method for synthesizing a self-learning system for extraction of knowledge from textual documents for use in search
CN110866089A (en) * 2019-11-14 2020-03-06 国家电网有限公司 Robot knowledge base construction system and method based on synonymous multi-language environment analysis
CN112613612A (en) * 2020-12-29 2021-04-06 合肥工业大学 Method and device for constructing green design knowledge base based on patent library

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050071150A1 (en) * 2002-05-28 2005-03-31 Nasypny Vladimir Vladimirovich Method for synthesizing a self-learning system for extraction of knowledge from textual documents for use in search
CN110866089A (en) * 2019-11-14 2020-03-06 国家电网有限公司 Robot knowledge base construction system and method based on synonymous multi-language environment analysis
CN112613612A (en) * 2020-12-29 2021-04-06 合肥工业大学 Method and device for constructing green design knowledge base based on patent library

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘征;潘凯;顾新建;: "集成TRIZ的产品生态设计方法研究", 机械工程学报, no. 11, 5 June 2012 (2012-06-05) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116089598A (en) * 2023-02-13 2023-05-09 合肥工业大学 Green knowledge recommendation method based on feature similarity and user demand
CN116089598B (en) * 2023-02-13 2024-03-19 合肥工业大学 Green knowledge recommendation method based on feature similarity and user demand

Also Published As

Publication number Publication date
CN114281945B (en) 2024-02-27

Similar Documents

Publication Publication Date Title
CN110597735B (en) Software defect prediction method for open-source software defect feature deep learning
CN109344250B (en) Rapid structuring method of single disease diagnosis information based on medical insurance data
CN112732934A (en) Power grid equipment word segmentation dictionary and fault case library construction method
CN111680173A (en) CMR model for uniformly retrieving cross-media information
CN112148885B (en) Intelligent searching method and system based on knowledge graph
CN108509521B (en) Image retrieval method for automatically generating text index
CN111191022A (en) Method and device for generating short titles of commodities
CN110633366A (en) Short text classification method, device and storage medium
CN115270738B (en) Research and report generation method, system and computer storage medium
CN112732946A (en) Modular data analysis and database establishment method for medical literature
CN111191051B (en) Method and system for constructing emergency knowledge map based on Chinese word segmentation technology
CN116628173B (en) Intelligent customer service information generation system and method based on keyword extraction
CN114911917A (en) Asset meta-information searching method and device, computer equipment and readable storage medium
CN115618014B (en) Standard document analysis management system and method applying big data technology
CN114281945B (en) Construction method of carbon reduction strategy knowledge base based on green product case library
CN111428502A (en) Named entity labeling method for military corpus
CN116304115B (en) Knowledge-graph-based material matching and replacing method and device
CN112685440A (en) Structural query information expression method for marking search semantic role
CN115905705A (en) Industrial algorithm model recommendation method based on industrial big data
CN116226371A (en) Digital economic patent classification method
CN115599910A (en) Enterprise three-level industry multi-label classification method
CN113157873B (en) Knowledge base question-answering system construction method based on template matching and deep learning
CN113849639A (en) Method and system for constructing theme model categories of urban data warehouse
Berardi et al. An integrated approach for automatic semantic structure extraction in document images
CN113821618B (en) Method and system for extracting class items of electronic medical record

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