Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ai-or-not taxonomy #264

Merged
merged 1 commit into from
May 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 39 additions & 0 deletions ai-or-not/machinetag.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"namespace": "info-origin",
"description": "Taxonomy for tagging information by its origin: human-generated or AI-generated.",
"version": 1,
"predicates": [
"human-generated",
"AI-generated",
"uncertain-origin"
],
"expanded": {
"human-generated": {
"expanded": "Information that has been generated by a human",
"colour": "#33cc33"
},
"AI-generated": {
"expanded": "Information that has been generated by an AI",
"colour": "#ff0000"
},
"uncertain-origin": {
"expanded": "Information for which the origin is uncertain",
"colour": "#999999"
}
},
"entry": [
{
"value": "info-origin:human-generated",
"expanded": "Information that has been generated by a human"
},
{
"value": "info-origin:AI-generated",
"expanded": "Information that has been generated by an AI"
},
{
"value": "info-origin:uncertain-origin",
"expanded": "Information for which the origin is uncertain"
}
]
}