CN115759037A - Intelligent auditing frame and auditing method for building construction scheme - Google Patents

Intelligent auditing frame and auditing method for building construction scheme Download PDF

Info

Publication number
CN115759037A
CN115759037A CN202211464436.7A CN202211464436A CN115759037A CN 115759037 A CN115759037 A CN 115759037A CN 202211464436 A CN202211464436 A CN 202211464436A CN 115759037 A CN115759037 A CN 115759037A
Authority
CN
China
Prior art keywords
construction scheme
analysis
construction
algorithm
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.)
Pending
Application number
CN202211464436.7A
Other languages
Chinese (zh)
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.)
China Construction Eighth Engineering Division Co Ltd
Original Assignee
China Construction Eighth Engineering Division 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 China Construction Eighth Engineering Division Co Ltd filed Critical China Construction Eighth Engineering Division Co Ltd
Priority to CN202211464436.7A priority Critical patent/CN115759037A/en
Publication of CN115759037A publication Critical patent/CN115759037A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to an intelligent auditing framework and an auditing method for a building construction scheme. The integrity analysis of the construction scheme to be audited is realized by analyzing the text keywords, the calculation formula symbols and the rich text information in the construction scheme to be audited and comparing the analyzed text keywords, the calculation formula symbols and the rich text information with the character information in the sensitive word bank and the knowledge map, and an excellent construction scheme is provided as a reference case to help technicians develop further modification and perfection of the construction scheme to be audited.

Description

建筑施工方案智能审核框架及审核方法Intelligent audit framework and audit method of building construction plan

技术领域technical field

本发明属于建筑施工领域,尤其涉及一种建筑施工方案智能审核框架及审核方法。The invention belongs to the field of building construction, and in particular relates to an intelligent auditing framework and an auditing method of a building construction plan.

背景技术Background technique

建筑施工方案是工程项目的实施方案,是建筑企业技术人员日常大量编写的文档材料。其中包括组织机构方案、人员组成方案、技术方案、安全方案、材料供应方案、计算书等。由于建筑施工方案直接指导建筑施工,因此其完整性和准确性关系到工程项目的安全和质量。The construction plan is the implementation plan of the engineering project, and it is a large number of document materials written daily by the technical personnel of the construction company. These include organizational plans, personnel composition plans, technical plans, safety plans, material supply plans, calculation books, etc. Since the building construction plan directly guides the building construction, its completeness and accuracy are related to the safety and quality of the engineering project.

通常建筑施工方案由现场技术人员编撰完成后,提交由技术管理条线人员进行校对和审核。审核工作主要包括根据关键信息核查实施方案的完整性、根据关键数据信息核查计算公式准确性、比对方案关键要素以完善方案内容等。传统审核流程中技术人员的工作量较大、重复性较高、且效率较低,如何进一步提高工作质量、缩短工作时长是值得研究的问题。Usually, after the construction plan is compiled by the on-site technicians, it is submitted to the technical management line personnel for proofreading and review. The audit work mainly includes checking the integrity of the implementation plan based on key information, checking the accuracy of calculation formulas based on key data information, and comparing key elements of the plan to improve the content of the plan, etc. In the traditional review process, the workload of technicians is heavy, repetitive, and inefficient. How to further improve the quality of work and shorten the working hours is a problem worthy of study.

发明内容Contents of the invention

本发明的目的在于提供一种建筑施工方案智能审核框架及审核方法,该框架通过人工智能替代传统技术人员对施工方案进行预审核,提高施工方案的审核效率和质量,减少技术人员工作量。The purpose of the present invention is to provide an intelligent review framework and review method for building construction plans. The framework uses artificial intelligence to replace traditional technicians to pre-check construction plans, improve the review efficiency and quality of construction plans, and reduce the workload of technicians.

本发明通过以下技术方案来实现:The present invention is realized through the following technical solutions:

一种建筑施工方案智能审核框架,其特征在于,包括基于自然语言处理技术的关键词解析、基于深度语义相似度模型的信息匹配、基于算法的计算符号识别以及富文本解析;An intelligent review framework for building construction schemes, characterized in that it includes keyword analysis based on natural language processing technology, information matching based on deep semantic similarity models, algorithm-based computational symbol recognition, and rich text analysis;

所述基于自然语言处理技术的关键词解析,用于通过自然语言处理技术对待审核施工方案进行解析、分词,获取待审核施工方案中的所有关键词;The keyword analysis based on natural language processing technology is used to analyze and segment the construction plan to be reviewed through natural language processing technology, and obtain all keywords in the construction plan to be reviewed;

