44
55[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
66[ ![ Data Quality] ( https://img.shields.io/badge/Data%20Quality-100%25%20Validated-brightgreen )] ( )
7- [ ![ Events] ( https://img.shields.io/badge/Events-1%2C028 -blue )] ( )
7+ [ ![ Events] ( https://img.shields.io/badge/Events-1%2C194 -blue )] ( )
88[ ![ Weekly Updates] ( https://img.shields.io/badge/Updates-Weekly-orange )] ( )
99
1010---
@@ -25,9 +25,9 @@ pdoom-data provides a curated, validated, and production-ready data lake for AI
2525
2626### What's Inside
2727
28- ** 1,028 Timeline Events** (28 manual + 1,000 alignment research)
28+ ** 1,194 Timeline Events** (28 curated + 1,166 A-tier alignment research)
2929- Hand-curated AI safety events (2016-2025)
30- - Automated alignment research extraction (2020-2022 )
30+ - A-tier enriched alignment research (2016-2023, arxiv + distill )
3131- Schema-validated with complete source attribution
3232- Organized by year, category, and rarity
3333
@@ -48,7 +48,7 @@ pdoom-data provides a curated, validated, and production-ready data lake for AI
4848
4949### Timeline Events (` data/serveable/api/timeline_events/ ` )
5050
51- ** Status** : Production Ready | ** Events** : 1,028 | ** Schema** : event_v1.json
51+ ** Status** : Production Ready | ** Events** : 1,194 | ** Schema** : event_v1.json
5252
5353Two datasets available:
5454
@@ -57,7 +57,7 @@ Two datasets available:
5757 - Full source attribution and metadata
5858 - Files: ` all_events.json ` , ` by_year/ ` , ` by_category/ `
5959
60- 2 . ** Alignment Research Events** (1,000 events, 2020-2022 )
60+ 2 . ** Alignment Research Events** (1,166 events, 2016-2023 )
6161 - Generated from StampyAI Alignment Research Dataset
6262 - Research papers, forum posts, blog articles
6363 - Files: ` alignment_research/alignment_research_events.json ` , ` by_year/ `
@@ -121,7 +121,7 @@ See [DATA_ZONES.md](docs/DATA_ZONES.md) for architecture details.
121121** pdoom1-website** (PostgreSQL + FastAPI):
122122``` bash
123123git submodule add https://github.com/PipFoweraker/pdoom-data.git data/pdoom-data
124- python scripts/import_events.py # Import 1,028 events to PostgreSQL
124+ python scripts/import_events.py # Import 1,194 events to PostgreSQL
125125# API endpoint: GET /api/events?year=2024&category=technical_research_breakthrough
126126```
127127
@@ -156,7 +156,7 @@ See [QUICK_START_INTEGRATION.md](docs/QUICK_START_INTEGRATION.md) for complete s
156156
157157| Metric | Value |
158158| --------| -------|
159- | Total Events | 1,028 |
159+ | Total Events | 1,194 |
160160| Schema Validation Pass Rate | 100% |
161161| ASCII Compliance | 100% |
162162| Source Attribution Complete | 100% |
@@ -237,7 +237,7 @@ pdoom-data/
237237│ └── serveable/ # Production-ready
238238│ ├── MANIFEST.json # Complete data catalog
239239│ └── api/
240- │ └── timeline_events/ # 1,028 events ready for use
240+ │ └── timeline_events/ # 1,194 events ready for use
241241├── tools/
242242│ └── event_browser.html # Interactive event browser (open in browser)
243243├── config/
0 commit comments