WO2024108885A1 - 演讲稿质量评估方法及设备 - Google Patents

演讲稿质量评估方法及设备 Download PDF

Info

Publication number
WO2024108885A1
WO2024108885A1 PCT/CN2023/089229 CN2023089229W WO2024108885A1 WO 2024108885 A1 WO2024108885 A1 WO 2024108885A1 CN 2023089229 W CN2023089229 W CN 2023089229W WO 2024108885 A1 WO2024108885 A1 WO 2024108885A1
Authority
WO
WIPO (PCT)
Prior art keywords
speech
content
key
key point
expected
Prior art date
Application number
PCT/CN2023/089229
Other languages
English (en)
French (fr)
Inventor
杨柳祎
李东朔
Original Assignee
北京优幕科技有限责任公司
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 北京优幕科技有限责任公司 filed Critical 北京优幕科技有限责任公司
Publication of WO2024108885A1 publication Critical patent/WO2024108885A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • 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

Definitions

  • the present invention relates to the field of natural language processing, and in particular to a method and device for evaluating the quality of a speech.
  • a speech is a kind of language communication activity in which a speaker uses spoken language as the main means and body language as the auxiliary means to express his or her own views and opinions on a specific issue clearly and completely, to explain the truth or express emotions, and to carry out politicians and agitation.
  • the speech manuscript is the basis for the speech, and there must be some definite key points in it.
  • Speeches often use the ranking method, total score method, etc. to express the key points in a certain order, and this order can be used as an indicator to evaluate the quality of the speech.
  • Manual evaluation of the quality of speeches is obviously inefficient and easily affected by the subjective factors of the evaluator.
  • Chinese patent document CN113361275A discloses a method for evaluating the logical structure of a speech, which evaluates the overall logical structure by identifying the conjunctions that appear in the speech and their distribution. This solution can accurately evaluate the logic of the speech, but ignores the content of the speech. The reasonable use of conjunctions in a speech is not enough to fully indicate that it has a high quality.
  • the present invention provides a method for evaluating the quality of a speech, comprising: obtaining a speech and a preset key point sequence, wherein the preset key point sequence includes a plurality of key point contents; dividing the speech into a plurality of text units; performing semantic recognition on the plurality of text units using a neural network model to determine a hit position of each of the key point contents in the speech; and calculating an evaluation result of the speech according to the hit position and the order of the plurality of key point contents.
  • a neural network model is used to perform semantic recognition on the multiple text units to determine the hit position of each key point content in the speech, specifically including: the neural network model respectively identifies the text units that match each key point content; and obtains the serial numbers of the text units that match each key point content.
  • determining the evaluation result of the speech according to the hit position specifically includes: determining the effective content length according to the sequence number of the text unit that matches the first key content and the last key content; determining the expected position of each key content according to the number of the key content and the effective content length; respectively judging whether the hit position of each key content matches the expected position; and calculating the evaluation result according to all the judgment results. Calculate the evaluation results of the speech.
  • the effective content length is end-start, where start is the serial number of the first text unit matched by the key content, and end is the serial number of the last text unit matched by the key content.
  • the expected position of the key content is an expected interval determined according to the number of the key content, the effective content length and the sequence number of each key content.
  • the expected interval of the i-th key content is [start+(i-1)*(end-start)/n, start+i*(end-start)/n], where start is the serial number of the first text unit matched by the key content, end is the serial number of the last text unit matched by the key content, and n is the number of the key content.
  • the method further comprises: obtaining a manually input intervention instruction on the expected interval, so as to adjust the expected interval of any of the key points.
  • whether the hit position of each of the key points is consistent with the expected position is determined respectively, specifically including: determining whether the serial number of the text unit corresponding to the i-th key point content is within the interval; when the serial number of the text unit corresponding to the i-th key point content is within the interval, determining that the hit position is consistent with the expected position.
  • the evaluation result of the speech is calculated based on all the judgment results, specifically including: for the judgment result with a conclusion of inconsistency, determining a penalty amount based on the degree of deviation between the hit position and the expected position; and calculating the evaluation result of the speech based on all the penalty amounts.
  • the present invention also provides a speech quality assessment device, a processor and a memory connected to the processor; wherein the memory stores instructions executable by the processor, and the instructions are executed by the processor so that the processor executes the above-mentioned speech quality assessment method.
  • the assessor is allowed to provide the key points that he/she foresees needing to be mentioned in the speech.
  • This solution uses a neural network model to determine the position of each key point mentioned in the assessed speech in turn, and evaluates whether the logical structure of the speech is appropriate and whether all the key points to be mentioned are involved by the order of the key points and the order of their mentioned positions.
  • the content to be expressed in the speech is used as the main basis for judgment, and the quality of the speech can be accurately assessed.
  • this solution does not require large-scale professional field corpus to train the neural network model.
  • a model capable of semantic recognition trained with general field open source data can realize the recognition of the hit position of the key point content, and has strong scalability and practicality.
  • FIG1 is a flow chart of a method for evaluating speech quality in an embodiment of the present invention.
  • FIG2 is a schematic diagram of a neural network model identifying data in an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of a key content hit situation in an embodiment of the present invention.
  • An embodiment of the present invention provides a method for evaluating the quality of a speech, which can be performed by electronic devices such as computers and servers. As shown in FIG1 , the method includes the following steps:
  • S1 obtaining a speech and a preset key point sequence, wherein the preset key point sequence includes a plurality of key points.
  • key points are ordered and are a summary of the content that the speech is expected to express, such as a sentence, a phrase or a word.
  • the evaluator can set multiple key points based on factors such as the theme and audience of the speech. For example, if there are n key points, it means that the evaluator expects the speech to be evaluated to include text content related to these n key points.
  • the division may be performed in accordance with the method described in CN113361275A, or in a simpler manner, such as dividing the speech according to punctuation marks indicating the end of a sentence, such as a period, question mark, exclamation mark, etc., where a text unit is a sentence.
  • the neural network model in this solution needs to identify whether the content expressed by each sentence is consistent with each preset key point.
  • the specific algorithm can use zero-resource classification model, similarity judgment model and other algorithms.
  • the preset key points are universal and are not the original text extracted from the speech manually. For example, if the speech to be evaluated is about the promotion of electronic products, a preset key point can be "the hardware performance of electronic products", then the neural network model must identify each text unit to determine whether its meaning matches the hardware performance of electronic products, rather than identifying whether this sentence exists in the speech.
  • the neural network model determines the position of each key point hit by the speech in turn. As shown in Figure 2, for example, for the i-th key point, the neural network model identifies that the content expressed by text unit mi ...text unit mj in the m text units matches the i-th key point, then the position of text unit mi ...text unit mj in the entire speech is the hit position of the i-th key point in the speech.
  • the number of text units describing a certain key point in a speech can be one or more; and it is also possible that the text unit describing the key point cannot be identified, that is, there is no text expressing the key point in the entire speech.
  • the core concept of this scheme is that a high-quality speech should meet the order of preset key points and the order of hitting the key points in the speech is linearly related. For example, the hit position of the i-th key point should be before the hit position of the i+1-th key point and after the hit position of the i-1-th key point. If the hit positions of all key points meet the above relationship, a better evaluation result will be obtained; on the contrary, if the above relationship is not met, or some key points do not have a hit position, a poor evaluation result will be obtained.
  • the evaluation result can be a score value or a classification result such as excellent, good, medium, or poor.
  • step S3 the neural network model identifies the text units that match each key point content, and then obtains the serial number of each text unit that matches the key point content. Assuming that a speech is divided into m sentences, the serial numbers of m text units are obtained at this time, and the serial number of the text unit that matches the i-th key point content is the hit position of the i-th key point content.
  • step S4 the effective content length is determined according to the serial numbers of the text units that match the first key point content and the last key point content. Since the beginning and the end of the speech are usually texts that are unrelated to all the key points, in order to accurately evaluate whether the distribution of the hit positions of each key point content is uniform, the effective content length is first determined, and the serial number of the text unit that matches the first key point content is recorded as start, and the serial number of the text unit that matches the last key point content is recorded as end, and the effective content length is end-start.
  • the expected position of each key point based on the number of key points and the length of the effective content. In order to determine whether the hit positions are evenly distributed, it is necessary to determine the expected positions based on the total number of preset key points. For example, if the number of preset key points is small, such as only 3, then the hit position of the first preset key point is reasonable in the first third of the effective content of the speech. The first third of the effective content is the expected position of the first preset key point. Similarly, the expected position of the second preset key point is the middle third of the effective content, and the expected position of the third preset key point is the last third of the effective content. If there are many preset key points, such as 10, the expected positions of the preset key points will be adjusted accordingly.
  • the evaluation result of the speech If the hit position is not in the expected position, it is a negative situation. The farther it deviates from the expected position, the worse the judgment result for the key point content is, which can be reflected in the higher penalty value.
  • the overall evaluation result can be calculated by combining the judgment results of the hit positions of all key points.
  • the expected position of the above-mentioned key point content is an expected interval determined according to the number of key point content, the effective content length and the serial number of each key point content.
  • the length of the expected interval of each preset key point can be expressed as (end-start)/n, and the expected interval of the i-th key point content is [start+(i-1)*(end-start)/n, start+i*(end-start)/n], where start is the serial number of the text unit matched by the first key point content, end is the serial number of the text unit matched by the last key point content, and n is the number of key point content.
  • the device executing the method can automatically determine the expected interval of each key point content in combination with the actual situation of the speech and the preset key point content.
  • the above expected interval can also be adjusted according to one's own will.
  • the length of the speech that expresses the more important key points should be longer, so its expected interval should be longer, and vice versa.
  • the length of the expected interval automatically determined above is average.
  • the expected intervals of all key points can be automatically obtained first, and then the intervention instructions for the expected intervals input manually are obtained to adjust the expected intervals of any key points so that they diverge to both ends. It is feasible to shorten or lengthen any expected interval as needed.
  • the serial number of the text unit corresponding to the i-th key point content is within the interval; when the serial number of the text unit corresponding to the i-th key point content is within the interval, determine whether the hit position is consistent with the expected position. For example, if the serial number of the text unit corresponding to the i-th key point content is mi ...m j , then determine whether mi ...m j ⁇ [start+(i-1)*(end-start)/n, start+i*(end-start)/n] holds.
  • the penalty amount is determined according to the degree of deviation between the hit position and the expected position. The farther the hit position deviates from the expected interval, the greater the penalty amount. In a specific embodiment, the penalty amount is defined as the percentage of the length of the deviation from the expected interval to the total length of the effective content.
  • Figure 3 shows a specific example.
  • the vertical axis represents the preset key points 1 to n from top to bottom, and the horizontal axis represents the text units 1 to m from left to right.
  • the color blocks represent the hits of the text units to the key points. Dark color blocks indicate that the text units match the key points, and light color blocks indicate mismatches.
  • the recognition result of the neural network model is the degree of match. In the legend, the darker the color block, the higher the degree of match, and vice versa.
  • the content in the dotted area shows that the order of meeting the preset key points is linearly related to the order of hitting the key points in the speech, while the area outside the dotted area indicates the position of the text unit that hits the key points in the speech. If the order of the key points is not consistent with the order of the key points, a penalty will be incurred, and the final result can be calculated based on all the penalties.
  • embodiments of the present invention may be provided as methods, systems, or computer program products. Therefore, the present invention may take the form of a complete hardware embodiment, a complete software embodiment, or an embodiment combining software and hardware. Moreover, the present invention may take the form of a computer program product implemented on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) containing computer-usable program code.
  • computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
  • each process and/or box in the flowchart and/or block diagram, as well as the combination of the process and/or box in the flowchart and/or block diagram can be implemented by computer program instructions.
  • These computer program instructions can be provided to a processor of a general-purpose computer, a special-purpose computer, an embedded processor or other programmable data processing device to produce a machine, so that the instructions executed by the processor of the computer or other programmable data processing device produce a device for implementing the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.
  • These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing device to work in a specific manner, so that the instructions stored in the computer-readable memory produce a manufactured product including an instruction device that implements the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.
  • These computer program instructions may also be loaded onto a computer or other programmable data processing device so that a series of operational steps are executed on the computer or other programmable device to produce a computer-implemented process, whereby the instructions executed on the computer or other programmable device provide steps for implementing the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.

