wlmbrown commited on
Commit
5e424f3
·
1 Parent(s): 1616430

adding article metadata to each attribute continued

Browse files
Files changed (1) hide show
  1. model_cc.yaml +150 -75
model_cc.yaml CHANGED
@@ -1,244 +1,319 @@
1
  intended_purpose:
2
- safety_component: # Art. 6(1)(a)
 
3
  verbose: 'This model is appropriate to use for AI projects involving product safety components'
4
  value: !!bool false
5
- product_regulated_machinery: # Art. 6(1)(b); Annex I
 
6
  verbose: 'This model is appropriate to use for AI projects involving products covered by Directive 2006/42/EC of the European Parliament and of the Council of 17 May 2006 on machinery, and amending Directive 95/16/EC (OJ L 157, 9.6.2006, p. 24) [as repealed by the Machinery Regulation]'
7
  value: !!bool false
8
- product_regulated_toy: # Art. 6(1)(b); Annex I
 
9
  verbose: 'This model is appropriate to use for AI projects involving products covered by Directive 2009/48/EC of the European Parliament and of the Council of 18 June 2009 on the safety of toys (OJ L 170, 30.6.2009, p. 1)'
10
  value: !!bool false
11
- product_regulated_watercraft: # Art. 6(1)(b); Annex I
 
12
  verbose: 'This model is appropriate to use for AI projects involving products covered by Directive 2013/53/EU of the European Parliament and of the Council of 20 November 2013 on recreational craft and personal watercraft and repealing Directive 94/25/EC (OJ L 354, 28.12.2013, p. 90)'
13
  value: !!bool false
14
- biometric_categorization: # Art. 6(2); Annex III(1)(b)
 
15
  verbose: 'This model is appropriate to use for AI projects involving biometric categorisation, according to sensitive or protected attributes or characteristics based on the inference of those attributes or characteristics'
16
  value: !!bool false
17
- emotion_recognition: # Art. 6(2); Annex III(1)(c)
 
18
  verbose: 'This model is appropriate to use for AI projects involving emotion recognition'
19
  value: !!bool false
20
- critical_infrastructure: # Art. 6(2); Annex III(2)
 
21
  verbose: 'This model is appropriate to use for AI projects involving safety components in the management and operation of critical digital infrastructure, road traffic, or in the supply of water, gas, heating or electricity'
22
  value: !!bool false
23
- admission: # Art. 6(2); Annex III(3)(a)
 
24
  verbose: 'This model is appropriate to use for AI projects involving the determination of access or admission or to assigning natural persons to educational and vocational training institutions at all levels'
25
  value: !!bool false
26
- recruitment: # Art. 6(2); Annex III(4)(a)
 
27
  verbose: 'This model is appropriate to use for AI projects involving the recruitment or selection of natural persons, in particular to place targeted job advertisements, to analyse and filter job applications, and to evaluate candidates'
28
  value: !!bool false
29
- public_assistance: # Art. 6(2); Annex III(5)(a)
 
30
  verbose: 'This model is appropriate to use for AI projects intended to be used by public authorities or on behalf of public authorities to evaluate the eligibility of natural persons for essential public assistance benefits and services, including healthcare services, as well as to grant, reduce, revoke, or reclaim such benefits and services'
31
  value: !!bool false
32
- victim_assessment: # Art. 6(2); Annex III(6)(a)
 
33
  verbose: 'This model is appropriate to use for AI projects intended to be used by or on behalf of law enforcement authorities, or by Union institutions, bodies, offices or agencies in support of law enforcement authorities or on their behalf to assess the risk of a natural person becoming the victim of criminal offences'
34
  value: !!bool false
35
- polygraph: # Art. 6(2); Annex III(7)(a)
 
36
  verbose: 'This model is appropriate to use for AI projects intended to be used by or on behalf of competent public authorities or by Union institutions, bodies, offices or agencies as polygraphs or similar tools'
37
  value: !!bool false
38
- judicial: # Art. 6(2); Annex III(8)(a)
 
39
  verbose: 'This model is appropriate to use for AI projects 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'
40
  value: !!bool false
41
 
42
  risk_management_system:
43
- foreseeable_risks: # Art. 9(2)(a)
 
44
  verbose: 'Known or reasonably foreseeable risks the model can pose to health or safety when used for intended purpose'
45
  value: !!bool false
46
- evaluation: # Art. 9(2)(b)
 
47
  verbose: 'Estimation and evaluation of risks when model used for intended purpose'
48
  value: !!bool false
