Datasets:

Multilinguality:
multilingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
other
Source Datasets:
original
License:
joelniklaus commited on
Commit
8d2e0ec
1 Parent(s): 5507134

added first version of eurlex_resources

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +170 -0
  2. data/bg/caselaw.jsonl.xz +3 -0
  3. data/bg/decision.jsonl.xz +3 -0
  4. data/bg/directive.jsonl.xz +3 -0
  5. data/bg/intagr.jsonl.xz +3 -0
  6. data/bg/proposal.jsonl.xz +3 -0
  7. data/bg/recommendation.jsonl.xz +3 -0
  8. data/bg/regulation.jsonl.xz +3 -0
  9. data/cs/caselaw.jsonl.xz +3 -0
  10. data/cs/decision.jsonl.xz +3 -0
  11. data/cs/directive.jsonl.xz +3 -0
  12. data/cs/intagr.jsonl.xz +3 -0
  13. data/cs/proposal.jsonl.xz +3 -0
  14. data/cs/recommendation.jsonl.xz +3 -0
  15. data/cs/regulation.jsonl.xz +3 -0
  16. data/da/caselaw.jsonl.xz +3 -0
  17. data/da/decision.jsonl.xz +3 -0
  18. data/da/directive.jsonl.xz +3 -0
  19. data/da/intagr.jsonl.xz +3 -0
  20. data/da/proposal.jsonl.xz +3 -0
  21. data/da/recommendation.jsonl.xz +3 -0
  22. data/da/regulation.jsonl.xz +3 -0
  23. data/de/caselaw.jsonl.xz +3 -0
  24. data/de/decision.jsonl.xz +3 -0
  25. data/de/directive.jsonl.xz +3 -0
  26. data/de/intagr.jsonl.xz +3 -0
  27. data/de/proposal.jsonl.xz +3 -0
  28. data/de/recommendation.jsonl.xz +3 -0
  29. data/de/regulation.jsonl.xz +3 -0
  30. data/el/caselaw.jsonl.xz +3 -0
  31. data/el/decision.jsonl.xz +3 -0
  32. data/el/directive.jsonl.xz +3 -0
  33. data/el/intagr.jsonl.xz +3 -0
  34. data/el/proposal.jsonl.xz +3 -0
  35. data/el/recommendation.jsonl.xz +3 -0
  36. data/el/regulation.jsonl.xz +3 -0
  37. data/en/caselaw.jsonl.xz +3 -0
  38. data/en/decision.jsonl.xz +3 -0
  39. data/en/directive.jsonl.xz +3 -0
  40. data/en/intagr.jsonl.xz +3 -0
  41. data/en/proposal.jsonl.xz +3 -0
  42. data/en/recommendation.jsonl.xz +3 -0
  43. data/en/regulation.jsonl.xz +3 -0
  44. data/es/caselaw.jsonl.xz +3 -0
  45. data/es/decision.jsonl.xz +3 -0
  46. data/es/directive.jsonl.xz +3 -0
  47. data/es/intagr.jsonl.xz +3 -0
  48. data/es/proposal.jsonl.xz +3 -0
  49. data/es/recommendation.jsonl.xz +3 -0
  50. data/es/regulation.jsonl.xz +3 -0
