Amazon Finance Automation builds a generative AI Q&A chat assistant using Amazon Bedrock
AP and AR analysts in Amazon Finance Operations spent hours to days answering customer queries, requiring time-consuming back-and-forth with subject matter experts and review of multiple policy documents, with new hires especially lacking immediate access to necessary information.
The initial RAG-based chat assistant achieved only 49% response accuracy—far below expectations—due to incomplete contexts from fixed-chunk segmentation, LLM hallucinations when no relevant context was retrieved, and responses that were too brief to be useful.
Through iterative improvements in document segmentation, prompt engineering, and embedding models, the team improved RAG accuracy from 49% to 86%, drastically reducing the time required to address customer queries.
Show all 14 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Through iterative improvements in document segmentation, prompt engineering, and embedding models, the team improved RAG accuracy from 49% to 86%, drastically reducing the time required to address customer queries.
What tools did this team use?
Amazon Bedrock, QUILL Editor, Amazon Titan Text Embeddings G1, bge-base-en-v1.5, all-mpnet-base-v2.
What results were reported?
initial RAG response accuracy: 49%; RAG accuracy after semantic chunking: 64%; RAG accuracy after prompt engineering: 76%; final RAG accuracy: 86% (source-reported, not independently verified).
What failed first in this deployment?
The initial RAG-based chat assistant achieved only 49% response accuracy—far below expectations—due to incomplete contexts from fixed-chunk segmentation, LLM hallucinations when no relevant context was retrieved, and…
How is this accounts payable AI workflow structured?
Customer query submitted → RAG document retrieval → LLM response generation → Validation and PII removal → Answer with citations delivered.