Knover icon indicating copy to clipboard operation
Knover copied to clipboard

Defining knowledge based document.

Open Evraa opened this issue 3 years ago • 4 comments

Using PLATO-2 project, how to define knowledge-based documents, to test the model based on? Or is there's a persona for the Bot that we may define?

Thank you

Evraa avatar Aug 26 '21 08:08 Evraa

We use BST dataset in our finetuning stage. You can look at : https://github.com/PaddlePaddle/Knover/blob/develop/data/example/valid.tsv

This is an example of using personas.

sserdoubleh avatar Aug 26 '21 08:08 sserdoubleh

Great, is there's a way I can use it with interactive mode, by providing a .tsv file with persona? Or do I have to train the model with the specified persona from the start?

Evraa avatar Aug 26 '21 09:08 Evraa

  1. You can change the interact script(knover/scripts/interact.py) like this issue: https://github.com/PaddlePaddle/Knover/issues/24
  2. If you interact with PLATO-2 model, you can use personas directly.

sserdoubleh avatar Aug 26 '21 09:08 sserdoubleh

Great. This is very helpful. Thank you.

Evraa avatar Aug 26 '21 09:08 Evraa