Add the ai-or-not taxonomy

pull/264/head
aaronkaplan 2023-05-12 11:39:00 +02:00
parent 996606ad2c
commit a391724d5c
No known key found for this signature in database
GPG Key ID: 1AED8B672DD4C9B1
1 changed files with 39 additions and 0 deletions

39
ai-or-not/machinetag.json Normal file
View File

@ -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"
}
]
}