CN116245108A - Verification matching guide method, verification matching guide, device, and storage medium - Google Patents

Verification matching guide method, verification matching guide, device, and storage medium Download PDF

Info

Publication number
CN116245108A
CN116245108A CN202211493108.XA CN202211493108A CN116245108A CN 116245108 A CN116245108 A CN 116245108A CN 202211493108 A CN202211493108 A CN 202211493108A CN 116245108 A CN116245108 A CN 116245108A
Authority
CN
China
Prior art keywords
test requirement
document
test
verification
matching
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
CN202211493108.XA
Other languages
Chinese (zh)
Other versions
CN116245108B (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.)
BEIJING RAINFE TECHNOLOGY CO LTD
Original Assignee
BEIJING RAINFE TECHNOLOGY 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 BEIJING RAINFE TECHNOLOGY CO LTD filed Critical BEIJING RAINFE TECHNOLOGY CO LTD
Priority to CN202211493108.XA priority Critical patent/CN116245108B/en
Publication of CN116245108A publication Critical patent/CN116245108A/en
Application granted granted Critical
Publication of CN116245108B publication Critical patent/CN116245108B/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/30Semantic analysis
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Machine Translation (AREA)

Abstract

The invention discloses a verification matching guiding method, a verification matching guiding device, equipment and a storage medium, and relates to the technical field of equipment product tests, wherein the method comprises the following steps: acquiring a test requirement document of an equipment product; the test requirement document is a word format test requirement document and/or an excel format test requirement document; carrying out structural processing on the test requirement document by adopting a natural language processing technology and/or an ETL technology, and determining a plurality of test requirement items corresponding to the equipment product; matching the test requirement items with each verifiability respectively, and determining the test requirement items associated with one or more verifiabilities as test verification items; the verifiability is a characteristic that needs to be met when the test requirements of the equipment product are met. The invention can rapidly and accurately determine the test verification item of the equipment product.

Description

