Experiment - Combining retrieval with agent reasoning
Problem:You have an AI agent that answers questions by reasoning step-by-step. Currently, it does not use external information retrieval, so it sometimes misses facts or gives incomplete answers.
Current Metrics:Accuracy on a test set of questions: 65%. Average reasoning steps per answer: 3. Completeness score (human-rated): 60%.
Issue:The agent lacks access to relevant external knowledge, causing incomplete or incorrect answers. This limits overall accuracy and answer quality.