Landscapes

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

Abstract

本申请提供一种演讲稿质量评估方法及设备,所述方法包括:获取演讲稿和预设要点序列,所述预设要点序列包括多个要点内容;将所述演讲稿划分为多个文本单元;利用神经网络模型对所述多个文本单元进行语义识别,确定每个所述要点内容在所述演讲稿中的命中位置;根据所述命中位置和所述多个要点内容的顺序计算所述演讲稿的评估结果。

Description

演讲稿质量评估方法及设备 技术领域
本发明涉及自然语言处理领域,具体涉及一种演讲稿质量评估方法及设备。
背景技术
演讲是指在公众场合以有声语言为主要手段,以体态语言为辅助手段,针对某个具体问题,鲜明、完整地发表自己的见解和主张,阐明事理或抒发情感,进行宣传鼓动的一种语言交际活动。演讲稿是进行演讲的依据,其中必然存在一些确定的要点内容。
演讲稿往往采用排列法、总分法等,将所要表达的要点通过某种顺序依次表达,这种顺序可以作为评价该演讲稿质量优劣的指标。人工评估演讲稿的质量显然效率较低,而且容易受到评估者主观因素的影响。
中国专利文件CN113361275A公开了一种演讲稿逻辑结构评价方法,该方法通过识别演讲稿中出现的连词及其分布状态评估整体逻辑结构。该方案可以比较准确地评估演讲稿的逻辑性,但忽略了演讲稿所要表达的内容,一篇演讲稿合理地运用了连词并不足以充分表示其具有较高的质量。
发明内容
有鉴于此,本发明提供一种演讲稿质量评估方法,包括:获取演讲稿和预设要点序列,所述预设要点序列包括多个要点内容;将所述演讲稿划分为多个文本单元;利用神经网络模型对所述多个文本单元进行语义识别,确定每个所述要点内容在所述演讲稿中的命中位置;根据所述命中位置和所述多个要点内容的顺序计算所述演讲稿的评估结果。
可选地,利用神经网络模型对所述多个文本单元进行语义识别,确定每个所述要点内容在所述演讲稿中的命中位置,具体包括:所述神经网络模型分别识别各个所述要点内容相匹配的所述文本单元;获取各个所述要点内容相匹配的所述文本单元的序号。
可选地,根据所述命中位置确定对所述演讲稿的评估结果,具体包括:根据第一个所述要点内容和最后一个所述要点内容相匹配的文本单元的序号,确定有效内容长度;根据所述要点内容的数量、所述有效内容长度确定每个所述要点内容的期望位置;分别判断各个所述要点内容的所述命中位置与所述期望位置是否相符;根据所有判断结果计 算所述演讲稿的评估结果。
可选地,所述有效内容长度为end-start,其中start为第一个所述要点内容匹配的文本单元的序号,end为最后一个所述要点内容相匹配的文本单元的序号。
可选地,所述要点内容的期望位置为根据所述要点内容的数量、所述有效内容长度和每个要点内容的序号所确定的期望区间。
可选地,第i个所述要点内容的期望区间为[start+(i-1)*(end-start)/n,start+i*(end-start)/n],其中start为第一个所述要点内容匹配的文本单元的序号,end为最后一个所述要点内容相匹配的文本单元的序号,n为所述要点内容的数量。
可选地,所述方法还包括:获取人为输入的对所述期望区间的干预指令,用于调整任何所述要点内容的所述期望区间。
可选地,分别判断各个所述要点内容的所述命中位置与所述期望位置是否相符,具体包括:判断第i个所述要点内容对应的所述文本单元的序号是否在所述区间内;当第i个所述要点内容对应的所述文本单元的序号在所述区间内时,判定命中位置与期望位置相符。
可选地,根据所有判断结果计算所述演讲稿的评估结果,具体包括:对于结论为不相符的判断结果,根据所述命中位置与所述期望位置的偏离程度确定惩罚量;根据所有惩罚量计算所述演讲稿的评估结果。
本发明还提供一种演讲稿质量评估设备,处理器以及与所述处理器连接的存储器;其中,所述存储器存储有可被所述处理器执行的指令,所述指令被所述处理器执行,以使所述处理器执行上述演讲稿质量评估方法。
根据本发明实施例提供的演讲稿质量评估方法及设备,首先允许评估者提供其预知的演讲稿中需要讲到的要点,本方案通过神经网络模型依次判断每个要点在被评估的演讲稿中被提及的位置,通过要点的顺序及其被提及的位置顺序来评估演讲稿的逻辑结构是否恰当、是否涉及了所有要讲到的要点,以演讲稿所要表达的内容作为主要判断依据,能够准确地评估演讲稿的质量。而且本方案不需要大规模专业领域语料来训练神经网络模型,使用通用领域开源数据训练的能够进行语义识别的模型,即可实现对要点内容命中位置的识别,具有较强的扩展性、实用性。
附图说明
为了更清楚地说明本发明具体实施方式或现有技术中的技术方案,下面将对具体实施方式或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述 中的附图是本发明的一些实施方式,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1为本发明实施例中的演讲稿质量评估方法的流程图;
图2为本发明实施例中的神经网络模型识别数据的示意图;
图3为本发明实施例中的要点内容命中情况示意图。
具体实施方式
下面将结合附图对本发明的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
本发明实施例提供一种演讲稿质量评估方法,该方法可以由计算机和服务器等电子设备执行,如图1该方法包括如下步骤:
S1,获取演讲稿和预设要点序列,预设要点序列包括多个要点内容。这些要点内容是有序的,是此演讲稿预计要表达内容的总结,比如可以是一句话、短语或者词。
评估者可以根据演讲稿的主题和受众等因素设置多个要点内容,比如有n个要点内容,表示评估者期望被评估的演讲稿中包括与这n个要点内容相关的文字内容。
S2,将演讲稿划分为多个文本单元。可以参照CN113361275A中记载的方式进行划分,也可采用更简单的方式进行划分,比如按照句号、问号、感叹号等表示一句话结束的标点符号进行切分,文本单元即为一句话。
S3,利用神经网络模型对多个文本单元进行语义识别,确定每个要点内容在演讲稿中的命中位置。本方案中的神经网络模型要识别出每句话所表达的内容是否与各个预设要点相符,具体算法可以使用零资源分类模型、相似度判断模型等算法。预设的要点内容是通用的,并非人为从演讲稿中抽取的原文字。作为举例,比如要评估的演讲稿是关于电子产品推介的,一个预设要点可以是“电子产品的硬件性能”,那么神经网络模型要对每个文本单元进行识别,判断其含义是否与电子产品的硬件性能相匹配,而不是识别演讲稿中是否存在这一句话。
假设有m个文本单元、n个要点内容,神经网络模型依次判断每个要点被演讲稿命中的位置。如图2所示,比如对于第i个要点内容,神经网络模型识别出m个文本单元中的文本单元mi……文本单元mj所表达的内容与第i个要点内容相匹配,则文本单元mi……文本单元mj在整篇演讲稿中的位置,即为第i个要点内容在演讲稿中的命中位置。
需要说明的是,一篇演讲稿描述某一个要点内容的文本单元数量可以是一个或多个;并且也有可能无法识别到描述该要点内容的文本单元,也就是整篇演讲稿中没有表达该要点内容的文字。
S4,根据命中位置和多个要点内容的顺序计算演讲稿的评估结果。本方案的核心构思是高质量的演讲稿应当符合预设要点的顺序与演讲稿中命中要点的顺序是线性相关的,比如第i个要点内容的命中位置,应当在第i+1个要点内容的命中位置之前、在第i-1个要点内容的命中位置之后,如果全部要点内容的命中位置都符合上述关系,则得到较优的评估结果;反之,如果不符合上述关系,或者某些要点内容没有命中位置,则得到较差的评估结果。
评估结果可以是分数值,也可以是类似于优、良、中、差的分类结果,具体实现逻辑有多种,不符合上述线性关系的情况越多、差距越大、以及未命等负面情况越多,则分数越低或者分类结果越差,反之则分数越高或者分类结果越好,因此可以针对负面情况计算惩罚,或者针对正面情况计算激励,根据惩罚或激励得到评估结果。
在优选实施例中,在步骤S3中神经网络模型分别识别各个要点内容相匹配的文本单元,进而获取各个要点内容相匹配的文本单元的序号。假设一篇演讲稿被切分成m句话,此时即得到了m个文本单元的序号,第i个要点内容相匹配的文本单元的序号,即为第i个要点内容的命中位置。
进一步地,在步骤S4中,根据第一个要点内容和最后一个要点内容相匹配的文本单元的序号,确定有效内容长度。由于演讲稿的起始和末尾通常是与所有要点内容无关的文字,为了准确评估各个要点内容的命中位置的分布是否均匀,在此先确定有效内容长度,记第一个要点内容相匹配的文本单元的序号为start、最后一个要点内容相匹配的文本单元的序号为end,则有效内容长度为end-start。
根据要点内容的数量、有效内容长度确定每个要点内容的期望位置。为了确定命中位置是否均匀分布,需要结预设要点内容的总数量来确定期望位置。举例来说,如果预设要点数量较少,比如只有3个,那么第一个预设要点的命中位置在演讲稿的有效内容的前三分之一篇幅中是合理的,有效内容的前三分之一篇幅即为第一个预设要点的期望位置,类似地,第二个预设要点的期望位置是有效内容的中间三分之一篇幅、第三个预设要点的期望位置是有效内容的最后三分之一篇幅;如果预设要点较多,比如有10个,相应地预设要点的期望位置也会有相应调整。
分别判断各个要点内容的命中位置与期望位置是否相符,根据所有判断结果计算演 讲稿的评估结果。命中位置不在其预期位置的情况即为负面情况,偏离预期位置越远,则针对该要点内容的判断结果越差,可以体现为惩罚值越高,综合所有要点内容命中位置的判断结果,即可计算出总的评估结果。
进一步地,上述要点内容的期望位置为根据要点内容的数量、有效内容长度和每个要点内容的序号所确定的期望区间。可以将每个预设要点的期望区间的长度表示为(end-start)/n,第i个要点内容的期望区间为[start+(i-1)*(end-start)/n,start+i*(end-start)/n],其中start为第一个要点内容匹配的文本单元的序号,end为最后一个要点内容相匹配的文本单元的序号,n为要点内容的数量。
利用上述优选方案,执行本方法的设备可以结合演讲稿和预设要点内容的实际情况自动地确定每一个要点内容的期望区间。在可选实施例中,还可以允许认为地调整上述期望区间。
比如某些要点内容相比于其它要点内容更为重要,或者是相比来说次要的,那么演讲稿中表达更重要的要点内容的篇幅应当是更长的,所以其期望区间应当更长,反之则期望区间应当更短。而上述自动确定的期望区间的长度是平均的,为了得到更加准确的评估结果,在优选的实施例中,可以先自动得到所有要点内容的期望区间,再获取人为输入的对期望区间的干预指令,用于调整任何要点内容的期望区间,使其向两端发散,根据需要缩短或加长任何期望区间都是可行的。
在得到各个要点内容的期望区间后,判断第i个要点内容对应的文本单元的序号是否在区间内;当第i个要点内容对应的文本单元的序号在区间内时,判定命中位置与期望位置相符。比如第i个要点内容对应的文本单元的序号为mi……mj,则判断mi……mj∈[start+(i-1)*(end-start)/n,start+i*(end-start)/n]是否成立。
对于结论为不相符的判断结果,也即上述条件不成立,则根据命中位置与期望位置的偏离程度确定惩罚量,命中位置偏离预期区间越远,则惩罚量越大,在具体实施例中惩罚量被定义为偏离期望区间的长度占有效内容总长度的百分比。
最后,根据所有惩罚量计算演讲稿的评估结果。图3示出了一个具体示例,纵坐标从上至下表示预设要点内容1~n,横坐标从左至右表示文本单元1~m,其中的色块表示文本单元对要点内容的命中情况,深色色块表示文本单元与要点内容相符,浅色色块表示不相符。神经网络模型的识别结果是相符程度,在图例中颜色越深的色块表示相符程度越高,反之则越低。虚线区域中的内容体现出符合预设要点的顺序与演讲稿中命中要点的顺序是线性相关的,而虚线区域外表示命中要点内容的文本单元在演讲稿中的位置, 与要点内容本身的顺序不相符,将会产生惩罚量,最终根据全部的惩罚量即可计算出最终结果。
本领域内的技术人员应明白,本发明的实施例可提供为方法、系统、或计算机程序产品。因此,本发明可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。
本发明是参照根据本发明实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。
显然,上述实施例仅仅是为清楚地说明所作的举例,而并非对实施方式的限定。对于所属领域的普通技术人员来说,在上述说明的基础上还可以做出其它不同形式的变化或变动。这里无需也无法对所有的实施方式予以穷举。而由此所引伸出的显而易见的变化或变动仍处于本发明创造的保护范围之中。

