最新的特征和label数据以及各个model选取的feature和label - tedrepo/SimDial GitHub Wiki

目前选取的 特征和 label

一、user side feature

1. utt encoding
2. goals encoding 当前选取了那几个 goal slot
3. cur_goal encoding : 当前轮的goal slot编码            +
4. cur_meted_goal encoding: 当前已经王城的goal       *  +
5. user act slot encoding 当前用户 act slot 编码
6. Cur emited slot  当前已经输出的slot编码           *  +
7. cur ignore usr slot 当前可以ignore的slot

二、sys side feature

1. Utt encoding
2. Sys act slot encoding

三、Interact feature

1. 系统追踪的槽位哪些与用户的槽位不同的encoding           +
2. 系统追踪的goal 与 user的goal是否不同                  +
3. 用户改变约束值的编码                                  +
4. 用户是否使用yes or no 方式回答                        +
5. Goal 是否改变了                                      +
6. 当前轮是否结束了                                      +

四、 label

  1. State tracker label 1.1 当前已经完成的goal的编码 0:没满足 1:满足了 2.没选中 1.2 当前已经输出的slot的编码 0:没输出 2:输出了 3. Ignore

  2. goal 是否change了 0 没有change 1.change了

  3. act slot label

五、 三个模型各自选取的特征和label

  1. 状态追踪的特征和label 选取的特征 user side feature

    1. utt encoding
    2. goals encoding 当前选取了哪几个goal slot
    3. cur_goal encoding 当前轮的goal slot 的编码
    4. cur meted goal 当前已经完成的goal *
    5. user act slot 当前用户的act slot 编码
    6. cur emited slot 当前已经输出的slot 编码 *
    7. cur ignore usr slot 当前可以ignore的slot

    sys side feature

    1. utt encoding 2. sys act slot encoding

    interact encoding

    1. 系统追踪的槽位哪些与用户的槽位不同
    2. 系统追踪的goal 哪些与用户的goal不同
    3. 用户改变了约束值的槽位
    4. 用户是否使用 yes or no 方式回答
    5. goal 是否change了
    6. 当前轮是否结束
    

选取的label

  State tracker label

   1.1 当前已经完成的goal的编码
   1.2 当前已经输出的slot的编码
  1. goal policy 的特征和label 选取的特征

    user side feature

    1. utt encoding
    2. goals encoding 当前选取了哪几个goal slot
    3. cur_goal encoding 当前轮的goal slot 的编码
    4. cur meted goal 当前已经完成的goal
    5. user act slot 当前用户的act slot 编码
    6. cur emited slot 当前已经输出的slot 编码
    7. cur ignore usr slot 当前可以ignore的slot

    sys side feature

    1. utt encoding
    2. sys act slot encoding
    

    interact encoding

    1. 系统追踪的槽位哪些与用户的槽位不同
    2. 系统追踪的goal 哪些与用户的goal不同
    3. 用户改变了约束值的槽位
    4. 用户是否使用 yes or no 方式回答
    5. goal 是否change了
    6. 当前轮是否结束
    

选取的label

   Goal change label

当前 goal 是否改变了
  1. act slot 的特征和label 选取的特征 user side feature

    1. utt encoding
    2. goals encoding 当前选取了哪几个goal slot
    3. cur_goal encoding 当前轮的goal slot 的编码
    4. cur meted goal 当前已经完成的goal
    5. user act slot 当前用户的act slot 编码
    6. cur emited slot 当前已经输出的slot 编码 7 cur ignore usr slot 当前可以ignore的slot

    sys side feature

    1. utt encoding
    2. sys act slot encoding
    

    interact encoding

    1. 系统追踪的槽位哪些与用户的槽位不同
    2. 系统追踪的goal 哪些与用户的goal不同
    3. 用户改变了约束值的槽位
    4. 用户是否使用 yes or no 方式回答
    5. goal 是否change了
    6. 当前轮是否结束
    

选取的label user act slot

当前轮用户的act slot