49
- misuse: # Art. 9(2)(b)
 
50
  verbose: 'Estimation and evaluation of risks when model used under conditions of reasonably foreseeable misuse'
51
  value: !!bool false
52
- testing_performance: # Art. 9(6)
 
53
  verbose: 'Testing to ensure model performs consistently for intended purpose'
54
  value: !!bool false
55
- testing_compliance: # Art. 9(6)
 
56
  verbose: 'Testing to ensure model complies with Act'
57
  value: !!bool false
58
- testing_benchmark: # Art. 9(8)
 
59
  verbose: 'Testing against prior defined metrics appropriate to intended purpose'
60
  value: !!bool false
61
- testing_probabilistic: # Art. 9(8)
 
62
  verbose: 'Testing against probabilistic thresholds appropriate to intended purpose'
63
  value: !!bool false
64
 
65
  technical_documentation:
66
- pre_trained_elements: # Art. 11; Annex IV(2)(a)
 
67
  verbose: 'Model has technical documentation that describes pre-trained elements of model provided by third parties and how used, integrated or modified'
68
  value: !!bool false
69
- logic: # Art. 11; Annex IV(2)(b)
 
70
  verbose: 'Model has technical documentation that describes general logic of model'
71
  value: !!bool false
72
- design_choices: # Art. 11; Annex IV(2)(b)
 
73
  verbose: 'Model has technical documentation that describes key design choices including rationale and assumptions made, including with regard to persons or groups on which model intended to be used'
74
  value: !!bool false
75
- classification_choices: # Art. 11; Annex IV(2)(b)
 
76
  verbose: 'Model has technical documentation that describes main classification choices'
77
  value: !!bool false
78
- parameters: # Art. 11; Annex IV(2)(b)
 
79
  verbose: 'What model is designed to optimise for and relevance of its different parameters'
80
  value: !!bool false
81
- expected_output: # Art. 11; Annex IV(2)(b)
 
82
  verbose: 'Description of the expected output and output quality of the system'
83
  value: !!bool false
84
- act_compliance: # Art. 11; Annex IV(2)(b)
 
85
  verbose: 'Decisions about any possible trade-off made regarding the technical solutions adopted to comply with the requirements set out in Title III, Chapter 2'
86
  value: !!bool false
87
- human_oversight: # Art. 11; Annex IV(2)(e)
 
88
  verbose: 'Assessment of the human oversight measures needed in accordance with Article 14, including an assessment of the technical measures needed to facilitate the interpretation of the outputs of AI systems by the deployers, in accordance with Articles 13(3)(d)'
89
  value: !!bool false
90
- validation: # Art. 11; Annex IV(2)(g)
 
91
  verbose: 'Validation and testing procedures used, including information about the validation and testing data used and their main characteristics; metrics used to measure accuracy, robustness and compliance with other relevant requirements set out in Title III, Chapter 2 as well as potentially discriminatory impacts; test logs and all test reports dated and signed by the responsible persons, including with regard to predetermined changes as referred to under point (f)'
92
  value: !!bool false
93
- cybersecurity: # Art. 11; Annex IV(2)(h)
 
94
  verbose: 'Cybersecurity measures put in place'
95
  value: !!bool false
96
 
97
  transparency_and_provision_of_information_to_deployers:
98
- intended_purpose: # Art. 13(3)(b)(i)
 
99
  verbose: 'Intended purpose'
100
  value: !!bool false
101
- metrics: # Art. 13(3)(b)(ii)
 
102
  verbose: 'Level of accuracy, including its metrics, robustness and cybersecurity referred to in Article 15 against which the high-risk AI system has been tested and validated and which can be expected, and any known and foreseeable circumstances that may have an impact on that expected level of accuracy, robustness and cybersecurity'
103
  value: !!bool false
104
- foreseeable_misuse: # Art. 13(3)(b)(iii)
 
105
  verbose: 'Any known or foreseeable circumstance, related to the use of the high-risk AI system in accordance with its intended purpose or under conditions of reasonably foreseeable misuse, which may lead to risks to the health and safety or fundamental rights referred to in Article 9(2)'
106
  value: !!bool false
107
- explainability: # Art. 13(3)(b)(iv)
 
108
  verbose: 'Technical capabilities and characteristics of the AI system to provide information that is relevant to explain its output'
109
  value: !!bool false
110
- specific_groups: # Art. 13(3)(b)(v)
 
111
  verbose: 'Performance regarding specific persons or groups of persons on which the system is intended to be used'
112
  value: !!bool false
