An opinion intelligence classification method based on a graph neural network

By constructing heterogeneous graphs and using graph neural networks, the semantic gap and collinearity redundancy problems in multimodal data processing of public opinion classification models are solved, achieving efficient public opinion classification and early warning.

CN122434510APending Publication Date: 2026-07-21ANHUI YUYING INFORMATION TECH CO LTD
View PDF 0 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
ANHUI YUYING INFORMATION TECH CO LTD
Filing Date
2026-04-29
Publication Date
2026-07-21

AI Technical Summary

Technical Problem

Existing public opinion classification algorithms struggle to bridge the semantic gap between different modalities when processing multimodal online public opinion data. Furthermore, they introduce collinearity redundancy when fusing local and global information, leading to overfitting and high misclassification rates, and are unable to adaptively adjust classification boundaries.

Method used

A graph neural network-based approach is adopted to construct a heterogeneous graph by extracting heterogeneous entity relationships. A pre-trained graph encoder is used for semantic embedding. Attention mechanism and orthogonal projection technique are combined to remove collinear redundant information. A multilayer perceptron classifier with an adaptive classification boundary optimization mechanism is introduced to dynamically adjust the classification boundary.

Benefits of technology

It significantly improves the model's anti-interference ability when dealing with large and complex public opinion network topologies, enhances feature accuracy and information retention rate, accurately depicts the propagation and evolution of public opinion networks, and provides highly discriminative public opinion situation analysis and early warning.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN122434510A_ABST
    Figure CN122434510A_ABST
Patent Text Reader

Abstract

The application discloses an opinion intelligence classification method based on a graph neural network, and relates to the technical field of opinions.The method comprises the following steps: constructing an opinion initial heterogeneous graph comprising multiple types of entity nodes and multiple types of interaction edges; obtaining a heterogeneous node initial embedding feature matrix which is mapped to a unified vector space and eliminates the heterogeneity of multiple source data; generating a local interaction semantic feature representation based on the heterogeneous node initial embedding feature matrix; generating a global topological structure feature representation; obtaining a hierarchical decoupling opinion comprehensive feature tensor; inputting the hierarchical decoupling opinion comprehensive feature tensor into a multilayer perceptron classifier with an adaptive classification boundary optimization mechanism to perform probability distribution calculation, and outputting a final classification label of a target opinion; and generating a customer matching queue according to the final classification label and a customer demand portrait, and distributing a corresponding opinion result.The application significantly improves the anti-interference ability of a model when processing a huge and complex opinion network topology.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This invention relates to the field of public opinion technology, and in particular to a method for intelligent classification of public opinion based on graph neural networks. Background Technology

[0002] With the rapid development of mobile internet and social media, online platforms generate massive amounts of public opinion data daily, including text, images, and interactive behaviors. Manual review alone is insufficient to meet the real-time monitoring needs of this vast amount of information. Therefore, utilizing artificial intelligence algorithms for intelligent classification of online public opinion has become a standard approach to dealing with complex public opinion situations. However, existing public opinion classification algorithms face numerous challenges when confronted with a highly fragmented and diverse public opinion data environment.

[0003] Traditional public opinion classification methods typically rely on unimodal text feature extraction, which only performs shallow physical splicing of text and image data. In real networks involving massive users, posts and topics with complex interactions, they cannot effectively bridge the physical and semantic gap between different modalities, and it is difficult to accurately capture the deep, high-order topological interaction relationships between multi-source heterogeneous data.

[0004] With the application of graph neural network technology in natural language processing, although the models can handle certain network topologies, existing graph aggregation mechanisms treat all types of node relationships equally, and generally adopt a simple channel concatenation and stacking method when fusing local node semantics and global network structure information. This feature fusion method not only introduces a large amount of collinear redundant information between local and global features, causing mutual overlap and interference in the feature space, but also easily leads to overfitting during model training.

[0005] Traditional public opinion classifiers typically use a static classification boundary based on a fixed threshold for their final decision-making mechanism. This fails to account for the feature space shifts and emotional ambiguity drifts that often occur in the dissemination of real online public opinion data. Furthermore, they cannot adaptively adjust the discrimination criteria based on the distribution and dispersion of data clusters, resulting in a persistently high misjudgment rate for public opinion samples with complex or ambiguous emotional tendencies. Summary of the Invention

[0006] One objective of this invention is to propose an intelligent public opinion classification method based on graph neural networks. This invention significantly improves the model's anti-interference capability when dealing with large and complex public opinion network topologies.

[0007] A public opinion intelligent classification method based on graph neural networks according to an embodiment of the present invention includes the following steps: Obtain the original dataset of multimodal network public opinion and perform heterogeneous entity relationship extraction based on prior meta-path to construct an initial heterogeneous graph of public opinion containing multiple types of entity nodes and multiple types of interaction edges; Based on the node type of the initial heterogeneous graph of public opinion, the corresponding pre-trained graph encoder is called to perform low-level semantic embedding, resulting in an initial embedding feature matrix of heterogeneous nodes that is mapped to a unified vector space and eliminates the heterogeneity of multi-source data. Based on the initial embedding feature matrix of heterogeneous nodes, the first-level heterogeneous graph aggregation is performed under the node-level attention mechanism of the initial heterogeneous graph of public opinion, and the local interaction mapping relationship between the target node and its neighboring nodes under the same meta-path is extracted to generate local interaction semantic feature representation. The local interactive semantic feature representation is input into the semantic level attention mechanism to perform the second level heterogeneous graph aggregation. The aggregated feature vectors under different meta-paths are weighted by importance to capture the topological evolution information of the higher-order graph and generate global topological structure feature representation. The local interactive semantic feature representation and the global topological structure feature representation are concatenated across the channel dimension, and the feature decoupling operation based on orthogonal projection is applied to remove collinear redundant information between local semantics and global topology, so as to obtain the hierarchical decoupled public opinion comprehensive feature tensor. The hierarchical decoupled public opinion comprehensive feature tensor is input into a multilayer perceptron classifier with an adaptive classification boundary optimization mechanism to calculate the probability distribution and output the final classification label of the target public opinion. Based on the final classification tags, dissemination popularity indicators, risk level indicators, and customer demand profiles of the target public opinion, a customer matching queue is generated. The classified public opinion data is then prioritized, permission is verified, and differentiated content is packaged. The corresponding public opinion results are then distributed to different customer terminals in real time.

[0008] Optionally, the step of acquiring the original multimodal network public opinion dataset and performing heterogeneous entity relation extraction based on prior meta-paths to construct an initial heterogeneous public opinion graph containing multiple types of entity nodes and multiple types of interaction edges includes: Receive raw data streams of online public opinion and parse, segment, filter and clean them to generate a structured, standardized, multi-source heterogeneous public opinion data base; Perform cross-comparison and hash deduplication on multimodal data in the standardized multi-source heterogeneous public opinion data base to extract a list of independent candidate entity digital identifiers for all modalities; Based on the list of digital identifiers for all-modal independent candidate entities and the preset ontology constraint library, nodes are classified and memory-mapped to establish a coordinate space for basic heterogeneous network entity nodes. Based on the coordinate space of the basic heterogeneous network entity nodes, the node interaction conditions are traversed according to the system's preset prior meta-path topology rules to generate a set of heterogeneous multidimensional node interaction physical connection edges. The vertex data in the coordinate space of the basic heterogeneous network entity nodes and the set of physical connection edges of heterogeneous multidimensional nodes are integrated, encapsulated, and written into a block sparse adjacency digital matrix to construct the initial heterogeneous graph of public opinion.

