From a391724d5c9e47eb9a17b14119f3a781c2d663be Mon Sep 17 00:00:00 2001 From: aaronkaplan Date: Fri, 12 May 2023 11:39:00 +0200 Subject: [PATCH] Add the ai-or-not taxonomy --- ai-or-not/machinetag.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ai-or-not/machinetag.json diff --git a/ai-or-not/machinetag.json b/ai-or-not/machinetag.json new file mode 100644 index 0000000..4ec1eb6 --- /dev/null +++ b/ai-or-not/machinetag.json @@ -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" + } + ] +} +