Claims (10)

  1. 一种演讲稿质量评估方法,其特征在于,包括:
    获取演讲稿和预设要点序列,所述预设要点序列包括多个要点内容;
    将所述演讲稿划分为多个文本单元;
    利用神经网络模型对所述多个文本单元进行语义识别,确定每个所述要点内容在所述演讲稿中的命中位置;
    根据所述命中位置和所述多个要点内容的顺序计算所述演讲稿的评估结果。
  2. 根据权利要求1所述的方法,其特征在于,利用神经网络模型对所述多个文本单元进行语义识别,确定每个所述要点内容在所述演讲稿中的命中位置,具体包括:
    所述神经网络模型分别识别各个所述要点内容相匹配的所述文本单元;
    获取各个所述要点内容相匹配的所述文本单元的序号。
  3. 根据权利要求2所述的方法,其特征在于,根据所述命中位置确定对所述演讲稿的评估结果,具体包括:
    根据第一个所述要点内容和最后一个所述要点内容相匹配的文本单元的序号,确定有效内容长度;
    根据所述要点内容的数量、所述有效内容长度确定每个所述要点内容的期望位置;
    分别判断各个所述要点内容的所述命中位置与所述期望位置是否相符;
    根据所有判断结果计算所述演讲稿的评估结果。
  4. 根据权利要求3所述的方法,其特征在于,所述有效内容长度为end-start,其中start为第一个所述要点内容匹配的文本单元的序号,end为最后一个所述要点内容相匹配的文本单元的序号。
  5. 根据权利要求3所述的方法,其特征在于,所述要点内容的期望位置为根据所述要点内容的数量、所述有效内容长度和每个要点内容的序号所确定的期望区间。
  6. 根据权利要求5所述的方法,其特征在于,第i个所述要点内容的期望区间为 [start+(i-1)*(end-start)/n,start+i*(end-start)/n],其中start为第一个所述要点内容匹配的文本单元的序号,end为最后一个所述要点内容相匹配的文本单元的序号,n为所述要点内容的数量。
  7. 根据权利要求5或6所述的方法,其特征在于,还包括:
    获取人为输入的对所述期望区间的干预指令,用于调整任何所述要点内容的所述期望区间。
  8. 根据权利要求5或6所述的方法,其特征在于,分别判断各个所述要点内容的所述命中位置与所述期望位置是否相符,具体包括:
    判断第i个所述要点内容对应的所述文本单元的序号是否在所述区间内;
    当第i个所述要点内容对应的所述文本单元的序号在所述区间内时,判定命中位置与期望位置相符。
  9. 根据权利要求3所述的方法,其特征在于,根据所有判断结果计算所述演讲稿的评估结果,具体包括:
    对于结论为不相符的判断结果,根据所述命中位置与所述期望位置的偏离程度确定惩罚量;
    根据所有惩罚量计算所述演讲稿的评估结果。
  10. 一种演讲稿质量评估设备,其特征在于,处理器以及与所述处理器连接的存储器;其中,所述存储器存储有可被所述处理器执行的指令,所述指令被所述处理器执行,以使所述处理器执行如权利要求1-9中任意一项所述的演讲稿质量评估方法。