[0009] Optionally, the step of calling a pre-trained graph encoder of the corresponding type to perform low-level semantic embedding based on the node type of the initial heterogeneous graph of public opinion, to obtain a heterogeneous node initial embedding feature matrix mapped to a unified vector space and eliminating the heterogeneity of multi-source data, includes: Physically split the nodes based on the node type labels in the initial heterogeneous graph of public opinion, and generate a single-modal node-specific cached data subset divided according to modal mutual exclusion; The pre-trained deep text encoder is invoked to perform self-attention encoding on text modality nodes in a specific cached subset of single-modality nodes, and outputs a high-dimensional feature vector matrix specific to the text nodes. The pre-trained convolutional neural network is invoked to perform convolution and pooling operations on image modal nodes in a specific cached subset of single-modal nodes, and outputs a high-dimensional feature vector matrix specific to the image nodes. By using a fully connected linear mapping matrix, Euclidean space projection transformation is performed on the high-dimensional feature vector matrices specific to text nodes and image nodes respectively, generating a dimension-aligned cross-modal projection feature vector set; The dimension-aligned cross-modal projection feature vector set is written into a continuous two-dimensional tensor space according to the global index order of the nodes, and then encapsulated as the initial embedding feature matrix of heterogeneous nodes.

[0010] Optionally, the first-level heterogeneous graph aggregation based on the initial embedded feature matrix of heterogeneous nodes, under the node-level attention mechanism of the initial heterogeneous graph of public opinion, extracts the local interaction mapping relationship between the target node and its neighboring nodes under the same meta-path, and generates a local interaction semantic feature representation, including: Based on the single prior path condition, the adjacency matrix of the initial heterogeneous graph of public opinion is filtered to extract the set of legal first-order related neighbor node indices. Based on the set of legal first-order associated neighbor node indices, features are extracted from the initial embedding feature matrix of heterogeneous nodes and the interaction dot product between the target node and its neighbor nodes is calculated to obtain an unnormalized local attention interaction intensity scalar sequence. Perform exponential summation and division normalization on the unnormalized local attention interaction intensity scalar sequence to generate a normalized node-level relative attention weight distribution vector; By using the normalized node-level relative attention weight distribution vector, the feature row vectors of each neighbor node are scaled and weighted to synthesize a single-path aggregated feature context vector representation. The single-path aggregated feature context vector representation is non-linearly smoothed and distorted, and then added to the initial features in the initial embedded feature matrix of heterogeneous nodes using residual direct connection, outputting the local interactive semantic feature representation.

[0011] Optionally, the step of inputting the local interaction semantic feature representation into a semantic-level attention mechanism to perform second-level heterogeneous graph aggregation, and performing importance-weighted combination of aggregated feature vectors under different meta-paths to capture higher-order graph topological evolution information and generate global topological structure feature representation includes: Collect the local interactive semantic feature representations generated by a single node under all preset meta-paths, and combine them in sequence to construct a node-level cross-path heterogeneous feature set group; Perform an affine transformation and a global query weight inner product on the single-path features in the node-level cross-path heterogeneous feature set to map the original importance score scalar of the single-node-level meta-path. The original importance scores of single-node-level metapaths of all nodes in the whole graph are summarized and subjected to arithmetic average or pooling induction to extract the global metapath abstract contribution benchmark value. Perform a Softmax probability shaping operation on the global meta-path abstract contribution benchmark value corresponding to all meta-paths to generate a normalized cross-path level global semantic decision weight coefficient distribution. By utilizing the normalized cross-path level global semantic decision weight coefficient distribution, weighted bitwise accumulation and merging are performed on the path features in the node-level cross-path heterogeneous feature set group to generate a global topological structure feature representation.

[0012] Optionally, the step of cross-dimensionally concatenating the local interactive semantic feature representation and the global topological structure feature representation in the channel dimension, and applying a feature decoupling operation based on orthogonal projection to remove collinear redundant information between the local semantics and the global topology, to obtain a hierarchical decoupled public opinion comprehensive feature tensor, includes: Local interactive semantic feature representations and global topological structure feature representations are physically stitched together at the channel level in a continuous memory address space to construct a long-dimensional original spliced ​​and fused feature vector tensor. Local interactive semantic features are extracted as the base, and inner product operation and self-norm calculation are performed with global topological structure features to form a projection vector parameter operation component data package. The projection coefficients are calculated using the numerical values ​​in the data package of the projection vector parameter operation component, and then multiplied by the local interactive semantic feature representation to calculate the feature representation vector of highly overlapping redundant components. Subtract highly overlapping and redundant component feature representation vectors from the global topological components of the long-dimensional original spliced ​​and fused feature vector tensor to strip away redundancy and generate orthogonal uncoupling and separated topological feature vectors. The local interactive semantic feature representation is decoupled from the orthogonal topological feature vector, and then the layer normalization smoothing operation of zero centering and standard deviation scaling is performed to output a layered decoupled public opinion comprehensive feature tensor.

[0013] Optionally, the step of inputting the hierarchical decoupled public opinion comprehensive feature tensor into a multilayer perceptron classifier with an adaptive classification boundary optimization mechanism for probability distribution calculation, and outputting the final classification label of the target public opinion, includes: The hierarchical decoupled public opinion comprehensive feature tensor is input into a feedforward multilayer perceptron for multiple matrix linear mappings and nonlinear dimensionality reduction to generate an uncalibrated original classification log odds score vector. The discreteness and Euclidean distance interval of the current batch of hierarchical decoupled public opinion comprehensive feature tensor in the feature space are statistically analyzed, and the adaptive decision classification boundary compensation threshold vector is dynamically calculated and output. In the arithmetic logic unit, the penalty margin corresponding to the adaptive decision classification boundary compensation threshold vector is subtracted from the uncalibrated original classification log odds score vector, and a high-discrimination boundary calibration odds score vector is output. Perform a global exponential normalization transformation based on the natural constant on the high-discrimination boundary calibration probability score vector to generate a globally standardized final classification probability prediction distribution map; A one-dimensional array optimization algorithm is applied to scan the probability peak coordinates in the global standardized final classification probability prediction distribution map, and then the final classification label of the target public opinion is mapped and output.

[0014] The beneficial effects of this invention are: This invention introduces a cross-modal projection method combining a specific type of pre-trained graph encoder with fully connected linear mapping transformation. This method adaptively adjusts the mapping matrix based on the physical dimensional attributes of different modalities in text and images, accurately projecting nodes, after eliminating the underlying physical heterogeneity of multi-source data, into a unified baseline feature coordinate system. This ensures complete preservation of the original semantic relationships between heterogeneous nodes while maintaining cross-modal entity node feature alignment. By forcibly aligning feature dimensions through cross-modal linear projection, this invention ensures seamless extraction of fused cross-modal features during heterogeneous graph construction and underlying semantic embedding stages, significantly improving the accuracy and information retention rate of heterogeneous data representation.

[0015] This invention enables the model to completely eliminate collinear redundant components while fusing multidimensional information by performing inner product operations and spatial orthogonal stripping on local interactive semantic features and global topological structure features. By introducing an orthogonal projection decoupling mechanism, this invention can forcibly strip redundant information components parallel to local semantics from topological features in a multidimensional high-dimensional geometric space, dynamically purifying orthogonalized feature vectors. This allows the network to achieve extremely high purity at the information entropy level in the recombined feature tensor, more accurately characterizing the propagation and evolution of public opinion networks, and significantly improving the model's anti-interference ability when dealing with large and complex public opinion network topologies.

[0016] This invention combines a multilayer perceptron classifier with an adaptive classification boundary optimization mechanism to dynamically monitor and adjust the dispersion of physical cluster distribution of online public opinion in a multidimensional feature space. By utilizing a category-specific marginal penalty margin scalar, it can adaptively tolerate or tighten the edges of each cluster. Furthermore, by combining backpropagation of the loss function, it forces the network to learn more cohesive feature representations, predicting and calibrating the emotional drift and fuzzy distribution of complex public opinion during its propagation. This can provide relevant regulatory departments with highly discriminative and high-confidence qualitative labels for more accurate public opinion situation analysis and automated early warning intervention. Attached Figure Description

[0017] The accompanying drawings are provided to further illustrate the invention and form part of the specification. They are used in conjunction with embodiments of the invention to explain the invention and do not constitute a limitation thereof. In the drawings: Figure 1 This is a flowchart of a public opinion intelligent classification method based on graph neural networks proposed in this invention. Detailed Implementation

