EduRABSA_ASTE / test /dataset_info.json
yhua219's picture
V1.0
11f3add verified
raw
history blame
1.23 kB
{
"citation": "@misc{hua2025edurabsaeducationreviewdataset,\n title={EduRABSA: An Education Review Dataset for Aspect-based Sentiment Analysis Tasks}, \n author={Yan Cathy Hua and Paul Denny and J\u00f6rg Wicker and Katerina Taskova},\n year={2025},\n eprint={2508.17008},\n archivePrefix={arXiv},\n primaryClass={cs.CL},\n url={https://arxiv.org/abs/2508.17008}}",
"description": "Education (student) review dataset for the ASTE subtask of aspect-based sentiment analysis",
"features": {
"id": {
"dtype": "string",
"_type": "Value"
},
"task_type": {
"dtype": "string",
"_type": "Value"
},
"original_id": {
"dtype": "string",
"_type": "Value"
},
"text": {
"dtype": "string",
"_type": "Value"
},
"output": [
{
"aspect": {
"dtype": "string",
"_type": "Value"
},
"opinion": {
"dtype": "string",
"_type": "Value"
},
"sentiment": {
"dtype": "string",
"_type": "Value"
}
}
]
},
"homepage": "https://github.com/yhua219/edurabsa_dataset_and_annotation_tool",
"license": "CC-BY-NC-4.0"
}