所述基于算法的计算符号识别,用于通过算法对待审核施工方案中的计算公式符号进行精准识别;The algorithm-based calculation symbol identification is used to accurately identify the calculation formula symbols in the construction plan to be reviewed through the algorithm;

所述富文本解析,用于将各种文档中所需的全部富文本信息进行提取,并生成目录结构;The rich text analysis is used to extract all the rich text information required in various documents and generate a directory structure;

所述基于深度语义相似度模型的信息匹配,用于建立基于现行建筑相关法律法规、标准规范、其他优秀施工方案的敏感词库和知识图谱,通过基于深度语义相似度模型中的表示层、匹配层、LSTM,将敏感词库和知识图谱中的信息与待审核施工方案的文本进行匹配,完成待审核施工方案的查漏补缺,并以清单形式列举待审核施工方案漏写项。The information matching based on the deep semantic similarity model is used to establish sensitive thesaurus and knowledge graphs based on current building-related laws and regulations, standards and specifications, and other excellent construction schemes, through the presentation layer and matching based on the deep semantic similarity model Layer, LSTM, match the information in the sensitive lexicon and knowledge map with the text of the construction plan to be reviewed, complete the leak detection and filling of the construction plan to be reviewed, and list the missing items of the construction plan to be reviewed in the form of a list.

在本发明的实施例中,所述基于自然语言处理技术的关键词解析包括:采用自然语言处理技术的核心语义分析技术,开展待审核施工方案文本的词法分析、语句分析、语用分析以及语境分析,实现待审核施工方案文本的关键词解析,为关键词匹配做准备。In an embodiment of the present invention, the keyword analysis based on natural language processing technology includes: using the core semantic analysis technology of natural language processing technology to carry out lexical analysis, sentence analysis, pragmatic analysis and linguistic analysis of the text of the construction plan to be reviewed. Environmental analysis, realize the keyword analysis of the construction plan text to be reviewed, and prepare for keyword matching.

在本发明的实施例中,所述基于算法的计算符号识别包括:通过图像校正算法、文字检测算法、文字识别算法以及语义修正算法,对待审核施工方案中的计算公式符号进行识别,以便与标准规范中的敏感词进行匹配,继而实现计算公式符号的查漏补缺In an embodiment of the present invention, the algorithm-based recognition of calculation symbols includes: using an image correction algorithm, a text detection algorithm, a text recognition algorithm, and a semantic correction algorithm to identify the calculation formula symbols in the construction plan to be reviewed, so as to be consistent with the standard Match the sensitive words in the specification, and then realize the missing and filling of calculation formula symbols

在本发明的实施例中,所述富文本解析包括:通过Node解析、表格解析、图表解析以及文档结构检测,对待审核施工方案文本中的各要素进行富文本解析,并形成目录结构以便与知识图谱中的相似优秀方案进行匹配,匹配得到的相似优秀方案可作为待审核施工方案的编写参考案例。In an embodiment of the present invention, the rich text parsing includes: performing rich text parsing on each element in the text of the construction plan to be reviewed through Node parsing, table parsing, graph parsing, and document structure detection, and forming a directory structure so as to be compatible with knowledge The similar excellent schemes in the map are matched, and the matched similar excellent schemes can be used as reference cases for writing construction schemes to be reviewed.

一种基于上述建筑施工方案智能审核框架实现的建筑施工方案智能审核方法,其包括步骤:An intelligent auditing method for building construction schemes realized based on the above-mentioned intelligent auditing framework for building construction schemes, comprising the steps of:

第一步、基于自然语言处理技术的关键词解析、基于算法的计算符号识别和富文本解析,包括:The first step is keyword analysis based on natural language processing technology, algorithm-based computational symbol recognition and rich text analysis, including:

采用所述基于自然语言处理技术的关键词解析,通过自然语言处理技术对待审核施工方案进行解析、分词,获取待审核施工方案中的所有关键词;Using the keyword analysis based on natural language processing technology, the construction plan to be reviewed is analyzed and word-segmented by natural language processing technology, and all keywords in the construction plan to be reviewed are obtained;

采用所述基于算法的计算符号识别,通过算法对待审核施工方案中的计算公式符号进行精准识别;Using the algorithm-based calculation symbol recognition, the algorithm is used to accurately identify the calculation formula symbols in the construction plan to be reviewed;

采用所述富文本解析,将各种文档中所需的全部富文本信息进行提取,并生成目录结构;Using the rich text analysis, extract all the rich text information required in various documents, and generate a directory structure;