Verification matching guide method, verification matching guide, device, and storage medium
Technical Field
The invention relates to the technical field of equipment product tests, in particular to a verification matching guiding method, a verification matching guiding device, equipment and a storage medium.
Background
According to actual combat assessment requirements of equipment products, the experimental identification workflow is adjusted. And a working link of performance test, state identification, combat test, train installation type and in-service assessment is constructed in the whole life cycle of equipment products.
Taking the test verification of the aircraft development process as an example, the MBSE (Model-BasedSystem Engineering) idea is required to be taken as a starting point for planning test verification items, and particularly, based on a test requirement document, the test verification items meeting six requirements (the compliance, the accuracy, the rationality, the accuracy, the matching performance and the control performance) are rapidly obtained; the verification six is a test verification standard in the development process of the aircraft, and the planning design of the verification item must strictly follow the requirement of the verification six standard. How to extract key information from test requirement documents of hundreds of pages generated in the development process of an airplane and quickly convert the key information into verification items meeting the six-property verification requirement becomes a new research subject.
Disclosure of Invention
The invention aims to provide a verification matching guiding method, a verification matching guide, equipment and a storage medium, which can quickly and accurately determine test verification items of equipment products.
In order to achieve the above object, the present invention provides the following solutions:
in a first aspect, the present invention provides a verification matching guidance method, including:
acquiring a test requirement document of an equipment product; the test requirement document is a word format test requirement document and/or an excel format test requirement document;
carrying out structural processing on the test requirement document by adopting a natural language processing technology and/or an ETL technology, and determining a plurality of test requirement items corresponding to the equipment product;
matching the test requirement items with each verifiability respectively, and determining the test requirement items associated with one or more verifiabilities as test verification items; the verifiability is a characteristic that needs to be met when the test requirements of the equipment product are met.
Optionally, the structuring processing is performed on the test requirement document by using a natural language processing technology and/or an ETL technology, and the determining a plurality of test requirement items corresponding to the equipment product specifically includes:
carrying out structural processing on the excel format test requirement document by adopting an ETL technology, and determining a plurality of test requirement items corresponding to the equipment products;
and/or the number of the groups of groups,
and carrying out structural processing on the word format test requirement document by adopting a natural language processing technology, and determining a plurality of test requirement items corresponding to the equipment products.
Optionally, the structuring processing is performed on the word format test requirement document by adopting a natural language processing technology, and the determining a plurality of test requirement items corresponding to the equipment product specifically includes:
preprocessing a word format test requirement document to obtain txt format text data;
semantically processing the txt format text data to obtain a professional term data set;
performing automatic label processing on the technical terms in the technical term data set to obtain a plurality of high-frequency words;
matching the high-frequency vocabulary with tags in a tag library to obtain candidate tag results corresponding to text data in txt format;
calculating the similarity between the txt format text data and each candidate tag in the candidate tag results, and determining the candidate tag with the similarity larger than a set value as a final tag result; the final label result is the test requirement item.
Optionally, the semantically obtaining the text data in txt format to obtain a professional term data set specifically includes:
cutting and redundant filtering are carried out on the txt format text data to obtain a document paragraph set;
cutting sentences and redundant filtering each paragraph in the document paragraph set to obtain a document sentence set;
performing word segmentation and redundant filtration on each sentence in the document sentence set to obtain a document word set;
and eliminating invalid words in the document vocabulary set to obtain a professional term data set.
Optionally, the automatic labeling processing is performed on the terms in the term data set to obtain a plurality of high-frequency vocabularies, which specifically includes:
and processing the special terms in the special term dataset by adopting a TF-IDF algorithm and/or a keyword extraction algorithm based on the txt format text data to obtain a plurality of high-frequency words.
Optionally, the test requirement item is respectively matched with each verifiability, which specifically comprises the following steps:
and adopting a machine learning algorithm to match the test requirement items with each verifiability respectively.
Optionally, the test requirement item is respectively matched with each verifiability, which specifically comprises the following steps:
and matching the test requirement items with each verifiability respectively by adopting a similarity calculation mode.
In a second aspect, the present invention provides a verification matching director comprising:
the test requirement document acquisition module is used for acquiring a test requirement document of the equipment product; the test requirement document is a word format test requirement document and/or an excel format test requirement document;
the test requirement item determining module is used for carrying out structural processing on the test requirement document by adopting a natural language processing technology and/or an ETL technology, and determining a plurality of test requirement items corresponding to the equipment product;
the test verification item determining module is used for respectively matching the test requirement items with each verifiability and determining the test requirement items associated with one or more verifiabilities as test verification items; the verifiability is a characteristic that needs to be met when the test requirements of the equipment product are met.
In a third aspect, the present invention provides an electronic device comprising a memory for storing a computer program and a processor that runs the computer program to cause the electronic device to perform the verification matching guidance method according to the first aspect.
In a fourth aspect, the present invention provides a computer-readable storage medium storing a computer program which, when executed by a processor, implements the verification matching targeting method of the first aspect.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects:
the invention provides a verification matching guiding method, a verification matching guiding device, equipment and a storage medium.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions of the prior art, the drawings that are needed in the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a verification matching guidance method according to an embodiment of the present invention;
fig. 2 is a diagram of an NLP technology architecture provided in an embodiment of the present invention;
FIG. 3 is a schematic diagram of a verification matching guidance method according to an embodiment of the present invention;
fig. 4 is a block diagram of a verification matching director according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In order that the above-recited objects, features and advantages of the present invention will become more readily apparent, a more particular description of the invention will be rendered by reference to the appended drawings and appended detailed description.
Term interpretation:
ETL technology: exct-Transform-Load technology.
Natural language processing technology: the natural language processing technology is called NLP technology for short.
TF-IDF: termfrequency-oversecultfrequency is a common weighting technique used for information retrieval and data mining.
Example 1
At present, the requirement understanding of test requirement documents, the planning design of verification items, the checking of verification six-feature compliance requirements and the like are all required to be carried out manually, so that a great deal of manpower and time are required to be consumed in the determination process of the test verification items of various equipment products, and when the test requirement documents in word format and the test requirement documents in excel format are utilized for carrying out the establishment of the verification plans, the efficiency is low and the error rate is high.
In view of this, the embodiment of the invention provides a verification matching guide method. As shown in fig. 1, the method includes:
step 100: acquiring a test requirement document of an equipment product; the test requirement document is a word format test requirement document and/or an excel format test requirement document.
Step 200: and carrying out structural processing on the test requirement document by adopting a natural language processing technology and/or an ETL technology, and determining a plurality of test requirement items corresponding to the equipment product.
Because the excel format test requirement document has the structural attribute, the structural processing of the excel format test requirement document by adopting the ETL technology can be directly carried out without processing, the requirement items in the excel format test requirement document are extracted, and then a plurality of test requirement items corresponding to the equipment products are determined.
Because the word format test requirement document does not have the structural attribute, the word format test requirement document needs to be processed, namely, the word format test requirement document is structured by adopting a Natural Language Processing (NLP) technology, a requirement module is constructed by extracting and structuring text information, the requirement items in the word format test requirement document are extracted, and then a plurality of test requirement items corresponding to the equipment products are determined. The specific process is as shown in fig. 2:
(1) Preprocessing the word format test requirement document to obtain txt format text data.
Preprocessing a word format test requirement document to meet the input requirement of text semantezation and text mining. Mainly realizes the following functions:
1) The word format trial requirements document is converted into standard txt format text data required for text mining.
(2) And carrying out semantication on the text data in the txt format, and determining a professional term data set.
Semanteme is to build a semantic library for possibly related professional terms and invalid words, and provide professional auxiliary configuration for automatic label processing so as to improve the professional and accuracy of labels. The professional auxiliary configuration mainly comprises professional terms, associated words and weight settings, preset standard labels and coding configuration. Mainly realizes the following functions:
1) And cutting and redundant filtering are carried out on the text data in the txt format, so as to obtain a document paragraph set.
2) And cutting sentences and redundant filtering each paragraph in the document paragraph set to obtain a document sentence set.
3) And performing word segmentation and redundant filtration on each sentence in the document sentence set to obtain a document word set.
4) And eliminating invalid words in the document vocabulary set to obtain a special term set corresponding to the text data in the txt format.
(3) And carrying out automatic label processing on the technical terms in the technical term data set to obtain a plurality of high-frequency words.
The automatic label is an automatic and efficient batch intelligent service, and based on a natural language processing technology, a plurality of feature extraction algorithms are adopted to calculate core labels of content of a required document, a natural language processing model is constructed, and standard labels and codes are set for the required document according to preset standard labels and codes. Based on natural language processing technology, adopting various feature extraction algorithms to automatically label the professional term set corresponding to the txt format text data, and obtaining a candidate label result.
The method specifically comprises the following steps:
1) Based on the txt format text data, a TF-IDF algorithm and/or a keyword extraction algorithm (e.g. a textRank algorithm) are adopted to process the professional terms in the professional term data set, so that a plurality of high-frequency words are obtained.
(4) And matching the high-frequency vocabulary with the tags in the tag library to obtain candidate tag results corresponding to the text data in the txt format.
After the txt format text data is labeled, the txt format text data can be quickly searched according to the codes or the labels, then the correctness of the label codes can be confirmed according to the content of the txt format text data, if the labels are incorrect, standard labels and codes of the txt format text data can be manually corrected, so that the contents such as keywords and high-frequency words can be quickly extracted, and the extraction of document structured information can be realized through the technologies such as similarity matching and label quick searching.
Step 300: matching the test requirement items with each verifiability respectively, and determining the test requirement items associated with one or more verifiabilities as test verification items; the verifiability is a characteristic that needs to be met when the test requirements of the equipment product are met.
Taking test verification of the aircraft development process as an example, six-way matching needs to be verified on test requirement items. And (3) extracting a requirement item from the test requirement document in a Word or Excel format, and constructing a verification requirement module. Because the requirement items and the verification hexagons are in a many-to-many relationship, under the condition of more requirement items, the artificial judgment workload is larger, so that an automatic matching algorithm based on a machine learning algorithm or similarity analysis is required to be constructed, similarity calculation is carried out on the requirement items of unknown matching relationships and six keywords which are defined in advance through the automatic matching algorithm, similarity weights and sequences from high to low are given, then the final confirmation is carried out manually, the matching relationship is established, and further one or more verifications corresponding to the requirement items are determined.
And forming a verification module based on the determined verification six-degree automatic association verification item. Specific test verification tasks can be generated through the verification items, and the construction of the whole verification matching director is completed.
As shown in fig. 3, the embodiment of the invention relates to the technical field of rapid matching of equipment products in the requirement of test verification, and provides a construction method of a test verification requirement verification matching guide. Firstly, test requirement documents (such as word format test requirement documents, excel format test requirement documents, pdf format test requirement documents and the like) are processed, requirement structuring is carried out based on NLP (natural language processing) and ETL (Extract-Transform-Load) technologies, the requirement structuring is converted into a requirement module, the requirement module and verification six are complex many-to-many relations, therefore, an automatic matching model needs to be built to achieve automatic matching of the requirement module and verification six, and then a verification module is built according to built-in association between the six and verification items.
Example two
In order to perform a corresponding method of the above-described embodiments to achieve the corresponding functions and technical effects, a verification matching director is provided below.
As shown in fig. 4, the guide includes:
the test requirement document acquisition module 1 is used for acquiring a test requirement document of the equipment product; the test requirement document is a word format test requirement document and/or an excel format test requirement document;
the test requirement item determining module 2 is used for carrying out structural processing on the test requirement document by adopting a natural language processing technology and/or an ETL technology to determine a plurality of test requirement items corresponding to the equipment products;
a test verification item determining module 3, configured to match the test requirement item with each verifiability, and determine a test requirement item associated with one or more verifiabilities as a test verification item; the verifiability is a characteristic that needs to be met when the test requirements of the equipment product are met.
The verification matching guide can help to quickly understand the verification requirement document of the equipment product test, quickly match to a specific test verification task, realize the association from top-level design to specific verification details, greatly save the workload of verification personnel, improve the test efficiency and reduce the error rate and the test cost.
Example III
An embodiment of the present invention provides an electronic device including a memory for storing a computer program and a processor that runs the computer program to cause the electronic device to execute the verification matching guidance method of the first embodiment.
Alternatively, the electronic device may be a server.
In addition, the embodiment of the present invention further provides a computer readable storage medium storing a computer program, where the computer program when executed by a processor implements the verification matching guidance method of the first embodiment.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the system disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
The principles and embodiments of the present invention have been described herein with reference to specific examples, the description of which is intended only to assist in understanding the methods of the present invention and the core ideas thereof; also, it is within the scope of the present invention to be modified by those of ordinary skill in the art in light of the present teachings. In view of the foregoing, this description should not be construed as limiting the invention.

