Switch language한국어
Back to the list

DRIFT: Decoupled Rollouts and Importance-Weighted Fine-Tuning for Efficient Multi-Turn Optimization

TL;DR AI

Key summary

2 min read
  1. Researchers introduced DRIFT, a training framework for efficient multi-turn optimization of language models.

  2. DRIFT separates trajectory generation from policy updates by sampling from a fixed reference policy and using return-based importance weights in supervised fine-tuning.

  3. The method aims to capture the gains of multi-turn reinforcement learning without full online RL, reducing cost and training complexity.

  4. Reported results show DRIFT matches or outperforms multi-turn RL baselines on large language model tasks.

Read the original