第二步、基于深度语义相似度模型的信息匹配,包括:The second step is information matching based on the deep semantic similarity model, including:

通过采集建筑领域相关法律法规、标准规范以及优秀施工方案,建立敏感词库;Establish a sensitive vocabulary by collecting relevant laws and regulations, standards and specifications, and excellent construction plans in the construction field;

通过采集领域专家知识和互联网领域资源,形成领域知识图谱;Form a domain knowledge map by collecting domain expert knowledge and Internet domain resources;

采用深度语义相似度模型的表示层、匹配层和LSTM,将敏感词库、知识图谱与待审核施工方案的文本信息进行匹配;Use the representation layer, matching layer and LSTM of the deep semantic similarity model to match sensitive thesaurus and knowledge graphs with the text information of the construction plan to be reviewed;

第三步、输出结果文件,包括:The third step is to output the result file, including:

通过敏感词库匹配,以清单方式输出待审核施工方案的漏泄项,方便技术人员查看和补充;Through the matching of the sensitive lexicon, the leaked items of the construction plan to be reviewed are output in the form of a list, which is convenient for technicians to check and supplement;

通过知识图谱匹配,以优秀施工方案内容推荐形式,给技术人员修改完善待审核施工方案提供参考。Through knowledge map matching, it provides references for technical personnel to modify and improve construction plans to be reviewed in the form of recommended content of excellent construction plans.

与现有技术相比,本发明具有以下有益效果:Compared with the prior art, the present invention has the following beneficial effects:

1、通过待审核施工方案关键词、计算公式符号以及富文本信息解析,快速捕捉待审核施工方案中的重点信息,避免施工方案审核的盲目性;1. Quickly capture the key information in the construction plan to be reviewed by analyzing the key words of the construction plan to be reviewed, calculation formula symbols and rich text information, and avoid the blindness of the construction plan review;

2、通过人工智能建立敏感词库和知识图谱,实现法律法规、标准规范以及优秀施工方案与待审核施工方案的快速匹配,提高待审核方案完整性查验速度,并给技术人员提供可参考优秀施工方案;2. Establish a sensitive lexicon and knowledge map through artificial intelligence, realize the rapid matching of laws, regulations, standards and specifications, and excellent construction plans with construction plans to be reviewed, improve the speed of completeness inspection of plans to be reviewed, and provide technical personnel with reference to excellent construction plans plan;

3、通过该审核框架可减少90%方案审核工作量,提高了技术人员工作效率和质量。3. Through the review framework, 90% of the program review workload can be reduced, and the work efficiency and quality of technical personnel can be improved.

附图说明Description of drawings

为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings that need to be used in the description of the embodiments will be briefly introduced below. Obviously, the drawings in the following description are only some embodiments of the present invention. For those skilled in the art, other drawings can also be obtained based on these drawings without creative effort.

图1为本发明实施例提供的建筑施工方案智能审核框架的审核步骤图。Fig. 1 is a diagram of the audit steps of the intelligent audit framework of the building construction scheme provided by the embodiment of the present invention.

具体实施方式Detailed ways

名称解释:Name explanation:

NLP:自然语言处理(NLP,Natural Language Processing)是研究人与计算机交互的语言问题的一门学科。按照技术实现难度的不同,这类系统可以分成简单匹配式、模糊匹配式和段落理解式三种类型。NLP: Natural Language Processing (NLP, Natural Language Processing) is a discipline that studies the language problems of human-computer interaction. According to the difficulty of technical implementation, such systems can be divided into three types: simple matching, fuzzy matching and paragraph understanding.

DSSM:Deep Structured Semantic Models,基于深度语义相似度模型,DSSM的原理是用DNN把搜索引擎里Query和Title Query和Title 表达为低纬语义向量,并通过cosine距离来计算两个语义向量的距离,最终训练出语义相似度模型。该模型既可以用来预测两个句子的语义相似度,又可以获得某句子的低纬语义向量表达。DSSM从下往上可以分为三层结构:输入层、表示层、匹配层。DSSM: Deep Structured Semantic Models, based on the deep semantic similarity model, the principle of DSSM is to use DNN to express Query and Title in the search engine as low-latitude semantic vectors, and calculate the distance between the two semantic vectors through the cosine distance, Finally, a semantic similarity model is trained. This model can be used not only to predict the semantic similarity of two sentences, but also to obtain the low-dimensional semantic vector representation of a sentence. DSSM can be divided into three layers from bottom to top: input layer, presentation layer, and matching layer.