Claims (10)

1. A verification matching guide method, comprising:
acquiring a test requirement document of an equipment product; the test requirement document is a word format test requirement document and/or an excel format test requirement document;
carrying out structural processing on the test requirement document by adopting a natural language processing technology and/or an ETL technology, and determining a plurality of test requirement items corresponding to the equipment product;
matching the test requirement items with each verifiability respectively, and determining the test requirement items associated with one or more verifiabilities as test verification items; the verifiability is a characteristic that needs to be met when the test requirements of the equipment product are met.
2. The method for guiding verification matching according to claim 1, wherein the structuring process is performed on the test requirement document by using a natural language processing technology and/or an ETL technology, and the determining a plurality of test requirement items corresponding to the equipment product specifically includes:
carrying out structural processing on the excel format test requirement document by adopting an ETL technology, and determining a plurality of test requirement items corresponding to the equipment products;
and/or the number of the groups of groups,
and carrying out structural processing on the word format test requirement document by adopting a natural language processing technology, and determining a plurality of test requirement items corresponding to the equipment products.
3. The method for guiding verification matching according to claim 2, wherein the structuring process is performed on the word format test requirement document by using a natural language processing technology, and the determining a plurality of test requirement items corresponding to the equipment product specifically includes:
preprocessing a word format test requirement document to obtain txt format text data;
semantically processing the txt format text data to obtain a professional term data set;
performing automatic label processing on the technical terms in the technical term data set to obtain a plurality of high-frequency words;
matching the high-frequency vocabulary with tags in a tag library to obtain candidate tag results corresponding to text data in txt format;
calculating the similarity between the txt format text data and each candidate tag in the candidate tag results, and determining the candidate tag with the similarity larger than a set value as a final tag result; the final label result is the test requirement item.
4. The method for guiding verification matching according to claim 3, wherein said semantically obtaining the term dataset comprises:
cutting and redundant filtering are carried out on the txt format text data to obtain a document paragraph set;
cutting sentences and redundant filtering each paragraph in the document paragraph set to obtain a document sentence set;
performing word segmentation and redundant filtration on each sentence in the document sentence set to obtain a document word set;
and eliminating invalid words in the document vocabulary set to obtain a professional term data set.
5. The method for guiding verification matching according to claim 3, wherein the automatic labeling process is performed on the terms in the term data set to obtain a plurality of high-frequency vocabularies, and the method specifically comprises:
and processing the special terms in the special term dataset by adopting a TF-IDF algorithm and/or a keyword extraction algorithm based on the txt format text data to obtain a plurality of high-frequency words.
6. The verification matching guidance method of claim 1, wherein the matching of the test requirement item with each verifiability includes:
and adopting a machine learning algorithm to match the test requirement items with each verifiability respectively.
7. The verification matching guidance method of claim 1, wherein the matching of the test requirement item with each verifiability includes:
and matching the test requirement items with each verifiability respectively by adopting a similarity calculation mode.
8. A verification matching director comprising:
the test requirement document acquisition module is used for acquiring a test requirement document of the equipment product; the test requirement document is a word format test requirement document and/or an excel format test requirement document;
the test requirement item determining module is used for carrying out structural processing on the test requirement document by adopting a natural language processing technology and/or an ETL technology, and determining a plurality of test requirement items corresponding to the equipment product;
the test verification item determining module is used for respectively matching the test requirement items with each verifiability and determining the test requirement items associated with one or more verifiabilities as test verification items; the verifiability is a characteristic that needs to be met when the test requirements of the equipment product are met.
9. An electronic device comprising a memory for storing a computer program and a processor that runs the computer program to cause the electronic device to perform the verification matching guidance method of any one of claims 1 to 7.
10. A computer-readable storage medium, characterized in that it stores a computer program which, when executed by a processor, implements the verification matching guidance method of any one of claims 1 to 7.
CN202211493108.XA 2022-11-25 2022-11-25 Verification matching guide method, verification matching guide, device, and storage medium Active CN116245108B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211493108.XA CN116245108B (en) 2022-11-25 2022-11-25 Verification matching guide method, verification matching guide, device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211493108.XA CN116245108B (en) 2022-11-25 2022-11-25 Verification matching guide method, verification matching guide, device, and storage medium

