kd_conv

منابع:

سفر_دیالوگ

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:kd_conv/travel_dialogues')
  • شرح :
KdConv is a Chinese multi-domain Knowledge-driven Conversionsation dataset, grounding the topics in multi-turn conversations to knowledge graphs. KdConv contains 4.5K conversations from three domains (film, music, and travel), and 86K utterances with an average turn number of 19.0. These conversations contain in-depth discussions on related topics and natural transition between multiple topics, while the corpus can also used for exploration of transfer learning and domain adaptation.
  • مجوز : Apache License 2.0
  • نسخه : 0.0.0
  • تقسیم ها :
شکاف مثال ها
'test' 150
'train' 1200
'validation' 150
  • امکانات :
{
    "messages": {
        "feature": {
            "message": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "attrs": {
                "feature": {
                    "attrname": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "attrvalue": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "name": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    }
                },
                "length": -1,
                "id": null,
                "_type": "Sequence"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

پایگاه_دانش_سفر

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:kd_conv/travel_knowledge_base')
  • شرح :
KdConv is a Chinese multi-domain Knowledge-driven Conversionsation dataset, grounding the topics in multi-turn conversations to knowledge graphs. KdConv contains 4.5K conversations from three domains (film, music, and travel), and 86K utterances with an average turn number of 19.0. These conversations contain in-depth discussions on related topics and natural transition between multiple topics, while the corpus can also used for exploration of transfer learning and domain adaptation.
  • مجوز : Apache License 2.0
  • نسخه : 0.0.0
  • تقسیم ها :
شکاف مثال ها
'train' 1154
  • امکانات :
{
    "head_entity": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "kb_triplets": {
        "feature": {
            "feature": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "length": -1,
            "id": null,
            "_type": "Sequence"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

music_dialoges

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:kd_conv/music_dialogues')
  • شرح :
KdConv is a Chinese multi-domain Knowledge-driven Conversionsation dataset, grounding the topics in multi-turn conversations to knowledge graphs. KdConv contains 4.5K conversations from three domains (film, music, and travel), and 86K utterances with an average turn number of 19.0. These conversations contain in-depth discussions on related topics and natural transition between multiple topics, while the corpus can also used for exploration of transfer learning and domain adaptation.
  • مجوز : Apache License 2.0
  • نسخه : 0.0.0
  • تقسیم ها :
شکاف مثال ها
'test' 150
'train' 1200
'validation' 150
  • امکانات :
{
    "messages": {
        "feature": {
            "message": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "attrs": {
                "feature": {
                    "attrname": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "attrvalue": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "name": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    }
                },
                "length": -1,
                "id": null,
                "_type": "Sequence"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

موسیقی_پایه_دانش

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:kd_conv/music_knowledge_base')
  • شرح :
KdConv is a Chinese multi-domain Knowledge-driven Conversionsation dataset, grounding the topics in multi-turn conversations to knowledge graphs. KdConv contains 4.5K conversations from three domains (film, music, and travel), and 86K utterances with an average turn number of 19.0. These conversations contain in-depth discussions on related topics and natural transition between multiple topics, while the corpus can also used for exploration of transfer learning and domain adaptation.
  • مجوز : Apache License 2.0
  • نسخه : 0.0.0
  • تقسیم ها :
شکاف مثال ها
'train' 4441
  • امکانات :
{
    "head_entity": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "kb_triplets": {
        "feature": {
            "feature": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "length": -1,
            "id": null,
            "_type": "Sequence"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

فیلم_دیالوگ ها

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:kd_conv/film_dialogues')
  • شرح :
KdConv is a Chinese multi-domain Knowledge-driven Conversionsation dataset, grounding the topics in multi-turn conversations to knowledge graphs. KdConv contains 4.5K conversations from three domains (film, music, and travel), and 86K utterances with an average turn number of 19.0. These conversations contain in-depth discussions on related topics and natural transition between multiple topics, while the corpus can also used for exploration of transfer learning and domain adaptation.
  • مجوز : Apache License 2.0
  • نسخه : 0.0.0
  • تقسیم ها :
شکاف مثال ها
'test' 150
'train' 1200
'validation' 150
  • امکانات :
{
    "messages": {
        "feature": {
            "message": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "attrs": {
                "feature": {
                    "attrname": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "attrvalue": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "name": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    }
                },
                "length": -1,
                "id": null,
                "_type": "Sequence"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

پایگاه_دانش_فیلم

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:kd_conv/film_knowledge_base')
  • شرح :
KdConv is a Chinese multi-domain Knowledge-driven Conversionsation dataset, grounding the topics in multi-turn conversations to knowledge graphs. KdConv contains 4.5K conversations from three domains (film, music, and travel), and 86K utterances with an average turn number of 19.0. These conversations contain in-depth discussions on related topics and natural transition between multiple topics, while the corpus can also used for exploration of transfer learning and domain adaptation.
  • مجوز : Apache License 2.0
  • نسخه : 0.0.0
  • تقسیم ها :
شکاف مثال ها
'train' 8090
  • امکانات :
{
    "head_entity": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "kb_triplets": {
        "feature": {
            "feature": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "length": -1,
            "id": null,
            "_type": "Sequence"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

all_dialogues

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:kd_conv/all_dialogues')
  • شرح :
KdConv is a Chinese multi-domain Knowledge-driven Conversionsation dataset, grounding the topics in multi-turn conversations to knowledge graphs. KdConv contains 4.5K conversations from three domains (film, music, and travel), and 86K utterances with an average turn number of 19.0. These conversations contain in-depth discussions on related topics and natural transition between multiple topics, while the corpus can also used for exploration of transfer learning and domain adaptation.
  • مجوز : Apache License 2.0
  • نسخه : 0.0.0
  • تقسیم ها :
شکاف مثال ها
'test' 450
'train' 3600
'validation' 450
  • امکانات :
{
    "messages": {
        "feature": {
            "message": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "attrs": {
                "feature": {
                    "attrname": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "attrvalue": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "name": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    }
                },
                "length": -1,
                "id": null,
                "_type": "Sequence"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

پایگاه_همه_دانش

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:kd_conv/all_knowledge_base')
  • شرح :
KdConv is a Chinese multi-domain Knowledge-driven Conversionsation dataset, grounding the topics in multi-turn conversations to knowledge graphs. KdConv contains 4.5K conversations from three domains (film, music, and travel), and 86K utterances with an average turn number of 19.0. These conversations contain in-depth discussions on related topics and natural transition between multiple topics, while the corpus can also used for exploration of transfer learning and domain adaptation.
  • مجوز : Apache License 2.0
  • نسخه : 0.0.0
  • تقسیم ها :
شکاف مثال ها
'train' 13685
  • امکانات :
{
    "head_entity": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "kb_triplets": {
        "feature": {
            "feature": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "length": -1,
            "id": null,
            "_type": "Sequence"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}