ZURU improved floor plan generation accuracy by 109% using Amazon Bedrock and Amazon SageMaker
ZURU's Dreamcatcher platform needed to generate 2D floor plans from natural language prompts with high accuracy across two criteria: instruction adherence (understanding room types, purposes, and orientation) and mathematical correctness (dimensions, positioning, and orientation), but the baseline GPT2 model did not meet the required accuracy threshold.
Prompt engineering with Claude 3.5 Sonnet and full fine-tuning with Llama 3.1 8B both achieved 109% improvement in instruction adherence over the baseline GPT2 model; full fine-tuning also delivered a 54% increase in mathematical correctness over the baseline.
Show all 9 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Prompt engineering with Claude 3.5 Sonnet and full fine-tuning with Llama 3.1 8B both achieved 109% improvement in instruction adherence over the baseline GPT2 model; full fine-tuning also delivered a 54% increase in…
What tools did this team use?
Amazon Bedrock, Claude 3.5 Sonnet, Mistral 7B, Amazon Bedrock Knowledge Bases, Amazon OpenSearch Serverless, Amazon DynamoDB, Amazon S3, Llama 3.1 8B, GPT2, LoRA.
What results were reported?
instruction adherence improvement over GPT2 baseline: 109%; mathematical correctness improvement (full fine-tuning vs GPT2 baseline): 54%; Efficiency and quality improvement from data preparation technique: more than 20%; LoRA instruction adherence vs full fine-tuning: 20% less (source-reported, not independently verified).
How is this back office ops AI workflow structured?
User enters natural language prompt → Prompt decomposition via Mistral 7B → Vector search for relevant examples → Retrieve floor plan data via DynamoDB → Generate floor plan with Claude 3.5 Sonnet → Reflection self-correction.