fabsssss commited on
Commit
96f8865
·
verified ·
1 Parent(s): 6f69884

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: ogl-v3
4
+ license_link: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
5
+ language:
6
+ - en
7
+ tags:
8
+ - uk-government
9
+ - ai-governance
10
+ - algorithmic-transparency
11
+ - responsible-ai
12
+ - open-data
13
+ pretty_name: UK Algorithmic Transparency Corpus
14
+ ---
15
+
16
+ # UK Algorithmic Transparency Corpus
17
+
18
+ Every published record under the UK's Algorithmic Transparency Recording
19
+ Standard (ATRS), structured as an open corpus: which public bodies have
20
+ disclosed which algorithmic and AI tools, and when.
21
+
22
+ | | |
23
+ |---|---|
24
+ | ATRS records | **136** |
25
+ | Distinct publishing bodies | **73** |
26
+ | Source | GOV.UK ATRS records |
27
+ | Licence | Open Government Licence v3.0 |
28
+
29
+ ## Why
30
+
31
+ The ATRS is the UK government's standard for publishing how the public sector
32
+ uses algorithmic tools in decisions that affect people. It is the closest thing
33
+ to a public register of government AI, and it is growing. But it is published as
34
+ a set of individual records, not as a dataset you can analyse. This assembles
35
+ the full set into one structured corpus: publishing body, tool name, description
36
+ and date per record.
37
+
38
+ ## The picture
39
+
40
+ 136 records span **73 distinct public bodies**, led by DSIT, DWP, the Money and
41
+ Pensions Service, DfE, DESNZ and DBT. The corpus is the base for asking the
42
+ questions the individual records cannot: which parts of government are most
43
+ transparent about their AI, what kinds of tools recur, and how disclosure is
44
+ growing over time.
45
+
46
+ ## Files
47
+
48
+ - `data/atrs_records.json` / `.csv` — structured records
49
+ - `scripts/harvest.py` — reproducible harvest from the GOV.UK Search API
50
+
51
+ ## Reproduce
52
+
53
+ ```bash
54
+ python3 scripts/harvest.py
55
+ ```
56
+
57
+ Contains public sector information licensed under the Open Government Licence
58
+ v3.0. Independent, self-initiated open research by
59
+ [Tesseract Academy](https://gov.tesseract.academy).