Datasets:
Remove tweet_id column; update README (citation, NOODL license)
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
| 3 |
language:
|
| 4 |
- tn
|
| 5 |
task_categories:
|
|
@@ -63,7 +64,6 @@ The `train`/`validation`/`test` splits contain only the three core sentiment cla
|
|
| 63 |
| Column | Type | Description |
|
| 64 |
|--------------------|---------|---------------------------------------------------------------------------------------------------|
|
| 65 |
| `example_id` | string | Unique identifier for the annotation example |
|
| 66 |
-
| `tweet_id` | string | Original Twitter status ID |
|
| 67 |
| `batch` | int | `0` = training/calibration batch; `1`–`7` = production batches |
|
| 68 |
| `text` | string | **Preprocessed** tweet text — the field intended as model input |
|
| 69 |
| `token_count` | int | Number of tokens in the tweet |
|
|
@@ -142,17 +142,20 @@ full = load_dataset("dsfsi/setswana-sentiment", "full")
|
|
| 142 |
|
| 143 |
## License
|
| 144 |
|
| 145 |
-
Released under the **
|
| 146 |
|
| 147 |
## Citation
|
| 148 |
|
| 149 |
If you use this dataset, please cite:
|
| 150 |
|
| 151 |
```bibtex
|
| 152 |
-
@misc{
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
|
|
|
|
|
|
|
|
|
| 157 |
}
|
| 158 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: noodl
|
| 4 |
language:
|
| 5 |
- tn
|
| 6 |
task_categories:
|
|
|
|
| 64 |
| Column | Type | Description |
|
| 65 |
|--------------------|---------|---------------------------------------------------------------------------------------------------|
|
| 66 |
| `example_id` | string | Unique identifier for the annotation example |
|
|
|
|
| 67 |
| `batch` | int | `0` = training/calibration batch; `1`–`7` = production batches |
|
| 68 |
| `text` | string | **Preprocessed** tweet text — the field intended as model input |
|
| 69 |
| `token_count` | int | Number of tokens in the tweet |
|
|
|
|
| 142 |
|
| 143 |
## License
|
| 144 |
|
| 145 |
+
Released under the **NOODL** license.
|
| 146 |
|
| 147 |
## Citation
|
| 148 |
|
| 149 |
If you use this dataset, please cite:
|
| 150 |
|
| 151 |
```bibtex
|
| 152 |
+
@misc{abdulmumin2026temporalsimultaneitypredictsannotation,
|
| 153 |
+
title={Temporal Simultaneity Predicts Annotation Quality in Sentiment Corpora},
|
| 154 |
+
author={Idris Abdulmumin and Mokgadi Penelope Matloga and Tadesse Destaw Belay and Botshelo Kondowe and Letlhogonolo Mohleleng and Hareaipha Nkopo Letsoalo and Shamsuddeen Hassan Muhammad and Vukosi Marivate},
|
| 155 |
+
year={2026},
|
| 156 |
+
eprint={2605.27239},
|
| 157 |
+
archivePrefix={arXiv},
|
| 158 |
+
primaryClass={cs.CL},
|
| 159 |
+
url={https://arxiv.org/abs/2605.27239},
|
| 160 |
}
|
| 161 |
```
|
dev.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
full.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|