Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,43 +1,45 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
task_categories:
|
| 4 |
-
- text-generation
|
| 5 |
-
language:
|
| 6 |
-
- en
|
| 7 |
-
- fr
|
| 8 |
-
- bg
|
| 9 |
-
- hr
|
| 10 |
-
- cs
|
| 11 |
-
- da
|
| 12 |
-
- nl
|
| 13 |
-
- et
|
| 14 |
-
- fi
|
| 15 |
-
- de
|
| 16 |
-
- el
|
| 17 |
-
- hu
|
| 18 |
-
- ga
|
| 19 |
-
- it
|
| 20 |
-
- lt
|
| 21 |
-
- mt
|
| 22 |
-
- pl
|
| 23 |
-
- pt
|
| 24 |
-
- ro
|
| 25 |
-
- sk
|
| 26 |
-
- sl
|
| 27 |
-
- es
|
| 28 |
-
- sv
|
| 29 |
-
tags:
|
| 30 |
-
- legal
|
| 31 |
-
- finance
|
| 32 |
-
size_categories:
|
| 33 |
-
- 100B<n<1T
|
| 34 |
-
---
|
| 35 |
|
| 36 |
# Open Government Dataset
|
| 37 |
|
| 38 |
-
Open Government is
|
| 39 |
|
| 40 |
-
|
|
|
|
|
|
|
| 41 |
|
| 42 |
## Use Common Corpus
|
| 43 |
from datasets import load_dataset
|
|
@@ -45,18 +47,21 @@ data = load_dataset('PleIAs/open_government')
|
|
| 45 |
|
| 46 |
## Dataset Structure
|
| 47 |
|
|
|
|
|
|
|
| 48 |
<details >
|
| 49 |
<summary>Data Fields</summary>
|
| 50 |
|
| 51 |
-
* identifier: unique text identifier
|
| 52 |
-
*
|
| 53 |
-
*
|
| 54 |
-
*
|
| 55 |
-
*
|
| 56 |
-
*
|
| 57 |
-
*
|
| 58 |
-
*
|
| 59 |
-
*
|
|
|
|
| 60 |
|
| 61 |
</details >
|
| 62 |
|
|
@@ -109,7 +114,7 @@ Tokens by subset:
|
|
| 109 |
|
| 110 |
| **Dataset** | **Tokens** |
|
| 111 |
|------------------------|-----------------|
|
| 112 |
-
| Caselaw
|
| 113 |
| CourtListener | 22,463,960,458 |
|
| 114 |
| EUR-lex | 64,896,588,374 |
|
| 115 |
| Eurovoc | 31,613,548,606 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- fr
|
| 8 |
+
- bg
|
| 9 |
+
- hr
|
| 10 |
+
- cs
|
| 11 |
+
- da
|
| 12 |
+
- nl
|
| 13 |
+
- et
|
| 14 |
+
- fi
|
| 15 |
+
- de
|
| 16 |
+
- el
|
| 17 |
+
- hu
|
| 18 |
+
- ga
|
| 19 |
+
- it
|
| 20 |
+
- lt
|
| 21 |
+
- mt
|
| 22 |
+
- pl
|
| 23 |
+
- pt
|
| 24 |
+
- ro
|
| 25 |
+
- sk
|
| 26 |
+
- sl
|
| 27 |
+
- es
|
| 28 |
+
- sv
|
| 29 |
+
tags:
|
| 30 |
+
- legal
|
| 31 |
+
- finance
|
| 32 |
+
size_categories:
|
| 33 |
+
- 100B<n<1T
|
| 34 |
+
---
|
| 35 |
|
| 36 |
# Open Government Dataset
|
| 37 |
|
| 38 |
+
Open Government is the largest agregation of governement text and data made available as part of open data programs.
|
| 39 |
|
| 40 |
+
In total, the dataset contains approximately 390B tokens. While Open Government aims to become a global resource, in its current state it mostly features open datasets from the US, France, European and international organizations.
|
| 41 |
+
|
| 42 |
+
The dataset comprises 16 collections.
|
| 43 |
|
| 44 |
## Use Common Corpus
|
| 45 |
from datasets import load_dataset
|
|
|
|
| 47 |
|
| 48 |
## Dataset Structure
|
| 49 |
|
| 50 |
+
Data structure is aligned on the upcoming version of Common Corpus. While it implies that some field are redundant it ensures a full compatibility between Open Government and the largest open pretraining corpus.
|
| 51 |
+
|
| 52 |
<details >
|
| 53 |
<summary>Data Fields</summary>
|
| 54 |
|
| 55 |
+
* identifier: unique text identifier / URL when relevant
|
| 56 |
+
* collection: name of the one of the 16 collection
|
| 57 |
+
* open type: generic type of open content (all "open_government" here)
|
| 58 |
+
* license: sharing rights for the content, either (US federal) public domain, Creative Commons, the French Licence ouverte or various other open data licenses.
|
| 59 |
+
* date: date of creation of the resource where known. Open data is largely retroactive and a significant part of the open government predate the 21st century.
|
| 60 |
+
* title: title of the resource when known or of the original website sources for the French admin crawl.
|
| 61 |
+
* creator: institution publishing/collecting/curating the resource.
|
| 62 |
+
* language: automatically identified language.
|
| 63 |
+
* text: full text, without formatting.
|
| 64 |
+
* word_count: number of space delimited words.
|
| 65 |
|
| 66 |
</details >
|
| 67 |
|
|
|
|
| 114 |
|
| 115 |
| **Dataset** | **Tokens** |
|
| 116 |
|------------------------|-----------------|
|
| 117 |
+
| Caselaw. | 13,823,526,194 |
|
| 118 |
| CourtListener | 22,463,960,458 |
|
| 119 |
| EUR-lex | 64,896,588,374 |
|
| 120 |
| Eurovoc | 31,613,548,606 |
|