Crovia Bot commited on
Commit
d4204be
·
1 Parent(s): 7b94833

docs: reframe LAION as illustrative DSSE example (non-primary)

Browse files
Files changed (1) hide show
  1. README.md +48 -21
README.md CHANGED
@@ -7,37 +7,64 @@ tags:
7
  - auditability
8
  - dsse
9
  - laion
10
- pretty_name: "LAION — Trust Drift Evidence (DSSE)"
11
- datasets:
12
- - laion
13
  ---
14
 
15
- # LAION — Trust Drift Evidence (DSSE)
16
 
17
- This dataset contains **verifiable evidence** of trust drift measured on a public AI dataset (LAION).
18
 
19
- What you see here is **not a claim** and **not a benchmark**.
20
 
21
- ## Contents
 
 
 
 
22
 
23
- - `DRIFT_SUMMARY.json`
24
- the measured drift signal
 
 
25
 
26
- - `EVIDENCE.json`
27
- → how the signal was produced (hashes, anchors, pipeline)
28
 
29
- - `snapshot_A.json` / `snapshot_B.json`
30
- → the two compared states
 
 
 
 
 
 
31
 
32
- - `records_sample.ndjson`
33
- → sample of analyzed records (extract from 1M stream)
 
34
 
35
- ## Principles
36
 
37
- - No assumptions
38
- - No declared changes
39
- - No interpretation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
- Only measurements.
42
 
43
- Built with Crovia.
 
 
 
7
  - auditability
8
  - dsse
9
  - laion
10
+ pretty_name: "LAION — DSSE Illustrative Drift Example"
 
 
11
  ---
12
 
13
+ # LAION — DSSE Illustrative Drift Example
14
 
15
+ This repository is an **illustrative example** produced with the Crovia DSSE pipeline.
16
 
17
+ It is **not** the primary Crovia evidence.
18
 
19
+ ---
20
+
21
+ ## Purpose of this dataset
22
+
23
+ This dataset exists to show:
24
 
25
+ - how the DSSE pipeline works
26
+ - what a trust drift signal looks like at small scale
27
+ - how evidence artifacts are structured
28
+ - how reproducibility is preserved
29
 
30
+ It is meant for **inspection and understanding**, not for conclusions.
 
31
 
32
+ ---
33
+
34
+ ## Important clarification
35
+
36
+ - This example operates on a **limited sample**
37
+ - It does **not** claim statistical completeness
38
+ - It does **not** assert real-world impact
39
+ - It does **not** compete with the DSSE-1M proof
40
 
41
+ The reference Crovia evidence is published separately.
42
+
43
+ ---
44
 
45
+ ## Where the real proof lives
46
 
47
+ **Primary Crovia evidence (1M scale):**
48
+ https://huggingface.co/datasets/crovia/dsse-1m-proof
49
+
50
+ If you want to understand **what DSSE proves**, start there.
51
+
52
+ ---
53
+
54
+ ## Contents
55
+
56
+ - `snapshot_A.json`
57
+ - `snapshot_B.json`
58
+ - `DRIFT_SUMMARY.json`
59
+ - `EVIDENCE.json`
60
+
61
+ These files are valid, reproducible artifacts —
62
+ but **context matters**.
63
+
64
+ ---
65
 
66
+ ## Crovia principle
67
 
68
+ > Evidence scales.
69
+ > Examples explain.
70
+ > Claims come last — if ever.