README.md ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - other
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - bg
8
+ - cs
9
+ - da
10
+ - de
11
+ - el
12
+ - en
13
+ - es
14
+ - et
15
+ - fi
16
+ - fr
17
+ - ga
18
+ - hr
19
+ - hu
20
+ - it
21
+ - lt
22
+ - lv
23
+ - mt
24
+ - nl
25
+ - pl
26
+ - pt
27
+ - ro
28
+ - sk
29
+ - sl
30
+ - sv
31
+ license:
32
+ - cc-by-4.0
33
+ multilinguality:
34
+ - multilingual
35
+ paperswithcode_id: null
36
+ pretty_name: "EurlexResources: A Corpus Covering the Largest EURLEX Resources"
37
+ size_categories:
38
+ - 10M<n<100M
39
+ source_datasets:
40
+ - original
41
+ task_categories:
42
+ - fill-mask
43
+
44
+ ---
45
+
46
+ # Dataset Card for EurlexResources: A Corpus Covering the Largest EURLEX Resources
47
+
48
+ ## Table of Contents
49
+
50
+ - [Table of Contents](#table-of-contents)
51
+ - [Dataset Description](#dataset-description)
52
+ - [Dataset Summary](#dataset-summary)
53
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
54
+ - [Languages](#languages)
55
+ - [Dataset Structure](#dataset-structure)
56
+ - [Data Instances](#data-instances)
57
+ - [Data Fields](#data-fields)
58
+ - [Data Splits](#data-splits)
59
+ - [Dataset Creation](#dataset-creation)
60
+ - [Curation Rationale](#curation-rationale)
61
+ - [Source Data](#source-data)
62
+ - [Annotations](#annotations)
63
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
64
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
65
+ - [Social Impact of Dataset](#social-impact-of-dataset)
66
+ - [Discussion of Biases](#discussion-of-biases)
67
+ - [Other Known Limitations](#other-known-limitations)
68
+ - [Additional Information](#additional-information)
69
+ - [Dataset Curators](#dataset-curators)
70
+ - [Licensing Information](#licensing-information)
71
+ - [Citation Information](#citation-information)
72
+ - [Contributions](#contributions)
73
+
74
+ ## Dataset Description
75
+
76
+ - **Homepage:**
77
+ - **Repository:**
78
+ - **Paper:**
79
+ - **Leaderboard:**
80
+ - **Point of Contact:** [Joel Niklaus](mailto:joel.niklaus.2@bfh.ch)
81
+
82
+ ### Dataset Summary
83
+
84
+ This dataset contains large text resources from EURLEX that can be used for pretraining language models.
85
+
86
+ ### Supported Tasks and Leaderboards
87
+
88
+ The dataset supports the tasks of masked language modeling.
89
+
90
+ ### Languages
91
+
92
+ The following languages are supported: bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv
93
+
94
+ ## Dataset Structure
95
+
96
+ ### Data Instances
97
+
98
+ The file format is jsonl.xz and there is one split available ("train").
99
+ The following resource types are supported: caselaw, decision, directive, intagr, proposal, recommendation, regulation
100
+
101
+ ### Data Fields
102
+
103
+ [More Information Needed]
104
+
105
+ ### Data Splits
106
+
107
+ [More Information Needed]
108
+
109
+ ## Dataset Creation
110
+
111
+ ### Curation Rationale
112
+
113
+ [More Information Needed]
114
+
115
+ ### Source Data
116
+
117
+ #### Initial Data Collection and Normalization
118
+
119
+ [More Information Needed]
120
+
121
+ #### Who are the source language producers?
122
+
123
+ [More Information Needed]
124
+
125
+
126
+ ### Annotations
127
+
128
+ #### Annotation process
129
+
130
+ [More Information Needed]
131
+
132
+ #### Who are the annotators?
133
+
134
+ [More Information Needed]
135
+
136
+ ### Personal and Sensitive Information
137
+
138
+ [More Information Needed]
139
+
140
+ ## Considerations for Using the Data
141
+
142
+ ### Social Impact of Dataset
143
+
144
+ [More Information Needed]
145
+
146
+ ### Discussion of Biases
147
+
148
+ [More Information Needed]
149
+
150
+ ### Other Known Limitations
151
+
152
+ [More Information Needed]
153
+
154
+ ## Additional Information
155
+
156
+ ### Dataset Curators
157
+
158
+ [More Information Needed]
159
+
160
+ ### Licensing Information
161
+
162
+ [More Information Needed]
163
+
164
+ ### Citation Information
165
+
166
+ [More Information Needed]
167
+
168
+ ### Contributions
169
+
170
+ Thanks to [@JoelNiklaus](https://github.com/joelniklaus) for adding this dataset.
data/bg/caselaw.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2252199768d9b9171bd4adb0130daec07228ad45cfe82b305ce2daa708f5548d
3
+ size 143194956
data/bg/decision.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4b228e06e466a2b2fa8b301e80365518ab7072a14477dafe154b13365943603
3
+ size 81670036
data/bg/directive.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0266530df31a6f9079d8c413e0ad813be96cc197905620e26158b7c37a0a9b2f
3
+ size 20438160
data/bg/intagr.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:983536214f78107fb4fde27e0999b24f25fe86a05638c0ab3a72615f3bd42cce
3
+ size 34652224
data/bg/proposal.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cf97d7d5979a0969f8b7048b335e1579bf39a91ea66ccd9cc5885d34335f572
3
+ size 76445572
data/bg/recommendation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4b735ac7e919c7f3d6302c3b13f9df0022689487aaf9932a8f3fe9b99b6f9b3
3
+ size 6933936
data/bg/regulation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b5770da1c91e4c9f9e982d7491e4f0f625de4e9a6e09e896373c0e1c0aa6b78
3
+ size 128074260
data/cs/caselaw.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c555c683192f39ca7ed04636e7330cac44dd1048943e1bfd25bd3ffe3bb49d9
3
+ size 154773552
data/cs/decision.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e1d5a875dee68e27fdc5642f7af7b833a006550b060149ef75d11cef5905757
3
+ size 87296836
data/cs/directive.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c39f502d287280b3f891871c0c80fa5ea678fee55a45ecfaa21d9b8893ca968
3
+ size 19114152
data/cs/intagr.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba400fa8512c4090254a4a0aa87f911565efbaefc7cc40ffbac201c584fe5041
3
+ size 31435048
data/cs/proposal.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2af6c2bcd6845f8a71249105a19d19c3ca7778ea4c407be0d321d257a76daef2
3
+ size 79836380
data/cs/recommendation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba31d3e044c360c1d35e7cd47d124d7571c3c6e6b8f7bc031c81dec9e896257
3
+ size 7108964
data/cs/regulation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e2a695120d1c9a4a3e1d9d6ac77eeb52dd0970ab799c7767c2f90cc9ac2723
3
+ size 230849144
data/da/caselaw.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f1b8c72f6efa6bce641090b418e9bba5721f4a98b9b1dad27e1acaf009a814
3
+ size 235678076
data/da/decision.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbac1ee74a5f105410305862687b3ed1123278385f9b2788cae1d20475ebf048
3
+ size 119852452
data/da/directive.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f0b9f115f20735cc93e3b07f9e7214438b30cc4c2b0b0460c1c8f975061707
3
+ size 21672492
data/da/intagr.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a2d75a193acee9441f52840f18ff07b2ff4f028a99e45fbe1da547929af550b
3
+ size 36455372
data/da/proposal.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83169f346fa00db765e243b1a98e2916674a02883219f55f42ef078a5bd949ba
3
+ size 154619004
data/da/recommendation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9248a51619511ada829bd0b47ac10c4877697ac73a1b4f36ee5bceebf3ea6f64
3
+ size 11619388
data/da/regulation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b00eabd95be5d32523093f74512f95f57838afeb58a4232b14e7126ff98f4f5
3
+ size 238145912
data/de/caselaw.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e6a4cc7af51713bbbf4614075c298fbc86e00f93f0f43011eeedd6082294829
3
+ size 262000528
data/de/decision.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e03d5658d69b597ed5c6e3ecca1c8b248d9cee720a51bd2c566fbd0239b01b12
3
+ size 133010444
data/de/directive.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d1415e8f0df642a05e4d12dd6600f90a90b2960c842fe59a9c40d46804e848
3
+ size 22923400
data/de/intagr.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d751de83a4904482b58b48f86b32de49bdddc935000fffa8dfed1c810c1ba9a
3
+ size 38111972
data/de/proposal.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24248d1c81be8e45485f4a982f2ce3fbd65e3d3040866b635a1007230908bdca
3
+ size 175188444
data/de/recommendation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a894259bc1254641db82e45751c27af4b0a5c09a1a323b47ba0e2fdc3ae0fd36
3
+ size 12921640
data/de/regulation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a09c2934dfb63818e26f9850767c091ba9c537b9e787e65a8943aceb3b6a7ad4
3
+ size 257961576
data/el/caselaw.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b509a2617bbd4e65d24fb125f2ea850845d174371cb01a0f6f57ee01c2a3c702
3
+ size 283060384
data/el/decision.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a2b7cdff1c5b269016d02148ad2d869795c491c24b42b6f1f966f224e0b6ad4
3
+ size 134742224
data/el/directive.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16972f5556530c237fa9921932d73afcf66f97ae7a15a146cb0786453d661886
3
+ size 26332064
data/el/intagr.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b111d599ce143904d4cabc666d41bfeef0c3b57202a327b6f3b8465aaefa2f72
3
+ size 43689164
data/el/proposal.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ed70735f2c5e04c9ab684774eb0dbbda01106ad020addc3463a862f403d5dd
3
+ size 180672148
data/el/recommendation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70fe522328b25f5e023ea044b7c68ce6234cad3aac877fe3060002bc4e36d12c
3
+ size 12676432
data/el/regulation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6192f3e790dab66809224e94ec33218ec7902fe8388df656b9cf44054f229b2f
3
+ size 249276388
data/en/caselaw.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7fcc8eaaeb2712542357e3642d0e2928dd4e67318a11105cc1e43a28a08bfce
3
+ size 243742872
data/en/decision.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8372e1a227ccfafcaa33e0e726d5c0b21406a882cf1376700eed430d2a5959
3
+ size 139084584
data/en/directive.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:375e327f46c99f4db286cc8473302bba5dd6f503990a2486ef5fc5d6695c69e3
3
+ size 20395556
data/en/intagr.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024f60fee641af5971c6898480ca44f636e1a49edb5e2c1a426a7d6a2bb16453
3
+ size 34745860
data/en/proposal.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d764800a678c437a23f75f42ba14624c13637d2ec6a465e5fad13e08f13b1284
3
+ size 160364116
data/en/recommendation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc33d07dda5a20e51305fa55868737134fd22ec8d5d8111c17c11f521d4c5530
3
+ size 11315376
data/en/regulation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c234b66a06dc03605ebf69f45e2f5ff8aa08fb2f281870e4c46acfa1305f140
3
+ size 227970984
data/es/caselaw.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87561e4a6ac22dbba2a408e58146514951f4b20e23385d754f79b1e4b8bdc40b
3
+ size 238818648
data/es/decision.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4dad077df3b03e2aae75ffc2f5aea70044162efc72c0242a6cf10c81e067df3
3
+ size 113126528
data/es/directive.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:585c3dff1dbe77ee5ffb30a330730db72a99b6a9aa839e371042258ddf8278aa
3
+ size 22377212
data/es/intagr.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44693596d073e5e21c046d7829cd279cf9295eab3bed4cf1277011a95374b6e
3
+ size 36047356
data/es/proposal.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2ca5fa3af9dc95abc5f41380c218e8b04a7ddb08333ed224c496d93bb86ce02
3
+ size 143751380
data/es/recommendation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1932ddb8a12c1f4f1c08cabd4df022883793544fe3704cc490edbe8c5cc8743
3
+ size 8970684
data/es/regulation.jsonl.xz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a463f2e6b57c2dcddc46b2275bc221aed73d66cf140c9223d1bb3e1109b7c5d8
3
+ size 192594592