V1.0
Browse files- README.md +72 -3
- dataset_dict.json +1 -0
- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +36 -0
- test/state.json +13 -0
- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +36 -0
- train/state.json +13 -0
README.md
CHANGED
@@ -1,3 +1,72 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: "train/*.arrow"
|
7 |
+
- split: test
|
8 |
+
path: "test/*.arrow"
|
9 |
+
---
|
10 |
+
|
11 |
+
[![CC BY 4.0][cc-by-shield]][cc-by]
|
12 |
+
|
13 |
+
The **EduRABSA dataset** is licensed under a
|
14 |
+
[Creative Commons Attribution 4.0 International License][cc-by].
|
15 |
+
|
16 |
+
[cc-by]: http://creativecommons.org/licenses/by/4.0/
|
17 |
+
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
|
18 |
+
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
|
19 |
+
|
20 |
+
# EduRABSA_AOPE
|
21 |
+
|
22 |
+
This dataset is a version of the EduRABSA dataset formatted for the **AOPE (Aspect-opinion Pair Extraction)** subtask.
|
23 |
+
|
24 |
+
Full details about the dataset are available in our paper [**EduRABSA: An Education Review Dataset for Aspect-based Sentiment Analysis Tasks**](
|
25 |
+
https://arxiv.org/abs/2508.17008
|
26 |
+
)
|
27 |
+
|
28 |
+
To cite this dataset:
|
29 |
+
```
|
30 |
+
@misc{hua2025edurabsaeducationreviewdataset,
|
31 |
+
title={EduRABSA: An Education Review Dataset for Aspect-based Sentiment Analysis Tasks},
|
32 |
+
author={Yan Cathy Hua and Paul Denny and Jörg Wicker and Katerina Taskova},
|
33 |
+
year={2025},
|
34 |
+
eprint={2508.17008},
|
35 |
+
archivePrefix={arXiv},
|
36 |
+
primaryClass={cs.CL},
|
37 |
+
url={https://arxiv.org/abs/2508.17008},
|
38 |
+
}
|
39 |
+
```
|
40 |
+
|
41 |
+
|
42 |
+
## Dataset Overview
|
43 |
+
|
44 |
+
**Education Review ABSA (EduRABSA)** is a manually annotated student review text dataset for multiple Aspect-based Sentiment Analysis tasks, including:
|
45 |
+
* Aspect-(opinion-category)-Sentiment Quadruplet Extraction (ASQE)
|
46 |
+
* Aspect-(opinion)-Sentiment Triplet Extraction (ASTE)
|
47 |
+
* Aspect Sentiment Classification (ASC; a.k.a. Aspect Polarity Classification; APC)
|
48 |
+
* Aspect Category Detection (ACD) / Aspect-opinion Categorisation (AOC)
|
49 |
+
* Aspect-Opinion Pair-Extraction (AOPE)
|
50 |
+
* Aspect Extraction (AE)
|
51 |
+
* Opinion Extraction (OE)
|
52 |
+
|
53 |
+
The dataset consists of 6,500 pieces of stratified samples of public tertiary student review text in the English language released in 2020-2023 on courses ("course review", N=3,000), teaching staff ("teacher review", N=3,000), and university ("university review", N=500).
|
54 |
+
|
55 |
+
## Details & Instructions
|
56 |
+
|
57 |
+
|
58 |
+
## Dataset Source
|
59 |
+
|
60 |
+
| **Review Type** | **Dataset Name** | **Publish Year** | **Licence** | **Total Entries** | **Sampled (N=6,500)** |
|
61 |
+
|-------------------|------------------------------------------------------------------------------------------------------------------|------------------|--------------------------|-------------------|------------------------|
|
62 |
+
| Course review | Course Reviews University of Waterloo [1] | October 2022 | CC0: Public Domain | 14,810 | 3,000 |
|
63 |
+
| Teacher review | Big Data Set from RateMyProfessor.com for Professors' Teaching Evaluation [2] | March 2020 | CC BY 4.0 | 19,145 | 3,000 |
|
64 |
+
| University review | University of Exeter Reviews [3] | June 2023 | CC0: Public Domain | 557 | 500 |
|
65 |
+
|
66 |
+
[1]: [Waterloo Course Reviews. *Course Reviews University of Waterloo*. October 2022](https://www.kaggle.com/datasets/anthonysusevski/course-reviews-university-of-waterloo).
|
67 |
+
[2]: [RateMyProfessor Dataset. *Big Data Set from RateMyProfessor.com for Professors' Teaching Evaluation*. March 2020](https://data.mendeley.com/datasets/fvtfjyvw7d/2).
|
68 |
+
[3]: [Exeter Reviews. *University of Exeter Reviews*. June 2023](https://www.kaggle.com/datasets/rohitpawar1/university-of-exeter-reviews).
|
69 |
+
|
70 |
+
|
71 |
+
## Sampling & Annotation Info
|
72 |
+
For sampling and annotation details, please visit the full repository: https://github.com/yhua219/edurabsa_dataset_and_annotation_tool
|
dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "test"]}
|
test/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c62adbba18374f9afc8b7591a12978867c1930cc4da3de900370359f373be7b3
|
3 |
+
size 1091216
|
test/dataset_info.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"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}}",
|
3 |
+
"description": "Education (student) review dataset for the AOPE subtask of aspect-based sentiment analysis",
|
4 |
+
"features": {
|
5 |
+
"id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"task_type": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"original_id": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"text": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"output": [
|
22 |
+
{
|
23 |
+
"aspect": {
|
24 |
+
"dtype": "string",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"opinion": {
|
28 |
+
"dtype": "string",
|
29 |
+
"_type": "Value"
|
30 |
+
}
|
31 |
+
}
|
32 |
+
]
|
33 |
+
},
|
34 |
+
"homepage": "https://github.com/yhua219/edurabsa_dataset_and_annotation_tool",
|
35 |
+
"license": "CC-BY-NC-4.0"
|
36 |
+
}
|
test/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "d92a2dec3cf45b76",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae203c1a6631a322876493ac52cee4a3e144d239160251fa6b8450ba0c2e2f24
|
3 |
+
size 1690984
|
train/dataset_info.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"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}}",
|
3 |
+
"description": "Education (student) review dataset for the AOPE subtask of aspect-based sentiment analysis",
|
4 |
+
"features": {
|
5 |
+
"id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"task_type": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"original_id": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"text": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"output": [
|
22 |
+
{
|
23 |
+
"aspect": {
|
24 |
+
"dtype": "string",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"opinion": {
|
28 |
+
"dtype": "string",
|
29 |
+
"_type": "Value"
|
30 |
+
}
|
31 |
+
}
|
32 |
+
]
|
33 |
+
},
|
34 |
+
"homepage": "https://github.com/yhua219/edurabsa_dataset_and_annotation_tool",
|
35 |
+
"license": "CC-BY-NC-4.0"
|
36 |
+
}
|
train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "7135749034366b15",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|