下面结合附图对本发明的具体实施方式作进一步说明。在此需要说明的是,对于这些实施方式的说明用于帮助理解本发明,但并不构成对本发明的限定。此外,下面所描述的本发明各个实施方式中所涉及的技术特征只要彼此之间未构成冲突就可以相互组合。The specific embodiments of the present invention will be further described below in conjunction with the accompanying drawings. It should be noted here that the descriptions of these embodiments are used to help understand the present invention, but are not intended to limit the present invention. In addition, the technical features involved in the various embodiments of the present invention described below may be combined with each other as long as they do not constitute a conflict with each other.

本发明提供了一种建筑施工方案智能审核框架,该框架接收施工方案后,通过要素抽取、要素审核、专家建议等多个处理组件并联运行,最终输出预处理后的结果文本。该框架通过人工智能对施工方案进行预处理,减少了技术人员大量重复性的劳动,进一步提高了施工方案审核效率和质量,减少了人工成本。The invention provides an intelligent review framework for building construction schemes. After receiving the construction scheme, the framework operates in parallel through multiple processing components such as element extraction, element audit, and expert advice, and finally outputs the preprocessed result text. The framework uses artificial intelligence to preprocess the construction plan, which reduces a lot of repetitive labor for technicians, further improves the efficiency and quality of construction plan review, and reduces labor costs.

为实现上述目的,本发明采用的技术方案为:To achieve the above object, the technical solution adopted in the present invention is:

一种建筑施工方案智能审核框架,包括基于自然语言处理技术(NLP) 的关键词解析,基于深度语义相似度模型(DSSM)的信息匹配,基于算法的计算符号识别以及富文本解析。所述基于自然语言处理技术(NLP) 的关键词解析特征在于:采用自然语言处理技术的核心语义分析技术,开展待审核施工方案文本的词法分析、语句分析、语用分析以及语境分析,实现待审核施工方案文本的关键词解析,为关键词匹配做准备;所述基于深度语义相似度模型(DSSM)的信息匹配特征在于:建立基于现行建筑相关法律法规、标准规范、其他优秀施工方案的敏感词库和知识图谱,通过DSSM中的表示层、匹配层、LSTM,将敏感词库和知识图谱中的信息与待审核施工方案的文本进行匹配,完成待审核施工方案的查漏补缺,并以清单形式列举待审核施工方案漏写项;所述基于算法的计算符号识别特征在于:通过图像校正算法、文字检测算法、文字识别算法以及语义修正算法,对待审核施工方案中的计算公式符号进行识别,以便与标准规范中的敏感词进行匹配,继而实现计算公式符号的查漏补缺;所述富文本解析特征在于:通过Node解析、表格解析、图表解析以及文档结构检测,对待审核施工方案文本中的目录、标题、段落、页眉页脚、表格和图片等要素进行富文本解析,并形成目录结构以便与知识图谱中的相似优秀方案进行匹配,匹配得到的相似优秀方案可作为待审核施工方案的编写参考案例。An intelligent review framework for building construction schemes, including keyword analysis based on natural language processing technology (NLP), information matching based on deep semantic similarity model (DSSM), algorithm-based computational symbol recognition and rich text analysis. The keyword analysis based on natural language processing technology (NLP) is characterized in that: the core semantic analysis technology of natural language processing technology is adopted to carry out lexical analysis, sentence analysis, pragmatic analysis and context analysis of the construction plan text to be reviewed, and realize The keyword analysis of the text of the construction plan to be reviewed prepares for keyword matching; the information matching feature based on the deep semantic similarity model (DSSM) is: the establishment of relevant laws and regulations based on current construction, standard specifications, and other excellent construction plans Sensitive thesaurus and knowledge map, through the presentation layer, matching layer, and LSTM in DSSM, match the information in the sensitive thesaurus and knowledge map with the text of the construction plan to be reviewed, complete the leak detection and filling of the construction plan to be reviewed, and List the missing items of the construction plan to be reviewed in the form of a list; the algorithm-based calculation symbol recognition is characterized in that: through the image correction algorithm, text detection algorithm, text recognition algorithm and semantic correction algorithm, the calculation formula symbols in the construction plan to be reviewed are processed. Recognize, so as to match with the sensitive words in the standard specification, and then realize the missing filling of calculation formula symbols; the rich text analysis is characterized in that: through Node analysis, table analysis, chart analysis and document structure detection, the text of the construction plan to be reviewed Contents, titles, paragraphs, headers, footers, tables, pictures and other elements in the content are analyzed in rich text, and a directory structure is formed to match with similar excellent solutions in the knowledge graph. Reference case for program writing.