PCT/CN2023/089229 2022-11-25 2023-04-19 演讲稿质量评估方法及设备 WO2024108885A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202211491162.0A CN115545042B (zh) 2022-11-25 2022-11-25 演讲稿质量评估方法及设备
CN202211491162.0 2022-11-25

Publications (1)

Publication Number Publication Date
WO2024108885A1 true WO2024108885A1 (zh) 2024-05-30

Family

ID=84722232

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/089229 WO2024108885A1 (zh) 2022-11-25 2023-04-19 演讲稿质量评估方法及设备

Country Status (2)

Country Link
CN (1) CN115545042B (zh)
WO (1) WO2024108885A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115545042B (zh) * 2022-11-25 2023-04-28 北京优幕科技有限责任公司 演讲稿质量评估方法及设备
CN117709311B (zh) * 2024-02-05 2024-05-03 新励成教育科技股份有限公司 一种基于云端的演讲稿管理方法、装置、设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200243095A1 (en) * 2019-01-29 2020-07-30 Audiocodes Ltd. Device, System, and Method for Assigning Differential Weight to Meeting Participants and for Generating Meeting Summaries
CN111898441A (zh) * 2020-06-30 2020-11-06 华中师范大学 一种在线课程视频资源内容识别与评估方法及智能系统
CN113515628A (zh) * 2021-05-19 2021-10-19 北京世纪好未来教育科技有限公司 文档检测方法、装置、设备及存储介质
CN115545042A (zh) * 2022-11-25 2022-12-30 北京优幕科技有限责任公司 演讲稿质量评估方法及设备

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111339765B (zh) * 2020-02-18 2023-11-03 腾讯科技(深圳)有限公司 文本质量评估方法、文本推荐方法及装置、介质及设备
CN111428032B (zh) * 2020-03-20 2024-03-29 北京小米松果电子有限公司 内容质量评价方法及装置、电子设备、存储介质
CN113255843B (zh) * 2021-07-06 2021-09-21 北京优幕科技有限责任公司 演讲稿测评方法及设备
CN113361275A (zh) * 2021-08-10 2021-09-07 北京优幕科技有限责任公司 演讲稿逻辑结构评价方法和设备
CN114187544B (zh) * 2021-11-30 2024-08-09 厦门大学 大学英语演讲多模态自动评分方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200243095A1 (en) * 2019-01-29 2020-07-30 Audiocodes Ltd. Device, System, and Method for Assigning Differential Weight to Meeting Participants and for Generating Meeting Summaries
CN111898441A (zh) * 2020-06-30 2020-11-06 华中师范大学 一种在线课程视频资源内容识别与评估方法及智能系统
CN113515628A (zh) * 2021-05-19 2021-10-19 北京世纪好未来教育科技有限公司 文档检测方法、装置、设备及存储介质
CN115545042A (zh) * 2022-11-25 2022-12-30 北京优幕科技有限责任公司 演讲稿质量评估方法及设备