113
- data: # Art. 13(3)(b)(vi)
 
114
  verbose: 'Specifications for the input data, or any other relevant information in terms of the training, validation and testing data sets used, taking into account the intended purpose of the AI system'
115
  value: !!bool false
116
- interpretability: # Art. 13(3)(b)(vii)
 
117
  verbose: 'Information to enable deployers to interpret the output of the high-risk AI system and use it appropriately'
118
  value: !!bool false
119
- human_oversight: # Art. 13(3)(d)
 
120
  verbose: 'Human oversight measures referred to in Article 14, including the technical measures put in place to facilitate the interpretation of the outputs of AI systems by the deployers'
121
  value: !!bool false
122
- hardware: # Art. 13(3)(e)
 
123
  verbose: 'Computational and hardware resources needed, the expected lifetime of the high-risk AI system and any necessary maintenance and care measures, including their frequency, to ensure the proper functioning of that AI system, including as regards software updates'
124
  value: !!bool false
125
 
126
  accuracy_robustness_cybersecurity:
127
- accuracy: # Art. 15(1)
 
128
  verbose: 'Model is designed and developed to achieve appropriate level of accuracy'
129
  value: !!bool false
130
- robustiness: # Art. 15(1)
 
131
  verbose: 'Model is designed and developed to achieve appropriate level of robustness'
132
  value: !!bool false
133
- cybersecurity: # Art. 15(1)
 
134
  verbose: 'Model is designed and developed to achieve appropriate level of cybersecurity'
135
  value: !!bool false
136
- accuracy_metrics: # Art. 15(2)
 
137
  verbose: 'Use of relevant accuracy metrics'
138
  value: !!bool false
139
- fault_resilience: # Art. 15(4)
 
140
  verbose: 'Maximum possible resilience regarding errors, faults or inconsistencies that may occur within the system or the environment in which the system operates, in particular due to their interaction with natural persons or other systems. Technical and organisational measures shall be taken towards this regard'
141
  value: !!bool false
142
- attacks: # Art. 15(5)
 
143
  verbose: 'Measures were taken to prevent, detect, respond to, resolve and control for model poisoning attacks, adversarial examples or model evasion attacks (attacks using inputs designed to cause the model to make a mistake), and confidentiality attacks or model flaws'
144
  value: !!bool false
145
 
146
  quality_management_system:
147
- quality_management_system: # Art. 17(1)(d)
 
148
  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'
149
  value: !!bool false
150
 
151
  transparency_obligations:
152
- generates_media: # Art. 50(2)
 
153
  verbose: 'AI project generates synthetic audio, image, video or text content'
154
  value: !!bool false
155
- marked_as_generated: # Art. 50(2)
 
156
  verbose: 'outputs are marked in a machine-readable format and detectable as artificially generated or manipulated'
157
  value: !!bool false
158
- interoperability: # Art. 50(2)
 
159
  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'
160
  value: !!bool false
161
 
162
  classification_of_gpai_models:
163
- high_impact_capabilities: # Art. 51(1)(a)
 
164
  verbose: 'Whether model has high impact capabilities evaluated on the basis of appropriate technical tools and methodologies, including indicators and benchmarks'
165
  value: !!bool false
166
- flops: # Art. 51(2)
 
167
  verbose: 'Cumulative compute used for training measured in floating point operations (FLOPs)'
168
  value: !!bool false
169
 
170
  obligations_for_providers_of_gpai_models:
171
- task: # Art. 53; Annex XI(1)(1)(a)
 
172
  verbose: 'The tasks that the model is intended to perform and the type and nature of AI systems in which it can be integrated'
173
  value: !!bool false
174
- acceptable_use: # Art. 53; Annex XI(1)(1)(b)
 
175
  verbose: 'Acceptable use policies applicable'
176
  value: !!bool false
177
- release_date: # Art. 53; Annex XI(1)(1)(c)
 
178
  verbose: 'The date of release and methods of distribution'
179
  value: !!bool false
180
- architecture: # Art. 53; Annex XI(1)(1)(d)
 
181
  verbose: 'The architecture and number of parameters'
182
  value: !!bool false
183
- input_output_modality: # Art. 53; Annex XI(1)(1)(e)
 
184
  verbos: 'Modality (e.g. text, image) and format of inputs and outputs'
185
  value: !!bool false
186
- license: # Art. 53; Annex XI(1)(1)(f)
 
187
  verbose: 'The license'
188
  value: !!bool false
189
- training: # Art. 53; Annex XI(1)(2)(b)
 
