acordo_ou_não_dialog

Referências:

diálogos

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

ds = tfds.load('huggingface:deal_or_no_dialog/dialogues')
  • Descrição :
A large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach anagreement (o a deal) via natural language dialogue.
  • Licença : O projeto está licenciado sob CC-by-NC
  • Versão : 1.1.0
  • Divisões :
Dividir Exemplos
'test' 1052
'train' 10095
'validation' 1087
  • Características :
{
    "input": {
        "feature": {
            "count": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "value": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "dialogue": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "output": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "partner_input": {
        "feature": {
            "count": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "value": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

auto_play

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

ds = tfds.load('huggingface:deal_or_no_dialog/self_play')
  • Descrição :
A large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach anagreement (o a deal) via natural language dialogue.
  • Licença : O projeto está licenciado sob CC-by-NC
  • Versão : 1.1.0
  • Divisões :
Dividir Exemplos
'train' 8172
  • Características :
{
    "input": {
        "feature": {
            "count": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            },
            "value": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}