Insurance sales behavior risk early warning method
By collecting multimodal behavioral data and utilizing self-attention mechanisms and risk trajectory prediction models, the problem of delayed risk warning in insurance sales has been solved. This enables forward-looking, precise, and tiered early warning and intervention for risks in insurance sales behavior, thereby improving the level of intelligent risk management.
Patent Information
- Application Number
- CN202511884388.0
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2025-12-15
- Publication Date
- 2026-01-13
- Estimated Expiration
- 2045-12-15
AI Technical Summary
In the field of insurance sales, existing technologies struggle to fully capture risks through single-modal data analysis. Traditional methods lack the ability to predict the dynamic evolution of behavioral sequences, resulting in delayed risk warnings and limited credibility of assessment results.
By collecting multimodal behavioral data (voice interaction and graphical interface operation), a sequence encoding network with a self-attention mechanism is used for joint representation and contextual modeling. A risk trajectory prediction model is combined to generate a future behavioral feature prediction sequence. The trend deviation is calculated by dynamic time warping and cosine similarity. Evidence from different modalities is integrated to assess the risk confidence level, and finally, a graded intervention instruction is generated.
It enables forward-looking and precise tiered early warning and intervention of risks in insurance sales activities, improving the intelligence level and efficiency of risk management.
Smart Images

