OpenMOSS / MOSS

An open-source tool-augmented conversational language model from Fudan University
https://txsun1997.github.io/blogs/moss.html
Apache License 2.0
11.9k stars 1.14k forks source link

SFT_data数据错 #300

Open liaoweiguo opened 1 year ago

liaoweiguo commented 1 year ago

第一条数据就错了,只有直角三角形才能用勾股定理。这模型都被整数据的带沟里去了

moss/SFT_data/conversations/conversation_with_plugins/calculator/calculator_plugin_conversation_1.json

"chat": {
    "turn_1": {
        "Human": "<|Human|>: 一个三角形的其中两边分别是16,12,第三条边长度是多少?<eoh>\n",
        "Inner Thoughts": "<|Inner Thoughts|>: 这是一个基本的几何问题,需要使用勾股定理来求解。设第三条边为x,则有16^2=12^2+x^2,可以求解得到x=8√5<eot>\n",
        "Commands": "<|Commands|>: None<eoc>\n",
        "Tool Responses": "<|Results|>:\nNone\n<eor>\n",
        "MOSS": "<|MOSS|>: 这个三角形的第三条边长度是8√5。<eom>\n"
    },
artpli commented 1 year ago

一些原因会使得math相关的数据集比较难保证正确,我们正在积极完善,还请理解与持续关注。