190
  verbose: 'Training methodologies and techniques'
191
  value: !!bool false
192
- design_choices: # Art. 53; Annex XI(1)(2)(b)
 
193
  verbose: 'Key design choices including the rationale and assumptions made'
194
  value: !!bool false
195
- optimized_for: # Art. 53; Annex XI(1)(2)(b)
 
196
  verbose: 'What the model is designed to optimise for'
197
  value: !!bool false
198
- parameters: # Art. 53; Annex XI(1)(2)(b)
 
199
  verbose: 'The relevance of the different parameters, as applicable'
200
  value: !!bool false
201
- data_type: # Art. 53; Annex XI(1)(2)(c)
 
202
  verbose: 'Information on the data used for training, testing and validation: type of data'
203
  value: !!bool false
204
- data_provenance: # Art. 53; Annex XI(1)(2)(c)
 
205
  verbose: 'Information on the data used for training, testing and validation: provenance of data'
206
  value: !!bool false
207
- data_curation: # Art. 53; Annex XI(1)(2)(c)
 
208
  verbose: 'Information on the data used for training: curation methodologies (e.g. cleaning, filtering etc)'
209
  value: !!bool false
210
- data_number: # Art. 53; Annex XI(1)(2)(c)
 
211
  verbose: 'Information on the data used for training: the number of data points'
212
  value: !!bool false
213
- data_characteristics: # Art. 53; Annex XI(1)(2)(c)
 
214
  verbose: 'Information on the data used for training: data points scope and main characteristics applicable'
215
  value: !!bool false
216
- data_origin: # Art. 53; Annex XI(1)(2)(c)
 
217
  verbose: 'Information on the data used for training: how the data was obtained and selected'
218
  value: !!bool false
219
- data_bias: # Art. 53; Annex XI(1)(2)(c)
 
220
  verbose: 'Information on the data used for training: all other measures to detect the unsuitability of data sources and methods to detect identifiable biases, where applicable'
221
  value: !!bool false
222
- computation: # Art. 53; Annex XI(1)(2)(d)
 
223
  verbose: 'The computational resources used to train the model (e.g. number of floating point operations – FLOPs), training time, and other relevant details related to the training'
224
  value: !!bool false
225
- energy_consumption: # Art. 53; Annex XI(1)(2)(e)
 
226
  verbose: 'Known or estimated energy consumption of the model; in case not known, this could be based on information about computational resources used'
227
  value: !!bool false
228
- evaluation: # Art. 53; Annex XI(2)(1)
 
229
  verbose: 'Detailed description of the evaluation strategies, including evaluation results, on the basis of available public evaluation protocols and tools or otherwise of other evaluation methodologies. Evaluation strategies shall include evaluation criteria, metrics and the methodology on the identification of limitations'
230
  value: !!bool false
231
- adversarial_testing: # Art. 53; Annex XI(2)(2)
 
232
  verbose: 'Where applicable, detailed description of the measures put in place for the purpose of conducting internal and/or external adversarial testing (e.g. red teaming), model adaptations, including alignment and fine-tuning'
233
  value: !!bool false
234
 
235
  obligations_for_providers_of_gpai_models_with_systemic_risk:
236
- evaluation: # Art. 55(1)(a)
 
237
  verbose: 'Perform model evaluation in accordance with standardised protocols and tools reflecting the state of the art, including conducting and documenting adversarial testing of the model with a view to identify and mitigate systemic risk'
238
  value: !!bool false
239
- systematic_risk: # Art. 55(1)(b)
 
240
  verbose: 'Assess and mitigate possible systemic risks at Union level, including their sources, that may stem from the development'
241
  value: !!bool false
242
- cybersecurity: # Art. 55(1)(d)
 
243
  verbose: 'Ensure an adequate level of cybersecurity protection for the GPAI model with systemic risk and the physical infrastructure of the mode'
244
  value: !!bool false
 
1
  intended_purpose:
2
+ safety_component:
3
+ article: 'Art. 6(1)(a)'
4
  verbose: 'This model is appropriate to use for AI projects involving product safety components'
5
  value: !!bool false
6
+ product_regulated_machinery:
7
+ article: 'Art. 6(1)(b); Annex I'
8
  verbose: 'This model is appropriate to use for AI projects involving products covered by Directive 2006/42/EC of the European Parliament and of the Council of 17 May 2006 on machinery, and amending Directive 95/16/EC (OJ L 157, 9.6.2006, p. 24) [as repealed by the Machinery Regulation]'
