andreamad8 / TASK-ORIENTED-LM-FEWSHOT

Language Models as Few-Shot Learner for Task-Oriented Dialogue Systems
Apache License 2.0
22 stars 1 forks source link

Is this task support to Chinese #1

Open WenTingTseng opened 4 years ago

WenTingTseng commented 4 years ago

Hello, I want to ask about if this task support to Chinese text?

Thanks a lot for your help!

andreamad8 commented 4 years ago

Hi, no currently works just in english. But I am aware of a GPT-2 trained on a Chinese corpus, so if you prepare some Chinese prompt I suspect it will work.

Best

Andrea

WenTingTseng commented 4 years ago

OK, Thanks

Besides, I would like to ask about where is the NLG file. When I run main.py and line 28 from models.NLG import NLG_gen,RNNLG_gen , it can not find NLG

Thanks a lot for your help!

andreamad8 commented 4 years ago

I contacted the author of the paper Few-shot Natural Language Generation for Task-Oriented Dialog and they provide me with the code.

You can find those evaluators, for some domains at github but the scorer for some domain is not available.

DM in case

Andrea