[0018] Example 1: Reference Figure 1 A public opinion intelligent classification method based on graph neural networks includes the following steps: Obtain the original dataset of multimodal network public opinion and perform heterogeneous entity relationship extraction based on prior meta-path to construct an initial heterogeneous graph of public opinion containing multiple types of entity nodes and multiple types of interaction edges; In this embodiment, the original dataset of multimodal network public opinion is obtained and heterogeneous entity relationship extraction based on prior meta-paths is performed to construct an initial heterogeneous graph of public opinion containing multiple types of entity nodes and multiple types of interaction edges, including: It establishes a low-level network communication protocol connection with an external network data capture server, and receives the raw data stream of online public opinion continuously sent in the form of data packets according to a preset time frequency and a specific Uniform Resource Locator (URL) address space. In the memory space of the local computer system, it performs binary decoding and parsing of the raw data stream of online public opinion, and divides the parsed data stream into mutually independent sets of text modal data streams, image modal data streams, and metadata information streams containing system timestamps, network interconnection protocol addresses, and user globally unique identifiers according to a preset data structure message header. It also performs abnormal character cleaning and null value filling filtering operations on all the segmented data stream sets to generate a standardized multi-source heterogeneous public opinion data base. For the text modal data stream set in the standardized multi-source heterogeneous public opinion data base, a natural language processing dictionary tree model pre-stored on the hard disk is loaded under the control of the computer processor; the character sequences in the text modal data stream set are read sequentially using a sliding window mechanism, and the nouns representing the subject, object, and adjectives in the online public opinion event are identified through a lexical analyzer and a dependency parser; at the same time, for the image modal data stream set in the standardized multi-source heterogeneous public opinion data base, the digital image processing module is called to extract pixel-level salient region feature vectors, and the nouns identified in the text and the feature vectors extracted from the image are cross-modal redundancy cross-comparison and hash mapping deduplication operation to generate a list of full-modal independent candidate entity digital identifiers; After obtaining the list of digital identifiers for all modal independent candidate entities, a unique global auto-incrementing long integer index number is assigned to each independent candidate entity in the list, which is unique in the entire computer system. Based on the pre-configured and compiled public opinion domain graph ontology constraint library, the logical judgment statements about entity attribute definitions and classification boundaries in the ontology constraint library are read, and each independent candidate entity assigned a digital index number is strictly mapped and classified into several pre-statically set node type sets. The node type sets are divided into several non-overlapping memory blocks in physical storage, including a first memory block dedicated to storing user nodes, a second memory block dedicated to storing blog posts, and a third memory block dedicated to storing abstract topics. By establishing a bidirectional hash lookup mapping dictionary between long integer index numbers and specific memory block addresses, a basic heterogeneous network entity node coordinate space is established in the computer's graph database environment. The system's preset prior meta-path topology rule template library, stored in read-only memory, is retrieved. This library defines first connected meta-path rules using a linked list data structure, including first memory block user node - posting behavior association - second memory block blog post node - semantic association - third memory block topic node, and second connected meta-path rules, including first memory block user node - commenting behavior association - second memory block blog post node - replying behavior association - first memory block user node. With the computing power of the computer's central processing unit, the metadata information flow set in the standardized multi-source heterogeneous public opinion data base is scanned, and the timestamp field is compared with the behavior date. The order of association of the fields strictly follows the topological constraints of the first and second connected element path rules. It calculates whether the trigger condition threshold for generating information interaction logic is met between any two entity node digital indices in different memory blocks in the coordinate space of the basic heterogeneous network entity nodes. Once the processor determines that the trigger condition is met, it dynamically generates and inserts a virtual connection data segment between the corresponding two entity nodes in the memory mapping space. The virtual connection data segment contains a directed arrow attribute of data flow direction and an interaction behavior classification type attribute. The processor encapsulates and stores the generated virtual connection data segment to form a set of heterogeneous multidimensional node interaction physical connection edges. All entity nodes stored in the coordinate space of the basic heterogeneous network entity nodes are used as the underlying discrete vertex set for constructing the graph data structure. All virtual connection data segments stored in the set of physical connection edges between heterogeneous multidimensional nodes are used as the bridge edge set connecting vertices in the graph data structure. A contiguous, large-capacity storage address space is allocated in the main memory of the computer system to construct and initialize multiple block sparse adjacency digital matrices of different dimensions based on the vertex set and the bridge edge set. In the block sparse adjacency digital matrix, the dimension labels of the row vectors and column vectors correspond to entity nodes under different node type sets. The matrix element values ​​at the intersection of a specific row and column index of the block sparse adjacency matrix are used to represent whether there is a physical connection between the two entity nodes at the intersection. If a connection exists, the matrix element value is set to a non-zero floating-point value representing the connection strength weight. If no connection exists, the matrix element value is forcibly initialized to zero to save memory. The initial heterogeneous graph of public opinion is generated by integrating and binding the data structure pointers of the underlying discrete vertex set, the data structure pointers of the bridge edge set, and the starting physical address of the memory region where the block sparse adjacency matrix is ​​located.

[0019] Based on the node type of the initial heterogeneous graph of public opinion, the corresponding pre-trained graph encoder is called to perform low-level semantic embedding, resulting in an initial embedding feature matrix of heterogeneous nodes that is mapped to a unified vector space and eliminates the heterogeneity of multi-source data. In this embodiment, based on the node type of the initial heterogeneous graph of public opinion, a pre-trained graph encoder of the corresponding type is invoked to perform low-level semantic embedding, resulting in an initial embedding feature matrix of heterogeneous nodes mapped to a unified vector space and eliminating the heterogeneity of multi-source data, including: Using the addressing instructions of the computer system, scan and extract all discrete vertex data structures with type labels attached to the initial heterogeneous graph of public opinion; perform conditional branch judgment based on the type label field in the vertex data structure, and perform forced physical isolation and splitting operation on vertices that are in the same graph database environment but belong to different data modalities. Store user node and blog node data representing pure text attributes in the first cache queue, and store additional media node data representing pure image visual attributes in the second cache queue, generating a single-modal node specific cache data subset; For the first cache queue in a specific cached data subset of a single-modal node, a deep text Transformer encoding neural network model pre-loaded in the system and trained and converged through a large-scale corpus is invoked. The original character sequence associated with each text node is transformed into a discrete word index sequence that can be recognized by a computer. Each discrete word index sequence is mapped to a high-dimensional continuous real-number floating-point word vector representation. Using the self-attention operation mechanism inside the plain text encoder, the inner product scalar value of each currently processed word vector and all other context word vectors is calculated. The inner product scalar value is divided by the square root of the vector dimension to prevent gradient explosion. The result is used as the exponent of the natural logarithm base and divided by the sum of all exponent terms to complete the normalization operation to obtain the attention weight coefficient. The attention weight coefficient is weighted and summed with the feature information vectors of the context words to encode and purify the long-distance dependent linguistic grammar rules and semantic referential relations, and output a high-dimensional feature vector matrix specific to the text node. For the second high-speed cache queue in a specific cached data subset of a single-modal node, a deep convolutional residual neural network model pre-loaded in the system and trained and converged through a large-scale image vision library is invoked. The original pixel grid matrix associated with each image node is used as the input data stream. Multiple preset fixed-size two-dimensional digital filters are used to perform element-wise multiplication and accumulation of mathematical inner products on the length and width physical plane of the input pixel grid matrix with a fixed pixel step size, in a sliding window manner from left to right and from top to bottom. A preset bias constant term is added to the output result after the operation, and then it is input to a non-linear activation layer to remove redundant negative pixel activation values ​​less than zero. After multiple convolution and downsampling pooling loop processing operations from shallow to deep, extracting low-level geometric physical features of image edge contours to high-level abstract visual features of complex target object structures, the multi-dimensional spatial feature map is flattened into a one-dimensional continuous floating-point sequence, and the high-dimensional feature vector matrix exclusive to the image node is output. Because the acquired high-dimensional feature vector matrices specific to text nodes and those specific to image nodes have inherent misalignment in the length of their features, and because there is a physical semantic gap in the real-valued probability distribution in the feature space that cannot be directly compared and calculated, the system initializes and constructs an independent fully connected linear transformation digital matrix with learnable parameter attributes in memory for each specific node feature vector matrix. The processor executes low-level general matrix multiplication instructions to perform row and column multiplication operations on the high-dimensional feature vector matrix specific to text nodes and the corresponding first fully connected linear transformation digital matrix, and simultaneously performs row and column multiplication operations on the high-dimensional feature vector matrix specific to image nodes and the corresponding second fully connected linear transformation digital matrix. By setting the output column dimensions of these two linear transformation digital matrices to be completely equal, the vector data from different modal sources and originally of different lengths are projected, compressed, or expanded in Euclidean space to a reference feature physical coordinate system with the same length dimension, generating a dimension-aligned cross-modal projection feature vector set. The dimension-aligned cross-modal projection feature vector set is obtained from the equal-length feature vectors processed from all original nodes. These vectors are ordered in ascending order of the global auto-incrementing long integer index of the underlying discrete vertex set in the initial heterogeneous graph of public opinion. Using the computer system's memory copy instruction, the discrete equal-length feature vectors are sequentially written row by row into a newly allocated two-dimensional tensor storage structure, forming a dense real-number two-dimensional array with rows equal to the total number of nodes in the entire network graph and columns equal to the dimension of the unified feature coordinate system. In this array, the floating-point sequence at a specific position in each row uniquely represents the pure underlying semantic expression information of an entity node after eliminating multi-source physical heterogeneity. This two-dimensional array is encapsulated as the initial embedding feature matrix of heterogeneous nodes and saved to a specific address field in the memory for use by the next processing level.