9
  value: !!bool false
10
+ product_regulated_toy:
11
+ article: 'Art. 6(1)(b); Annex I'
12
  verbose: 'This model is appropriate to use for AI projects involving products covered by Directive 2009/48/EC of the European Parliament and of the Council of 18 June 2009 on the safety of toys (OJ L 170, 30.6.2009, p. 1)'
13
  value: !!bool false
14
+ product_regulated_watercraft:
15
+ article: 'Art. 6(1)(b); Annex I'
16
  verbose: 'This model is appropriate to use for AI projects involving products covered by Directive 2013/53/EU of the European Parliament and of the Council of 20 November 2013 on recreational craft and personal watercraft and repealing Directive 94/25/EC (OJ L 354, 28.12.2013, p. 90)'
17
  value: !!bool false
18
+ biometric_categorization:
19
+ article: 'Art. 6(2); Annex III(1)(b)'
20
  verbose: 'This model is appropriate to use for AI projects involving biometric categorisation, according to sensitive or protected attributes or characteristics based on the inference of those attributes or characteristics'
21
  value: !!bool false
22
+ emotion_recognition:
23
+ article: 'Art. 6(2); Annex III(1)(c)'
24
  verbose: 'This model is appropriate to use for AI projects involving emotion recognition'
25
  value: !!bool false
26
+ critical_infrastructure:
27
+ article: 'Art. 6(2); Annex III(2)'
28
  verbose: 'This model is appropriate to use for AI projects involving safety components in the management and operation of critical digital infrastructure, road traffic, or in the supply of water, gas, heating or electricity'
29
  value: !!bool false
30
+ admission:
31
+ article: 'Art. 6(2); Annex III(3)(a)'
32
  verbose: 'This model is appropriate to use for AI projects involving the determination of access or admission or to assigning natural persons to educational and vocational training institutions at all levels'
33
  value: !!bool false
34
+ recruitment:
35
+ article: 'Art. 6(2); Annex III(4)(a)'
36
  verbose: 'This model is appropriate to use for AI projects involving the recruitment or selection of natural persons, in particular to place targeted job advertisements, to analyse and filter job applications, and to evaluate candidates'
37
  value: !!bool false
38
+ public_assistance:
39
+ article: 'Art. 6(2); Annex III(5)(a)'
40
  verbose: 'This model is appropriate to use for AI projects intended to be used by public authorities or on behalf of public authorities to evaluate the eligibility of natural persons for essential public assistance benefits and services, including healthcare services, as well as to grant, reduce, revoke, or reclaim such benefits and services'
41
  value: !!bool false
42
+ victim_assessment:
43
+ article: 'Art. 6(2); Annex III(6)(a)'
44
  verbose: 'This model is appropriate to use for AI projects intended to be used by or on behalf of law enforcement authorities, or by Union institutions, bodies, offices or agencies in support of law enforcement authorities or on their behalf to assess the risk of a natural person becoming the victim of criminal offences'
45
  value: !!bool false
46
+ polygraph:
47
+ article: 'Art. 6(2); Annex III(7)(a)'
48
  verbose: 'This model is appropriate to use for AI projects intended to be used by or on behalf of competent public authorities or by Union institutions, bodies, offices or agencies as polygraphs or similar tools'
49
  value: !!bool false
50
+ judicial:
51
+ article: 'Art. 6(2); Annex III(8)(a)'
52
  verbose: 'This model is appropriate to use for AI projects 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'
53
  value: !!bool false
54
 
55
  risk_management_system:
56
+ foreseeable_risks:
57
+ article: 'Art. 9(2)(a)'
58
  verbose: 'Known or reasonably foreseeable risks the model can pose to health or safety when used for intended purpose'
59
  value: !!bool false
60
+ evaluation:
61
+ article: 'Art. 9(2)(b)'
62
  verbose: 'Estimation and evaluation of risks when model used for intended purpose'
63
  value: !!bool false
64
+ misuse:
65
+ article: 'Art. 9(2)(b)'
66
  verbose: 'Estimation and evaluation of risks when model used under conditions of reasonably foreseeable misuse'
67
  value: !!bool false
68
+ testing_performance:
69
+ article: 'Art. 9(6)'
70
  verbose: 'Testing to ensure model performs consistently for intended purpose'
71
  value: !!bool false
72
+ testing_compliance:
73
+ article: 'Art. 9(6)'
74
  verbose: 'Testing to ensure model complies with Act'
75
  value: !!bool false
