suvom24 AndreaSimeri commited on
Commit
cabb3d8
·
0 Parent(s):

Duplicate from AndreaSimeri/GDPR

Browse files

Co-authored-by: Andrea Simeri <AndreaSimeri@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: question-answering
4
+ tags:
5
+ - law article retrieval
6
+ - natural language processing
7
+ - information retrieval
8
+ - legal ai
9
+ - gdpr
10
+ - european law
11
+ - general data protection and regulation
12
+ language:
13
+ - en
14
+ task_categories:
15
+ - text-classification
16
+ - question-answering
17
+ ---
18
+
19
+ ### Abstract
20
+
21
+ The General Data Protection Regulation (GDPR) stands as one of the most significant legal frameworks for data protection and privacy in recent years. Enforced by the European Union (EU) since May 2018, the GDPR has garnered global attention due to its wide-reaching impact on businesses, organizations, and individuals, transcending geographical boundaries.
22
+ While initially conceived to safeguard the data rights of EU citizens, its influence extends far beyond EU member states, making it a pivotal legislation worldwide.
23
+ The GDPR consists of two components, namely the articles and recitals, whose main characteristics are described next.
24
+ # Articles
25
+ The GDPR articles constitute the legal requirements that must be followed by organizations to demonstrate compliance. The GDPR currently in force consists of 99 articles, which are organized into 11 chapters:
26
+ Chapter I, on General provisions, articles 1-4 – sets out the overall aims and scope of the GDPR, including its territorial scope and the definitions of key terms used throughout the regulation;
27
+ Chapter II, on Principles, articles 5-11 – lays out the fundamental principles that orga- nizations must follow when collecting, processing, and storing personal data, including lawfulness, fairness, transparency, and purpose limitation;
28
+ Chapter III, on Rights of the data subject, articles 12-23 – outlines the rights of individuals with regards to their personal data, including the right of access, the right to rectification, the right to erasure, the right to restriction of processing, and the right to data portability;
29
+ Chapter IV, on Controller and Processor, articles 24-43 – sets out the obligations of data controllers and processors, including the obligation to appoint a data protection officer and to conduct data protection impact assessments;
30
+ Chapter V, on Transfers of personal data to third countries or international organisations, articles 44-50 – sets out the rules for transferring personal data to third countries or interna- tional organizations, including the use of standard contractual clauses and binding corporate rules;
31
+ Chapter VI, on Independent supervisory authorities, articles 51-59 – establishes the role of independent supervisory authorities and sets out their powers, including the power to investigate, impose administrative fines, and order the suspension of data processing;
32
+ Chapter VII, on Cooperation and Consistency, articles 60-76 – sets out the obligations of data controllers and processors to cooperate with supervisory authorities and to ensure consistent application of the GDPR;
33
+ Chapter VIII, on Remedies, liability and penalties, articles 77-84 – sets out the reme- dies available to individuals whose rights have been violated, including the right to receive compensation, and sets out the potential sanctions for organizations that breach the GDPR, including administrative fines and criminal sanctions;
34
+ Chapter IX, on Provisions relating to specific processing situations, articles 85-91 – sets out specific rules for certain types of processing, including processing for scientific or historical research purposes, processing for the performance of a task carried out in the public interest, and processing for the establishment, exercise, or defense of legal claims;
35
+ Chapter X, on Delegated acts and implementing acts, articles 92-93 – sets out the powers of the European Commission to adopt delegated acts and implementing acts to further specify certain aspects of the GDPR;
36
+ Chapter XI, on Final provisions, articles 94-99 – sets out the final provisions of the GDPR, including its entry into force.
37
+ # Recitals
38
+ Inadditiontothearticles,GDPRiscomprisedofasetofintroductorystatements and explanations, called recitals, that provide context and guidance for the interpretation of the provisions of the regulation. They indeed provide valuable insights into the underlying objectives and policy considerations, and represent a valuable resource for determining the meaning and scope of the GDPR articles. The recitals are 173 in total, each associated to one or more articles; in turn, each article is associated with zero, one or more recitals.
39
+ An example of the importance of recitals for GDPR articles can be found in the inter- pretation of the article 7(2) ‘Conditions for consent’, which emphasizes the importance of clear and transparent communication when obtaining consent for the processing of personal data. A guidance on how controllers can meet this requirement under the GDPR can be clarified and expanded upon by the recital 42, which is related to the article itself. This recital states that, when processing is based on the data subject’s consent, the controller must be able to demonstrate that the data subject has given consent to the processing operation. This means that the controller must have records or other evidence to prove that valid consent was obtained; furthermore, to be considered informed, the data subject must be aware of the identity of the controller and the purposes of the processing for which their personal data is intended.
40
+ The GDPR hence encompasses a comprehensive set of norms and principles that regulate the collection, processing, and transfer of personal data. Its provisions, such as the right to be forgotten, consent requirements, and data subject rights, have brought about significant changes in the digital landscape. Indeed, the complexity and scope of the GDPR pose challenges for government agencies, law firms, legal professionals, and citizens seeking to navigate its intricacies and access relevant regulations.
41
+
42
+ ### General Data Protection Regulation (GDPR)
43
+
44
+ ### BibTeX Entry and Citation Info
45
+ ```
46
+ @inproceedings{SimeriGDPRLirai2023,
47
+ author = {Andrea Simeri and
48
+ Andrea Tagarelli},
49
+ title = {{GDPR Article Retrieval based on Domain-adaptive and Task-adaptive Legal Pre-trained Language Models}},
50
+ booktitle = {Proceedings of the 1st Legal Information Retrieval meets Artificial Intelligence Workshop LIRAI 2023 co-located with the 34th ACM Hypertext Conference HT 2023},
51
+ series = {{CEUR} Workshop Proceedings},
52
+ volume = {3594},
53
+ pages = {63-76},
54
+ year = {2023},
55
+ url = {https://ceur-ws.org/Vol-3594/paper5.pdf}
56
+ }
57
+ ```
58
+
59
+ ### References
60
+ - Simeri, A. and Tagarelli, A. (2023b). GDPR Article Retrieval based on Domain- adaptive and Task-adaptive Legal Pre-trained Language Models. In Proceedings of the 1st Legal Information Retrieval meets Artificial Intelligence Workshop LIRAI 2023 co-located with the 34th ACM Hypertext Conference HT 2023, volume 3594 of CEUR Workshop Proceedings, pages 63–76.
61
+
62
+ ---
gdpr_cased_articles_with_recitals.csv ADDED
The diff for this file is too large to render. See raw diff
 
gdpr_recitals.csv ADDED
The diff for this file is too large to render. See raw diff