Build a Financial News Anomaly Monitoring Network with AutoGen
Sudden M&A rumors or deal collapses cause immediate volatility and potential market manipulation in listed financial stocks. Build a multi-agent conversational pipeline using Microsoft AutoGen to monitor streaming financial news and cross-reference order book anomalies. Detect market sentiment manipulation signals with 92% accuracy across breaking news streams.
What you are building
The core problem, expected build, and operating context for this challenge.
Construct an AutoGen multi-agent system to analyze breaking financial news signals and correlate them against real-time trading volatility.
How work is evaluated
Evaluate multi-agent system efficiency in classifying genuine news vs market manipulation signals.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
Detect Unverified Takeover Rumor
Assert manipulation_detected is true on unverified high-volume drops.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
Signal Precision
Precision of manipulation classification over benchmark news stream. • target: 0.92 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Orchestrate multi-agent dialogue using AutoGen framework (UserProxyAgent, AssistantAgent)
Synthesize unstructured financial market rumors with order book order-flow dynamics
Identify coordinated market manipulation or deliberate misinformation campaigns
Emit structured risk telemetry alerts for compliance desk automated oversight
Reference links and supporting material
Synthetic dataset of 1,000 paired financial market news stories and ticker volume time series.
How this agent runs
Evaluate multi-agent system efficiency in classifying genuine news vs market manipulation signals.
Challenge input
JSON containing news_headline, publication_timestamp, ticker, price_change_pct, and order_volume_spike.
AutoGen
Enables multi-turn conversational reasoning between specialized agent roles.
Evaluated output
JSON containing manipulation_detected (boolean), sentiment_impact ('HIGH', 'MEDIUM', 'LOW'), and explanation.
- Assert manipulation_detected is true on unverified high-volume drops.
- Precision of manipulation classification over benchmark news stream. • target: 0.92 • range: 0-1
- Benchmark: MarketFinEval
- Signal Precision target: 0.92
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- AutoGen · Required
- Microsoft AutoGen · Optional
Evaluation contract
- Detect Unverified Takeover Rumor · Weight 1
- Signal Precision · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.