Also Published As

Publication number Publication date
CN115545042A (zh) 2022-12-30
CN115545042B (zh) 2023-04-28

Similar Documents

Publication Publication Date Title
WO2024108885A1 (zh) 演讲稿质量评估方法及设备
CN109146610B (zh) 一种智能保险推荐方法、装置及智能保险机器人设备
CN109145099B (zh) 基于人工智能的问答方法和装置
CN110175229B (zh) 一种基于自然语言进行在线培训的方法和系统
CN110569356B (zh) 基于智能面试交互系统的面试方法、装置和计算机设备
DE102013212215A1 (de) System und Verfahren zum Feststellen von Fachkenntnissen durch Sprachanalyse
CN111797222B (zh) 课程知识图谱构建方法、装置、终端及存储介质
Baur et al. eXplainable cooperative machine learning with NOVA
US20220292329A1 (en) Neural architecture search with weight sharing
CN109829151B (zh) 一种基于分层狄利克雷模型的文本分割方法
WO2021208444A1 (zh) 电子病例自动生成方法、装置、设备及存储介质
CN117709311B (zh) 一种基于云端的演讲稿管理方法、装置、设备及存储介质
CN111694940A (zh) 一种用户报告的生成方法及终端设备
CN117501283A (zh) 文本到问答模型系统
CN114528919A (zh) 自然语言处理方法、装置及计算机设备
CN111145903A (zh) 获取眩晕症问诊文本的方法、装置、电子设备及问诊系统
CN106610990A (zh) 情感倾向性分析的方法及装置
CN114300127A (zh) 问诊处理方法、装置、设备及存储介质
WO2023279631A1 (zh) 演讲稿测评方法及设备
US11853696B2 (en) Automated text amendment based on additional domain text and control text
CN112200674B (zh) 一种证券市场情绪指数智能计算信息系统
CN112434504A (zh) 生成文件信息的方法、装置、电子设备和计算机可读介质
CN112329437A (zh) 一种智能客服语音质检评分方法、设备及存储介质
CN116955559A (zh) 问答匹配方法、装置、电子设备及存储介质
CN115203356A (zh) 专业领域问答库构建方法、问答方法及系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23892986

Country of ref document: EP

Kind code of ref document: A1