[0020] Based on the initial embedding feature matrix of heterogeneous nodes, the first-level heterogeneous graph aggregation is performed under the node-level attention mechanism of the initial heterogeneous graph of public opinion, and the local interaction mapping relationship between the target node and its neighboring nodes under the same meta-path is extracted to generate local interaction semantic feature representation. In this embodiment, based on the initial embedding feature matrix of heterogeneous nodes, the first-level heterogeneous graph aggregation is performed under the node-level attention mechanism of the initial heterogeneous graph of public opinion. This extracts the local interaction mapping relationship between the target node and its neighboring nodes under the same meta-path, generating a local interaction semantic feature representation, including: The system retrieves a predefined single prior metapath template condition from read-only memory and locks a specific entity node in system memory as the central target node for the current processing cycle. Based on the data connection structure of the block sparse adjacency matrix constructed in the initial heterogeneous graph of public opinion, it iterates through the data rows whose row indices are the numbers of the central target node to select all column index numbers whose matrix element values ​​are non-zero. It then performs a strict string matching verification between the node type corresponding to the column index number and the legal neighbor node type specified by the currently locked single prior metapath template condition. Finally, it eliminates all irrelevant nodes that do not conform to the specific metapath topology rules and accurately extracts a set of legal first-order related neighbor node indices that have direct physical interaction with the current central target node under specific business logic from the massive graph data. Based on the index information provided by the set of legal first-order associated neighbor nodes, the initial feature row vectors of the central target node and all legal neighbor nodes are extracted from the dense real-number two-dimensional array of memory corresponding to the initial embedded feature matrix of the heterogeneous nodes using address offset addressing. To capture the asymmetric interaction force between the central target node and each specific neighbor node, the feature row vectors of the central target node and the specific neighbor nodes are concatenated in physical memory along the feature dimension, forming a joint interaction feature vector with doubled length. This joint interaction feature vector is then... The mutual feature vector is multiplied by a trainable shared weight parameter vector specifically used to learn the local affinity between nodes to obtain a basic scalar value representing the original interaction strength. The basic scalar value is then input into a linear rectified activation function with leakage correction for nonlinear pruning mapping. When the basic scalar value is greater than zero, no changes are made and the original value is output directly. When the basic scalar value is less than or equal to zero, it is multiplied by a system-preset positive small slope constant that is close to zero but not zero before output. This process is repeated for each neighbor node in the set to obtain an unnormalized local attention interaction strength scalar sequence. Each local attention scalar value in the unnormalized local attention interaction intensity scalar sequence is extracted sequentially. Using the natural constant as the base and the local attention scalar value as the exponent, the natural exponent power result corresponding to each scalar value is calculated. The natural exponent power results corresponding to all neighbor nodes are accumulated and summed in the arithmetic logic unit to obtain a global probability denominator scalar for scaling the baseline. The natural exponent power result calculated for a specific neighbor node is used as the numerator and divided by the global probability denominator scalar. The interaction intensity basic scalar, which originally had an arbitrary range of real absolute values, is strictly mapped and scaled to a closed interval of values ​​greater than or equal to zero and less than or equal to one. After processing, the sum of the calculated values ​​of the current central target node corresponding to all neighbor nodes is mathematically exact equal to one, generating a normalized node-level relative attention weight distribution vector. By utilizing the probability percentage value contained in each element of the normalized node-level relative attention weight distribution vector, a scaling operation is performed on the initial feature row vector extracted from the heterogeneous node initial embedding feature matrix of each neighbor node in the set of legal first-order associated neighbor nodes. The specific value of each floating-point dimension in the feature row vector of a certain neighbor node is uniformly multiplied by the floating-point value of the attention weight at the corresponding position in the probability distribution vector, thereby reducing the vector length of the feature vector of noisy nodes in physical space and increasing the vector length of the feature vector of key influential nodes in physical space. All the scaled neighbor node feature row vectors are summed element-wise along the corresponding feature vector coordinate dimension to generate a single-path aggregated feature context vector representation. The single-path aggregation feature context vector is input into a pre-defined nonlinear activation function mapping layer with exponential properties for nonlinear smoothing distortion transformation. Considering the problem of excessive smoothing in information aggregation of graph neural networks leading to homogenization and degradation of node features, the system automatically adds a residual direct physical channel connection operation in parallel after the processing result. This operation extracts the initial feature row vector of the central target node from the initial embedded feature matrix of heterogeneous nodes without loss and adds it to the aggregation feature context vector after nonlinear smoothing distortion transformation element by element-wise addition and fusion in the corresponding dimension. This ensures that the final output not only deeply retains the core basic personalized features of the central node itself, but also absorbs the local aggregation interaction influence factors of the surrounding neighbor environment under the constraints of specific single prior path topology rules. This generates local interactive semantic feature representations for all nodes in the graph to enter the next stage of processing.