Publications (2)

Publication Number Publication Date
CN116245108A true CN116245108A (en) 2023-06-09
CN116245108B CN116245108B (en) 2023-09-26

Family

ID=86623053

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211493108.XA Active CN116245108B (en) 2022-11-25 2022-11-25 Verification matching guide method, verification matching guide, device, and storage medium

Country Status (1)

Country Link
CN (1) CN116245108B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011060257A1 (en) * 2009-11-13 2011-05-19 Ab Initio Technology Llc Managing record format information
US20140081981A1 (en) * 2012-09-19 2014-03-20 Deep River Ventures, Llc Methods, Systems, and Program Products for Identifying a Matched Tag Set
US20180046780A1 (en) * 2015-04-22 2018-02-15 Antidote Technologies Ltd. Computer implemented method for determining clinical trial suitability or relevance
CN110162468A (en) * 2019-04-26 2019-08-23 腾讯科技(深圳)有限公司 A kind of test method, device and computer readable storage medium
CN110781673A (en) * 2019-09-06 2020-02-11 平安科技(深圳)有限公司 Document acceptance method and device, computer equipment and storage medium
CN113704135A (en) * 2021-10-29 2021-11-26 卡斯柯信号(北京)有限公司 Demand coverage verification method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011060257A1 (en) * 2009-11-13 2011-05-19 Ab Initio Technology Llc Managing record format information
US20140081981A1 (en) * 2012-09-19 2014-03-20 Deep River Ventures, Llc Methods, Systems, and Program Products for Identifying a Matched Tag Set
US20180046780A1 (en) * 2015-04-22 2018-02-15 Antidote Technologies Ltd. Computer implemented method for determining clinical trial suitability or relevance
CN110162468A (en) * 2019-04-26 2019-08-23 腾讯科技(深圳)有限公司 A kind of test method, device and computer readable storage medium
CN110781673A (en) * 2019-09-06 2020-02-11 平安科技(深圳)有限公司 Document acceptance method and device, computer equipment and storage medium
CN113704135A (en) * 2021-10-29 2021-11-26 卡斯柯信号(北京)有限公司 Demand coverage verification method and device

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
YASUHARU NISHI: "Viewpoint-Based Test Requirement Analaysis Modeling", 2014 IEEE SEVENTH INTERNATIONAL CONFERENCE ON SOFTWARE TESTING, VERIFICATION AND VALIDATION WORKSHOPS *
李宁;: "军用飞机试飞验证标准化应用研究", 飞行力学, no. 35 *
马永龙;: "基于作战适用性的舰船电子装备全寿命周期的"六性"考核与验证", 舰船电子工程, no. 01 *