76
+ testing_benchmark:
77
+ article: 'Art. 9(8)'
78
  verbose: 'Testing against prior defined metrics appropriate to intended purpose'
79
  value: !!bool false
80
+ testing_probabilistic:
81
+ article: 'Art. 9(8)'
82
  verbose: 'Testing against probabilistic thresholds appropriate to intended purpose'
83
  value: !!bool false
84
 
85
  technical_documentation:
86
+ pre_trained_elements:
87
+ article: 'Art. 11; Annex IV(2)(a)'
88
  verbose: 'Model has technical documentation that describes pre-trained elements of model provided by third parties and how used, integrated or modified'
89
  value: !!bool false
90
+ logic:
91
+ article: 'Art. 11; Annex IV(2)(b)'
92
  verbose: 'Model has technical documentation that describes general logic of model'
93
  value: !!bool false
94
+ design_choices:
95
+ article: 'Art. 11; Annex IV(2)(b)'
96
  verbose: 'Model has technical documentation that describes key design choices including rationale and assumptions made, including with regard to persons or groups on which model intended to be used'
97
  value: !!bool false
98
+ classification_choices:
99
+ article: 'Art. 11; Annex IV(2)(b)'
100
  verbose: 'Model has technical documentation that describes main classification choices'
101
  value: !!bool false
102
+ parameters:
103
+ article: 'Art. 11; Annex IV(2)(b)'
104
  verbose: 'What model is designed to optimise for and relevance of its different parameters'
105
  value: !!bool false
106
+ expected_output:
107
+ article: 'Art. 11; Annex IV(2)(b)'
108
  verbose: 'Description of the expected output and output quality of the system'
109
  value: !!bool false
110
+ act_compliance:
111
+ article: 'Art. 11; Annex IV(2)'
112
  verbose: 'Decisions about any possible trade-off made regarding the technical solutions adopted to comply with the requirements set out in Title III, Chapter 2'
113
  value: !!bool false
114
+ human_oversight:
115
+ article: 'Art. 11; Annex IV(2)(e)'
116
  verbose: 'Assessment of the human oversight measures needed in accordance with Article 14, including an assessment of the technical measures needed to facilitate the interpretation of the outputs of AI systems by the deployers, in accordance with Articles 13(3)(d)'
117
  value: !!bool false
118
+ validation:
119
+ article: 'Art. 11; Annex IV(2)(g)'
120
  verbose: 'Validation and testing procedures used, including information about the validation and testing data used and their main characteristics; metrics used to measure accuracy, robustness and compliance with other relevant requirements set out in Title III, Chapter 2 as well as potentially discriminatory impacts; test logs and all test reports dated and signed by the responsible persons, including with regard to predetermined changes as referred to under point (f)'
121
  value: !!bool false
122
+ cybersecurity:
123
+ article: 'Art. 11; Annex IV(2)(h)'
124
  verbose: 'Cybersecurity measures put in place'
125
  value: !!bool false
126
 
127
  transparency_and_provision_of_information_to_deployers:
128
+ intended_purpose:
129
+ article: 'Art. 13(3)(b)(i)'
130
  verbose: 'Intended purpose'
131
  value: !!bool false
132
+ metrics:
133
+ article: 'Art. 13(3)(b)(ii)'
134
  verbose: 'Level of accuracy, including its metrics, robustness and cybersecurity referred to in Article 15 against which the high-risk AI system has been tested and validated and which can be expected, and any known and foreseeable circumstances that may have an impact on that expected level of accuracy, robustness and cybersecurity'
135
  value: !!bool false
136
+ foreseeable_misuse:
137
+ article: 'Art. 13(3)(b)(iii)'
138
  verbose: 'Any known or foreseeable circumstance, related to the use of the high-risk AI system in accordance with its intended purpose or under conditions of reasonably foreseeable misuse, which may lead to risks to the health and safety or fundamental rights referred to in Article 9(2)'
139
  value: !!bool false
140
+ explainability:
141
+ article: 'Art. 13(3)(b)(iv)'
142
  verbose: 'Technical capabilities and characteristics of the AI system to provide information that is relevant to explain its output'
143
  value: !!bool false
144
+ specific_groups:
145
+ article: 'Art. 13(3)(b)(v)'
146
  verbose: 'Performance regarding specific persons or groups of persons on which the system is intended to be used'
147
  value: !!bool false
148
+ data:
149
+ article: 'Art. 13(3)(b)(vi)'
150
  verbose: 'Specifications for the input data, or any other relevant information in terms of the training, validation and testing data sets used, taking into account the intended purpose of the AI system'
