Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

An Analysis of Active Learning Algorithms using Real-World Crowd-sourced Text Annotations

Paper and repository

This repository accompanies a recently accepted paper and contains the cleaned datasets, collected annotator files, and scripts to reproduce the experimental splits used in the study.

Datasets (summary)

We used three benchmark text-classification datasets:

For each dataset we randomly sampled 3,000 examples and collected annotations via Upwork/Amazon Mechanical Turk from multiple distinct workers (10 annotators per sampled set, Wikipedia includes 9 annotator files in this repo). Annotators could abstain by entering label 0. The protocol received ethical review and participant consent; no worker identities were recorded.

Folder structure & key files

IJCNN_2026/

  • Contains the Supplemental file for the IJCNN 2026 main paper

Data_AGNewsGroups/

  • Cleaned_AG_News_Dataset_3_columns_ALL.xlsx β€” Main cleaned dataset (Index, Description, Class Index).
  • Annotations/ β€” Human annotation files (AG_Upwork_.xlsx).

Data_ConsumerComplaints/

  • Cleaned_Dataset_All.xlsx β€” Main cleaned dataset (Index, Consumer complaint narrative, Product).
  • Annotations/ β€” Human annotation files (CC_Upwork_.xlsx).

Data_WikipediaMoviePlots/

  • Cleaned_Dataset_All.csv β€” Main cleaned dataset (Index, Plot, Genre).
  • Annotations/ β€” Human annotation files (Wiki_Upwork_.csv) β€” nine annotator files provided.

All dataset files in this repo use an "Index" column (unique id), a text column standardized as "Description", and a label column standardized as "Labels".

Directory structure

A concise view of the repository layout:

.
β”œβ”€ README.md
β”œβ”€ IJCNN Paper/
β”‚  β”œβ”€ IJCNN_2026_Supplemental.pdf
β”œβ”€ Data_AGNewsGroups/
β”‚  β”œβ”€ Cleaned_AG_News_Dataset_3_columns_ALL.xlsx
β”‚  └─ Annotations/
β”œβ”€ Data_ConsumerComplaints/
β”‚  β”œβ”€ Cleaned_Dataset_All.xlsx
β”‚  └─ Annotations/
β”œβ”€ Data_WikipediaMoviePlots/
β”‚  β”œβ”€ Cleaned_Dataset_All.csv
β”‚  └─ Annotations/
.

Use the provided cleaned files and annotation folders to reproduce the splits and experiments described in the paper. Scripts in the codebase expect the file names and columns described above.

Citation & contact

If you use this repository or the collected annotations, please cite the accompanying paper and acknowledge the dataset sources.

Paper citation (BibTeX)

The paper has been accepted to WCCI 2026 - IJCNN (to appear). Use the following BibTeX entry:

@InProceedings{al_rcta2026,
  author    = {Varun Totakura and Ankita Singh and Yushun Dong and Shayok Chakraborty},
  title     = {{An Analysis of Active Learning Algorithms using Real-World Crowd-sourced Text Annotations}},
  booktitle = {Proceedings of the IEEE World Congress on Computational Intelligence (WCCI) -- International Joint Conference on Neural Networks (IJCNN)},
  month     = {June},
  year      = {2026},
  note      = {Accepted for publication}
}

Creative Commons Attribution 4.0 International (CC BY 4.0)

Copyright (c) 2026 Varun Totakura

This work is licensed under the Creative Commons Attribution 4.0 International License.

You are free to:

  • Share β€” copy and redistribute the material in any medium or format
  • Adapt β€” remix, transform, and build upon the material for any purpose, even commercially

Under the following terms:

  • Attribution β€” You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • No additional restrictions β€” You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Full license text: https://creativecommons.org/licenses/by/4.0/

Downloads last month
7

Collection including varuntotakura/AL_RCTA

Paper for varuntotakura/AL_RCTA