OSU-NLP-Group / TableLlama

[NAACL'24] Dataset, code and models for "TableLlama: Towards Open Large Generalist Models for Tables".
https://osu-nlp-group.github.io/TableLlama/
MIT License
102 stars 8 forks source link

Is there/Will there be a similar dataset in Simplified Chinese? I'm trying to reproduce the finetune procedure on some Chinese opensource LLMs. #2

Closed nameless0704 closed 8 months ago

nameless0704 commented 8 months ago

Or I assume the structure is the same so if I directly translate/project the dataset into simplified Chinese and the pattern still works.

zhangtianshu commented 8 months ago

You can check this: https://github.com/SpursGoZmy/IM-TQA which provides a Chinese table QA dataset. I think the pattern will work if the base Chinese open-source LLMs are good.

nameless0704 commented 8 months ago

You can check this: https://github.com/SpursGoZmy/IM-TQA which provides a Chinese table QA dataset. I think the pattern will work if the base Chinese open-source LLMs are good.

Thank you so much for your reply.