本发明一种建筑施工方案智能审核框架的工作原理是:通过对待审核施工方案中的文本关键词、计算公式符号、富文本信息进行解析,并与敏感词库和知识图谱中的文字信息比对,实现待审核施工方案的完整性分析,并提供优秀施工方案作为参考案例,帮助技术人员开展待审核施工方案的进一步修改完善。The working principle of an intelligent review framework for a building construction plan in the present invention is: analyze the text keywords, calculation formula symbols, and rich text information in the construction plan to be reviewed, and compare it with the text information in the sensitive lexicon and knowledge map , realize the integrity analysis of the construction plan to be reviewed, and provide excellent construction plans as reference cases to help technicians further modify and improve the construction plan to be reviewed.

参阅图1,基于本发明建筑施工方案智能审核框架的审核步骤,包括:Referring to Fig. 1, the audit steps based on the intelligent audit framework of the building construction scheme of the present invention include:

(1)该智能审核框架第一步包括基于自然语言处理技术(NLP)的关键词解析、基于算法的计算符号识别和富文本解析:(1) The first step of the intelligent review framework includes keyword analysis based on natural language processing technology (NLP), algorithm-based calculation symbol recognition and rich text analysis:

1)基于自然语言处理技术(NLP)的关键词解析,旨在通过自然语言处理技术(NLP)对待审核施工方案进行解析、分词,获取待审核施工方案中的所有关键词。其中,自然语言处理技术的核心为语义分析技术,包括词法分析、句法分析、语用分析和语境分析,不仅实现词法和句法这种语法水平上的分析,也完成了单词、词组、句子和段落包含的意义分析;1) Keyword analysis based on natural language processing technology (NLP), which aims to analyze and segment the construction plan to be reviewed through natural language processing technology (NLP), and obtain all keywords in the construction plan to be reviewed. Among them, the core of natural language processing technology is semantic analysis technology, including lexical analysis, syntactic analysis, pragmatic analysis and context analysis. Analysis of the meaning contained in the paragraph;

2)基于算法的计算符号识别,旨在通过算法对待审核施工方案中的计算公式符号进行精准识别。其中,算法主要包括图像校正算法、文字检测算法、文字识别算法和语义修正算法,实现符号图片转化为计算机字符序列,为下一步匹配做准备;2) Algorithm-based calculation symbol recognition aims to accurately identify the calculation formula symbols in the construction plan to be reviewed through the algorithm. Among them, the algorithm mainly includes image correction algorithm, text detection algorithm, text recognition algorithm and semantic correction algorithm, so as to realize the transformation of symbol pictures into computer character sequences and prepare for the next step of matching;

3)富文本解析,旨在将PDF、WORD等各种文档中所需的全部富文本信息进行提取,并生成目录结构。其中,富文本解析主要采用NODE解析、表格解析、图表解析和文档结构检测,对包括目录、标题、段落、页眉页脚、表格、图片等所有要素解析后,形成目录结构。3) Rich text analysis, which aims to extract all the rich text information required in various documents such as PDF and WORD, and generate a directory structure. Among them, the rich text analysis mainly uses NODE analysis, table analysis, chart analysis and document structure detection, and forms a directory structure after analyzing all elements including directories, titles, paragraphs, headers, footers, tables, and pictures.

(2)该智能审核框架第二步为基于深度语义相似度模型(DSSM)的信息匹配:(2) The second step of the intelligent review framework is information matching based on the deep semantic similarity model (DSSM):

1)通过采集建筑领域相关法律法规、标准规范以及优秀施工方案,建立敏感词库;1) Establish a sensitive lexicon by collecting relevant laws and regulations, standards and specifications, and excellent construction plans in the construction field;

2)通过采集领域专家知识和互联网领域资源,形成领域知识图谱;2) Form a domain knowledge map by collecting domain expert knowledge and Internet domain resources;

3)采用深度语义相似度模型DSSM的表示层、匹配层和LSTM的DSSM 模型,将敏感词库、知识图谱与待审核施工方案的文本信息进行匹配。3) Use the representation layer and matching layer of the deep semantic similarity model DSSM and the DSSM model of LSTM to match the sensitive lexicon and knowledge graph with the text information of the construction plan to be reviewed.

(3)该智能审核框架第三步为输出结果文件:(3) The third step of the intelligent review framework is to output the result file:

