Skip to content

Commit

Permalink
Add the ai-or-not taxonomy
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkaplan committed May 12, 2023
1 parent 996606a commit a391724
Showing 1 changed file with 39 additions and 0 deletions.
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"
}
]
}

0 comments on commit a391724

Please sign in to comment.