Alignment-Lab-AI/StampyAI-alignment-data
AI Alignment Research Dataset The AI Alignment Research Dataset is a collection of documents related to AI Alignment and Safety from various books, research papers, and alignment related blog posts. This is a work in progress. Components are still undergoing a cleaning process to be updated more regularly. Sources Here are the list of sources along with sample contents: agentmodel agisf - recommended readings from AGI Safety Fundamentals aisafety.info -… See the full description on the dataset page: https://huggingface.co/datasets/Alignment-Lab-AI/StampyAI-alignment-data.
AI Alignment Research Dataset
The AI Alignment Research Dataset is a collection of documents related to AI Alignment and Safety from various books, research papers, and alignment related blog posts. This is a work in progress. Components are still undergoing a cleaning process to be updated more regularly.
Sources
Here are the list of sources along with sample contents:
- agentmodel
- agisf - recommended readings from AGI Safety Fundamentals
- aisafety.info - Stampy's FAQ
- alignmentforum
- alignment_newsletter
- arbital
- arxiv - relevant research papers
- blogs - entire websites automatically scraped
- AI Impacts
- AI Safety Camp
- carado.moe
- Cold Takes
- DeepMind technical blogs
- DeepMind AI Safety Research
- EleutherAI
- generative.ink
- Gwern Branwen's blog
- Jack Clark's Import AI
- MIRI
- Jacob Steinhardt's blog
- ML Safety Newsletter
- Transformer Circuits Thread
- Open AI Research
- Victoria Krakovna's blog
- Eliezer Yudkowsky's blog
- special_docs - individual documents curated from various resources
- Make a suggestion for sources not already in the dataset
- youtube - playlists & channels
- AI Alignment playlist and other lists
- AI Explained
- Evan Hubinger's AI Safety Talks
- AI Safety Reading Group
- AiTech - TU Delft
- Rob Miles AI
Keys
All entries contain the following keys:
id- string of unique identifiersource- string of data source listed abovetitle- string of document title of documentauthors- list of stringstext- full text of document contenturl- string of valid link to text contentdate_published- in UTC format
Additional keys may be available depending on the source document.
Usage
Execute the following code to download and parse the files:
from datasets import load_dataset
data = load_dataset('StampyAI/alignment-research-dataset')To only get the data for a specific source, pass it in as the second argument, e.g.:
from datasets import load_dataset
data = load_dataset('StampyAI/alignment-research-dataset', 'lesswrong')Limitations and Bias
LessWrong posts have overweighted content on doom and existential risk, so please beware in training or finetuning generative language models on the dataset.
Contributing
The scraper to generate this dataset is open-sourced on GitHub and currently maintained by volunteers at StampyAI / AI Safety Info. Learn more or join us on Discord.
Rebuilding info
This README contains info about the number of rows and their features which should be rebuilt each time datasets get changed. To do so, run:
datasets-cli test ./alignment-research-dataset --saveinfo --allconfigs
Citing the Dataset
For more information, here is the paper and LessWrong post. Please use the following citation when using the dataset:
Kirchner, J. H., Smith, L., Thibodeau, J., McDonnell, K., and Reynolds, L. "Understanding AI alignment research: A Systematic Analysis." arXiv preprint arXiv:2022.4338861 (2022).
