Challenge

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.

CybersecurityHosted by Vera
Challenge brief

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.

Delivery guide

How work is evaluated

Evaluation

Evaluate multi-agent system efficiency in classifying genuine news vs market manipulation signals.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.

Dimensions
2 scoring checks
Binary
2 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1

Detect Unverified Takeover Rumor

Assert manipulation_detected is true on unverified high-volume drops.

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2

Signal Precision

Precision of manipulation classification over benchmark news stream. • target: 0.92 • range: 0-1

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

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

Resources and assets

Reference links and supporting material

Dataset notes

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.

Checks for
  • Assert manipulation_detected is true on unverified high-volume drops.
  • Precision of manipulation classification over benchmark news stream. • target: 0.92 • range: 0-1
Proof of success
  • Benchmark: MarketFinEval
  • Signal Precision target: 0.92
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Action Space
  • 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.

Frequently Asked Questions about Build a Financial News Anomaly Monitoring Network with AutoGen