151
  value: !!bool false
152
+ interpretability:
153
+ article: 'Art. 13(3)(b)(vii)'
154
  verbose: 'Information to enable deployers to interpret the output of the high-risk AI system and use it appropriately'
155
  value: !!bool false
156
+ human_oversight:
157
+ article: 'Art. 13(3)(d)'
158
  verbose: 'Human oversight measures referred to in Article 14, including the technical measures put in place to facilitate the interpretation of the outputs of AI systems by the deployers'
159
  value: !!bool false
160
+ hardware:
161
+ article: 'Art. 13(3)(e)'
162
  verbose: 'Computational and hardware resources needed, the expected lifetime of the high-risk AI system and any necessary maintenance and care measures, including their frequency, to ensure the proper functioning of that AI system, including as regards software updates'
163
  value: !!bool false
164
 
165
  accuracy_robustness_cybersecurity:
166
+ accuracy:
167
+ article: 'Art. 15(1)'
168
  verbose: 'Model is designed and developed to achieve appropriate level of accuracy'
169
  value: !!bool false
170
+ robustiness:
171
+ article: 'Art. 15(1)'
172
  verbose: 'Model is designed and developed to achieve appropriate level of robustness'
173
  value: !!bool false
174
+ cybersecurity:
175
+ article: 'Art. 15(1)'
176
  verbose: 'Model is designed and developed to achieve appropriate level of cybersecurity'
177
  value: !!bool false
178
+ accuracy_metrics:
179
+ article: 'Art. 15(2)'
180
  verbose: 'Use of relevant accuracy metrics'
181
  value: !!bool false
182
+ fault_resilience:
183
+ article: 'Art. 15(4)'
184
  verbose: 'Maximum possible resilience regarding errors, faults or inconsistencies that may occur within the system or the environment in which the system operates, in particular due to their interaction with natural persons or other systems. Technical and organisational measures shall be taken towards this regard'
185
  value: !!bool false
186
+ attacks:
187
+ article: 'Art. 15(5)'
188
  verbose: 'Measures were taken to prevent, detect, respond to, resolve and control for model poisoning attacks, adversarial examples or model evasion attacks (attacks using inputs designed to cause the model to make a mistake), and confidentiality attacks or model flaws'
189
  value: !!bool false
190
 
191
  quality_management_system:
192
+ quality_management_system:
193
+ article: 'Art. 17(1)(d)'
194
  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'
195
  value: !!bool false
196
 
197
  transparency_obligations:
198
+ generates_media:
199
+ article: 'Art. 50(2)'
200
  verbose: 'AI project generates synthetic audio, image, video or text content'
201
  value: !!bool false
202
+ marked_as_generated:
203
+ article: 'Art. 50(2)'
204
  verbose: 'outputs are marked in a machine-readable format and detectable as artificially generated or manipulated'
205
  value: !!bool false
206
+ interoperability:
207
+ article: 'Art. 50(2)'
208
  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'
209
  value: !!bool false
210
 
211
  classification_of_gpai_models:
212
+ high_impact_capabilities:
213
+ article: 'Art. 51(1)(a)'
214
  verbose: 'Whether model has high impact capabilities evaluated on the basis of appropriate technical tools and methodologies, including indicators and benchmarks'
215
  value: !!bool false
216
+ flops:
217
+ article: 'Art. 51(2)'
218
  verbose: 'Cumulative compute used for training measured in floating point operations (FLOPs)'
219
  value: !!bool false
220
 
221
  obligations_for_providers_of_gpai_models:
222
+ task:
223
+ article: 'Art. 53; Annex XI(1)(1)(a)'
224
  verbose: 'The tasks that the model is intended to perform and the type and nature of AI systems in which it can be integrated'
225
  value: !!bool false
226
+ acceptable_use:
227
+ article: 'Art. 53; Annex XI(1)(1)(b)'
228
  verbose: 'Acceptable use policies applicable'
229
  value: !!bool false
230
+ release_date:
231
+ article: 'Art. 53; Annex XI(1)(1)(c)'
232
  verbose: 'The date of release and methods of distribution'
233
  value: !!bool false
234
+ architecture:
235
+ article: 'Art. 53; Annex XI(1)(1)(d)'
236
  verbose: 'The architecture and number of parameters'
237
  value: !!bool false
238
+ input_output_modality:
239
+ article: 'Art. 53; Annex XI(1)(1)(e)'
240
  verbos: 'Modality (e.g. text, image) and format of inputs and outputs'
