meta_woz

Referências:

diálogos

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:meta_woz/dialogues')
  • Descrição :
MetaLWOz: A Dataset of Multi-Domain Dialogues for the Fast Adaptation of Conversation Models. We introduce the Meta-Learning Wizard of Oz (MetaLWOz) dialogue dataset for developing fast adaptation methods for conversation models. This data can be used to train task-oriented dialogue models, specifically to develop methods to quickly simulate user responses with a small amount of data. Such fast-adaptation models fall into the research areas of transfer learning and meta learning. The dataset consists of 37,884 crowdsourced dialogues recorded between two human users in a Wizard of Oz setup, in which one was instructed to behave like a bot, and the other a true human user. The users are assigned a task belonging to a particular domain, for example booking a reservation at a particular restaurant, and work together to complete the task. Our dataset spans 47 domains having 227 tasks total. Dialogues are a minimum of 10 turns long.
  • Licença : Contrato de Licença de Dados de Pesquisa da Microsoft
  • Versão : 0.0.0
  • Divisões :
Dividir Exemplos
'test' 2319
'train' 37884
  • Características :
{
    "id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "user_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "bot_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "task_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "turns": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

tarefas

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:meta_woz/tasks')
  • Descrição :
MetaLWOz: A Dataset of Multi-Domain Dialogues for the Fast Adaptation of Conversation Models. We introduce the Meta-Learning Wizard of Oz (MetaLWOz) dialogue dataset for developing fast adaptation methods for conversation models. This data can be used to train task-oriented dialogue models, specifically to develop methods to quickly simulate user responses with a small amount of data. Such fast-adaptation models fall into the research areas of transfer learning and meta learning. The dataset consists of 37,884 crowdsourced dialogues recorded between two human users in a Wizard of Oz setup, in which one was instructed to behave like a bot, and the other a true human user. The users are assigned a task belonging to a particular domain, for example booking a reservation at a particular restaurant, and work together to complete the task. Our dataset spans 47 domains having 227 tasks total. Dialogues are a minimum of 10 turns long.
  • Licença : Contrato de Licença de Dados de Pesquisa da Microsoft
  • Versão : 0.0.0
  • Divisões :
Dividir Exemplos
'test' 14
'train' 227
  • Características :
{
    "task_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "domain": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "bot_prompt": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "bot_role": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "user_prompt": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "user_role": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}