Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
hate-speech-detection
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -138,14 +138,16 @@ task_ids:
|
|
| 138 |
- hate-speech-detection
|
| 139 |
---
|
| 140 |
|
|
|
|
|
|
|
| 141 |
This is the same dataset as [`OxAISH-AL-LLM/wiki_toxic`](https://huggingface.co/datasets/OxAISH-AL-LLM/wiki_toxic).
|
| 142 |
-
The only differences are
|
| 143 |
|
| 144 |
-
1. Addition of a unique identifier, `uid
|
| 145 |
|
| 146 |
-
1. Addition of the indices, that is 3 columns with the embeddings of 3 different sentence-transformers
|
| 147 |
- `all-mpnet-base-v2`
|
| 148 |
- `multi-qa-mpnet-base-dot-v1`
|
| 149 |
- `all-MiniLM-L12-v2`
|
| 150 |
|
| 151 |
-
1. Renaming of the `label` column to `labels` for easier compatibility with the transformers library
|
|
|
|
| 138 |
- hate-speech-detection
|
| 139 |
---
|
| 140 |
|
| 141 |
+
This dataset has been created as an artefact of the paper [AnchorAL: Computationally Efficient Active Learning for Large and Imbalanced Datasets (Lesci and Vlachos, 2024)](https://arxiv.org/abs/2404.05623).
|
| 142 |
+
More info about this dataset in the appendix of the paper.
|
| 143 |
This is the same dataset as [`OxAISH-AL-LLM/wiki_toxic`](https://huggingface.co/datasets/OxAISH-AL-LLM/wiki_toxic).
|
| 144 |
+
The only differences are:
|
| 145 |
|
| 146 |
+
1. Addition of a unique identifier, `uid`.
|
| 147 |
|
| 148 |
+
1. Addition of the indices, that is, 3 columns with the embeddings of 3 different sentence-transformers
|
| 149 |
- `all-mpnet-base-v2`
|
| 150 |
- `multi-qa-mpnet-base-dot-v1`
|
| 151 |
- `all-MiniLM-L12-v2`
|
| 152 |
|
| 153 |
+
1. Renaming of the `label` column to `labels` for easier compatibility with the transformers library.
|