-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: slur metadata annotations (#513)
- Loading branch information
1 parent
65b6a55
commit 3096aed
Showing
2 changed files
with
333 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
browser-extension/plugin/scripts/2023-12-21-slur-metadata/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Metadata Annotations for Slur List | ||
|
||
All the metadata annotations and a few new slur contributions are present in the `data.csv` file. | ||
These are the columns of the `data.csv` file. | ||
|
||
``` | ||
Slur Word | ||
Annotator ID | ||
Level of Severity | ||
Casual | ||
Appropriated | ||
If, Appropriated, Is it by Community or Others? | ||
What Makes it Problematic? | ||
Category 1 | ||
Category 2 | ||
Category 3 | ||
Category 4 | ||
``` | ||
|
||
The `Slur Word` column contains all the slur words. The `Annotator ID` contains the id for the contributor who annotated that slur, this ID is annynomized. All the other columns are metadata fields for the slur, a detailed explanation about them can be found in the `annotations guideline`. |
Oops, something went wrong.