Skip to content

Commit

Permalink
Merge branch 'aaronkaplan-main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed May 14, 2023
2 parents 996606a + c02fc66 commit 3747896
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions information-origin/machinetag.json
@@ -0,0 +1,25 @@
{
"namespace": "information-origin",
"description": "Taxonomy for tagging information by its origin: human-generated or AI-generated.",
"version": 2,
"predicates": [
{
"value": "human-generated",
"description": "Information that has been generated by a human.",
"expanded": "human generated",
"colour": "#33FF00"
},
{
"value": "AI-generated",
"description": "Information that has been generated by an AI LLM or similar technologies.",
"expanded": "AI generated",
"colour": "#FFC000"
},
{
"value": "uncertain-origin",
"description": "Information for which the origin is uncertain which can be machine or a human.",
"expanded": "uncertain origin",
"colour": "#FFC000"
}
]
}

0 comments on commit 3747896

Please sign in to comment.