Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/croissant-spec-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 1.1 (draft)

**This is a draft of the Croissant 1.1 specification. This document is a work in progress.
For the latest official specification, please see the [Croissant 1.0 specification](https://http://mlcommons.org/croissant/1.0).**
For the latest official specification, please see the [Croissant 1.0 specification](http://mlcommons.org/croissant/1.0).**
Comment thread
B13rg marked this conversation as resolved.

<!-- Published: -->

Expand Down Expand Up @@ -54,7 +54,7 @@ Creating or changing the metadata is straightforward. A dataset repository can i

### Responsible AI

As AI advances at rapid speed there is increased recognition among researchers, practitioners and policy makers that we need to explore, understand, manage, and assess [its economic, social, and environmental impacts](https://link.springer.com/book/10.1007/978-3-030-30371-6). One of the main instruments to operationalise responsible AI (RAI) is dataset documentation.
As AI advances at rapid speed there is increased recognition among researchers, practitioners and policy makers that we need to explore, understand, manage, and assess [its economic, social, and environmental impacts](https://doi.org/10.1007/978-3-030-30371-6). One of the main instruments to operationalise responsible AI (RAI) is dataset documentation.

This is how Croissant helps address RAI:

Expand Down Expand Up @@ -1522,7 +1522,7 @@ Annotations can also appear at the level of a RecordSet. A RecordSet-level annot
],
"annotation" : {
"@type": "cr:Field", "@id": "movies/ratings",
subField: [
"subField": [
{ "@type": "cr:Field", "@id": "movies/ratings/user_id", ...},
{ "@type": "cr:Field", "@id": "movies/ratings/rating", ...},
]
Expand Down