Challenge

Build a LlamaIndex Traditional Medicine Clinical Research Auditor

Standardizing research literature in traditional medicine requires automated evaluation of clinical study design and outcomes. Build a LlamaIndex RAG audit engine that indexes scientific journals and outputs trial validity scores with 90% extraction precision.

Business OperationsHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Construct a LlamaIndex audit workflow that analyzes traditional medicine clinical trial publications against WHO trial reporting standards.

Delivery guide

How work is evaluated

Evaluation

Evaluates clinical trial parameter extraction and score assignment precision.

Datasets

Shared data for this challenge

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

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

methodology_check

Verifies placebo parameter detection

Binary check

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

Dimension 2

extraction_precision

Precision ratio of extracted clinical trial variables • target: 0.94 • 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

  • Construct LlamaIndex document graph structures over clinical research PDFs

  • Extract sample sizes, control groups, and statistical significance measures

  • Evaluate trial design against CONSORT and WHO research standards

  • Output structured research credibility indexes

Resources and assets

Reference links and supporting material

Dataset notes

Synthetic medical research publications on traditional medicine formulations.

How this agent runs

Evaluates clinical trial parameter extraction and score assignment precision.

Challenge input

JSON trial paper text object

LlamaIndex

Structured information extraction engine

Evaluated output

JSON audit report with sample_size, placebos_used, and trial_grade

Checks for
  • Verifies placebo parameter detection
  • Precision ratio of extracted clinical trial variables • target: 0.94 • range: 0-1
Proof of success
  • Benchmark: Biomedical Paper Extraction Benchmark
  • Extraction Precision target: 0.94
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Action Space
  • Llama Index · Required
  • AutoML (H2O) · Optional
  • All Hands AI · Optional

Evaluation contract

  • methodology_check · Weight 1
  • extraction_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 LlamaIndex Traditional Medicine Clinical Research Auditor