Referências:
fctchk_politifact_wapo
Use o seguinte comando para carregar este conjunto de dados no TFDS:
ds = tfds.load('huggingface:datacommons_factcheck/fctchk_politifact_wapo')
- Descrição :
A dataset of fact checked claims by news media maintained by datacommons.org
- Licença : CC-BY-NC-4.0
- Versão : 1.0.0
- Divisões :
Dividir | Exemplos |
---|---|
'train' | 5632 |
- Características :
{
"reviewer_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"claim_text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"review_date": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"review_url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"review_rating": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"claim_author_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"claim_date": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
semanal_padrão
Use o seguinte comando para carregar este conjunto de dados no TFDS:
ds = tfds.load('huggingface:datacommons_factcheck/weekly_standard')
- Descrição :
A dataset of fact checked claims by news media maintained by datacommons.org
- Licença : CC-BY-NC-4.0
- Versão : 1.0.0
- Divisões :
Dividir | Exemplos |
---|---|
'train' | 132 |
- Características :
{
"reviewer_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"claim_text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"review_date": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"review_url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"review_rating": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"claim_author_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"claim_date": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}