awslabs / pptod

Multi-Task Pre-Training for Plug-and-Play Task-Oriented Dialogue System (ACL 2022)
https://arxiv.org/abs/2109.14739
Apache License 2.0
157 stars 27 forks source link

How to lexicalize the generated responses? #5

Closed xiami2019 closed 2 years ago

xiami2019 commented 2 years ago

Hi! Do you have tried to lexicalize the response with real tokens in stead of place holders?

yxuansu commented 2 years ago

Hi! Do you have tried to lexicalize the response with real tokens in stead of place holders?

Hi, thank you for your interest in our paper! We did try to lexicalize the response and we provide an example in the appendix of our paper (Table 11). If you want to lexicalize the response by yourself, you can refer to the details in this file. It should be able to help you :)