241
  value: !!bool false
242
+ license:
243
+ article: 'Art. 53; Annex XI(1)(1)(f)'
244
  verbose: 'The license'
245
  value: !!bool false
246
+ training:
247
+ article: 'Art. 53; Annex XI(1)(2)(b)'
248
  verbose: 'Training methodologies and techniques'
249
  value: !!bool false
250
+ design_choices:
251
+ article: 'Art. 53; Annex XI(1)(2)(b)'
252
  verbose: 'Key design choices including the rationale and assumptions made'
253
  value: !!bool false
254
+ optimized_for:
255
+ article: 'Art. 53; Annex XI(1)(2)(b)'
256
  verbose: 'What the model is designed to optimise for'
257
  value: !!bool false
258
+ parameters:
259
+ article: 'Art. 53; Annex XI(1)(2)(b)'
260
  verbose: 'The relevance of the different parameters, as applicable'
261
  value: !!bool false
262
+ data_type:
263
+ article: 'Art. 53; Annex XI(1)(2)(c)'
264
  verbose: 'Information on the data used for training, testing and validation: type of data'
265
  value: !!bool false
266
+ data_provenance:
267
+ article: 'Art. 53; Annex XI(1)(2)(c)'
268
  verbose: 'Information on the data used for training, testing and validation: provenance of data'
269
  value: !!bool false
270
+ data_curation:
271
+ article: 'Art. 53; Annex XI(1)(2)(c)'
272
  verbose: 'Information on the data used for training: curation methodologies (e.g. cleaning, filtering etc)'
273
  value: !!bool false
274
+ data_number:
275
+ article: 'Art. 53; Annex XI(1)(2)(c)'
276
  verbose: 'Information on the data used for training: the number of data points'
277
  value: !!bool false
278
+ data_characteristics:
279
+ article: 'Art. 53; Annex XI(1)(2)(c)'
280
  verbose: 'Information on the data used for training: data points scope and main characteristics applicable'
281
  value: !!bool false
282
+ data_origin:
283
+ article: 'Art. 53; Annex XI(1)(2)(c)'
284
  verbose: 'Information on the data used for training: how the data was obtained and selected'
285
  value: !!bool false
286
+ data_bias:
287
+ article: 'Art. 53; Annex XI(1)(2)(c)'
288
  verbose: 'Information on the data used for training: all other measures to detect the unsuitability of data sources and methods to detect identifiable biases, where applicable'
289
  value: !!bool false
290
+ computation:
291
+ article: 'Art. 53; Annex XI(1)(2)(d)'
292
  verbose: 'The computational resources used to train the model (e.g. number of floating point operations – FLOPs), training time, and other relevant details related to the training'
293
  value: !!bool false
294
+ energy_consumption:
295
+ article: 'Art. 53; Annex XI(1)(2)(e)'
296
  verbose: 'Known or estimated energy consumption of the model; in case not known, this could be based on information about computational resources used'
297
  value: !!bool false
298
+ evaluation:
299
+ article: 'Art. 53; Annex XI(2)(1)'
300
  verbose: 'Detailed description of the evaluation strategies, including evaluation results, on the basis of available public evaluation protocols and tools or otherwise of other evaluation methodologies. Evaluation strategies shall include evaluation criteria, metrics and the methodology on the identification of limitations'
301
  value: !!bool false
302
+ adversarial_testing:
303
+ article: 'Art. 53; Annex XI(2)(2)'
304
  verbose: 'Where applicable, detailed description of the measures put in place for the purpose of conducting internal and/or external adversarial testing (e.g. red teaming), model adaptations, including alignment and fine-tuning'
305
  value: !!bool false
306
 
307
  obligations_for_providers_of_gpai_models_with_systemic_risk:
308
+ evaluation:
309
+ article: 'Art. 55(1)(a)'
310
  verbose: 'Perform model evaluation in accordance with standardised protocols and tools reflecting the state of the art, including conducting and documenting adversarial testing of the model with a view to identify and mitigate systemic risk'
311
  value: !!bool false
312
+ systematic_risk:
313
+ article: 'Art. 55(1)(b)'
314
  verbose: 'Assess and mitigate possible systemic risks at Union level, including their sources, that may stem from the development'
315
  value: !!bool false
316
+ cybersecurity:
317
+ article: 'Art. 55(1)(d)'
318
  verbose: 'Ensure an adequate level of cybersecurity protection for the GPAI model with systemic risk and the physical infrastructure of the mode'
319
  value: !!bool false