Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -125,7 +125,7 @@ Description:
|
|
125 |
Description:
|
126 |
- This folder contains the data for the span extraction-based version of the task. The data is divided into two files: train and dev. Each file contains the following columns:
|
127 |
- **content**: The content of the sentence.
|
128 |
-
- **
|
129 |
- The train and dev file are used for training and validation for BiLSTM-CRF model, respectively.
|
130 |
|
131 |
### Citation Information
|
|
|
125 |
Description:
|
126 |
- This folder contains the data for the span extraction-based version of the task. The data is divided into two files: train and dev. Each file contains the following columns:
|
127 |
- **content**: The content of the sentence.
|
128 |
+
- **span_ids**: The index of the hate and offensive spans in the sentence. The index is in the format of [start, end] where start is the index of the first character of the hate and offensive span and end is the index of the last character of the hate and offensive span.
|
129 |
- The train and dev file are used for training and validation for BiLSTM-CRF model, respectively.
|
130 |
|
131 |
### Citation Information
|