baidu / Dialogue

444 stars 97 forks source link

what does the "corpus_file text_file topic_file index_file 1 1" mean? #25

Closed zysNLP closed 5 years ago

zysNLP commented 5 years ago

In the model "knowledge-driven dialogue/generative_pytorch_version/" In the readme.rd: Step 1: Preprocess preprocess all the data using in model training and testing stage with the following commands

python ./tools/convert_conversation_corpus_to_model_text.py corpus_file text_file topic_file index_file 1 1

what does the "corpus_file text_file topic_file index_file 1 1" mean? where are the three files?

xyzhou-puck commented 5 years ago

Hi,

This repository (knowledge-driven dialogue) is for our dialogue competition with CCF and CIPS (https://zhi.co/ai/5061.html), we will release more information about it soon.

zysNLP commented 5 years ago

All right,Thank you very much!