Referencias:
predicción-de-supuesta-violación
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:ecthr_cases/alleged-violation-prediction')
- Descripción :
The ECtHR Cases dataset is designed for experimentation of neural judgment prediction and rationale extraction considering ECtHR cases.
- Licencia : CC BY-NC-SA (Creative Commons / Atribución-No Comercial-CompartirIgual)
- Versión : 1.1.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'test' | 1000 |
'train' | 9000 |
'validation' | 1000 |
- Características :
{
"facts": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"labels": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"silver_rationales": {
"feature": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"gold_rationales": {
"feature": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
predicción de violación
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:ecthr_cases/violation-prediction')
- Descripción :
The ECtHR Cases dataset is designed for experimentation of neural judgment prediction and rationale extraction considering ECtHR cases.
- Licencia : CC BY-NC-SA (Creative Commons / Atribución-No Comercial-CompartirIgual)
- Versión : 1.1.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'test' | 1000 |
'train' | 9000 |
'validation' | 1000 |
- Características :
{
"facts": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"labels": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"silver_rationales": {
"feature": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}