File size: 1,766 Bytes
9478e98 fd1651c 9478e98 fd1651c 0195b97 fd1651c 9478e98 fd1651c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | ---
language:
- en
license: cc-by-4.0
tags:
- lesswrong
- ai-safety
- alignment
pretty_name: Ryan Greenblatt — LessWrong Writing
configs:
- config_name: posts
data_files: posts/*.parquet
- config_name: shortforms
data_files: shortforms/*.parquet
- config_name: comments
data_files: comments/*.parquet
---
# Ryan Greenblatt — LessWrong Writing
All of [Ryan Greenblatt](https://www.lesswrong.com/users/ryan_greenblatt)'s public
writing on LessWrong, scraped from the LessWrong GraphQL API.
**Coverage:** 2019-08-23 → 2026-03-26.
## Configs
| Config | Rows | Description |
|---|---|---|
| `posts` | 66 | Long-form posts authored (or co-authored) by Ryan |
| `shortforms` | 50 | Shortform posts |
| `comments` | 1,123 | Ryan's comments on others' (and his own) posts, with post context |
## Schemas
### `posts`
- `id`, `title`, `slug`, `url`, `body` (markdown)
- `posted_at` (ISO 8601), `karma`, `word_count`, `comment_count`
- `coauthors` (list of usernames)
### `shortforms`
- `id`, `body`, `posted_at`, `karma`, `word_count`, `comment_count`
### `comments`
- `id`, `body`, `posted_at`, `karma`, `parent_comment_id`
- Post context: `post_id`, `post_title`, `post_slug`, `post_url`, `post_author`, `post_posted_at`
## Source
Scraped via the LessWrong GraphQL API. Cross-posted Alignment Forum content is
included (it lives on the same backend). Content is also publicly available at
the source URLs.
## License
The text is © Ryan Greenblatt and his coauthors. This dataset packages public
LessWrong writing under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
matching the [LessWrong default license](https://www.lesswrong.com/posts/KEM3PQQp8wDwxvNvT/lesswrong-license).
Coauthored posts retain their respective coauthors' rights.
|