CN117009528A - Business processing method, device, equipment and medium based on natural language processing - Google Patents
Business processing method, device, equipment and medium based on natural language processing Download PDFInfo
- Publication number
- CN117009528A CN117009528A CN202311013721.1A CN202311013721A CN117009528A CN 117009528 A CN117009528 A CN 117009528A CN 202311013721 A CN202311013721 A CN 202311013721A CN 117009528 A CN117009528 A CN 117009528A
- Authority
- CN
- China
- Prior art keywords
- business
- text
- classification model
- target
- processing
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/35—Clustering; Classification
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/332—Query formulation
- G06F16/3329—Natural language query formulation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/335—Filtering based on additional data, e.g. user or group profiles
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/237—Lexical tools
- G06F40/242—Dictionaries
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0464—Convolutional networks [CNN, ConvNet]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- Y—GENERAL 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
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Mathematical Physics (AREA)
- Artificial Intelligence (AREA)
- General Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Evolutionary Computation (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
技术领域Technical field
本申请涉及人工智能技术领域,尤其涉及一种基于自然语言处理的业务处理方法、装置、设备及介质。This application relates to the field of artificial intelligence technology, and in particular to a business processing method, device, equipment and medium based on natural language processing.
背景技术Background technique
随着经济科技建设的发展,银行的业务也变得越来越多元化。目前用户在办理银行业务时,通常需要到人工窗口进行办理。但是随着银行业务的多元化,所涉及的范围和知识也越来越广,有时候工作人员无法快速准确地解决用户的业务问题。当工作人员查阅相关资料再帮助用户进行处理时,可能会花费较多的时间,影响用户办理业务。With the development of economic and technological construction, the business of banks has become more and more diversified. Currently, when users handle banking services, they usually need to go to a manual window. However, with the diversification of banking business, the scope and knowledge involved have become wider and wider, and sometimes staff cannot solve users' business problems quickly and accurately. When staff review relevant information and then help users process it, it may take a lot of time and affect users' business processing.
发明内容Contents of the invention
有鉴于此,本申请提供了一种基于自然语言处理的业务处理方法、装置、设备及介质,以便可以根据用户请求自动进行处理,减少用户办理业务的时间。In view of this, this application provides a business processing method, device, equipment and medium based on natural language processing, so that processing can be automatically performed according to user requests and reduce the time for users to handle business.
第一方面,本申请提供了一种基于自然语言处理的业务处理方法,所述方法包括:In the first aspect, this application provides a business processing method based on natural language processing. The method includes:
获取用户输入的业务处理请求;Obtain the business processing request input by the user;
利用文本分类模型对所述业务处理请求进行分类,确定目标类型业务,所述文本分类模型是基于文本集合以及所述文本集合所对应的业务标签训练得到的;Use a text classification model to classify the business processing request and determine the target type of business. The text classification model is trained based on a text collection and a business label corresponding to the text collection;
对所述业务处理请求进行实体识别,获取实体识别结果;Perform entity identification on the business processing request and obtain the entity identification result;
将所述实体识别结果与目标数据库中的多个问题模板相匹配,确定目标问题,所述目标数据库包括多个问题模板以及每个问题模板所对应的处理结果,所述目标数据库与所述目标类型业务相对应;Match the entity recognition results with multiple problem templates in a target database to determine the target problem. The target database includes multiple problem templates and processing results corresponding to each problem template. The target database is consistent with the target Corresponding to the type of business;
将所述目标问题所对应的处理结果发送给所述用户。Send the processing results corresponding to the target problem to the user.
在一种可能的实现方式中,所述文本分类模型的训练过程包括:In a possible implementation, the training process of the text classification model includes:
获取训练样本集合,所述训练样本集合中包括文本集合,所述文本集合中的每个文本包括业务标签;Obtain a training sample set, the training sample set includes a text set, and each text in the text set includes a business label;
将所述文本集合作为输入,所述文本集合所分别对应的业务标签作为期望输出,训练初始分类模型,以得到所述文本分类模型。Taking the text collection as input and the business tags respectively corresponding to the text collection as desired output, an initial classification model is trained to obtain the text classification model.
在一种可能的实现方式中,所述将所述文本集合作为输入,所述文本集合所分别对应的业务标签作为期望输出,训练初始分类模型,以得到所述文本分类模型,包括:In a possible implementation, the text collection is used as input, and the business labels corresponding to the text collection are used as desired outputs, and an initial classification model is trained to obtain the text classification model, including:
将所述文本集合输入到所述初始分类模型,获取所述文本集合所对应的预测标签;Input the text collection into the initial classification model and obtain the prediction label corresponding to the text collection;
根据所述预测标签和所述文本集合所分别对应的业务标签确定损失函数;Determine the loss function according to the business labels corresponding to the prediction labels and the text collection respectively;
当所述损失函数大于预设值时,调整所述初始分类模型的参数,并重新执行将所述文本集合输入到初始分类模型,以及后续的训练过程,直至损失函数小于或等于所述预设值,获取所述文本分类模型。When the loss function is greater than the preset value, adjust the parameters of the initial classification model, and re-execute inputting the text collection into the initial classification model and the subsequent training process until the loss function is less than or equal to the preset value. value to obtain the text classification model.
在一种可能的实现方式中,所述将所述实体识别结果与目标数据库中的问题模板相匹配,确定目标问题,包括:In a possible implementation, matching the entity recognition result with a question template in the target database to determine the target question includes:
分别计算所述实体识别结果与所述多个问题模板之间的相似度,得到多个相似度指标;Calculate the similarity between the entity recognition result and the multiple question templates respectively to obtain multiple similarity indicators;
确定所述多个相似度指标中的最大值所对应的问题模板为所述目标问题。The question template corresponding to the maximum value among the plurality of similarity indicators is determined to be the target question.
在一种可能的实现方式中,所述获取用户输入的业务处理请求,包括:In a possible implementation, the obtaining the business processing request input by the user includes:
获取用户输入的初始处理请求;Get the initial processing request input by the user;
对所述初始处理请求进行预处理,获取所述业务处理请求。Preprocess the initial processing request to obtain the service processing request.
第二方面,本申请提供了一种基于自然语言处理的业务处理装置,所述装置包括:In a second aspect, this application provides a business processing device based on natural language processing. The device includes:
获取单元,用于获取用户输入的业务处理请求;The acquisition unit is used to obtain the business processing request input by the user;
分类单元,用于利用文本分类模型对所述业务处理请求进行分类,确定目标类型业务,所述文本分类模型是基于文本集合以及所述文本集合所对应的业务标签训练得到的;A classification unit, configured to classify the business processing request using a text classification model and determine the target type of business. The text classification model is trained based on a text collection and a business label corresponding to the text collection;
识别单元,用于对所述业务处理请求进行实体识别,获取实体识别结果;An identification unit, used to perform entity identification on the business processing request and obtain the entity identification result;
匹配单元,用于将所述实体识别结果与目标数据库中的多个问题模板相匹配,确定目标问题,所述目标数据库包括多个问题模板以及每个问题模板所对应的处理结果,所述目标数据库与所述目标类型业务相对应;A matching unit, used to match the entity recognition result with multiple question templates in a target database to determine the target question. The target database includes multiple question templates and processing results corresponding to each question template. The target The database corresponds to the target type of business;
发送单元,用于将所述目标问题所对应的处理结果发送给所述用户。A sending unit, configured to send the processing results corresponding to the target question to the user.
在一种可能的实现方式中,所述文本分类模型的训练过程包括:In a possible implementation, the training process of the text classification model includes:
获取训练样本集合,所述训练样本集合中包括文本集合,所述文本集合中的每个文本包括业务标签;将所述文本集合作为输入,所述文本集合所分别对应的业务标签作为期望输出,训练初始分类模型,以得到所述文本分类模型。Obtain a training sample set, the training sample set includes a text set, and each text in the text set includes a business label; use the text set as input, and the business labels corresponding to the text set as the desired output, Train an initial classification model to obtain the text classification model.
在一种可能的实现方式中,所述将所述文本集合作为输入,所述文本集合所分别对应的业务标签作为期望输出,训练初始分类模型,以得到所述文本分类模型的过程包括:In a possible implementation, the process of taking the text collection as input, and the business labels corresponding to the text collection as the desired output, and training an initial classification model to obtain the text classification model includes:
将所述文本集合输入到所述初始分类模型,获取所述文本集合所对应的预测标签;根据所述预测标签和所述文本集合所分别对应的业务标签确定损失函数;当所述损失函数大于预设值时,调整所述初始分类模型的参数,并重新执行将所述文本集合输入到初始分类模型,以及后续的训练过程,直至损失函数小于或等于所述预设值,获取所述文本分类模型。Input the text set into the initial classification model to obtain the prediction label corresponding to the text collection; determine the loss function according to the prediction label and the business label corresponding to the text collection; when the loss function is greater than When the preset value is used, adjust the parameters of the initial classification model, and re-execute inputting the text collection into the initial classification model, and the subsequent training process until the loss function is less than or equal to the preset value, and obtain the text Classification model.
在一种可能的实现方式中,所述匹配单元,具体用于分别计算所述实体识别结果与所述多个问题模板之间的相似度,得到多个相似度指标;确定所述多个相似度指标中的最大值所对应的问题模板为所述目标问题。In a possible implementation, the matching unit is specifically configured to calculate the similarity between the entity recognition result and the multiple question templates respectively to obtain multiple similarity indicators; determine the multiple similarities The problem template corresponding to the maximum value in the degree index is the target problem.
在一种可能的实现方式中,所述获取单元,具体用于获取用户输入的初始处理请求;对所述初始处理请求进行预处理,获取所述业务处理请求。In a possible implementation, the obtaining unit is specifically configured to obtain an initial processing request input by a user; preprocess the initial processing request to obtain the business processing request.
第三方面,本申请提供了一种基于自然语言处理的业务处理设备,所述设备包括:存储器以及处理器;In a third aspect, this application provides a business processing device based on natural language processing, where the device includes: a memory and a processor;
所述存储器用于存储相关的程序代码;The memory is used to store relevant program codes;
所述处理器用于调用所述程序代码,执行上述第一方面任意一种实现方式所述的基于自然语言处理的业务处理方法。The processor is configured to call the program code to execute the business processing method based on natural language processing described in any implementation of the first aspect.
第四方面,本申请提供了一种计算机可读存储介质,所述计算机可读存储介质用于存储计算机程序,所述计算机程序用于执行上述第一方面任意一种实现方式所述的基于自然语言处理的业务处理方法。In a fourth aspect, the present application provides a computer-readable storage medium, the computer-readable storage medium being used to store a computer program, the computer program being used to execute the natural-based method described in any one of the above-mentioned implementations of the first aspect. A business approach to language processing.
由此可见,本申请具有如下有益效果:It can be seen that this application has the following beneficial effects:
在本申请的上述实现方式中,为了实现对用户的请求进行处理,当获取用户输入的业务处理请求后,可以利用文本分类模型对业务处理请求进行分类,确定该请求所属于的目标类型业务。其中,该文本分类模型是基于文本集合以及文本集合所对应的业务标签训练得到的。并对业务处理请求进行实体识别,获取实体识别结果。根据用户请求所对应的目标类型业务,确定与目标类型业务相对应的目标数据库,其中,目标数据库中包括多个问题模板以及每个问题模板所对应的处理结果。将实体识别结果与目标数据库中的多个问题模板相匹配,确定与实体识别结果匹配的目标问题,从而可以将目标问题所对应的处理结果发送给用户。通过利用自然语言处理方法,包括文本分类和实体识别等,可以自动对用户的业务处理请求进行处理,并在对应业务的数据库中获取与处理后的请求相对应的处理结果,无需工作人员人工处理,减少了用户办理业务的时间,从而提高办理业务的效率。In the above implementation manner of the present application, in order to process the user's request, after obtaining the business processing request input by the user, the text classification model can be used to classify the business processing request and determine the target type of business to which the request belongs. Among them, the text classification model is trained based on the text collection and the business tags corresponding to the text collection. And perform entity identification on the business processing request and obtain the entity identification results. According to the target type of business corresponding to the user request, a target database corresponding to the target type of business is determined, where the target database includes multiple question templates and processing results corresponding to each question template. The entity recognition result is matched with multiple question templates in the target database, and the target question matching the entity recognition result is determined, so that the processing result corresponding to the target question can be sent to the user. By using natural language processing methods, including text classification and entity recognition, users' business processing requests can be automatically processed, and the processing results corresponding to the processed requests can be obtained in the corresponding business database, without the need for manual processing by staff. , reducing the time for users to handle business, thereby improving the efficiency of handling business.
附图说明Description of the drawings
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见,下面描述中的附图仅仅是本申请中提供的一些实施例,对于本领域普通技术人员来讲,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments will be briefly introduced below. Obviously, the drawings in the following description are only some of the embodiments provided in the present application. , for those of ordinary skill in the art, other drawings can also be obtained based on these drawings.
图1为本申请实施例提供的一种基于自然语言处理的业务处理方法的流程图;Figure 1 is a flow chart of a business processing method based on natural language processing provided by an embodiment of the present application;
图2为本申请实施例提供的一种基于自然语言处理的业务处理装置的示意图;Figure 2 is a schematic diagram of a business processing device based on natural language processing provided by an embodiment of the present application;
图3为本申请实施例提供的一种基于自然语言处理的业务处理设备的示意图。FIG. 3 is a schematic diagram of a business processing device based on natural language processing provided by an embodiment of the present application.
具体实施方式Detailed ways
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整的描述,所描述的实施例仅为本申请示例性的实施方式,并非全部实现方式。本领域技术人员可以结合本申请的实施例,在不进行创造性劳动的情况下,获得其他的实施例,而这些实施例也在本申请的保护范围之内。The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application. The described embodiments are only exemplary implementations of the present application and are not all implementations. Those skilled in the art can combine the embodiments of the present application to obtain other embodiments without performing creative work, and these embodiments are also within the protection scope of the present application.
需要说明的是,本申请所涉及的用户信息(包括但不限于用户设备信息、用户个人信息等)和数据(包括但不限于用于分析的数据、存储的数据、展示的数据等),均为经用户授权或者经过各方充分授权的信息和数据,且相关数据的收集、使用和处理需要遵守相关国家和地区的相关法律法规和标准。It should be noted that the user information (including but not limited to user equipment information, user personal information, etc.) and data (including but not limited to data used for analysis, stored data, displayed data, etc.) involved in this application are all It is information and data authorized by the user or fully authorized by all parties, and the collection, use and processing of relevant data need to comply with the relevant laws, regulations and standards of relevant countries and regions.
随着经济科技建设的发展,银行的业务也变得越来越多元化。目前用户在办理银行业务时,通常需要到人工窗口进行办理。但是随着银行业务的多元化,所涉及的范围和知识也越来越广,有时候工作人员无法快速准确地解决用户的业务问题。当工作人员查阅相关资料再帮助用户进行处理时,可能会花费较多的时间,影响用户办理业务。With the development of economic and technological construction, the business of banks has become more and more diversified. Currently, when users handle banking services, they usually need to go to a manual window. However, with the diversification of banking business, the scope and knowledge involved have become wider and wider, and sometimes staff cannot solve users' business problems quickly and accurately. When staff review relevant information and then help users process it, it may take a lot of time and affect users' business processing.
基于此,本申请实施例提供了一种基于自然语言处理的业务处理方法,以便可以根据用户请求自动进行处理,减少用户办理业务的时间。具体实现时,当获取用户输入的业务处理请求后,可以利用文本分类模型对业务处理请求进行分类,确定该请求所属于的目标类型业务。其中,该文本分类模型是基于文本集合以及文本集合所对应的业务标签训练得到的。并对业务处理请求进行实体识别,获取实体识别结果。根据用户请求所对应的目标类型业务,确定与目标类型业务相对应的目标数据库,其中,目标数据库中包括多个问题模板以及每个问题模板所对应的处理结果。将实体识别结果与目标数据库中的多个问题模板相匹配,确定与实体识别结果匹配的目标问题,从而可以将目标问题所对应的处理结果发送给用户。通过利用自然语言处理方法,包括文本分类和实体识别等,可以自动对用户的业务处理请求进行处理,并在对应业务的数据库中获取与处理后的请求相对应的处理结果,无需工作人员人工处理,减少了用户办理业务的时间,从而提高办理业务的效率。Based on this, embodiments of the present application provide a business processing method based on natural language processing, so that processing can be automatically performed according to user requests and reduce the time for users to handle business. In specific implementation, after obtaining the business processing request input by the user, the text classification model can be used to classify the business processing request and determine the target type of business to which the request belongs. Among them, the text classification model is trained based on the text collection and the business tags corresponding to the text collection. And perform entity identification on the business processing request and obtain the entity identification results. According to the target type of business corresponding to the user request, a target database corresponding to the target type of business is determined, where the target database includes multiple question templates and processing results corresponding to each question template. The entity recognition result is matched with multiple question templates in the target database, and the target question matching the entity recognition result is determined, so that the processing result corresponding to the target question can be sent to the user. By using natural language processing methods, including text classification and entity recognition, users' business processing requests can be automatically processed, and the processing results corresponding to the processed requests can be obtained in the corresponding business database, without the need for manual processing by staff. , reducing the time for users to handle business, thereby improving the efficiency of handling business.
为了便于理解本申请实施例所提供的技术方案,下面将结合附图进行具体介绍。In order to facilitate understanding of the technical solutions provided by the embodiments of the present application, a detailed introduction will be made below with reference to the accompanying drawings.
参见图1,图1为本申请实施例提供的一种基于自然语言处理的业务处理方法的流程图。Referring to Figure 1, Figure 1 is a flow chart of a business processing method based on natural language processing provided by an embodiment of the present application.
该方法可以由数据处理设备执行,数据处理设备可以是终端,也可以是服务器。其中,终端包括但不限于台式机、笔记本电脑、平板电脑和智能手机。服务器可以是云环境中的云服务器,也可以是本地数据中心中的服务器。还需要说明的是,服务器可以是单个服务器,也可以多个服务器形成的服务器集群。The method can be executed by a data processing device, which can be a terminal or a server. Among them, terminals include but are not limited to desktop computers, laptop computers, tablet computers and smartphones. The server can be a cloud server in a cloud environment or a server in a local data center. It should also be noted that the server can be a single server or a server cluster formed by multiple servers.
该方法可以包括以下步骤:The method may include the following steps:
S101:获取用户输入的业务处理请求。S101: Obtain the business processing request input by the user.
用户在银行办理业务时,可以向数据处理设备输入业务处理请求。例如,可以在数据处理设备的输入界面文字输入业务处理请求,也可以通过语音对话的方式,通过语音输入业务处理请求。作为一种示例,该数据处理设备可以为智能机器人,用于智能处理用户的业务处理请求。When users handle business in the bank, they can input business processing requests to the data processing equipment. For example, the business processing request can be input by text on the input interface of the data processing device, or the business processing request can be input by voice through voice dialogue. As an example, the data processing device may be an intelligent robot, used to intelligently process the user's business processing request.
在一种可能的实现方式中,用户输入的业务处理请求中可能包括跟实际业务处理无关的信息,所以可以预先对业务处理请求进行预处理,方便后续对业务处理请求进行分类处理。具体地,获取用户输入的初始处理请求,然后对该初始处理请求进行预处理。例如,预处理可以包括去除停用词、删除重复信息等,以获取经过预处理的业务处理请求。In a possible implementation, the business processing request input by the user may include information irrelevant to the actual business processing, so the business processing request can be preprocessed in advance to facilitate subsequent classification and processing of the business processing request. Specifically, an initial processing request input by the user is obtained, and then the initial processing request is preprocessed. For example, preprocessing may include removing stop words, deleting duplicate information, etc., to obtain preprocessed business processing requests.
S102:利用文本分类模型对业务处理请求进行分类,确定目标类型业务。S102: Use the text classification model to classify business processing requests and determine the target type of business.
在一种可能的实现方式中,数据处理设备中包括多个业务类型的数据库,每个数据库中预先采集存储了历史用户的业务问题以及对应每个业务问题的处理结果。因此当数据处理设备获取用户的业务处理请求后,可以利用文本分类模型对用户的业务处理请求进行分类,确定用户所需要办理的目标类型业务,从而可以从对应类型的数据库获取处理结果。In a possible implementation, the data processing device includes multiple business type databases, and each database pre-collects and stores historical user business problems and processing results corresponding to each business problem. Therefore, when the data processing device obtains the user's business processing request, it can use the text classification model to classify the user's business processing request and determine the target type of business that the user needs to handle, so that the processing results can be obtained from the corresponding type of database.
其中,该文本分类模型是基于文本集合以及文本集合所对应的业务标签训练得到的,并预先将训练好的文本分类模型存储在数据处理设备中。作为一些示例,文本分类模型可以为现有的用于文本分类的模型,例如卷积神经网络、支持向量机等。通过对文本进行编码、特征提取等,最后实现文本分类。具体的实现原理可参加现有的文本分类模型,在此不做重点介绍。The text classification model is trained based on the text collection and the business tags corresponding to the text collection, and the trained text classification model is stored in the data processing device in advance. As some examples, the text classification model can be an existing model used for text classification, such as a convolutional neural network, a support vector machine, etc. By encoding the text, extracting features, etc., text classification is finally achieved. The specific implementation principle can be added to the existing text classification model, and will not be introduced here.
为了方便理解,下面对文本分类模型的训练过程进行介绍。For ease of understanding, the training process of the text classification model is introduced below.
首先获取训练样本集合,其中,该训练样本集合中包括文本集合,在文本集合中的每个文本均包括业务标签,该业务标签用于表示该文本所属的业务类型。将文本集合作为输入,文本集合所分别对应的业务标签作为初始分类模型的期望输出,训练初始分类模型,以得到文本分类模型。First, a training sample set is obtained, where the training sample set includes a text set, and each text in the text set includes a business label, and the business label is used to represent the business type to which the text belongs. The text collection is used as input, and the business labels corresponding to the text collection are used as the expected output of the initial classification model, and the initial classification model is trained to obtain the text classification model.
具体实现时,将文本集合输入到初始分类模型,获取文本集合的每个文本所对应的预测标签。根据预测标签和文本集合所对应的业务标签确定损失函数。其中,该损失函数可以用于表示预测标签与业务标签之间的差异,当损失函数越大时,表明预测标签与业务标签之间的差异越大,即初始分类模型越不准确。当损失函数大于预设值时,需要调整初始分类模型的参数,并重新执行将文本集合输入到调整参数后的初始分类模型,以及后续的训练过程,直至重新获得的损失函数小于或等于预设值,从而获取训练好的文本分类模型。In specific implementation, the text collection is input into the initial classification model, and the prediction label corresponding to each text in the text collection is obtained. The loss function is determined based on the predicted label and the business label corresponding to the text collection. Among them, the loss function can be used to represent the difference between the prediction label and the business label. When the loss function is larger, it indicates that the difference between the prediction label and the business label is greater, that is, the initial classification model is less accurate. When the loss function is greater than the preset value, the parameters of the initial classification model need to be adjusted, and the text collection is input to the initial classification model after adjusting the parameters, and the subsequent training process is re-executed until the regained loss function is less than or equal to the preset value. value to obtain the trained text classification model.
S103:对业务处理请求进行实体识别,获取实体识别结果。S103: Perform entity identification on the business processing request and obtain the entity identification result.
实体识别是指从给定的一个文本中识别出其中的实体,并对实体进行分类,比如时间、人名、地名、账号等类型的实体。在本实施例中,所识别的实体可以为人名、银行账号、业务类型等。Entity recognition refers to identifying entities in a given text and classifying entities, such as time, person name, place name, account number and other types of entities. In this embodiment, the identified entity may be a person's name, bank account number, business type, etc.
在一种可能的实现方式中,可以采用基于序列标注的实体识别模型对业务处理请求进行实体识别。例如,可以首先利用开始-中间-其他(Begin Inner Other,BIO)等常用的标注方法对经过业务处理请求进行符号token标注。然后利用卷积神经网络(Convolutional Neural Networks,CNN)等模型,对token序列进行编码表征,再利用一个全连接层对序列中的每个token进行分类,最后利用条件随机场(conditional randomfield,CRF)模型进行标签预测,实现实体识别。In a possible implementation, an entity recognition model based on sequence annotation can be used to perform entity recognition on business processing requests. For example, you can first use common annotation methods such as Begin Inner Other (BIO) to annotate business processing requests with symbolic tokens. Then use convolutional neural networks (CNN) and other models to encode and represent the token sequence, then use a fully connected layer to classify each token in the sequence, and finally use conditional random field (CRF) The model performs label prediction and realizes entity recognition.
需要说明的是,本申请实施例并不限定步骤S102和步骤S103的执行顺序,即可以先执行步骤S102后执行步骤S103,也可以先执行步骤S103后执行步骤S102,或者同时执行步骤S102、步骤S103,均不影响本申请实施例的实现。It should be noted that the embodiment of the present application does not limit the execution order of step S102 and step S103. That is, step S102 may be executed first and then step S103, or step S103 may be executed first and then step S102, or step S102 and step S102 may be executed simultaneously. S103 does not affect the implementation of the embodiments of this application.
S104:将实体识别结果与目标数据库中的多个问题模板相匹配,确定目标问题。S104: Match the entity recognition results with multiple question templates in the target database to determine the target question.
数据处理设备中存储了多个业务类型的数据库,每个数据库中均存储了多个问题模板以及问题模板相对应的处理结果。其中,数据库中的问题模板和处理结果是通过获取历史业务数据得到的。在一种可能的实现方式中,可以将历史业务数据中用户的处理请求按照业务类型进行分类,具体的分类方式可参见上述实施例,利用现有的分类模型等,在此不再赘述。然后对于相同类别的处理请求进行实体识别、关键词提取等,得到相同类别的处理请求所对应的问题模板。对于历史业务数据中问题模板对应的处理结果也可以进行实体识别、关键词提取等,得到经过处理的处理结果。从而可以得到每个业务类型的数据库。Multiple business type databases are stored in the data processing equipment, and each database stores multiple problem templates and processing results corresponding to the problem templates. Among them, the problem templates and processing results in the database are obtained by obtaining historical business data. In a possible implementation manner, user processing requests in historical business data can be classified according to business types. For specific classification methods, please refer to the above embodiments, using existing classification models, etc., which will not be described again here. Then, entity recognition, keyword extraction, etc. are performed on processing requests of the same category to obtain question templates corresponding to processing requests of the same category. For the processing results corresponding to the question templates in historical business data, entity recognition, keyword extraction, etc. can also be performed to obtain processed processing results. Thus, a database for each business type can be obtained.
在对业务处理请求进行分类后,可以获取跟目标类型业务所对应的目标数据库,即属于同一种类型的业务。在目标数据库包括多个问题模板以及每个问题模板所对应的处理结果,可以将实体识别结果与目标数据库中的多个问题模板相匹配,确定与实体识别结果相匹配的目标问题。After classifying the business processing requests, you can obtain the target database corresponding to the target type of business, that is, the business of the same type. The target database includes multiple question templates and the processing results corresponding to each question template. The entity recognition results can be matched with the multiple question templates in the target database to determine the target question that matches the entity recognition results.
在一种可能的实现方式中,可以分别计算该实体识别结果与目标数据库中的多个问题模板之间的相似度,从而得到多个相似度指标。然后确定多个相似度指标中的最大值所对应的问题模板为目标问题。在计算实体识别结果与问题模板之间的相似度时,可以通过最小编辑距离、计算余弦相似度等方式实现。In a possible implementation, the similarity between the entity recognition result and multiple question templates in the target database can be calculated separately, thereby obtaining multiple similarity indicators. Then the question template corresponding to the maximum value among multiple similarity indicators is determined as the target question. When calculating the similarity between the entity recognition result and the question template, it can be achieved through the minimum edit distance, calculation of cosine similarity, etc.
S105:将目标问题所对应的处理结果发送给用户。S105: Send the processing result corresponding to the target problem to the user.
当确定目标问题后,可以将目标数据库中所存储的与目标问题所对应的处理结果发送给用户,从而实现用户的业务处理。After the target problem is determined, the processing results corresponding to the target problem stored in the target database can be sent to the user, thereby realizing the user's business processing.
通过本申请实施例所提供的方法,利用文本分类和实体识别等,可以自动对用户的业务处理请求进行处理,并在对应业务的数据库中获取与业务处理请求相对应的处理结果,无需工作人员人工处理,减少了用户办理业务的时间,从而提高办理业务的效率。Through the method provided by the embodiments of this application, text classification and entity recognition can be used to automatically process the user's business processing request, and obtain the processing result corresponding to the business processing request in the corresponding business database, without the need for staff. Manual processing reduces the time users spend handling business, thereby improving the efficiency of handling business.
基于上述方法实施例,本申请实施例还提供一种基于自然语言处理的业务处理装置。参见图2,图2为本申请实施例提供的一种基于自然语言处理的业务处理装置的示意图。Based on the above method embodiments, embodiments of the present application also provide a business processing device based on natural language processing. Referring to Figure 2, Figure 2 is a schematic diagram of a business processing device based on natural language processing provided by an embodiment of the present application.
该装置200包括:The device 200 includes:
获取单元201,用于获取用户输入的业务处理请求;The obtaining unit 201 is used to obtain the business processing request input by the user;
分类单元202,用于利用文本分类模型对所述业务处理请求进行分类,确定目标类型业务,所述文本分类模型是基于文本集合以及所述文本集合所对应的业务标签训练得到的;The classification unit 202 is configured to classify the service processing request using a text classification model and determine the target type of service. The text classification model is trained based on a text collection and a business label corresponding to the text collection;
识别单元203,用于对所述业务处理请求进行实体识别,获取实体识别结果;The identification unit 203 is used to perform entity identification on the business processing request and obtain the entity identification result;
匹配单元204,用于将所述实体识别结果与目标数据库中的多个问题模板相匹配,确定目标问题,所述目标数据库包括多个问题模板以及每个问题模板所对应的处理结果,所述目标数据库与所述目标类型业务相对应;The matching unit 204 is used to match the entity recognition result with multiple question templates in a target database to determine the target question. The target database includes multiple question templates and processing results corresponding to each question template. The target database corresponds to the target type business;
发送单元205,用于将所述目标问题所对应的处理结果发送给所述用户。The sending unit 205 is used to send the processing result corresponding to the target question to the user.
在一种可能的实现方式中,所述文本分类模型的训练过程包括:In a possible implementation, the training process of the text classification model includes:
获取训练样本集合,所述训练样本集合中包括文本集合,所述文本集合中的每个文本包括业务标签;Obtain a training sample set, the training sample set includes a text set, and each text in the text set includes a business label;
将所述文本集合作为输入,所述文本集合所分别对应的业务标签作为期望输出,训练初始分类模型,以得到所述文本分类模型。Taking the text collection as input and the business tags respectively corresponding to the text collection as desired output, an initial classification model is trained to obtain the text classification model.
在一种可能的实现方式中,所述将所述文本集合作为输入,所述文本集合所分别对应的业务标签作为期望输出,训练初始分类模型,以得到所述文本分类模型的过程包括:In a possible implementation, the process of taking the text collection as input, and the business labels corresponding to the text collection as the desired output, and training an initial classification model to obtain the text classification model includes:
将所述文本集合输入到所述初始分类模型,获取所述文本集合所对应的预测标签;Input the text collection into the initial classification model and obtain the prediction label corresponding to the text collection;
根据所述预测标签和所述文本集合所分别对应的业务标签确定损失函数;Determine the loss function according to the business labels corresponding to the prediction labels and the text collection respectively;
当所述损失函数大于预设值时,调整所述初始分类模型的参数,并重新执行将所述文本集合输入到初始分类模型,以及后续的训练过程,直至损失函数小于或等于所述预设值,获取所述文本分类模型。When the loss function is greater than the preset value, adjust the parameters of the initial classification model, and re-execute inputting the text collection into the initial classification model and the subsequent training process until the loss function is less than or equal to the preset value. value to obtain the text classification model.
在一种可能的实现方式中,所述匹配单元204,具体用于分别计算所述实体识别结果与所述多个问题模板之间的相似度,得到多个相似度指标;确定所述多个相似度指标中的最大值所对应的问题模板为所述目标问题。In a possible implementation, the matching unit 204 is specifically configured to calculate the similarity between the entity recognition result and the multiple question templates respectively to obtain multiple similarity indicators; determine the multiple similarity indexes; The question template corresponding to the maximum value in the similarity index is the target question.
在一种可能的实现方式中,所述获取单元201,具体用于获取用户输入的初始处理请求;对所述初始处理请求进行预处理,获取所述业务处理请求。In a possible implementation, the obtaining unit 201 is specifically configured to obtain an initial processing request input by a user; preprocess the initial processing request to obtain the business processing request.
基于上述方法实施例和装置实施例,本申请实施例还提供一种基于自然语言处理的业务处理设备。下面将结合附图进行介绍。Based on the above method embodiments and device embodiments, embodiments of the present application also provide a business processing device based on natural language processing. The following will be introduced with reference to the accompanying drawings.
参见图3,图3为本申请实施例提供的一种基于自然语言处理的业务处理设备的示意图。Referring to Figure 3, Figure 3 is a schematic diagram of a business processing device based on natural language processing provided by an embodiment of the present application.
该设备300包括:存储器301以及处理器302;The device 300 includes: a memory 301 and a processor 302;
所述存储器301用于存储相关的程序代码;The memory 301 is used to store relevant program codes;
所述处理器302用于调用所述程序代码,执行上述方法实施例所述的基于自然语言处理的业务处理方法。The processor 302 is configured to call the program code to execute the business processing method based on natural language processing described in the above method embodiment.
此外,本申请实施例还提供一种计算机可读存储介质,所述计算机可读存储介质用于存储计算机程序,所述计算机程序用于执行上述方法实施例所述的基于自然语言处理的业务处理方法。In addition, embodiments of the present application also provide a computer-readable storage medium, the computer-readable storage medium being used to store a computer program, the computer program being used to perform the business processing based on natural language processing described in the above method embodiments. method.
需要说明的是,本申请提供的基于自然语言处理的业务处理方法、装置、设备及介质可用于人工智能领域或金融领域。上述仅为示例,并不对本申请提供的基于自然语言处理的业务处理方法、装置、设备及介质的应用领域进行限定。It should be noted that the business processing methods, devices, equipment and media based on natural language processing provided by this application can be used in the field of artificial intelligence or the field of finance. The above are only examples and do not limit the application fields of the business processing methods, devices, equipment and media based on natural language processing provided in this application.
需要说明的是,本说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。尤其,对于系统或装置实施例而言,由于其基本类似于方法实施例,所以描述得比较简单,相关部分参见方法实施例的部分说明即可。以上所描述的装置实施例仅仅是示意性的,其中作为分离部件说明的单元或模块可以是或者也可以不是物理上分开的,作为单元或模块显示的部件可以是或者也可以不是物理模块,即可以位于一个地方,或者也可以分布到多个网络单元上,可以根据实际需要选择其中的部分或者全部单元或模块来实现本实施例方案的目的。本领域普通技术人员在不付出创造性劳动的情况下,即可以理解并实施。It should be noted that each embodiment in this specification is described in a progressive manner, and each embodiment focuses on its differences from other embodiments. The same and similar parts between the various embodiments can be referred to each other. In particular, the system or device embodiments are described simply because they are basically similar to the method embodiments. For relevant parts, please refer to the partial description of the method embodiments. The device embodiments described above are only illustrative, in which units or modules illustrated as separate components may or may not be physically separated, and components shown as units or modules may or may not be physical modules, that is, It can be located in one place, or it can also be distributed to multiple network units. Some or all of the units or modules can be selected according to actual needs to achieve the purpose of the solution of this embodiment. Persons of ordinary skill in the art can understand and implement the method without any creative effort.
应当理解,在本申请中,“至少一个(项)”是指一个或者多个,“多个”是指两个或两个以上。“和/或”,用于描述关联对象的关联关系,表示可以存在三种关系,例如,“A和/或B”可以表示:只存在A,只存在B以及同时存在A和B三种情况,其中A,B可以是单数或者复数。字符“/”一般表示前后关联对象是一种“或”的关系。“以下至少一项(个)”或其类似表达,是指这些项中的任意组合,包括单项(个)或复数项(个)的任意组合。例如,a,b或c中的至少一项(个),可以表示:a,b,c,“a和b”,“a和c”,“b和c”,或“a和b和c”,其中a,b,c可以是单个,也可以是多个。It should be understood that in this application, "at least one (item)" refers to one or more, and "plurality" refers to two or more. "And/or" is used to describe the relationship between associated objects, indicating that there can be three relationships. For example, "A and/or B" can mean: only A exists, only B exists, and A and B exist simultaneously. , where A and B can be singular or plural. The character "/" generally indicates that the related objects are in an "or" relationship. “At least one of the following” or similar expressions thereof refers to any combination of these items, including any combination of a single item (items) or a plurality of items (items). For example, at least one of a, b or c can mean: a, b, c, "a and b", "a and c", "b and c", or "a and b and c" ”, where a, b, c can be single or multiple.
还需要说明的是,在本文中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。It should also be noted that in this article, relational terms such as first and second are only used to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply that these entities or operations There is no such actual relationship or sequence between them. Furthermore, the terms "comprises," "comprises," or any other variations thereof are intended to cover a non-exclusive inclusion such that a process, method, article, or apparatus that includes a list of elements includes not only those elements, but also those not expressly listed other elements, or elements inherent to the process, method, article or equipment. Without further limitation, an element defined by the statement "comprises a..." does not exclude the presence of additional identical elements in a process, method, article, or apparatus that includes the stated element.
结合本文中所公开的实施例描述的方法或算法的步骤可以直接用硬件、处理器执行的软件模块,或者二者的结合来实施。软件模块可以置于随机存储器(RAM)、内存、只读存储器(ROM)、电可编程ROM、电可擦除可编程ROM、寄存器、硬盘、可移动磁盘、CD-ROM、或技术领域内所公知的任意其它形式的存储介质中。The steps of the methods or algorithms described in conjunction with the embodiments disclosed herein may be implemented directly in hardware, in software modules executed by a processor, or in a combination of both. Software modules may be located in random access memory (RAM), memory, read-only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disks, removable disks, CD-ROMs, or anywhere in the field of technology. any other known form of storage media.
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本申请。对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本申请的精神或范围的情况下,在其它实施例中实现。因此,本申请将不会被限制于本文所示的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。The above description of the disclosed embodiments enables those skilled in the art to implement or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be practiced in other embodiments without departing from the spirit or scope of the application. Therefore, the present application is not to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (10)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202311013721.1A CN117009528A (en) | 2023-08-11 | 2023-08-11 | Business processing method, device, equipment and medium based on natural language processing |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202311013721.1A CN117009528A (en) | 2023-08-11 | 2023-08-11 | Business processing method, device, equipment and medium based on natural language processing |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN117009528A true CN117009528A (en) | 2023-11-07 |
Family
ID=88570861
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202311013721.1A Pending CN117009528A (en) | 2023-08-11 | 2023-08-11 | Business processing method, device, equipment and medium based on natural language processing |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN117009528A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118822705A (en) * | 2024-09-13 | 2024-10-22 | 北京银行股份有限公司 | Financial artificial intelligence management service platform and financial business processing method |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109885664A (en) * | 2019-01-08 | 2019-06-14 | 厦门快商通信息咨询有限公司 | A kind of Intelligent dialogue method, robot conversational system, server and storage medium |
| CN112380853A (en) * | 2020-11-16 | 2021-02-19 | 中国平安人寿保险股份有限公司 | Service scene interaction method and device, terminal equipment and storage medium |
| CN113641809A (en) * | 2021-08-10 | 2021-11-12 | 中电鸿信信息科技有限公司 | XLNET-BiGRU-CRF-based intelligent question answering method |
| CN114818649A (en) * | 2022-05-13 | 2022-07-29 | 中国工商银行股份有限公司 | Service consultation processing method and device based on intelligent voice interaction technology |
-
2023
- 2023-08-11 CN CN202311013721.1A patent/CN117009528A/en active Pending
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109885664A (en) * | 2019-01-08 | 2019-06-14 | 厦门快商通信息咨询有限公司 | A kind of Intelligent dialogue method, robot conversational system, server and storage medium |
| CN112380853A (en) * | 2020-11-16 | 2021-02-19 | 中国平安人寿保险股份有限公司 | Service scene interaction method and device, terminal equipment and storage medium |
| CN113641809A (en) * | 2021-08-10 | 2021-11-12 | 中电鸿信信息科技有限公司 | XLNET-BiGRU-CRF-based intelligent question answering method |
| CN114818649A (en) * | 2022-05-13 | 2022-07-29 | 中国工商银行股份有限公司 | Service consultation processing method and device based on intelligent voice interaction technology |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118822705A (en) * | 2024-09-13 | 2024-10-22 | 北京银行股份有限公司 | Financial artificial intelligence management service platform and financial business processing method |
| CN118822705B (en) * | 2024-09-13 | 2024-12-06 | 北京银行股份有限公司 | Financial artificial intelligence management service platform and financial business processing method |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7337949B2 (en) | Handling Categorical Field Values in Machine Learning Applications | |
| CN109345282A (en) | A kind of response method and equipment of business consultation | |
| CN115470338A (en) | Multi-scene intelligent question and answer method and system based on multi-way recall | |
| CN111428028A (en) | Information classification method based on deep learning and related equipment | |
| CN113886553B (en) | A text generation method, device, equipment and storage medium | |
| WO2023029350A1 (en) | Click behavior prediction-based information pushing method and apparatus | |
| CN116703659A (en) | Data processing method and device applied to engineering consultation and electronic equipment | |
| CN113010664B (en) | Data processing method, device and computer equipment | |
| CN113887214A (en) | Artificial intelligence based wish presumption method and related equipment thereof | |
| CN117009528A (en) | Business processing method, device, equipment and medium based on natural language processing | |
| CN115081441A (en) | Operation and maintenance instruction intention identification method and device, electronic equipment and storage medium | |
| CN113095064A (en) | Code field identification method and device, electronic equipment and storage medium | |
| WO2021042517A1 (en) | Artificial intelligence-based article gist extraction method and device, and storage medium | |
| CN117745482A (en) | Method, device, equipment and medium for determining contract clause | |
| CN116680401A (en) | Document processing method, document processing device, equipment and storage medium | |
| CN116842270A (en) | Patent search term recommending method and device based on intention recognition and electronic equipment | |
| CN118821191A (en) | Method and device for managing sensitive data access rights | |
| CN116610982A (en) | Identification method for purchased goods, computer equipment and computer readable storage medium | |
| CN111400413B (en) | Method and system for determining category of knowledge points in knowledge base | |
| CN111695028B (en) | Similar word determination method and device, electronic device, and storage medium | |
| CN116166858A (en) | Information recommendation method, device, equipment and storage medium based on artificial intelligence | |
| CN115730080A (en) | Semantic mining-based technical route map construction method and system | |
| CN112559697B (en) | Method and device for identifying speech intention | |
| CN114579750A (en) | Information processing method and device, computer equipment and storage medium | |
| CN119397016B (en) | Sample data screening method, model training method, device, server and storage medium |
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 |