{"id":95,"date":"2023-10-22T08:01:05","date_gmt":"2023-10-22T08:01:05","guid":{"rendered":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/chapter\/ai-speak-data-based-systems-part-1\/"},"modified":"2024-01-31T08:10:54","modified_gmt":"2024-01-31T08:10:54","slug":"ai-speak-data-based-systems-part-1","status":"publish","type":"chapter","link":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/chapter\/ai-speak-data-based-systems-part-1\/","title":{"raw":"AI-Speak: Data-based systems, part 1","rendered":"AI-Speak: Data-based systems, part 1"},"content":{"raw":"<div class=\"textbox textbox--exercises\"><header class=\"textbox__header\">\n<h3 style=\"text-align: left\"><strong>Decisions in the classroom<\/strong><\/h3>\n<\/header>\n<div class=\"textbox__content\">\n\nAs a teacher, you have access to many kinds of data. Either tangible data such as attendance and performance records, or intangible ones such as student body-language. Consider some of the decisions you take in your professional life:<em>What are the data that help you make these decisions? <\/em>\n\nThere are technological applications that can help you visualise or process data. Artificial intelligence systems use data to personalise learning, make predictions and decisions that might help you teach and manage the classroom: <em>Do you have needs that technology can answer? If yes, what will be the data such a system might require to carry out the task?<\/em>\n\n<\/div>\n<\/div>\n\n[caption id=\"attachment_94\" align=\"alignleft\" width=\"264\"]<img class=\"wp-image-92 \" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data-576x1024.png\" alt=\"\" width=\"264\" height=\"469\"> Reference: Kelleher, J.D, Tierney, B, Data Science, London, 2018 and Kitchin, R, Big Data, new epistemologies and paradigm shifts, Big Data &amp; Society, 2014[\/caption]\n<p class=\"indent no-indent\">Educational systems have always generated data \u2013 students\u2019 personal data, academic records, attendance data and more. With digitalisation and AIED applications, more data is recorded and stored: mouse clicks, opened pages, timestamps and keyboard strokes<sup>1<\/sup>. With data-centric thinking becoming the norm in society, it is natural to ask how to crunch all this data to do something pertinent. Could we give more personalised feedback to the learner? Could we design better visualisation and notification tools for the teacher?<sup>2<\/sup><\/p>\n<p class=\"indent\">Whatever technology is used, it has to meet a real requirement in the classroom. After the need is identified, we can look at the data available and ask what is relevant to a desired outcome. This involves uncovering factors that let educators make nuanced decisions. Can these factors be captured using available data? Is data and data-based systems the best way of addressing the need? What could be the unintended consequences of using data this way<sup>3<\/sup>?<\/p>\n<p class=\"indent\">Machine learning lets us defer many of these questions to the data itself<sup>4<\/sup>. ML applications are trained on data. They work by operating on data. They find patterns and make generalisations and store these as models \u2013 data that can be used to answer future questions<sup>4<\/sup>. Their decisions and predictions, and how these affect student learning, are all data too. Thus, knowing how programmers, the machine and the user handle data is an important part of understanding how artificial intelligence works.<\/p>\n\n<h3 style=\"text-align: left\">About data<\/h3>\n<p class=\"no-indent\"><strong>Data<\/strong> is generally about a real world entity - a person, an object, or an event. Each entity can be described by a number of <strong>attributes<\/strong> (<strong>features<\/strong> or <strong>variables<\/strong>)<sup>5<\/sup>. For example, name, age and class are some attributes of a student. The set of these attributes is the data we have on the student, which, while not in any way close to the real entity, does tell us something about them. Data collected, used and processed in the educational system is called <strong>educational data<sup>1<\/sup><\/strong>.<\/p>\n<p class=\"indent\">A <strong>dataset<\/strong> is the data on a collection of entities arranged in rows and columns. The attendance record of a class is a dataset. In this case, each row is the record of one student. The columns could be their presence or absence during a particular day or session. Thus each column is an attribute.<\/p>\nhttps:\/\/youtu.be\/J7mpEufsjYU?list=PLkm8ZqYSzE3d6lEWsWz0fWhtSAbjwR8Z7\n\n[caption id=\"attachment_94\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-93\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid-300x300.png\" alt=\"\" width=\"300\" height=\"300\"> The DIKW Pyramid. Reference: Kelleher, J.D, Tierney, B, Data Science, London, 2018 and Kitchin, R, Big Data, new epistemologies and paradigm shifts, Big Data &amp; Society, 2014[\/caption]\n<p class=\"no-indent\">Data is created by choosing attributes and measuring them: every piece of data is the result of human decisions and choices. Thus, data creation is a subjective, partial and sometimes messy process prone to technical difficulties<sup>4,5<\/sup>. Further, what we choose to measure, and what we don't can have a big influence on expected outcomes.<\/p>\n<p class=\"indent\"><strong>Data traces <\/strong>are records of student activity such as mouse clicks, data on opened pages, the timing of interactions or key presses in a digital system<sup>1<\/sup>.<strong> Metadata<\/strong> is data that describe other data<sup>5<\/sup>. <strong>Derived data<\/strong> is data calculated or inferred from other data: individual scores of each student is data. The class average is derived data. Often, derived data is more useful in getting useful insights, finding patterns and making predictions. Machine Learning applications can create derived data and link it with metadata data traces to create detailed <a href=\"ai-speak--the-tech-behind-recommendation\" data-cke-saved-href=\"ai-speak--the-tech-behind-recommendation\">learner models<\/a>, which help in personalising learning<sup>1<\/sup>.<\/p>\n<p class=\"indent\">For any data based application to be successful, attributes should be carefully chosen and correctly measured. The patterns discovered in them should be checked to see if they make sense in the educational context. When designed and maintained correctly, data driven systems can be very valuable.<\/p>\nhttps:\/\/youtu.be\/gZcgUBVQyRM?list=PLkm8ZqYSzE3d6lEWsWz0fWhtSAbjwR8Z7\n<div class=\"textbox textbox--sidebar\"><a href=\"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/chapter\/more-on-big-data\/\" target=\"_blank\" rel=\"noopener\">Check if you are (Big) Data literate<\/a><\/div>\n<p class=\"no-indent\">This chapter aims to introduce a few basics of data and data based technology but data literacy is a very important skill to possess and merits dedicated training and continuing support and update<sup>1<\/sup>.<\/p>\n\n<h3 style=\"text-align: left\">Legislation you should know about<\/h3>\n<p class=\"no-indent\">Because of the drastic drop in costs of data storage, more data and metadata are saved and retained for a longer time<sup>6<\/sup>. This can lead to privacy breaches and rights violations. Laws like the <strong>General Data Protection Regulation (GDPR)<\/strong> discourages such practices and gives EU citizens more control over their personal data. They give legally enforceable data protection regulations across all EU member states.<\/p>\n\n\n[caption id=\"attachment_94\" align=\"alignleft\" width=\"378\"]<img class=\"wp-image-94 \" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr-576x1024.png\" alt=\"\" width=\"378\" height=\"672\"> Reference: \"GDPR &amp; ePrivacy Regulations\" by dennis_convert licenced under CC BY 2.0. To view a copy of this licence, visit <a href=\"https:\/\/creativecommons.org\/licenses\/by\/2.0\/?ref=openverse\">https:\/\/creativecommons.org\/licenses\/by\/2.0\/?ref=openverse<\/a>[\/caption]\n<p class=\"indent\">According to GDPR, personal data is any information relating to an identified or identifiable person (<strong>data subject<\/strong>). Schools, in addition to engaging with companies that handle their data, store huge\u00a0 amounts of personal information about students, parents, staff, management, and suppliers. As data controllers, they are required to store data which they process confidentially and securely and have procedures in place for the protection and proper use of all personal data<sup>1<\/sup>.<\/p>\n<p class=\"indent\">Rights established by the GDPR include:<\/p>\n\n<ul>\n \t<li style=\"text-align: justify\">The<strong> Right to Access<\/strong> makes it mandatory for them to know(easily) what data is being collected about them<\/li>\n \t<li style=\"text-align: justify\">The citizen\u2019s <strong>Right to Be Informed<\/strong> of the usage made of their data<\/li>\n \t<li style=\"text-align: justify\">The <strong>Right to Erasure<\/strong> allows a citizen whose data has been collected by a platform to ask for that data to be removed from the dataset built by the platform (and which may be sold to others)<\/li>\n \t<li style=\"text-align: justify\">The\u00a0 <strong>Right to explanation<\/strong> - explanation should be provided whenever clarification is needed on an automated decision process that affect them<\/li>\n<\/ul>\n<p class=\"no-indent\">Although, GDPR does allow for collection of some data under \u201clegitimate interest\u201d<sup>7<\/sup>and the use of derived, aggregated, or anonymized data indefinitely and without consent<sup>5<\/sup>. The new <strong>Digital Services Act<\/strong> restricts the use of personal data for targeted advertising purposes<sup>7<\/sup>.\" In addition to these, the<strong> EU-US Privacy Shield<\/strong> strengthens the data-protection rights for EU citizens in the context where their data have been moved outside of the EU<sup>5<\/sup>.<\/p>\n<p class=\"indent\">Please refer to <a href=\"https:\/\/www.liberties.eu\/en\/stories\/gdpr-for-dummies\/44076\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/www.liberties.eu\/en\/stories\/gdpr-for-dummies\/44076\">GDPR for dummies<\/a> for the analysis carried out by independent experts from the Civil Liberties Union for Europe (Liberties). This is a watchdog that safeguards EU citizens\u2019 human rights.<\/p>\n\n\n<hr>\n<p class=\"hanging-indent\"><sup>1 <\/sup><em><a href=\"https:\/\/education.ec.europa.eu\/news\/ethical-guidelines-on-the-use-of-artificial-intelligence-and-data-in-teaching-and-learning-for-educators\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/education.ec.europa.eu\/news\/ethical-guidelines-on-the-use-of-artificial-intelligence-and-data-in-teaching-and-learning-for-educators\">Ethical guidelines on the use of artificial intelligence and data in teaching and learning for educators<\/a><\/em>, European Commission, October 2022.<\/p>\n<p class=\"hanging-indent\"><sup>2<\/sup> du Boulay, B., Poulovasillis, A., Holmes, W., Mavrikis, M., <em>Artificial Intelligence And Big Data Technologies To Close The Achievement Gap, <\/em>in Luckin, R., ed. Enhancing Learning and Teaching with Technology, London: UCL Institute of Education Press, pp. 256\u2013285, 2018.<\/p>\n<p class=\"hanging-indent\"><sup>3 <\/sup>Hutchinson, B., Smart, A., Hanna, A., Denton, E., Greer, C., Kjartansson, O., Barnes, P., Mitchell, M., <em><a href=\"https:\/\/doi.org\/10.1145\/3442188.3445918\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/doi.org\/10.1145\/3442188.3445918\">Towards Accountability for Machine Learning Datasets: Practices from Software Engineering and Infrastructure<\/a><\/em>, Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency, Association for Computing Machinery, New York, 2021.<\/p>\n<p class=\"hanging-indent\"><sup>4 <\/sup>Barocas, S.,\u00a0 Hardt, M., Narayanan, A., <em><a href=\"https:\/\/fairmlbook.org\/\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/fairmlbook.org\/\">Fairness and machine learning Limitations and Opportunities<\/a>, <\/em>MIT Press, 2023.<\/p>\n<p class=\"hanging-indent\"><sup>5 <\/sup>Kelleher, J.D, Tierney, B, <em>Data Science<\/em>, MIT Press, London, 2018.<\/p>\n<p class=\"hanging-indent\"><sup>6<\/sup> Schneier, B., Data and Goliath: The Hidden Battles to Capture Your Data and Control Your World, W. W. Norton &amp; Company, 2015.<\/p>\n<p class=\"hanging-indent\"><sup>7<\/sup> Kant, T., <em>Identity, Advertising, and Algorithmic Targeting: Or How (Not) to Target Your \u201cIdeal User.\u201d<\/em>, MIT Case Studies in Social and Ethical Responsibilities of Computing, 2021.<\/p>\n\n\n<hr>","rendered":"<div class=\"textbox textbox--exercises\">\n<header class=\"textbox__header\">\n<h3 style=\"text-align: left\"><strong>Decisions in the classroom<\/strong><\/h3>\n<\/header>\n<div class=\"textbox__content\">\n<p>As a teacher, you have access to many kinds of data. Either tangible data such as attendance and performance records, or intangible ones such as student body-language. Consider some of the decisions you take in your professional life:<em>What are the data that help you make these decisions? <\/em><\/p>\n<p>There are technological applications that can help you visualise or process data. Artificial intelligence systems use data to personalise learning, make predictions and decisions that might help you teach and manage the classroom: <em>Do you have needs that technology can answer? If yes, what will be the data such a system might require to carry out the task?<\/em><\/p>\n<\/div>\n<\/div>\n<figure id=\"attachment_94\" aria-describedby=\"caption-attachment-94\" style=\"width: 264px\" class=\"wp-caption alignleft\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-92\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data-576x1024.png\" alt=\"\" width=\"264\" height=\"469\" srcset=\"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data-576x1024.png 576w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data-169x300.png 169w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data-768x1365.png 768w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data-864x1536.png 864w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data-65x116.png 65w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data-225x400.png 225w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data-350x622.png 350w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch3-page-3-rise-of-data.png 1080w\" sizes=\"(max-width: 264px) 100vw, 264px\" \/><figcaption id=\"caption-attachment-94\" class=\"wp-caption-text\">Reference: Kelleher, J.D, Tierney, B, Data Science, London, 2018 and Kitchin, R, Big Data, new epistemologies and paradigm shifts, Big Data &amp; Society, 2014<\/figcaption><\/figure>\n<p class=\"indent no-indent\">Educational systems have always generated data \u2013 students\u2019 personal data, academic records, attendance data and more. With digitalisation and AIED applications, more data is recorded and stored: mouse clicks, opened pages, timestamps and keyboard strokes<sup>1<\/sup>. With data-centric thinking becoming the norm in society, it is natural to ask how to crunch all this data to do something pertinent. Could we give more personalised feedback to the learner? Could we design better visualisation and notification tools for the teacher?<sup>2<\/sup><\/p>\n<p class=\"indent\">Whatever technology is used, it has to meet a real requirement in the classroom. After the need is identified, we can look at the data available and ask what is relevant to a desired outcome. This involves uncovering factors that let educators make nuanced decisions. Can these factors be captured using available data? Is data and data-based systems the best way of addressing the need? What could be the unintended consequences of using data this way<sup>3<\/sup>?<\/p>\n<p class=\"indent\">Machine learning lets us defer many of these questions to the data itself<sup>4<\/sup>. ML applications are trained on data. They work by operating on data. They find patterns and make generalisations and store these as models \u2013 data that can be used to answer future questions<sup>4<\/sup>. Their decisions and predictions, and how these affect student learning, are all data too. Thus, knowing how programmers, the machine and the user handle data is an important part of understanding how artificial intelligence works.<\/p>\n<h3 style=\"text-align: left\">About data<\/h3>\n<p class=\"no-indent\"><strong>Data<\/strong> is generally about a real world entity &#8211; a person, an object, or an event. Each entity can be described by a number of <strong>attributes<\/strong> (<strong>features<\/strong> or <strong>variables<\/strong>)<sup>5<\/sup>. For example, name, age and class are some attributes of a student. The set of these attributes is the data we have on the student, which, while not in any way close to the real entity, does tell us something about them. Data collected, used and processed in the educational system is called <strong>educational data<sup>1<\/sup><\/strong>.<\/p>\n<p class=\"indent\">A <strong>dataset<\/strong> is the data on a collection of entities arranged in rows and columns. The attendance record of a class is a dataset. In this case, each row is the record of one student. The columns could be their presence or absence during a particular day or session. Thus each column is an attribute.<\/p>\n<p><iframe loading=\"lazy\" id=\"oembed-1\" title=\"Data: it comes in many shapes and sizes (1\/2)\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/J7mpEufsjYU?list=PLkm8ZqYSzE3d6lEWsWz0fWhtSAbjwR8Z7\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<figure id=\"attachment_94\" aria-describedby=\"caption-attachment-94\" style=\"width: 300px\" class=\"wp-caption alignright\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-93\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid-300x300.png\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid-300x300.png 300w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid-1024x1024.png 1024w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid-150x150.png 150w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid-768x768.png 768w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid-65x65.png 65w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid-225x225.png 225w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid-350x350.png 350w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-pyramid.png 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><figcaption id=\"caption-attachment-94\" class=\"wp-caption-text\">The DIKW Pyramid. Reference: Kelleher, J.D, Tierney, B, Data Science, London, 2018 and Kitchin, R, Big Data, new epistemologies and paradigm shifts, Big Data &amp; Society, 2014<\/figcaption><\/figure>\n<p class=\"no-indent\">Data is created by choosing attributes and measuring them: every piece of data is the result of human decisions and choices. Thus, data creation is a subjective, partial and sometimes messy process prone to technical difficulties<sup>4,5<\/sup>. Further, what we choose to measure, and what we don&#8217;t can have a big influence on expected outcomes.<\/p>\n<p class=\"indent\"><strong>Data traces <\/strong>are records of student activity such as mouse clicks, data on opened pages, the timing of interactions or key presses in a digital system<sup>1<\/sup>.<strong> Metadata<\/strong> is data that describe other data<sup>5<\/sup>. <strong>Derived data<\/strong> is data calculated or inferred from other data: individual scores of each student is data. The class average is derived data. Often, derived data is more useful in getting useful insights, finding patterns and making predictions. Machine Learning applications can create derived data and link it with metadata data traces to create detailed <a href=\"ai-speak--the-tech-behind-recommendation\" data-cke-saved-href=\"ai-speak--the-tech-behind-recommendation\">learner models<\/a>, which help in personalising learning<sup>1<\/sup>.<\/p>\n<p class=\"indent\">For any data based application to be successful, attributes should be carefully chosen and correctly measured. The patterns discovered in them should be checked to see if they make sense in the educational context. When designed and maintained correctly, data driven systems can be very valuable.<\/p>\n<p><iframe loading=\"lazy\" id=\"oembed-2\" title=\"Data: it comes in many shapes and sizes (2\/2)\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/gZcgUBVQyRM?list=PLkm8ZqYSzE3d6lEWsWz0fWhtSAbjwR8Z7\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<div class=\"textbox textbox--sidebar\"><a href=\"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/chapter\/more-on-big-data\/\" target=\"_blank\" rel=\"noopener\">Check if you are (Big) Data literate<\/a><\/div>\n<p class=\"no-indent\">This chapter aims to introduce a few basics of data and data based technology but data literacy is a very important skill to possess and merits dedicated training and continuing support and update<sup>1<\/sup>.<\/p>\n<h3 style=\"text-align: left\">Legislation you should know about<\/h3>\n<p class=\"no-indent\">Because of the drastic drop in costs of data storage, more data and metadata are saved and retained for a longer time<sup>6<\/sup>. This can lead to privacy breaches and rights violations. Laws like the <strong>General Data Protection Regulation (GDPR)<\/strong> discourages such practices and gives EU citizens more control over their personal data. They give legally enforceable data protection regulations across all EU member states.<\/p>\n<figure id=\"attachment_94\" aria-describedby=\"caption-attachment-94\" style=\"width: 378px\" class=\"wp-caption alignleft\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-94\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr-576x1024.png\" alt=\"\" width=\"378\" height=\"672\" srcset=\"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr-576x1024.png 576w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr-169x300.png 169w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr-768x1365.png 768w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr-864x1536.png 864w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr-65x116.png 65w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr-225x400.png 225w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr-350x622.png 350w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch3-page3-gdpr.png 1080w\" sizes=\"(max-width: 378px) 100vw, 378px\" \/><figcaption id=\"caption-attachment-94\" class=\"wp-caption-text\">Reference: &#8220;GDPR &amp; ePrivacy Regulations&#8221; by dennis_convert licenced under CC BY 2.0. To view a copy of this licence, visit <a href=\"https:\/\/creativecommons.org\/licenses\/by\/2.0\/?ref=openverse\">https:\/\/creativecommons.org\/licenses\/by\/2.0\/?ref=openverse<\/a><\/figcaption><\/figure>\n<p class=\"indent\">According to GDPR, personal data is any information relating to an identified or identifiable person (<strong>data subject<\/strong>). Schools, in addition to engaging with companies that handle their data, store huge\u00a0 amounts of personal information about students, parents, staff, management, and suppliers. As data controllers, they are required to store data which they process confidentially and securely and have procedures in place for the protection and proper use of all personal data<sup>1<\/sup>.<\/p>\n<p class=\"indent\">Rights established by the GDPR include:<\/p>\n<ul>\n<li style=\"text-align: justify\">The<strong> Right to Access<\/strong> makes it mandatory for them to know(easily) what data is being collected about them<\/li>\n<li style=\"text-align: justify\">The citizen\u2019s <strong>Right to Be Informed<\/strong> of the usage made of their data<\/li>\n<li style=\"text-align: justify\">The <strong>Right to Erasure<\/strong> allows a citizen whose data has been collected by a platform to ask for that data to be removed from the dataset built by the platform (and which may be sold to others)<\/li>\n<li style=\"text-align: justify\">The\u00a0 <strong>Right to explanation<\/strong> &#8211; explanation should be provided whenever clarification is needed on an automated decision process that affect them<\/li>\n<\/ul>\n<p class=\"no-indent\">Although, GDPR does allow for collection of some data under \u201clegitimate interest\u201d<sup>7<\/sup>and the use of derived, aggregated, or anonymized data indefinitely and without consent<sup>5<\/sup>. The new <strong>Digital Services Act<\/strong> restricts the use of personal data for targeted advertising purposes<sup>7<\/sup>.&#8221; In addition to these, the<strong> EU-US Privacy Shield<\/strong> strengthens the data-protection rights for EU citizens in the context where their data have been moved outside of the EU<sup>5<\/sup>.<\/p>\n<p class=\"indent\">Please refer to <a href=\"https:\/\/www.liberties.eu\/en\/stories\/gdpr-for-dummies\/44076\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/www.liberties.eu\/en\/stories\/gdpr-for-dummies\/44076\">GDPR for dummies<\/a> for the analysis carried out by independent experts from the Civil Liberties Union for Europe (Liberties). This is a watchdog that safeguards EU citizens\u2019 human rights.<\/p>\n<hr \/>\n<p class=\"hanging-indent\"><sup>1 <\/sup><em><a href=\"https:\/\/education.ec.europa.eu\/news\/ethical-guidelines-on-the-use-of-artificial-intelligence-and-data-in-teaching-and-learning-for-educators\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/education.ec.europa.eu\/news\/ethical-guidelines-on-the-use-of-artificial-intelligence-and-data-in-teaching-and-learning-for-educators\">Ethical guidelines on the use of artificial intelligence and data in teaching and learning for educators<\/a><\/em>, European Commission, October 2022.<\/p>\n<p class=\"hanging-indent\"><sup>2<\/sup> du Boulay, B., Poulovasillis, A., Holmes, W., Mavrikis, M., <em>Artificial Intelligence And Big Data Technologies To Close The Achievement Gap, <\/em>in Luckin, R., ed. Enhancing Learning and Teaching with Technology, London: UCL Institute of Education Press, pp. 256\u2013285, 2018.<\/p>\n<p class=\"hanging-indent\"><sup>3 <\/sup>Hutchinson, B., Smart, A., Hanna, A., Denton, E., Greer, C., Kjartansson, O., Barnes, P., Mitchell, M., <em><a href=\"https:\/\/doi.org\/10.1145\/3442188.3445918\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/doi.org\/10.1145\/3442188.3445918\">Towards Accountability for Machine Learning Datasets: Practices from Software Engineering and Infrastructure<\/a><\/em>, Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency, Association for Computing Machinery, New York, 2021.<\/p>\n<p class=\"hanging-indent\"><sup>4 <\/sup>Barocas, S.,\u00a0 Hardt, M., Narayanan, A., <em><a href=\"https:\/\/fairmlbook.org\/\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/fairmlbook.org\/\">Fairness and machine learning Limitations and Opportunities<\/a>, <\/em>MIT Press, 2023.<\/p>\n<p class=\"hanging-indent\"><sup>5 <\/sup>Kelleher, J.D, Tierney, B, <em>Data Science<\/em>, MIT Press, London, 2018.<\/p>\n<p class=\"hanging-indent\"><sup>6<\/sup> Schneier, B., Data and Goliath: The Hidden Battles to Capture Your Data and Control Your World, W. W. Norton &amp; Company, 2015.<\/p>\n<p class=\"hanging-indent\"><sup>7<\/sup> Kant, T., <em>Identity, Advertising, and Algorithmic Targeting: Or How (Not) to Target Your \u201cIdeal User.\u201d<\/em>, MIT Case Studies in Social and Ethical Responsibilities of Computing, 2021.<\/p>\n<hr \/>\n","protected":false},"author":1,"menu_order":3,"template":"","meta":{"pb_show_title":"","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":84,"_links":{"self":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters\/95"}],"collection":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":1,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters\/95\/revisions"}],"predecessor-version":[{"id":96,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters\/95\/revisions\/96"}],"part":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/parts\/84"}],"metadata":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters\/95\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/media?parent=95"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapter-type?post=95"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/contributor?post=95"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/license?post=95"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}