1)通过敏感词库匹配,以清单方式输出待审核施工方案的漏泄项,方便技术人员查看和补充;1) Output the leakage items of the construction plan to be reviewed in the form of a list through the matching of sensitive thesaurus, which is convenient for technicians to check and supplement;

2)通过知识图谱匹配,以优秀施工方案内容推荐形式,给技术人员修改完善待审核施工方案提供参考。2) Through knowledge map matching, in the form of recommended content of excellent construction plans, it provides references for technicians to modify and improve construction plans to be reviewed.

与现有技术相比,本发明具有以下优点:Compared with the prior art, the present invention has the following advantages:

1、通过待审核施工方案关键词、计算公式符号以及富文本信息解析,快速捕捉待审核施工方案中的重点信息,避免施工方案审核的盲目性;1. Quickly capture the key information in the construction plan to be reviewed by analyzing the key words of the construction plan to be reviewed, calculation formula symbols and rich text information, and avoid the blindness of the construction plan review;

2、通过人工智能建立敏感词库和知识图谱,实现法律法规、标准规范以及优秀施工方案与待审核施工方案的快速匹配,提高待审核方案完整性查验速度,并给技术人员提供可参考优秀施工方案;2. Establish a sensitive lexicon and knowledge map through artificial intelligence, realize the rapid matching of laws, regulations, standards and specifications, and excellent construction plans with construction plans to be reviewed, improve the speed of completeness inspection of plans to be reviewed, and provide technical personnel with reference to excellent construction plans plan;

3、通过该审核框架可减少90%方案审核工作量,提高了技术人员工作效率和质量。3. Through the review framework, 90% of the program review workload can be reduced, and the work efficiency and quality of technical personnel can be improved.

以上结合附图对本发明的实施方式作了详细说明,但本发明不限于所描述的实施方式。对于本领域的技术人员而言,在不脱离本发明原理和精神的情况下,对这些实施方式进行多种变化、修改、替换和变型,仍落入本发明的保护范围内。The embodiments of the present invention have been described in detail above with reference to the accompanying drawings, but the present invention is not limited to the described embodiments. For those skilled in the art, without departing from the principle and spirit of the present invention, various changes, modifications, substitutions and modifications to these embodiments still fall within the protection scope of the present invention.

从上述内容可以看出,本发明很好地适用于实现上述所有目的和目标,以及其它明显的和该结构固有的优点。应当理解,某些特征和子组合是有用的,并且可以在不参考其他特征和子组合的情况下使用。这是在本发明的范围内。From the foregoing it will be seen that the invention is well adapted to carry out all of the above objects and objects, as well as other advantages which are obvious and inherent in the structure. It should be understood that certain features and subcombinations are useful and can be used without reference to other features and subcombinations. This is within the scope of the present invention.

Claims (5)