[0021] The local interactive semantic feature representation is input into the semantic level attention mechanism to perform the second level heterogeneous graph aggregation. The aggregated feature vectors under different meta-paths are weighted by importance to capture the topological evolution information of the higher-order graph and generate global topological structure feature representation. In this embodiment, the local interactive semantic feature representation is input into the semantic-level attention mechanism to perform the second-level heterogeneous graph aggregation. The aggregated feature vectors under different meta-paths are weighted by importance to capture the topological evolution information of the higher-order graph and generate a global topological structure feature representation, including: After completing the first-level node-level attention aggregation processing, since the computer system independently executes graph traversal and matrix aggregation calculation tasks based on different types of single prior meta-path templates, the system control unit needs to traverse all preset legal meta-path types. For any entity node selected as the observation target in the graph database structure, based on the node's unique long integer identifier as the primary key index, it retrieves and collects the first local interaction feature result generated by the target entity node under the first type of prior meta-path constraint and the second local interaction feature result generated under the second type of prior meta-path constraint in the memory address space. It then combines the multiple local feature result vectors collected from all different meta-path perspectives for the same entity node according to the system's predetermined arrangement order of meta-path types, and constructs a node-level cross-path heterogeneous feature set group specifically for each independent entity node in the network in the computer's high-frequency cache area. The system extracts the local feature result vector generated under a specific meta-path from the node-level cross-path heterogeneous feature set. To project and transform this vector from the original basic feature space to a high-dimensional abstract evaluation space specifically used to assess global semantic importance, the system performs an affine transformation operation on it using a set of nonlinear coordinate transformation parameter matrices with learnable and updateable properties. After transforming the feature vector by performing matrix multiplication, a bias row vector is added and input into a nonlinear activation neuron layer with hyperbolic tangent properties. For each transformed element, a division operation is performed, using the difference between the positive and negative exponential functions based on the natural constant as the numerator and the sum of the positive and negative exponential functions as the denominator, so that the element values ​​are strictly compressed within the real number range of negative one to positive one. The compressed feature vector is then multiplied by the system's globally preset cross-path level attention query weight column vector to calculate the original importance score scalar of the single-node level meta-path. The system's central processing unit uses loop control instructions to traverse all entity nodes contained in the initial heterogeneous graph of public opinion. For the same specific prior meta-path type, it extracts the original importance score scalar of the single-node-level meta-path calculated from all nodes in the graph network. The scalar value is then input into the arithmetic logic unit for weighted arithmetic mean operation to eliminate the individual bias and randomness of a single node. This extracts a core parameter that can accurately represent the overall contribution efficiency of a specific prior meta-path in the current multimodal network public opinion dataset processing task from a global perspective, forming a global meta-path abstract contribution benchmark value. Multiple global meta-path abstract contribution benchmark values ​​calculated for all types of prior meta-paths in the system are combined into a one-dimensional array of benchmark scores. In order to make each benchmark score in the array usable as a valid probability allocation weight in the subsequent feature fusion stage, the standard Softmax exponential probability normalization function is called for numerical shaping. In the floating-point operation core of the processor, each global benchmark value in the array is used as the power of an exponential operation with the natural constant as the base. Then, all the values ​​after the difference is amplified by the exponential operation are summed as a fixed global probability denominator constant. Finally, the exponential amplification value of each element in the array is divided by the global probability denominator constant. The arbitrary real number benchmark scores that were originally not limited by the range are forcibly and smoothly nonlinearly mapped into a set of normalized cross-path global semantic decision weight coefficients between zero and one point zero, and the global sum is strictly equal to 100% of the value one. After the global weight probability redistribution is completed, for each independent entity node in the network, the local interaction feature result vector corresponding to each meta-path perspective is retrieved sequentially from the node-level cross-path heterogeneous feature set. A one-to-one vector scalar multiplication operation is performed with the specific probability percentage weight scalar value belonging to the corresponding meta-path type in the normalized cross-path-level global semantic decision weight coefficient distribution to amplify or reduce the vector. Through a weighted modulation process based on the global perspective, the important meta-path feature vectors containing network core topology evolution information and backbone diffusion paths are physically preserved, while the secondary meta-path feature vectors containing edge noise and redundant invalid connections are physically weakened and suppressed. All feature vectors of the same entity node after global weighted modulation are added and accumulated bit-by-bit on the same feature dimension coordinate line to generate a global topology feature representation.

[0022] The local interactive semantic feature representation and the global topological structure feature representation are concatenated across the channel dimension, and the feature decoupling operation based on orthogonal projection is applied to remove collinear redundant information between local semantics and global topology, so as to obtain the hierarchical decoupled public opinion comprehensive feature tensor. In this embodiment, the local interactive semantic feature representation and the global topological structure feature representation are concatenated across the channel dimension, and a feature decoupling operation based on orthogonal projection is applied to remove collinear redundant information between the local semantics and the global topology, resulting in a hierarchical decoupled public opinion comprehensive feature tensor, including: In the computer's high-speed random access memory, a contiguous free memory data buffer with a total length equal to the sum of the local feature dimension length and the global feature dimension length is pre-allocated for each entity node in the network graph structure. The system's memory block copy instruction is invoked to write all floating-point feature real values ​​in the local interactive semantic feature representation corresponding to the entity node into the first half of the physical address space of the contiguous memory data buffer in the original order. All floating-point feature real values ​​in the global topology feature representation corresponding to the entity node are seamlessly spliced ​​into the second half of the physical address space of the contiguous memory data buffer in the original order. Through continuous storage mapping operation, the preliminary physical stitching of feature information is completed in the channel dimension. Without losing any original dimensional numerical precision, a long-dimensional original spliced ​​and fused feature vector tensor is constructed. The system extracts local interactive semantic features as the base vector for the first projection in spatial geometry, and simultaneously extracts global topological features as the second vector target to be projected and decomposed. By calling the processor's built-in floating-point vector multiplication and addition instructions, the system calculates the scalar result of the dot product and inner product of the base vector and the second vector target to be projected and decomposed in the same dimension. At the same time, the system calculates the scalar result of the dot product and inner product of the base vector and itself as the square scalar of its own norm. The feature space geometry problem is transformed into a low-level arithmetic multiplication and division execution flow, forming a basic projection vector parameter operation component data package. Using the values ​​in the projection vector parameter operation component data package, the scalar result of the dot product and inner product of the first and second vectors is used as the dividend numerator of the mathematical division operation, and the scalar result of the dot product and inner product of the first vector itself is used as the divisor denominator of the mathematical division operation. The division operation yields a projection coefficient scalar that represents the proportion of the projection length of the vector in the spatial coordinate system. The calculated projection coefficient scalar is then multiplied and stretched by scalar and vector with the original reference projection first vector base. The resulting new feature vector is equivalent to the absolutely orthogonal projection component of the global topological structure feature in the direction of the local interactive semantic feature. At the information theory level, the component represents the highly coupled, highly collinear, and highly overlapping redundant component feature representation vector repeatedly acquired in two different feature extraction paths. For the addressing region of the global topological feature segment in the long-dimensional original spliced ​​and fused feature vector tensor, the processor's low-level vector subtraction operation instruction stream is used. The original global topological feature vector containing collinear redundancy is used as the minuend vector, and the feature representation vector of the highly overlapping redundant components that are precisely located and separated is used as the subtrahend vector. A bitwise element-wise floating-point subtraction stripping operation is performed at the corresponding dimension subscript position. The result of the stripping subtraction operation is that the information components parallel to the local semantic features are completely removed from the global topological feature vector. This makes the processed global feature vector present a strictly orthogonal and vertically independent state of 90 degrees with the local feature vector in the multi-dimensional high-dimensional geometric space, generating an orthogonal decoupled and separated topological feature vector. The system reassembles the local interactive semantic feature representations and the orthogonally decoupled topological feature vectors purified by the stripping operation using contiguous physical memory addresses. To eliminate the covariance shift oscillation problem caused by forcibly changing the feature space distribution, the system performs layer normalization smoothing on the reassembled feature vectors, calculates the average value and variance benchmark of all dimensional elements within the reassembled vector, subtracts the calculated average value from each specific dimensional element in the reassembled vector, performs a zero-centered translation operation, and divides it by the square root of the calculated variance for standard deviation scaling. In addition, the system's preset learnable translation bias parameters and scaling weight parameters force the data distribution to conform to the standard normal distribution. The output multidimensional feature data package is then encapsulated to complete the entire feature extraction process, outputting a layered decoupled public opinion comprehensive feature tensor.

[0023] The hierarchical decoupled public opinion comprehensive feature tensor is input into a multilayer perceptron classifier with an adaptive classification boundary optimization mechanism to calculate the probability distribution and output the final classification label of the target public opinion. Based on the final classification tags, dissemination popularity indicators, risk level indicators, and customer demand profiles of the target public opinion, a customer matching queue is generated. The classified public opinion data is then prioritized, permission is verified, and differentiated content is packaged. The corresponding public opinion results are then distributed to different customer terminals in real time.

