Overview
The INSTRUCTION dataset type generates single-turn question-answer pairs. Best for: Instruction-following models, RAG systems, or when you don’t need multi-turn context.Usage
Output Format
When to Use
Use Instruction
- Standalone Q&A
- RAG applications
- Quick lookups
- FAQ-style training
Use Conversation
- Follow-up questions needed
- Context-dependent answers
- Complex multi-step processes