pengbaolin/soloist

Question about the knowledge base?

Opened this issue · 2 comments

Thanks for your excellent work. I wonder whether the soloist model uses kb information in the training stage. I notice in Line 109, soloist_train.py:

kb = ' '#example['kb']

And kb is not used in the training process. According to the architecture of soloist, it should have a API call using the belief state and get the kb result, then the kb result should be used to generate the final response. Besides, the kb content in processed Multiwoz data seems a little confusing for me. Would you please give an explanation, thanks!

Hi, I met the same problem. Do you have any answers? @Helicqin

@SkyAndCloud @Helicqin Have you figured this?