[TOC]

  1. Title: Context Aware Language Modeling for Goal Oriented Dialogue Systems
  2. Author: Charlie Snell et. al.
  3. Publish Year: 22 Apr 2022
  4. Review Date: Sun, Nov 20, 2022

Summary of paper

Motivation

Contribution

image-20221120180500086

Some key terms

Dialogue

  1. dialogue can also be viewed as a sequential decision making process, which is well-suited to planning and reinforcement learning (RL) algorithm
  2. Training such a system with active human-in-the-loop interaction quickly becomes expensive and cumbersome, making it desirable to develop techniques for goal-directed training of dialogue system that can effectively leverage offline data
  3. Most systems take a pipelined approach, where an abstract representation of state and actions is designed by hand and then combined with RL, rather than generating dialogue end-to-end.
  4. These pipelined approaches rely on a manually designed decomposition of the dialogue task, which may be domain specific and more importantly, may not enjoy all the benefits of tightly integrating low level text generation with the overall goals of the task.

Formulation

Dialogue Task relabelling

image-20221120174338856

Context aware fine-tuning