File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed
Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -274,29 +274,26 @@ const FacialRecognitionInfo = [
274274 {
275275 body : (
276276 < p className = "bold" >
277- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
278- eiusmod tempor incididunt ut labore et dolore magna aliqua.
277+ The Consequences of Bias in Facial Recognition
279278 </ p >
280279 ) ,
281280 } ,
282281 {
283282 body : (
284283 < p >
285- Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
286- nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
287- reprehenderit in voluptate velit esse cillum dolore eu fugiat
288- nulla pariatur.
284+ Facial recognition technology has repeatedly been shown to exhibit
285+ various biases against certain groups, leading to real-world
286+ consequences such as wrongful identification of suspects or
287+ determining healthcare. To address these issues, researchers are
288+ actively working on debiasing facial recognition models as well as
289+ the data sets they rely on. This involves creating more balanced
290+ training data and adjusting algorithms so they learn to make
291+ accurate predictions.
289292 </ p >
290293 ) ,
291294 } ,
292295 {
293- body : (
294- < p >
295- < mark className = "bold" > { `TODO: ` } </ mark > Excepteur sint occaecat
296- cupidatat non proident, sunt in culpa qui officia deserunt mollit
297- anim id est laborum.
298- </ p >
299- ) ,
296+ body : < p > </ p > ,
300297 } ,
301298 ] ,
302299 } ,
You can’t perform that action at this time.
0 commit comments