Experiment - RAG architecture overview
Problem:You want to build a model that can answer questions by combining a large knowledge base with a language model. The current model uses a simple language model without external knowledge retrieval.
Current Metrics:Training accuracy: 90%, Validation accuracy: 65%, Loss: 0.8
Issue:The model struggles to answer questions requiring specific facts not seen during training, leading to low validation accuracy and poor generalization.