[0024] In this embodiment, the hierarchical decoupled public opinion comprehensive feature tensor is input into a multilayer perceptron classifier with an adaptive classification boundary optimization mechanism for probability distribution calculation, and the final classification label of the target public opinion is output, including: A feedforward deep multilayer perceptron fully connected neural network model architecture is instantiated and deployed in the computer's processing memory. The input layered decoupled public opinion comprehensive feature tensor is regarded as the basic input feature sequence layer of the multilayer perceptron network architecture. The network architecture contains several hidden layer node arrays and dense weight matrix parameters and bias constant vectors connecting each hidden layer node. The processor executes a series of complex matrix multiplication and addition operations, so that the input feature sequence undergoes a multidimensional linear coordinate transformation when it flows through each hidden layer node. After each linear transformation, it is forced to pass through a function layer with activation characteristics to remove invalid negative numerical data. After multilayer deep forward propagation mapping and nonlinear feature recombination transformation, the public opinion data that was originally in an extremely complex high-dimensional feature space is abstracted and expressed, and smoothly and losslessly reduced in dimension and compressed and mapped to a low-dimensional specific feature coordinate system that matches the number of different public opinion classification categories predefined by the system, generating an uncalibrated original classification log probability score vector. Within each batch of data stream processing cycle of the current model training or inference, the physical clustering distribution of the hierarchical decoupled public opinion comprehensive feature tensor of all input data in the current batch in the multidimensional feature space is statistically collected. The sample variance dispersion of the current batch data in the central region of each classification cluster and the average geometric Euclidean distance interval between the edge regions of different classification clusters are calculated. Based on the extracted spatial distribution dispersion and interval statistics of this batch of data, the system uses a pre-set linear or nonlinear dynamic function to adaptively calculate and generate a category-specific marginal penalty residual scalar for each specific classification category. All the category-specific marginal penalty residual scalars generated independently for different classification categories are summarized into a vector array and output in memory to construct an adaptive decision classification boundary compensation threshold vector. In the computer's arithmetic logic unit, the original score scalar corresponding to the true labeled category of the current target sentiment sample is extracted from the uncalibrated original classification log odds score vector. The compensation penalty threshold corresponding to the true category is extracted from the adaptive decision classification boundary compensation threshold vector calculated for the target sample, and a subtraction operation is forcibly performed in the arithmetic logic unit to deduct this part of the penalty threshold from the originally high true category original score. This is equivalent to forcibly shrinking and compressing the classification decision boundary of the target category inward in the decision space of the multidimensional hyperplane. Through this forced boundary compression and shrinkage operation, the multilayer perceptron model is forced to learn the data feature expression rules during the weight backpropagation gradient descent training in order to cross the tightened boundary, effectively improving the model's generalization and anti-interference ability for fuzzy sentiment sentiment, and calculating and outputting a high-discrimination boundary calibration probability score vector. For the high-discrimination boundary calibration probability score vector, the system again calls the standard global Softmax probability normalization function processing module; using the natural constant as the base, each element value in the calibration probability score vector is amplified by the corresponding exponent, and all the amplified results are accumulated in the storage register to obtain the global probability denominator constraint value; the amplified result value of each specific classification dimension is divided by the global probability denominator constraint value, and the absolute score value after boundary optimization penalty calibration is transformed into a global standardized final classification probability prediction distribution map where the sum of the probabilities of all categories is equal to the constant one, and the probability value of a single category is within the closed interval between zero and one; The system processor scans the real probability values ​​corresponding to each data dimension in the globally standardized final classification probability prediction distribution map, and executes a comparison algorithm to find the maximum value in a one-dimensional array in the system's internal registers. By comparing the probability percentage values ​​of each classification dimension, the system locates the peak index coordinate point with the highest probability value in the global distribution map. Based on the peak index coordinate point, the system searches the locally stored classification label mapping dictionary file, extracts the specific human-readable string-based public opinion sentiment polarity or event qualitative label attribute corresponding to the coordinate point, and uses the string label as the terminal computation product of the entire multimodal network public opinion intelligent classification method, outputting the final classification label.

[0025] Example 2: During a specific monitoring period, the system's external data capture interface, via a TCP / IP protocol cluster, captured a surge in HTTP data packets. The implementer discovered in the system logs that a large amount of heterogeneous interactive data was emerging on the network surrounding a newly released smart wearable device from a well-known consumer electronics brand. The system intercepted a crucial raw data stream packet in memory. The source IP address of the raw data stream packet was 114.254.XX, and the timestamp in the packet header was 1715083200. The system parser unpacked the binary data packet and extracted the text modal data stream. Simultaneously, the system intercepted the accompanying image modal data stream, which appeared as a 1080×1080 resolution RGB three-channel pixel grid matrix.

[0026] After cleaning up abnormal characters, the system's trie module segments the text into specific entity nouns and assigns them system-level global auto-incrementing long integer indexes. For example, the extracted user entity is assigned the index UID_8848, the blog post is assigned the index PID_996, and the extracted topic of a smart bracelet overheating is assigned the index TID_102. The processor scans the concurrent metadata stream and finds that user UID_9021 with source IP 202.106.XX liked and forwarded a post. The system strictly follows the preset first connected component path rules and dynamically inserts a virtual directed edge from UID_9021 to PID_996 in physical memory, with the edge attribute assigned the value of forwarding interaction. After traversing 15,000 burst data packets, the system allocates a 256MB contiguous address space in the main memory and initializes a 15000×15000 block sparse adjacency matrix. In the matrix, the intersection of row number 8848 and column number 996 is overwritten with a non-zero floating-point number 1.0, and the intersections of other nodes without interaction are forcibly assigned zero. At this point, the initial heterogeneous graph of public opinion, which includes the node attribute structure and the sparse connection matrix, is instantiated in the video memory.

[0027] The system enters the low-level semantic embedding stage. The processor feeds the character sequence contained in the text node PID_996 into a preloaded Transformer network with 768 hidden layers. After multi-head self-attention multiply-add operations, the originally discrete Chinese characters are encoded into a text-specific high-dimensional feature vector of size 1×768, with the first three dimensions having floating-point values ​​of [0.115, -0.422, 0.871]. Simultaneously, the system feeds a 1080×1080 resolution image of the on-site overheating into a ResNet network with 104 convolutional layers. After multiple sliding window convolutions with a stride of 2 and max pooling downsampling, the image is flattened into an image-specific high-dimensional feature vector of size 1×2048, with the first three dimensions having values ​​of [1.052, 0.033, -0.641]. To eliminate the physical length misalignment issue between the 768-dimensional and 2048-dimensional features of different modalities, the system memory controller invokes two randomly initialized fully connected linear mapping transformation matrices with dimensions of 768×256 and 2048×256, respectively. The processor executes low-level matrix multiplication instructions, multiplying the two feature vectors of different lengths by their corresponding mapping matrices, forcibly projecting them into a unified 256-dimensional Euclidean reference feature coordinate system. At this point, the PID_996 node completely integrates the text and image semantics, generating a unified 1×256-dimensional heterogeneous node initial embedded feature vector, with the first three dimensions of the projection values ​​precisely aligned to [0.551, -0.210, 0.608].

[0028] After generating the initial embedding matrix for the entire graph, the arithmetic logic unit initiates the first-level graph aggregation of the node-level attention mechanism. The system identifies the target center node PID_996 and finds its three legitimate first-order related neighbor nodes through sparse matrix indexing: publisher UID_8848, commenter UID_9021, and related topic TID_102. The system extracts the 256-dimensional feature vectors of the center node and these three neighbor nodes, concatenates them in memory, and multiplies them by the shared attention weight vector to obtain three unnormalized basic interaction strength scalars: 1.25, -0.50, and 2.10. After processing with a linear rectified function with leakage correction, these values ​​become 1.25, -0.005, and 2.10. The system calculates the normalized relative attention weights of these three neighbor nodes as 0.298, 0.085, and 0.617, respectively, by calculating the exponentiation with the natural constant e as the base and performing division. The processor uses this set of weights to perform proportional numerical scaling and weighted summation on the original 256-dimensional feature vectors of the three neighbors, and adds the original features of the central node PID_996 to perform residual direct connection supplementation, generating a local interactive semantic feature representation of the node. Its vector dimension is still 1×256, but the internal floating-point values ​​have been integrated with the local interactive influence.

