Context Ordering

Medium150 pts0 solves
In RAG prompts, should you place the retrieved documents before or after the user's question for best results? Flag format: CONGRESS{[what]_before_[what]} Example: CONGRESS{question_before_context}
Hint
The model should have all information loaded before it starts reasoning about the question.