sede

Referências:

sede

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

ds = tfds.load('huggingface:sede/sede')
  • Descrição :
SEDE (Stack Exchange Data Explorer) is new dataset for Text-to-SQL tasks with more than 12,000 SQL queries and their
natural language description. It's based on a real usage of users from the Stack Exchange Data Explorer platform,
which brings complexities and challenges never seen before in any other semantic parsing dataset like
including complex nesting, dates manipulation, numeric and text manipulation, parameters, and most
importantly: under-specification and hidden-assumptions.

Paper (NLP4Prog workshop at ACL2021): https://arxiv.org/abs/2106.05006
  • Licença : Licença Apache-2.0
  • Versão : 1.0.0
  • Divisões :
Dividir Exemplos
'test' 857
'train' 10309
'validation' 857
  • Características :
{
    "QuerySetId": {
        "dtype": "uint32",
        "id": null,
        "_type": "Value"
    },
    "Title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Description": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "QueryBody": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "CreationDate": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "validated": {
        "dtype": "bool",
        "id": null,
        "_type": "Value"
    }
}