Retrieval-Augmented Prompting

Medium150 pts0 solves
In RAG prompts, the order of context and question matters for performance. Studies show the optimal structure is: [Retrieved context first] [Then the question] Why does this order work better? Flag format: CONGRESS{reason_in_snake_case}
Hint
Placing context before the question ensures the model has all information loaded before generating.