1. An intelligent auditing framework for a building construction scheme is characterized by comprising keyword analysis based on a natural language processing technology, information matching based on a deep semantic similarity model, calculation symbol identification based on an algorithm and rich text analysis;
the keyword analysis based on the natural language processing technology is used for analyzing and segmenting the construction scheme to be audited through the natural language processing technology to obtain all keywords in the construction scheme to be audited;
the calculation symbol identification based on the algorithm is used for accurately identifying the calculation formula symbol in the construction scheme to be audited through the algorithm;
the rich text analysis is used for extracting all rich text information required in various documents and generating a directory structure;
the information matching based on the deep semantic similarity model is used for establishing a sensitive word bank and a knowledge map based on the relevant laws and regulations, standard specifications and other excellent construction schemes of the existing building, matching the information in the sensitive word bank and the knowledge map with the text of the construction scheme to be checked through a presentation layer, a matching layer and an LSTM based on the deep semantic similarity model, completing the missing and filling of the construction scheme to be checked, and listing the missing and writing items of the construction scheme to be checked in a list form.
2. The intelligent building construction plan review framework of claim 1, wherein the keyword parsing based on natural language processing techniques comprises: and performing lexical analysis, statement analysis, pragmatic analysis and context analysis on the construction scheme text to be audited by adopting a core semantic analysis technology of a natural language processing technology, realizing keyword analysis on the construction scheme text to be audited, and preparing for keyword matching.
3. The building construction scheme intelligent audit framework of claim 1 wherein the algorithm based computational symbol identification includes: and identifying the calculation formula symbols in the construction scheme to be checked through an image correction algorithm, a character detection algorithm, a character identification algorithm and a semantic correction algorithm so as to be matched with sensitive words in the standard specification, and further realizing the omission and filling of the calculation formula symbols.
4. The building construction plan intelligent audit framework of claim 1, wherein the rich text parsing comprises: through Node analysis, table analysis, chart analysis and document structure detection, rich text analysis is carried out on all elements in the construction scheme text to be audited, a directory structure is formed so as to be matched with similar excellent schemes in a knowledge graph, and the similar excellent schemes obtained through matching can be used as writing reference cases of the construction scheme to be audited.
5. An intelligent auditing method for construction scheme based on the intelligent auditing framework for construction scheme of any one of claims 1 to 4, comprising the steps of:
the method comprises the following steps of firstly, keyword analysis based on natural language processing technology, calculation symbol identification based on algorithm and rich text analysis, wherein the method comprises the following steps:
analyzing and segmenting the construction scheme to be audited through the natural language processing technology by adopting the keyword analysis based on the natural language processing technology to obtain all keywords in the construction scheme to be audited;
adopting the calculation symbol identification based on the algorithm to accurately identify the calculation formula symbol in the construction scheme to be audited through the algorithm;
adopting the rich text analysis to extract all the rich text information required in various documents and generating a directory structure;
and secondly, matching information based on the deep semantic similarity model, including:
establishing a sensitive word bank by acquiring relevant laws, regulations, standard specifications and excellent construction schemes in the building field;
forming a domain knowledge map by collecting domain expert knowledge and Internet domain resources;
matching the sensitive word bank, the knowledge graph and the text information of the construction scheme to be checked by adopting an expression layer, a matching layer and an LSTM of a depth semantic similarity model;
thirdly, outputting a result file, comprising:
through sensitive word bank matching, leakage items of the construction scheme to be checked are output in a list mode, and technicians can conveniently check and supplement the leakage items;
and through knowledge map matching, in an excellent construction scheme content recommendation form, reference is provided for technical personnel to modify and perfect the construction scheme to be checked.
CN202211464436.7A 2022-11-22 2022-11-22 Intelligent auditing frame and auditing method for building construction scheme Pending CN115759037A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211464436.7A CN115759037A (en) 2022-11-22 2022-11-22 Intelligent auditing frame and auditing method for building construction scheme

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211464436.7A CN115759037A (en) 2022-11-22 2022-11-22 Intelligent auditing frame and auditing method for building construction scheme

Publications (1)

Publication Number Publication Date
CN115759037A true CN115759037A (en) 2023-03-07

Family

ID=85334696

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211464436.7A Pending CN115759037A (en) 2022-11-22 2022-11-22 Intelligent auditing frame and auditing method for building construction scheme

Country Status (1)

