Build Startup IPO Regulatory Auditor with LlamaIndex Advanced RAG
Analyzing complex IPO draft prospectuses (DRHP) requires high-precision semantic retrieval across hundreds of financial pages. Build a advanced RAG query engine using LlamaIndex to query regulatory filings and extract key financial risks with sub-second retrieval accuracy.
What you are building
The core problem, expected build, and operating context for this challenge.
Build an IPO prospectus regulatory auditing agent using LlamaIndex advanced RAG and hierarchical vector indexing.
How work is evaluated
Evaluates retrieval recall and factual correctness of risk analysis extracted from startup IPO filings.
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.
chunk_attribution_present
Ensures retrieved answer cites specific page node source chunk
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
faithfulness
Factual consistency of answer relative to source DRHP text • target: 0.95 • 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
Build hierarchical document index trees with LlamaIndex
Implement hybrid vector and keyword search retrievers for financial filings
Automate key risk factor extraction from SEBI DRHP filing prospectuses
Reference links and supporting material
Text extracts and tables from SEBI draft red herring prospectuses (DRHP) filed in 2026.
How this agent runs
Evaluates retrieval recall and factual correctness of risk analysis extracted from startup IPO filings.
Challenge input
JSON containing company_name and target_metric string
LlamaIndex
Provides structured document indexing and multi-document RAG capabilities
Evaluated output
JSON containing answer, source_chunk_id, and faithfulness_score
- Ensures retrieved answer cites specific page node source chunk
- Factual consistency of answer relative to source DRHP text • target: 0.95 • range: 0-1
- Benchmark: DRHP-RAG-Bench
- Faithfulness target: 0.95
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Llama Index · Required
- Exa · Optional
- Braintrust · Optional
- Braintrust · Optional
Evaluation contract
- chunk_attribution_present · Weight 1
- faithfulness · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.