wlmbrown commited on
Commit
84e2146
·
1 Parent(s): 2174f21

Added some comments about potential future work

Browse files
Files changed (3) hide show
  1. data_cc.yaml +2 -2
  2. model_cc.yaml +1 -17
  3. project_cc.yaml +6 -0
data_cc.yaml CHANGED
@@ -1,6 +1,6 @@
1
  card_type: "data" # "project", "data" or "model"
2
 
3
- # Meta data related to intended purpose(s) of data
4
 
5
  intended_purpose:
6
  safety_component:
@@ -192,7 +192,7 @@ high_risk_ai_system_requirements:
192
  verbose: 'Datset was subject to a quality management system that is documented in a systematic and orderly manner in the form of written policies, procedures and instructions, and includes a description of the systems and procedures for data management, including data acquisition, data collection, data analysis, data labelling, data storage, data filtration, data mining, data aggregation, data retention and any other operation regarding the data'
193
  value: !!bool false
194
 
195
- # Meta data related to data-relaed requirements for GPAI models
196
 
197
  gpai_model_requirements:
198
  data_type:
 
1
  card_type: "data" # "project", "data" or "model"
2
 
3
+ # Metadata related to intended purpose(s) of data
4
 
5
  intended_purpose:
6
  safety_component:
 
192
  verbose: 'Datset was subject to a quality management system that is documented in a systematic and orderly manner in the form of written policies, procedures and instructions, and includes a description of the systems and procedures for data management, including data acquisition, data collection, data analysis, data labelling, data storage, data filtration, data mining, data aggregation, data retention and any other operation regarding the data'
193
  value: !!bool false
194
 
195
+ # Metadata related to data-related requirements for GPAI models
196
 
197
  gpai_model_requirements:
198
  data_type:
model_cc.yaml CHANGED
@@ -208,7 +208,7 @@ high_risk_ai_system_requirements:
208
  verbose: 'Examination, test and validation procedures to be carried out before, during and after the development of the high-risk AI system, and the frequency with which they have to be carried out'
209
  value: !!bool false
210
 
211
- # Meta data related to model-related requirements for GPAI models
212
 
213
  gpai_model_requirements:
214
  task:
@@ -308,20 +308,4 @@ gpai_model_with_systemic_risk_requirements:
308
  cybersecurity:
309
  article: 'Art. 55(1)(d)'
310
  verbose: 'Ensure an adequate level of cybersecurity protection for the GPAI model with systemic risk and the physical infrastructure of the mode'
311
- value: !!bool false
312
-
313
- # Metadata related to transparency requirements for some AI systems (Article 50)
314
-
315
- transparency_requirements:
316
- generates_media: # clean this up
317
- article: 'Art. 50(2)'
318
- verbose: 'If the model generates synthetic audio, image, video or text content'
319
- value: !!bool false
320
- marked_as_generated:
321
- article: 'Art. 50(2)'
322
- verbose: 'If outputs are marked in a machine-readable format and detectable as artificially generated or manipulated'
323
- value: !!bool false
324
- interoperability:
325
- article: 'Art. 50(2)'
326
- verbose: 'Providers shall ensure their technical solutions are effective, interoperable, robust and reliable as far as this is technically feasible, taking into account specificities and limitations of different types of content, costs of implementation and the generally acknowledged state-of-the-art, as may be reflected in relevant technical standards'
327
  value: !!bool false
 
208
  verbose: 'Examination, test and validation procedures to be carried out before, during and after the development of the high-risk AI system, and the frequency with which they have to be carried out'
209
  value: !!bool false
210
 
211
+ # Metadata related to model-related requirements for GPAI models
212
 
213
  gpai_model_requirements:
214
  task:
 
308
  cybersecurity:
309
  article: 'Art. 55(1)(d)'
310
  verbose: 'Ensure an adequate level of cybersecurity protection for the GPAI model with systemic risk and the physical infrastructure of the mode'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
  value: !!bool false
project_cc.yaml CHANGED
@@ -2,6 +2,8 @@
2
  # Information related to high-level characteristics of AI project, including the role of the operator, their location, and where the output is used
3
  card_type: "project" # "project", "data" or "model"
4
 
 
 
5
  operator_details:
6
  provider:
7
  article: 'Art. 2'
@@ -40,6 +42,8 @@ gpai_model:
40
 
41
  # Information related to whether or not the project, if an AI system, is a high-risk AI system
42
 
 
 
43
  high_risk_ai_system:
44
  safety_component:
45
  article: 'Art. 6(1)(a)'
@@ -94,6 +98,8 @@ high_risk_ai_system:
94
  verbose: 'AI project is intended to be used by a judicial authority or on their behalf to assist a judicial authority in researching and interpreting facts and the law and in applying the law to a concrete set of facts, or to be used in a similar way in alternative dispute resolution'
95
  value: !!bool false
96
 
 
 
97
  high_risk_ai_system_exceptions:
98
  filter_exception_rights:
99
  article: 'Art. 6(3)'
 
2
  # Information related to high-level characteristics of AI project, including the role of the operator, their location, and where the output is used
3
  card_type: "project" # "project", "data" or "model"
4
 
5
+ # TODO potentially add scenarios that get the provider off the hook per Article 25
6
+
7
  operator_details:
8
  provider:
9
  article: 'Art. 2'
 
42
 
43
  # Information related to whether or not the project, if an AI system, is a high-risk AI system
44
 
45
+ # TODO Potentially add all of the use cases mentioned in Annex I below (those covered by existing regulations) rather than bundle them up as they are now
46
+
47
  high_risk_ai_system:
48
  safety_component:
49
  article: 'Art. 6(1)(a)'
 
98
  verbose: 'AI project is intended to be used by a judicial authority or on their behalf to assist a judicial authority in researching and interpreting facts and the law and in applying the law to a concrete set of facts, or to be used in a similar way in alternative dispute resolution'
99
  value: !!bool false
100
 
101
+ # TODO potentially add military exception and/or law enforcement exception to the below
102
+
103
  high_risk_ai_system_exceptions:
104
  filter_exception_rights:
105
  article: 'Art. 6(3)'