[0029] The control unit extracts topological information under different meta-paths according to the preset second-level semantic attention mechanism. For node PID_996, the system calculates the interaction feature vectors based on the user-post-user meta-path and the topic-post-topic meta-path. The system inputs these two vectors into the hyperbolic tangent function layer and performs an inner product calculation with the system's preset global query column vector, resulting in an original score of 3.5 for the user interaction path and 1.2 for the topic interaction path. After Softmax exponential amplification and normalization, the system assigns global probability weights of 0.908 and 0.092 to these two paths, respectively. Based on this significant weight allocation, the system performs weighted merging of the features from different paths, generating a global topological structure feature representation that represents the overall network diffusion trend, which is also represented as a 1×256 high-dimensional real vector.

[0030] In the feature concatenation and decoupling stage, the system directly connects the local interactive semantic feature representation and the global topological structure feature representation in the continuous high-speed cache by physical address, initially obtaining a 1×512 long-dimensional original concatenation and fusion tensor. To eliminate the multicollinearity redundancy between the global topology and local text caused by the malicious forwarding of posts by a large number of trolls, the underlying arithmetic unit initiates a feature decoupling flow based on orthogonal projection. The processor calculates the dot product and inner product scalar of the local interactive semantic feature representation and the global topological structure feature representation, obtaining a result of 15.68; it also calculates the dot product and inner product of the baseline local interactive semantic feature representation itself, obtaining a result of 22.40. The arithmetic unit executes a division instruction, dividing 15.68 by 22.40, to obtain a projection coefficient of 0.70. Subsequently, the coefficient 0.70 is multiplied by each dimension element of the local interactive semantic feature representation to obtain a perfect spatial projection vector, which is precisely the highly overlapping redundant impurity component in the two features. The processor executes a bitwise subtraction instruction to precisely subtract redundant projection vectors from the global topological feature representation. This results in the absolute value of the dot product between the stripped new topological vector and the local interaction semantic feature representation in geometric space approaching 0.0001, achieving a strictly orthogonal and independent state. The system then reassembles the local interaction semantic feature representation with the orthogonalized new topological vector and performs a layer normalization smoothing operation with standard deviation scaling using the calculated mean of 0.02 and variance of 1.05. Finally, it outputs a clean, non-redundant 1×512 layered decoupled public opinion comprehensive feature tensor to the next network layer.

[0031] In the qualitative phase, a 1×512 pure synthesis tensor flows through a three-layer fully connected multilayer perceptron network with 256, 64, and 4 hidden nodes, respectively. At the output layer, for the four categories of positive, neutral, mildly negative, and severely negative, the system calculates uncalibrated raw log-odds score vectors with values ​​of [-1.2, 0.5, 3.2, 3.8], respectively. The system's built-in adaptive classification boundary monitoring mechanism is triggered at this point. The system calculates that the Euclidean distance interval at the edge of the severely negative cluster in the current batch of data is rapidly decreasing, and the sample variance dispersion reaches 2.8, indicating that a large amount of ironic and emotionally ambiguous interference data is approaching the decision boundary. The system adaptively generates a marginal penalty margin scalar of up to 0.65 for the high-risk severely negative category. The processor forcibly subtracts 0.65 from the raw score of 3.8, compressing the calibrated score to 3.15. After global Softmax probability normalization, the final probability distribution of the four categories was updated to [0.010, 0.055, 0.472, 0.463]. A one-dimensional array optimization algorithm revealed that the originally highest probability of severe negative sentiment was suppressed by the penalty mechanism, and the actual peak coordinate point fell at index 2, representing mild negative sentiment. The system output terminal string label "mild negative sentiment - customer complaint" accurately filtered out the exaggerated, fabricated crisis scenarios created by online trolls, precisely conveying the true customer complaint sentiment to the network administrator. Based on the warning signal, the network administrator quickly upgraded the user's work order to a VIP after-sales follow-up, avoiding potential abuse of public relations resources and attack threats.

[0032] To further demonstrate the superiority of this invention in low-level feature processing using objective data, the research team conducted parallel cross-validation of the method of this invention and a traditional single-source graph convolutional network on the same server node for the aforementioned data stream with tens of millions of samples. The measured data comparison of the core monitoring indicators is recorded as follows: Regarding feature extraction accuracy, when faced with an extreme sample set containing 12,450 multimodal text-image conflicts, traditional networks, unable to perform cross-modal linear alignment, resulted in extremely low cosine similarity of feature vectors, incorrectly classifying 8,920 samples as positive emotions, with an error rate as high as 71.6%. In contrast, the system of this invention, after completing feature alignment within a unified 256-dimensional coordinate system, captured negative features at the visual level, achieving a correct recognition rate of 94.2% on this conflict dataset.

[0033] Regarding tensor operation performance and redundancy metrics, the implementers extracted tensor data from the input of the fully connected layer using memory analysis tools. Traditional methods, by physically concatenating 512-dimensional and 512-dimensional local / global features, resulted in a persistently high condition number for the feature matrix, averaging 85.4. This led to severe gradient oscillations during backpropagation weight updates, with a single batch of matrix multiplication inference taking 215 milliseconds. In contrast, after performing the aforementioned precise orthogonal projection stripping with a coefficient of 0.70, the condition number of the feature tensors input to the multilayer perceptron plummeted to 3.2, indicating excellent linear independence between features. This high-purity input significantly improved model convergence speed and inference efficiency, reducing single-batch inference time to 112 milliseconds. While maintaining an 18.3% improvement in the average F1 score for macro recognition, the overall system's computational throughput was conversely increased by 47.9%.

[0034] These measured computational data at the underlying register level prove that each algorithm in this invention has an irreplaceable technical effect at the physical level, completely solving the defects of the prior art.

[0035] The above description is only a preferred embodiment of the present invention, but the scope of protection of the present invention is not limited thereto. Any equivalent substitutions or modifications made by those skilled in the art within the scope of the technology disclosed in the present invention, based on the technical solution and inventive concept of the present invention, should be covered within the scope of protection of the present invention.

Claims

1. A public opinion intelligent classification method based on graph neural networks, characterized in that, Includes the following steps: Obtain the original dataset of multimodal network public opinion and perform heterogeneous entity relationship extraction based on prior meta-path to construct an initial heterogeneous graph of public opinion containing multiple types of entity nodes and multiple types of interaction edges; Based on the node type of the initial heterogeneous graph of public opinion, the corresponding pre-trained graph encoder is called to perform low-level semantic embedding, resulting in an initial embedding feature matrix of heterogeneous nodes that is mapped to a unified vector space and eliminates the heterogeneity of multi-source data. Based on the initial embedding feature matrix of heterogeneous nodes, the first-level heterogeneous graph aggregation is performed under the node-level attention mechanism of the initial heterogeneous graph of public opinion, and the local interaction mapping relationship between the target node and its neighboring nodes under the same meta-path is extracted to generate local interaction semantic feature representation. The local interactive semantic feature representation is input into the semantic-level attention mechanism to perform the second-level heterogeneous graph aggregation. The aggregated feature vectors under different meta-paths are combined by importance weighting to capture the topological evolution information of the higher-order graph and generate global topological structure feature representation. The local interactive semantic feature representation and the global topological structure feature representation are concatenated across the channel dimension, and the feature decoupling operation based on orthogonal projection is applied to remove collinear redundant information between local semantics and global topology, so as to obtain the hierarchical decoupled public opinion comprehensive feature tensor. The hierarchical decoupled public opinion comprehensive feature tensor is input into a multilayer perceptron classifier with an adaptive classification boundary optimization mechanism to calculate the probability distribution and output the final classification label of the target public opinion. Based on the final classification tags, dissemination popularity indicators, risk level indicators, and customer demand profiles of the target public opinion, a customer matching queue is generated. The classified public opinion data is then prioritized, permission is verified, and differentiated content is packaged. The corresponding public opinion results are then distributed to different customer terminals in real time.

