2024

Token-level Direct Preference Optimization

Zeng, Yongcheng, Liu, Guoqing, Ma, Weiyu et al.

Understand

Fine-tuning pre-trained Large Language Models (LLMs) is essential to align them with human values and intentions.

  • This process often utilizes methods like pairwise comparisons and KL divergence against a reference LLM, focusing on the evaluation of full answers generated by the models.
  • However, the generation of these responses occurs in a token level, following a sequential, auto-regressive fashion.
  • In this paper, we introduce Token-level Direct Preference Optimization (TDPO), a novel approach to align LLMs with human preferences by optimizing policy at the token level.

Reading the bibliography…