Figure CN121329697A_ABST
Abstract
Description
TECHNICAL FIELD
[0001] The present application relates to the technical field of risk early warning, in particular to an insurance sales behavior risk early warning method. BACKGROUND
[0002] In the process of digitization in the insurance sales field, compliance monitoring and risk early warning of sales behavior have become the focus of the industry. Existing technical solutions usually rely on independent analysis of single modal data (such as voice dialogue content or interface operation logs) to identify potential violations.
[0003] However, this single-path monitoring mode has obvious limitations. On the one hand, the manifestations of sales risks are often complex and dynamic, which may be reflected in the tendency of language communication and the specific mode of interface operation. It is difficult to fully capture the complete picture of risks from a single data source, and the lack of information dimension may lead to insufficient early warning sensitivity or misjudgment.
[0004] On the other hand, even if multiple sources of data are combined, traditional analysis methods are often limited to static matching or rule determination of the behaviors that have occurred, lacking the ability to predict the dynamic evolution trend of behavior sequences. This leads to risk intervention usually lagging behind the actual risk occurrence, making it difficult to achieve effective prevention in a forward-looking manner. In addition, existing methods often fail to fully consider the contribution difference of different modal features in risk representation and their dynamic correlation when fusing different modal information to jointly support risk decision-making, making the final risk assessment result have limited credibility and difficult to support precise and differentiated risk disposal strategies. SUMMARY
[0005] The purpose of the present application is to provide an insurance sales behavior risk early warning method to solve the problems raised in the background art. The specific technical problems include how to based on the joint representation and future trend prediction of multi-modal behavior sequences, construct a mechanism that can dynamically quantify the deviation degree of the prediction trajectory from the safety benchmark, and effectively fuse different modal evidence to cooperatively assess the risk confidence level, in order to realize more accurate and forward-looking graded early warning and intervention of insurance sales behavior risks.
[0006] To achieve the above purpose, the purpose of the present application is to provide an insurance sales behavior risk early warning method, which specifically includes the following method steps: S1, collect multi-modal behavior data in the insurance sales process, the multi-modal behavior data including voice interaction data and graphical interface operation data; wherein the voice interaction data is generated by real-time recording of dialogue audio between the sales personnel and the customer through the voice collection device deployed in the sales scene; the graphical interface operation data is generated by recording operation events generated when the user interacts with the graphical interface through the operation monitoring module integrated in the insurance sales software, the operation events including mouse click track, keyboard input content and interface element change log.
[0007] This step S1 provides a comprehensive and synchronous multi-modal behavior data basis for constructing a risk early warning mechanism by collecting voice interaction data and graphical interface operation data in real time; its role is to convert dynamic and heterogeneous behavior information (such as dialogue content and interface operation) in the sales process into structured sequences that can be processed by a computing system, thereby laying a data level prerequisite for subsequent joint representation of multi-modal behavior sequences and future trend prediction, ensuring the coverage and real-time of the source of risk perception.
[0008] S2, joint representation learning of multi-modal behavior sequences is performed on the multi-modal behavior data to obtain a unified joint feature representation; wherein: The construction process of the multi-modal behavior sequence specifically includes: The time-synchronized voice interaction data and graphical interface operation data are respectively input into a voice feature extraction network and an operation feature extraction network to obtain an initial feature vector sequence of the voice modality and an initial feature vector sequence of the operation modality; The initial feature vector sequence of the voice modality and the initial feature vector sequence of the operation modality are spliced to form a multi-modal behavior sequence.
[0009] The generation process of the joint feature representation specifically includes: The multi-modal behavior sequence is input into a sequence encoding network based on a self-attention mechanism, the correlation weight between different time step features in the multi-modal behavior sequence is calculated, deep information fusion and context modeling of the multi-modal behavior sequence are performed, and a unified joint feature representation is output.
[0010] The core role of this step S2 is to perform deep information fusion and context modeling of the spliced multi-modal behavior sequence through the sequence encoding network based on the self-attention mechanism to generate a unified joint feature representation; this process can effectively capture the internal correlation and mutual influence of voice and operation modalities in the time dimension, integrate behavior information from different sources into a high-order feature rich in context semantics, and provide a high-quality and integrated feature input for subsequent accurate quantitative prediction of the trajectory and the degree of deviation from the safety benchmark.
[0011] S3, input the joint feature representation to a risk trajectory prediction model to obtain a behavior feature prediction sequence of a future time step, wherein the generation process of the behavior feature prediction sequence specifically comprises: The risk trajectory prediction model adopts a sequence-to-sequence structure based on an encoder and a decoder; The encoder of the risk trajectory prediction model encodes the input joint feature representation and converts it into an intermediate state vector containing historical behavior context information; The decoder of the risk trajectory prediction model generates feature vectors of future consecutive time steps recursively in a self-recurrent manner with the intermediate state vector as the initial condition, and outputs the behavior feature prediction sequence.
[0012] Comparing the behavior feature prediction sequence with the preset safe feature sequence generates a trend deviation, specifically comprising: The dynamic time warping method is used to calculate the minimum alignment path distance between the behavior feature prediction sequence and the preset safe feature sequence, and the minimum alignment path distance is taken as the initial deviation; The cosine similarity between the feature vectors of the behavior feature prediction sequence and the preset safe feature sequence at the corresponding time steps is calculated, and the arithmetic mean of all time step cosine similarities is taken as the average similarity; The initial deviation and the difference obtained by subtracting the average similarity are weighted and summed, and the summation result is normalized to a value between zero and one as the trend deviation.
[0013] This step S3 uses the risk trajectory prediction model with a sequence-to-sequence structure to prospectively generate a behavior feature prediction sequence of a future time step based on the joint feature representation of historical behavior, and further generates a trend deviation by combining the comprehensive measurement method of dynamic time warping and cosine similarity; its effect is to realize the leap from static analysis to dynamic prediction, dynamically quantify the deviation degree of the prediction trajectory from the safety benchmark, and move the risk warning forward, providing direct and quantitative trend basis for the proactive intervention in the core target.
[0014] S4, based on the joint feature representation, respectively extract a speech modality feature subset and an operation modality feature subset; calculate a first support degree of the speech modality feature subset to the trend deviation, and calculate a second support degree of the operation modality feature subset to the trend deviation, wherein the calculation process of the first support degree specifically comprises: Input the speech modality feature subset into the speech support degree evaluation network, calculate the nonlinear mapping relationship between the speech modality feature subset and the trend deviation through the fully connected layer in the speech support degree evaluation network, and output the first support degree.
[0015] The calculation process of the second support degree specifically comprises: input the operation modality feature subset into the operation support degree evaluation network, calculate the nonlinear mapping relationship between the operation modality feature subset and the trend deviation degree through the full connection layer in the operation support degree evaluation network, and output the second support degree.
[0016] According to the first support degree and the second support degree, a comprehensive confidence is calculated, specifically including: The first support degree and the second support degree are weighted and summed, wherein the sum of the weight coefficients of the first support degree and the weight coefficients of the second support degree is one, and the weight coefficients are pre-set according to the stable contribution proportion of each modality feature subset to the risk prediction in historical data; The result of the weighted sum is input into an S-shaped function for mapping, and the output value is adjusted to a range of zero to one as the comprehensive confidence.
[0017] This step S4 aims to effectively fuse different modal evidence to cooperatively evaluate the risk confidence level mechanism; its role is to calculate the first support degree and the second support degree of the voice and operation modality feature subset to the trend deviation degree respectively, and generate a comprehensive confidence by weighted fusion according to its historical contribution; this process evaluates the support strength of different modal evidence to the current risk trend prediction, thereby calibrating the reliability of the risk signal indicated by the trend deviation degree, and providing a key reliability criterion for finally realizing more accurate graded early warning and intervention.
[0018] S5, according to the comprehensive confidence and the trend deviation degree, a graded intervention instruction is generated and the corresponding risk disposal operation is executed, wherein the generation process of the graded intervention instruction specifically includes: A grading strategy table is pre-set, which defines the risk level corresponding to the comprehensive confidence and the trend deviation degree in different numerical intervals; The current calculated comprehensive confidence and trend deviation degree are input as a joint input, and the grading strategy table is queried to match the corresponding risk level; According to the matched risk level, a graded intervention instruction bound to the risk level is generated.
[0019] This step S5 is the decision and execution terminal of risk disposal, which matches the risk level by querying the pre-set strategy table based on the two key indicators of comprehensive confidence and trend deviation degree, and generates a graded intervention instruction; this mechanism combines the trend prediction of risk and the confidence level of prediction to jointly determine the level and mode of intervention, thereby realizing the sublimation of multi-dimensional, accurate and forward graded early warning and intervention from single threshold alarm, and ensuring the pertinence, appropriateness and effectiveness of risk disposal measures.
[0020] Compared with the prior art, the beneficial effects of the present application are: The application fuses multi-modal behavior data such as voice and operation to jointly represent and model context, and constructs an analysis basis capable of deeply understanding dynamic characteristics of sales behavior; then, future behavior trajectory is generated prospectively by using sequence prediction technology, and early risk insight is realized by quantifying trend deviation degree between the prediction trajectory and a safety benchmark; further, a risk confidence level evaluation mechanism of multi-modal evidence cooperation is established by evaluating support of different modal evidences to the trend deviation degree and fusing to generate comprehensive confidence, which effectively improves reliability and accuracy of risk judgment; finally, hierarchical intervention instructions are generated based on dual decision basis of the trend deviation degree and the comprehensive confidence, realizing hierarchical early warning and intervention of insurance sales behavior risk from passive response to active, precise and prospective, which significantly improves intelligent level and disposal efficiency of risk management. BRIEF DESCRIPTION OF DRAWINGS
[0021] Figure 1 is a schematic diagram of the overall method steps of the application; Figure 2 is a core flowchart of steps S3 and S4 of the application. DETAILED DESCRIPTION
[0022] The technical solutions in the embodiments of the application will be clearly and completely described below with reference to the drawings in the application. Obviously, the described embodiments are only part of the embodiments of the application, rather than all the embodiments of the application. Based on the embodiments in the application, all other embodiments obtained by those skilled in the art without creative labor fall within the protection scope of the application.
[0023] Next, please refer to Figure 1 The embodiment is directed to a risk early warning method for insurance sales behavior, which comprises the following steps: S1, before the start of the insurance sales process, the purpose, range (including voice interaction data and graphical interface operation data) and use of data collection are clearly shown to the user through a graphical interface, and a data collection authorization agreement is presented, and only after the user's explicit authorization and consent is obtained, the data collection process is started.
[0024] During the collection process, the voice interaction data is generated by real-time recording of the dialogue audio between the sales personnel and the customer through the voice collection device deployed in the sales scene; at the same time, the operation event generated by the user when interacting with the graphical interface is continuously recorded within the authorized range of the user, including mouse click trajectory, keyboard input content and interface element change log, to generate graphical interface operation data through the operation monitoring module integrated in the insurance sales software; the voice interaction data and the graphical interface operation data jointly constitute the multi-modal behavior data known to the user obtained in the multi-modal behavior data collection process.
[0025] S2, joint representation learning of multi-modal behavior sequence is performed on the multi-modal behavior data to obtain a unified joint feature representation, specifically including: Firstly, the time-synchronized voice interaction data and graphical interface operation data are respectively input into a voice feature extraction network and an operation feature extraction network to obtain an initial feature vector sequence of the voice modality and an initial feature vector sequence of the operation modality; wherein the voice feature extraction network is a neural network for processing voice interaction data, receiving voice signals and outputting an initial feature vector sequence of the voice modality by performing feature extraction on the signals; the operation feature extraction network is a neural network for processing graphical interface operation data, receiving operation event data and outputting an initial feature vector sequence of the operation modality by performing feature extraction on the operations; Then, the initial feature vector sequence of the voice modality and the initial feature vector sequence of the operation modality are spliced, specifically, after alignment according to time steps, for each same time step, the initial feature vector sequences of the voice modality and the operation modality are connected in the feature dimension to form a longer joint feature vector, thereby constituting a multi-modal behavior sequence.
[0026] Finally, the multi-modal behavior sequence is input into a sequence encoding network based on a self-attention mechanism to perform deep information fusion and context modeling on the multi-modal behavior sequence by calculating the correlation weight between different time step features in the multi-modal behavior sequence, and output a unified joint feature representation: the multi-modal behavior sequence is input into a sequence encoding network based on a self-attention mechanism, the sequence encoding network calculates the correlation weight between the feature vector of each time step in the sequence and all other time step feature vectors, then weights the feature vectors according to these weights, thereby fusing the deep information of the multi-modal sequence and modeling the context dependency relationship, and finally output a unified joint feature representation.
[0027] Please refer to Figure 2 S3, input the joint feature representation into a risk trajectory prediction model to obtain a behavior feature prediction sequence of future time steps, specifically including: The risk trajectory prediction model adopts a sequence-to-sequence structure based on an encoder and a decoder; first, the encoder part of the risk trajectory prediction model encodes the input joint feature representation to convert it into an intermediate state vector containing historical behavior context information; Subsequently, the decoder part of the risk trajectory prediction model takes the intermediate state vector as the initial condition and recursively generates feature vectors of future consecutive time steps in a self-recursive manner, with the decoder output of the previous time step as the input of the current step for each time step, thereby outputting a future time step behavior feature prediction sequence with the same dimension as the historical behavior sequence.
[0028] The behavior characteristic prediction sequence is compared with the preset safety characteristic sequence to generate a trend deviation degree, specifically comprising: An initial deviation degree is calculated by using a dynamic time warping method to calculate a minimum alignment path distance between the behavior characteristic prediction sequence and the preset safety characteristic sequence, and the minimum alignment path distance is taken as the initial deviation degree; meanwhile, a cosine similarity between feature vectors at corresponding time steps of the behavior characteristic prediction sequence and the preset safety characteristic sequence is calculated, and an arithmetic mean of all time step cosine similarities is taken as an average similarity; finally, an initial deviation degree and a difference obtained by subtracting the average similarity are weighted and summed, and the sum is normalized to a value between zero and one, which is the generated trend deviation degree; wherein the dynamic time warping method is to construct a distance matrix between the behavior characteristic prediction sequence and the preset safety characteristic sequence, and then find a path from the top left corner to the bottom right corner of the matrix, so that the sum of feature distances between corresponding points on the path is minimized, and the minimum path distance is taken as the minimum alignment path distance.
[0029] S4, based on the joint feature representation, the specific process of extracting the speech modality feature subset and the operation modality feature subset respectively is: Through a feature selection network, according to a predefined modality feature index, the dimensions corresponding to the speech modality are segmented from the joint feature representation to form the speech modality feature subset, and the dimensions corresponding to the operation modality are segmented to form the operation modality feature subset.
[0030] The specific process of calculating the first support degree of the speech modality feature subset to the trend deviation degree is: The speech modality feature subset is input into a speech support evaluation network, which calculates the nonlinear mapping relationship between the speech modality feature subset and the trend deviation degree through a fully connected layer, and outputs the first support degree representing the contribution weight of the speech modality to the risk trend; wherein the speech support evaluation network is a fully connected neural network, which quantitatively evaluates the support degree of the speech modality feature to the finally calculated trend deviation degree; the network first receives the speech modality feature subset as input, which is a specific dimension vector segmented from the unified joint feature representation; then, the input feature is nonlinearly transformed through multiple fully connected layers inside the network, each layer introduces nonlinearity through its activation function, and gradually learns and captures the complex and high-level association patterns between the speech modality feature and the trend deviation degree; finally, the network generates a scalar value through the calculation of the output layer, which is the first support degree, which accurately represents the contribution weight of the information contained in the speech interaction behavior to the risk trend in the context of the current sales conversation, and the higher the value represents the stronger the support of the speech modality.
[0031] The specific process of calculating the second support degree of the operation modality feature subset to the trend deviation degree is: input the operation modality feature subset into an operation support degree evaluation network, the operation support degree evaluation network calculates a nonlinear mapping relationship between the operation modality feature subset and the trend deviation degree through a fully connected layer, and outputs a second support degree representing the contribution weight of the operation modality to the risk trend; wherein the operation support degree evaluation network is a fully connected neural network with a specific structure, and the core task of the operation support degree evaluation network is to evaluate the support degree of the graphical interface operation behavior feature to the trend deviation degree; the operation support degree evaluation network takes the operation modality feature subset as the processing object, and the operation modality feature subset is also part of the joint feature representation extracted according to the predefined index; the operation support degree evaluation network performs multiple nonlinear mapping and feature integration on the input features through the fully connected layers stacked in the operation support degree evaluation network, and the hierarchical structure is designed to deeply analyze the internal causal relationship between the operation event sequence and the potential risk trend. After layer-by-layer transmission and calculation, the network generates a specific numerical output, i.e., the second support degree, in the output layer, which directly reflects the evidence strength or importance ratio provided by the operation modality (such as mouse click, keyboard input, and other interface interaction behaviors) to the judgment of the risk trend in the current sales process.
[0032] The specific process of calculating the comprehensive confidence degree according to the first support degree and the second support degree includes: perform weighted summation on the first support degree and the second support degree, wherein the sum of the weight coefficient of the first support degree and the weight coefficient of the second support degree is one, wherein the weight coefficients are pre-set according to the stable contribution proportion of each modality feature subset to the risk prediction in the historical data; then input the result of the weighted summation into an S-shaped function for mapping, and adjust the output value to the range of zero to one, and the final numerical value is the comprehensive confidence degree; wherein the S-shaped function is a nonlinear activation function that can smoothly and monotonically map input values of any range to the open interval of zero to one; when the weighted sum result passes through the function, the output value is compressed and normalized to a standard scale, and the final output numerical value is defined as the comprehensive confidence degree, which represents the overall confidence degree of the entire multi-modal system on the reliability of the current risk warning result, and the closer the numerical value is to one, the higher the confidence degree is.
[0033] S5, according to the comprehensive confidence degree and the trend deviation degree, the specific process of generating a hierarchical intervention instruction and performing a corresponding risk disposal operation includes: pre-set a hierarchical strategy table, the hierarchical strategy table defines the risk level corresponding to the comprehensive confidence degree and the trend deviation degree in different numerical intervals; input the current calculated comprehensive confidence degree and trend deviation degree as joint input, query the hierarchical strategy table, and match to a unique corresponding risk level; The hierarchical strategy table is a pre-defined and stored two-dimensional lookup table, the rows and columns of which correspond to the discretized numerical intervals of the comprehensive confidence and the trend deviation respectively; when constructing the hierarchical strategy table, a series of continuous and mutually non-overlapping numerical ranges are divided for the comprehensive confidence and the trend deviation according to historical risk case analysis and domain knowledge, and each numerical range is mapped to a specific risk level; when it is necessary to generate a hierarchical intervention instruction, the current calculated comprehensive confidence and trend deviation are taken as joint inputs, first, it is determined in which comprehensive confidence interval the current comprehensive confidence value falls in the hierarchical strategy table, and simultaneously, it is determined in which trend deviation interval the current trend deviation value falls in the hierarchical strategy table; by locating to this specific comprehensive confidence interval and trend deviation interval, a unique corresponding risk level is cross-referenced in the two-dimensional structure of the hierarchical strategy table; The risk level is bound with a pre-set hierarchical intervention instruction; the specific hierarchical intervention instruction is generated immediately, and the risk disposal operation corresponding to the instruction is executed through the control interface thereof; the risk disposal operation corresponding to the hierarchical intervention instruction is executed through the control interface thereof, and the risk disposal operation includes sending a risk reminding label to the graphical interface of the sales personnel, starting a forced pop-up window prompt to require confirmation and locking the sales process, etc.
[0034] The basic principles, main features and advantages of the present application are shown and described above. It should be understood by those skilled in the art that the present application is not limited by the above-mentioned embodiments, the above-mentioned embodiments and descriptions in the specification are only preferred examples of the present application, and are not intended to limit the present application, various changes and improvements of the present application can be made without departing from the spirit and scope of the present application, and these changes and improvements all fall within the scope of the present application. The scope of protection of the present application is defined by the appended claims and their equivalents.
Claims
1. A risk warning method for insurance sales behavior, characterized in that, The methods and steps include the following: S1. Collect multimodal behavioral data during the insurance sales process, including voice interaction data and graphical interface operation data; S2. Perform joint representation learning on the multimodal behavior data to obtain a unified joint feature representation; S3. Input the joint feature representation into the risk trajectory prediction model to obtain the behavioral feature prediction sequence for future time steps; and compare the behavioral feature prediction sequence with a preset safety feature sequence to generate a trend deviation. S4. Based on the joint feature representation, extract the speech modal feature subset and the operational modal feature subset respectively; calculate the first support of the speech modal feature subset to the trend deviation, and calculate the second support of the operational modal feature subset to the trend deviation; calculate the comprehensive confidence based on the first support and the second support; S5. Based on the comprehensive confidence level and the trend deviation, generate tiered intervention instructions and execute corresponding risk management operations.
2. The risk warning method for insurance sales behavior according to claim 1, characterized in that, The voice interaction data is generated by recording the audio of the conversation between sales personnel and customers in real time through voice acquisition devices deployed in the sales scenario; the graphical interface operation data is generated by recording operation events generated when users interact with the graphical interface through the operation monitoring module integrated in the insurance sales software. The operation events include mouse click trajectories, keyboard input content, and interface element change logs.
3. The risk warning method for insurance sales behavior according to claim 1, characterized in that, The process of constructing the multimodal behavior sequence specifically includes: Time-synchronized voice interaction data and graphical interface operation data are input into the voice feature extraction network and the operation feature extraction network, respectively, to obtain the initial feature vector sequence of the voice mode and the initial feature vector sequence of the operation mode. The initial feature vector sequence of the speech modality and the initial feature vector sequence of the operation modality are concatenated to form a multimodal behavior sequence.
4. The risk warning method for insurance sales behavior according to claim 3, characterized in that, The process of generating the joint feature representation specifically includes: Multimodal behavior sequences are input into a sequence encoding network based on a self-attention mechanism. By calculating the correlation weights between features at different time steps within the multimodal behavior sequence, deep information fusion and context modeling are performed on the multimodal behavior sequence, and a unified joint feature representation is output.
5. The risk warning method for insurance sales behavior according to claim 1, characterized in that, The process of generating the behavioral feature prediction sequence specifically includes: The risk trajectory prediction model adopts a sequence-to-sequence structure based on an encoder and decoder; The encoder of the risk trajectory prediction model encodes the joint feature representation of the input and converts it into an intermediate state vector containing historical behavioral context information. The decoder of the risk trajectory prediction model uses the intermediate state vector as an initial condition to recursively generate feature vectors for multiple consecutive future time steps in an autoregressive manner, and outputs a behavioral feature prediction sequence.
6. The risk warning method for insurance sales behavior according to claim 1, characterized in that, The process of generating the trend deviation specifically includes: The minimum alignment path distance between the behavioral feature prediction sequence and the preset security feature sequence is calculated using the dynamic time warping method, and this minimum alignment path distance is used as the initial deviation. Calculate the cosine similarity between the feature vectors of the predicted behavioral feature sequence and the preset security feature sequence at the corresponding time step, and take the arithmetic mean of the cosine similarity of all time steps as the average similarity. The initial deviation is weighted and summed with the difference between one and the average similarity. The sum is then normalized to a value between zero and one, which is taken as the trend deviation.
7. The risk warning method for insurance sales behavior according to claim 1, characterized in that, The calculation process for the first support specifically includes: The subset of speech modal features is input into the speech support evaluation network. The nonlinear mapping relationship between the speech modal features and the trend deviation is calculated through the fully connected layer in the speech support evaluation network, and the first support is output.
8. The risk warning method for insurance sales behavior according to claim 1, characterized in that, The calculation process for the second support specifically includes: The operational modality feature subset is input into the operational support evaluation network. The nonlinear mapping relationship between the operational modality feature subset and the trend deviation is calculated through the fully connected layer in the operational support evaluation network, and the second support is output.
9. The risk warning method for insurance sales behavior according to claim 7, characterized in that, The calculation process of the overall confidence level specifically includes: The first support and the second support are weighted and summed, where the weight coefficient of the first support and the weight coefficient of the second support are summed to one. The weight coefficients are preset according to the stable contribution ratio of each modal feature subset to risk prediction in historical data. The weighted summation result is input into a sigmoid function for mapping, and the output value is adjusted to the range between zero and one, which is used as the overall confidence level.
10. The risk warning method for insurance sales behavior according to claim 1, characterized in that, The process of generating the tiered intervention instructions specifically includes: A pre-defined grading strategy table defines the risk level corresponding to the comprehensive confidence level and trend deviation for different numerical ranges. Using the calculated overall confidence level and trend deviation as joint inputs, query the tiered strategy table and match the corresponding risk level. Based on the matched risk level, a tiered intervention instruction is generated that is linked to that risk level.
Citation Information
Patent Citations
Dynamic multi-modal data fusion and real-time analysis method
CN120046119A
Multi-factor fusion insurance product dynamic risk pricing optimization method
CN120182012A
Insurance business real-time risk early warning method and system under dynamic risk assessment
CN120672483A
Response method, device and equipment for customer service robot
CN120746585A
Multi-modal data collaborative analysis risk quantitative evaluation system
CN120878222A