2. The intelligent public opinion classification method based on graph neural networks according to claim 1, characterized in that, The process of acquiring the original multimodal network public opinion dataset and performing heterogeneous entity relation extraction based on prior meta-paths to construct an initial heterogeneous public opinion graph containing multiple types of entity nodes and multiple types of interaction edges includes: Receive raw data streams of online public opinion and parse, segment, filter and clean them to generate a structured, standardized, multi-source heterogeneous public opinion data base; Perform cross-comparison and hash deduplication on multimodal data in the standardized multi-source heterogeneous public opinion data base to extract a list of independent candidate entity digital identifiers for all modalities; Based on the list of digital identifiers for all-modal independent candidate entities and the preset ontology constraint library, nodes are classified and memory-mapped to establish a coordinate space for basic heterogeneous network entity nodes. Based on the coordinate space of the basic heterogeneous network entity nodes, the node interaction conditions are traversed according to the system's preset prior meta-path topology rules to generate a set of heterogeneous multidimensional node interaction physical connection edges. The vertex data in the coordinate space of the basic heterogeneous network entity nodes and the set of physical connection edges of heterogeneous multidimensional nodes are integrated, encapsulated, and written into a block sparse adjacency digital matrix to construct the initial heterogeneous graph of public opinion.

3. The intelligent public opinion classification method based on graph neural networks according to claim 1, characterized in that, The step involves calling a pre-trained graph encoder of the corresponding type to perform low-level semantic embedding based on the node type of the initial heterogeneous graph of public opinion, resulting in an initial embedding feature matrix of heterogeneous nodes mapped to a unified vector space and eliminating the heterogeneity of multi-source data. This includes: Physically split the nodes based on the node type labels in the initial heterogeneous graph of public opinion, and generate a single-modal node-specific cached data subset divided according to modal mutual exclusion; The pre-trained deep text encoder is invoked to perform self-attention encoding on text modality nodes in a specific cached subset of single-modality nodes, and outputs a high-dimensional feature vector matrix specific to the text nodes. The pre-trained convolutional neural network is invoked to perform convolution and pooling operations on image modal nodes in a specific cached subset of single-modal nodes, and outputs a high-dimensional feature vector matrix specific to the image nodes. By using a fully connected linear mapping matrix, Euclidean space projection transformation is performed on the high-dimensional feature vector matrices specific to text nodes and image nodes respectively, generating a dimension-aligned cross-modal projection feature vector set; The dimension-aligned cross-modal projection feature vector set is written into a continuous two-dimensional tensor space according to the global index order of the nodes, and then encapsulated as the initial embedding feature matrix of heterogeneous nodes.

4. The intelligent public opinion classification method based on graph neural networks according to claim 1, characterized in that, The method, based on the initial embedded feature matrix of heterogeneous nodes, performs first-level heterogeneous graph aggregation under the node-level attention mechanism of the initial heterogeneous graph of public opinion, extracts the local interaction mapping relationship between the target node and its neighboring nodes under the same meta-path, and generates local interaction semantic feature representation, including: Based on the single prior path condition, the adjacency matrix of the initial heterogeneous graph of public opinion is filtered to extract the set of legal first-order related neighbor node indices. Based on the set of legal first-order associated neighbor node indices, features are extracted from the initial embedding feature matrix of heterogeneous nodes and the interaction dot product between the target node and its neighbor nodes is calculated to obtain an unnormalized local attention interaction intensity scalar sequence. Perform exponential summation and division normalization on the unnormalized local attention interaction intensity scalar sequence to generate a normalized node-level relative attention weight distribution vector; By using the normalized node-level relative attention weight distribution vector, the feature row vectors of each neighbor node are scaled and weighted to synthesize a single-path aggregated feature context vector representation. The single-path aggregated feature context vector representation is non-linearly smoothed and distorted, and then added to the initial features in the initial embedded feature matrix of heterogeneous nodes using residual direct connection, outputting the local interactive semantic feature representation.

5. The intelligent public opinion classification method based on graph neural networks according to claim 1, characterized in that, The process of inputting local interactive semantic feature representations into a semantic-level attention mechanism to perform second-level heterogeneous graph aggregation, and weighting and combining aggregated feature vectors from different meta-paths to capture higher-order graph topological evolution information, generates a global topological structure feature representation, including: Collect the local interactive semantic feature representations generated by a single node under all preset meta-paths, and combine them in sequence to construct a node-level cross-path heterogeneous feature set group; Perform an affine transformation and a global query weight inner product on the single-path features in the node-level cross-path heterogeneous feature set to map the original importance score scalar of the single-node-level meta-path. The original importance scores of single-node-level metapaths of all nodes in the whole graph are summarized and subjected to arithmetic average or pooling induction to extract the global metapath abstract contribution benchmark value. Perform a Softmax probability shaping operation on the global meta-path abstract contribution benchmark value corresponding to all meta-paths to generate a normalized cross-path level global semantic decision weight coefficient distribution. By utilizing the normalized cross-path level global semantic decision weight coefficient distribution, weighted bitwise accumulation and merging are performed on the path features in the node-level cross-path heterogeneous feature set group to generate a global topological structure feature representation.

6. The intelligent public opinion classification method based on graph neural networks according to claim 1, characterized in that, The process involves cross-dimensionally concatenating local interactive semantic feature representations and global topological structure feature representations along the channel dimension, and applying orthogonal projection-based feature decoupling operations to remove collinear redundant information between local semantics and global topology, resulting in a hierarchical decoupled public opinion comprehensive feature tensor, including: Local interactive semantic feature representations and global topological structure feature representations are physically stitched together at the channel level in a continuous memory address space to construct a long-dimensional original spliced ​​and fused feature vector tensor. Local interactive semantic features are extracted as the base, and inner product operation and self-norm calculation are performed with global topological structure features to form a projection vector parameter operation component data package. The projection coefficients are calculated using the numerical values ​​in the data package of the projection vector parameter operation component, and then multiplied by the local interactive semantic feature representation to calculate the feature representation vector of highly overlapping redundant components. Subtract highly overlapping and redundant component feature representation vectors from the global topological components of the long-dimensional original spliced ​​and fused feature vector tensor to strip away redundancy and generate orthogonal uncoupling and separated topological feature vectors. The local interactive semantic feature representation is decoupled from the orthogonal topological feature vector, and then the layer normalization smoothing operation of zero centering and standard deviation scaling is performed to output a layered decoupled public opinion comprehensive feature tensor.

7. The intelligent public opinion classification method based on graph neural networks according to claim 1, characterized in that, The process of inputting the hierarchical decoupled public opinion comprehensive feature tensor into a multilayer perceptron classifier with an adaptive classification boundary optimization mechanism for probability distribution calculation, and outputting the final classification label of the target public opinion, includes: The hierarchical decoupled public opinion comprehensive feature tensor is input into a feedforward multilayer perceptron for multiple matrix linear mappings and nonlinear dimensionality reduction to generate an uncalibrated original classification log odds score vector. The discreteness and Euclidean distance interval of the current batch of hierarchical decoupled public opinion comprehensive feature tensor in the feature space are statistically analyzed, and the adaptive decision classification boundary compensation threshold vector is dynamically calculated and output. In the arithmetic logic unit, the penalty margin corresponding to the adaptive decision classification boundary compensation threshold vector is subtracted from the uncalibrated original classification log odds score vector, and a high-discrimination boundary calibration odds score vector is output. Perform a global exponential normalization transformation based on the natural constant on the high-discrimination boundary calibration probability score vector to generate a globally standardized final classification probability prediction distribution map; A one-dimensional array optimization algorithm is applied to scan the probability peak coordinates in the global standardized final classification probability prediction distribution map, and then the final classification label of the target public opinion is mapped and output.