Also Published As

Publication number Publication date
CN116245108B (en) 2023-09-26

Similar Documents

Publication Publication Date Title
CN111708773B (en) Multi-source scientific and creative resource data fusion method
CN113157859B (en) Event detection method based on upper concept information
US20220188517A1 (en) Hierarchical machine learning architecture including master engine supported by distributed light-weight real-time edge engines
CN111158641B (en) Automatic recognition method for transaction function points based on semantic analysis and text mining
Wang et al. Neural related work summarization with a joint context-driven attention mechanism
EP4364044A1 (en) Automated troubleshooter
CN107480197B (en) Entity word recognition method and device
CN116521898A (en) Construction method of power plant power generation equipment fault knowledge graph
US20190236173A1 (en) Utilizing artificial intelligence to integrate data from multiple diverse sources into a data structure
CN117648093A (en) RPA flow automatic generation method based on large model and self-customized demand template
CN113011156A (en) Quality inspection method, device and medium for audit text and electronic equipment
CN112417996A (en) Information processing method and device for industrial drawing, electronic equipment and storage medium
CN116245108B (en) Verification matching guide method, verification matching guide, device, and storage medium
CN111831624A (en) Data table creating method and device, computer equipment and storage medium
CN111881695A (en) Audit knowledge retrieval method and device
CN115617689A (en) Software defect positioning method based on CNN model and domain features
CN115759037A (en) Intelligent auditing frame and auditing method for building construction scheme
TWI793432B (en) Document management method and system for engineering project
Hu et al. A classification model of power operation inspection defect texts based on graph convolutional network
CN111339272A (en) Code defect report retrieval method and device
CN113821618B (en) Method and system for extracting class items of electronic medical record
CN117852553B (en) Language processing system for extracting component transaction scene information based on chat record
CN113191148B (en) Rail transit entity identification method based on semi-supervised learning and clustering
KR102388184B1 (en) Collection, classification and management system of public information for detecting and controlling undeclared nuclear fuel cycle-related activities and method thereof
Mussabayev et al. Creation of necessary technical and expert-analytical conditions for development of the information system of evaluating open text information sources’ influence on society

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
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Qin Jiashen

Inventor after: Hong Xuechao

Inventor after: Shi Fujie

Inventor after: Chen Peng

Inventor after: Zhou Bo

Inventor after: Yan Zhanqian

Inventor after: Yu Xiaozhe

Inventor after: Zheng Bao

Inventor before: Qin Jiashen

Inventor before: Shi Fujie

Inventor before: Chen Peng

Inventor before: Hong Xuechao

Inventor before: Zhou Bo

Inventor before: Yan Zhanqian

Inventor before: Yu Xiaozhe

Inventor before: Zheng Bao

GR01 Patent grant
GR01 Patent grant