The application relates to a kind of
social platform robot detection methods based on multi-agent, comprising: creating
social platform API connection instance to collect target user comment history data to obtain
original data set;Build the orchestrator-multi-agent collaborative detection model driven by large
language model;
Data processing agent constructs comment level relationship to input data, and carries out cleaning,
standardization and quality detection, forms the structured
data set after preprocessing and writes into
shared memory;
Feature engineering agent reads structured data from
shared memory, calculates user-level multi-dimensional behavior
feature vector and writes into
shared memory;Rule discrimination agent reads
feature data, executes rule discrimination, judges whether feature hits piece by piece, thereby outputs rule risk
score and writes into shared memory;Modeling agent reads
feature data, trains
anomaly detection and supervised classification model, executes multi-model fusion to obtain
robot risk determination result and writes into shared memory;Explanation generation agent reads model detection result and rule data, and fusion outputs the final interpretable
social robot detection result.The application reduces the dependence on
single rule or
single model by adopting multi-agent cooperation to
complete data processing, feature construction, rule discrimination and multi-model fusion detection, greatly improves the accuracy and robustness of
social platform robot detection.