Merge branch 'aaronkaplan-main' into main
commit
37478964fd
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue