BrandSentimentAnalysis
The evaluation will assess the system's ability to accurately identify brand mentions, analyze sentiment, and generate coherent reports based on simulated prompt data. It will also test the functionality of tool integrations and the Voiceflow interface.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
BrandSentimentAnalysis
Evaluate the multi-agent system's ability to process a batch of prompts, extract brand mentions, determine sentiment, and flag high-affinity or low-affinity instances.
JSON array of strings, each string representing an AI-generated prompt.
JSON object with brand names as keys, each containing an array of identified sentiments (e.g., 'positive', 'negative', 'neutral') and associated prompt snippets.
WorkflowAutomationTrigger
Verify that the Kore.ai integrated workflow is triggered correctly when specific conditions are met (e.g., negative sentiment spike for a tracked brand).
Simulated event data indicating a negative sentiment threshold breach for a brand.
Confirmation of Kore.ai workflow execution (e.g., webhook log entry, specific API call made).
VoiceflowQueryResponse
Test the Voiceflow interface's ability to respond to natural language queries about brand sentiment and system status.
String representing a natural language query (e.g., 'What's the current sentiment for Product X?').
String response from the Voiceflow agent, containing relevant sentiment data or status.