Country Link
CN (1) CN115759037A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116934278A (en) * 2023-09-19 2023-10-24 中铁建设集团有限公司 Method and device for auditing construction scheme
CN117953532A (en) * 2024-02-04 2024-04-30 北京城建信捷轨道交通工程咨询有限公司 Rail transit construction diagram artificial intelligence examination method and system
CN118278891A (en) * 2024-04-30 2024-07-02 中铁建设集团有限公司 Intelligent auditing system and auditing method for building construction scheme
CN118643168A (en) * 2024-08-12 2024-09-13 中交第二航务工程局有限公司 Construction plan compliance review system and method based on knowledge graph and big model
CN118798151A (en) * 2024-09-14 2024-10-18 华东交通大学 A construction organization design intelligent preparation method and system
CN119671071A (en) * 2025-02-21 2025-03-21 上海建工四建集团有限公司 A construction scheme comparison and error correction system and method

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110163478A (en) * 2019-04-18 2019-08-23 平安科技(深圳)有限公司 A kind of the risk checking method and device of contract terms
CN111832300A (en) * 2020-07-24 2020-10-27 中国联合网络通信集团有限公司 Deep learning-based contract review method and device
WO2021031383A1 (en) * 2019-08-16 2021-02-25 平安科技(深圳)有限公司 Intelligent auxiliary judgment method and apparatus, and computer device and storage medium
CN113298435A (en) * 2021-06-21 2021-08-24 中交第二航务工程局有限公司 Intelligent construction scheme compiling method and system for building industry
CN113377740A (en) * 2021-05-28 2021-09-10 中国铁道科学研究院集团有限公司电子计算技术研究所 Railway metadata management method, application method and device
CN113704498A (en) * 2021-09-01 2021-11-26 云知声(上海)智能科技有限公司 Intelligent auditing method and system for document
CN113850570A (en) * 2021-09-30 2021-12-28 中国建筑第七工程局有限公司 AI-based professional scheme aided decision-making expert system construction method
CN114781997A (en) * 2022-04-06 2022-07-22 中国矿业大学 Intelligent review system and implementation method of special construction plan for dangerous and large projects
CN114880468A (en) * 2022-04-21 2022-08-09 淮阴工学院 Building specification examination method and system based on BilSTM and knowledge graph

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110163478A (en) * 2019-04-18 2019-08-23 平安科技(深圳)有限公司 A kind of the risk checking method and device of contract terms
WO2021031383A1 (en) * 2019-08-16 2021-02-25 平安科技(深圳)有限公司 Intelligent auxiliary judgment method and apparatus, and computer device and storage medium
CN111832300A (en) * 2020-07-24 2020-10-27 中国联合网络通信集团有限公司 Deep learning-based contract review method and device
CN113377740A (en) * 2021-05-28 2021-09-10 中国铁道科学研究院集团有限公司电子计算技术研究所 Railway metadata management method, application method and device
CN113298435A (en) * 2021-06-21 2021-08-24 中交第二航务工程局有限公司 Intelligent construction scheme compiling method and system for building industry
CN113704498A (en) * 2021-09-01 2021-11-26 云知声(上海)智能科技有限公司 Intelligent auditing method and system for document
CN113850570A (en) * 2021-09-30 2021-12-28 中国建筑第七工程局有限公司 AI-based professional scheme aided decision-making expert system construction method
CN114781997A (en) * 2022-04-06 2022-07-22 中国矿业大学 Intelligent review system and implementation method of special construction plan for dangerous and large projects
CN114880468A (en) * 2022-04-21 2022-08-09 淮阴工学院 Building specification examination method and system based on BilSTM and knowledge graph

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116934278A (en) * 2023-09-19 2023-10-24 中铁建设集团有限公司 Method and device for auditing construction scheme
CN117953532A (en) * 2024-02-04 2024-04-30 北京城建信捷轨道交通工程咨询有限公司 Rail transit construction diagram artificial intelligence examination method and system
CN118278891A (en) * 2024-04-30 2024-07-02 中铁建设集团有限公司 Intelligent auditing system and auditing method for building construction scheme
CN118643168A (en) * 2024-08-12 2024-09-13 中交第二航务工程局有限公司 Construction plan compliance review system and method based on knowledge graph and big model
CN118798151A (en) * 2024-09-14 2024-10-18 华东交通大学 A construction organization design intelligent preparation method and system
CN119671071A (en) * 2025-02-21 2025-03-21 上海建工四建集团有限公司 A construction scheme comparison and error correction system and method

Similar Documents

Publication Publication Date Title
CN115759037A (en) Intelligent auditing frame and auditing method for building construction scheme
CN112100322B (en) A method for automatic generation of API element comparison results based on knowledge graph
CN113312922B (en) Improved chapter-level triple information extraction method
CN113159969A (en) Financial long text rechecking system
CN107992476B (en) Corpus generation method and system for sentence-level biological relation network extraction
CN118551046A (en) Method for enhancing document processing flow based on large language model
CN118260390A (en) Information extraction device and method based on large language model
CN118981476A (en) Report automatic generation retrieval enhancement optimization method and system based on local knowledge base
CN111831624A (en) Data table creating method and device, computer equipment and storage medium
CN112488593B (en) Auxiliary bid evaluation system and method for bidding
CN116341569A (en) Professional document intelligent auxiliary reading method based on domain knowledge base
Dawar et al. Comparing topic modeling and named entity recognition techniques for the semantic indexing of a landscape architecture textbook
Bulfamante Generative enterprise search with extensible knowledge base using ai
Hämäläinen et al. The current state of Finnish NLP
Sun A natural language interface for querying graph databases
CN118779458A (en) A sensitive information analysis and identification method, system, device and readable storage medium
CN118395968A (en) A method and system for automatic analysis of data classification and grading standard files
CN111881695A (en) Audit knowledge retrieval method and device
Maynard et al. Change management for metadata evolution
Ezhilarasi et al. Designing the neural model for POS tag classification and prediction of words from ancient stone inscription script
Sidhu et al. Role of machine translation and word sense disambiguation in natural language processing
CN114742063A (en) Sentence pattern semantic analysis method for knowledge graph member
Parvez Named entity recognition from bengali newspaper data
Liu et al. Review and prospect of research on ancient book information processing in China
TWI861940B (en) A system of automatically generating patent files by semantic analysis and the execution method thereof

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