遇见数据集

Alignment-Lab-AI/StampyAI-alignment-data

收藏
Hugging Face2024-06-12 更新2024-06-29 收录
官方服务:

资源简介:

--- language: - en license: mit size_categories: - 10K<n<100K task_categories: - question-answering pretty_name: alignment-research-dataset dataset_info: features: - name: id dtype: string - name: source dtype: string - name: title dtype: string - name: text dtype: large_string - name: url dtype: string - name: date_published dtype: string - name: authors sequence: string - name: summary sequence: string - name: source_type dtype: string - name: book_title dtype: string - name: karma dtype: int32 - name: votes dtype: int32 - name: words dtype: int32 - name: comment_count dtype: int32 - name: tags sequence: string - name: modified_at dtype: string - name: alias dtype: string - name: data_last_modified dtype: string - name: abstract dtype: string - name: author_comment dtype: string - name: journal_ref dtype: string - name: doi dtype: string - name: primary_category dtype: string - name: categories sequence: string - name: initial_source dtype: string - name: bibliography_bib sequence: - name: title dtype: string config_name: all splits: - name: train num_bytes: 471644446 num_examples: 14271 download_size: 484827959 dataset_size: 471644446 --- # 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](https://agentmodels.org/) - [agisf](https://course.aisafetyfundamentals.com/) - recommended readings from AGI Safety Fundamentals - [aisafety.info](https://aisafety.info/) - Stampy's FAQ - [alignmentforum](https://www.alignmentforum.org) - [alignment_newsletter](https://rohinshah.com/alignment-newsletter/) - [arbital](https://arbital.com/) - [arxiv](https://arxiv.org/) - relevant research papers - blogs - entire websites automatically scraped - [AI Impacts](https://aiimpacts.org/) - [AI Safety Camp](https://aisafety.camp/) - [carado.moe](https://carado.moe/) - [Cold Takes](https://www.cold-takes.com/) - [DeepMind technical blogs](https://www.deepmind.com/blog-categories/technical-blogs) - [DeepMind AI Safety Research](https://deepmindsafetyresearch.medium.com/) - [EleutherAI](https://blog.eleuther.ai/) - [generative.ink](https://generative.ink/posts/) - [Gwern Branwen's blog](https://gwern.net/) - [Jack Clark's Import AI](https://importai.substack.com/) - [MIRI](https://intelligence.org/) - [Jacob Steinhardt's blog](https://jsteinhardt.wordpress.com/) - [ML Safety Newsletter](https://newsletter.mlsafety.org/) - [Transformer Circuits Thread](https://transformer-circuits.pub/) - [Open AI Research](https://openai.com/research/) - [Victoria Krakovna's blog](https://vkrakovna.wordpress.com/) - [Eliezer Yudkowsky's blog](https://www.yudkowsky.net/) - [distill](https://distill.pub/) - [eaforum](https://forum.effectivealtruism.org/) - selected posts - [lesswrong](https://www.lesswrong.com/) - selected posts - special_docs - individual documents curated from various resources - [Make a suggestion](https://bit.ly/ard-suggestion) for sources not already in the dataset - youtube - playlists & channels - [AI Alignment playlist](https://www.youtube.com/playlist?list=PLCRVRLd2RhZTpdUdEzJjo3qhmX3y3skWA) and other lists - [AI Explained](https://www.youtube.com/@aiexplained-official) - [Evan Hubinger's AI Safety Talks](https://www.youtube.com/@aisafetytalks) - [AI Safety Reading Group](https://www.youtube.com/@aisafetyreadinggroup/videos) - [AiTech - TU Delft](https://www.youtube.com/@AiTechTUDelft/) - [Rob Miles AI](https://www.youtube.com/@RobertMilesAI) ## Keys All entries contain the following keys: - `id` - string of unique identifier - `source` - string of data source listed above - `title` - string of document title of document - `authors` - list of strings - `text` - full text of document content - `url` - string of valid link to text content - `date_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: ```python 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.: ```python 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](https://github.com/StampyAI/alignment-research-dataset) and currently maintained by volunteers at StampyAI / AI Safety Info. [Learn more](https://coda.io/d/AI-Safety-Info_dfau7sl2hmG/Get-involved_susRF#_lufSr) or join us on [Discord](https://discord.gg/vjFSCDyMCy). ## 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 --save_info --all_configs ## Citing the Dataset For more information, here is the [paper](https://arxiv.org/abs/2206.02841) and [LessWrong](https://www.lesswrong.com/posts/FgjcHiWvADgsocE34/a-descriptive-not-prescriptive-overview-of-current-ai) 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).

提供机构:
Alignment-Lab-AI
原始信息汇总

AI Alignment Research Dataset

概述

  • 语言: 英语
  • 许可证: MIT
  • 数据量: 10K<n<100K
  • 任务类别: 问答
  • 名称: alignment-research-dataset

数据集信息

特征

  • id: 字符串
  • source: 字符串
  • title: 字符串
  • text: 大字符串
  • url: 字符串
  • date_published: 字符串
  • authors: 字符串序列
  • summary: 字符串序列
  • source_type: 字符串
  • book_title: 字符串
  • karma: 整数
  • votes: 整数
  • words: 整数
  • comment_count: 整数
  • tags: 字符串序列
  • modified_at: 字符串
  • alias: 字符串
  • data_last_modified: 字符串
  • abstract: 字符串
  • author_comment: 字符串
  • journal_ref: 字符串
  • doi: 字符串
  • primary_category: 字符串
  • categories: 字符串序列
  • initial_source: 字符串
  • bibliography_bib: 包含标题的字符串序列

配置

  • config_name: all

分割

  • train:
    • num_bytes: 471644446
    • num_examples: 14271

大小

  • download_size: 484827959
  • dataset_size: 471644446

来源

  • 书籍、研究论文和博客:
    • agentmodel
    • agisf
    • aisafety.info
    • alignmentforum
    • alignment_newsletter
    • arbital
    • arxiv
    • 博客网站(如AI Impacts、AI Safety Camp等)
    • distill
    • eaforum
    • lesswrong
    • special_docs
    • youtube(如AI Alignment playlist、AI Explained等)

  • id: 唯一标识符
  • source: 数据来源
  • title: 文档标题
  • authors: 作者列表
  • text: 文档内容
  • url: 内容链接
  • date_published: 发布日期(UTC格式)

使用方法

python from datasets import load_dataset data = load_dataset(StampyAI/alignment-research-dataset)

局限性与偏见

  • LessWrong文章中存在对末日和存在风险的过度关注。

引用

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).

搜集汇总
数据集介绍
构建方式
该数据集由Alignment-Lab-AI团队构建,旨在汇聚与人工智能对齐及安全性相关的多元文献资源。其构建过程系统性地整合了来自书籍、研究论文以及多个关键博客平台的内容,例如Alignment Forum、LessWrong、ArXiv及YouTube特定频道。数据通过自动化爬取与人工策展相结合的方式采集,覆盖了如AI Impacts、Cold Takes、DeepMind技术博客等二十余个权威来源。每个条目均包含唯一标识符、来源、标题、全文文本、URL及发布日期等核心字段,部分来源还附有作者、摘要、标签等丰富元数据,最终形成包含约1.4万余条记录的高质量语料库。
特点
该数据集最显著的特征在于其主题聚焦性与来源多样性。它专门针对AI对齐与安全这一前沿领域,汇集了从学术论文到社区讨论、从技术博客到视频转录的跨模态内容,为研究者提供了全景式的知识图谱。数据条目不仅包含详尽的文本内容,还保留了诸如Karma值、投票数、评论数等社区互动指标,以及DOI、参考文献等学术属性,使其既能用于语言模型训练,也适合进行文献计量分析。此外,数据集还特别标注了来源类型(如博客、论文、论坛),便于用户按需筛选特定类别的资料。
使用方法
用户可通过HuggingFace的datasets库便捷地加载该数据集,只需执行`load_dataset('StampyAI/alignment-research-dataset')`即可获取全部数据。若需针对特定来源如LessWrong或Alignment Forum进行研究,可将来源名称作为第二个参数传入,实现精准子集提取。数据集以标准格式存储,支持直接用于文本生成、问答系统或微调大语言模型。使用时应留意其潜在偏差,例如LessWrong内容可能过度聚焦于存在风险议题,建议在训练生成模型前进行适当的数据平衡或过滤。社区维护的GitHub仓库提供了完整的爬取与重建脚本,方便用户复现或扩展数据集。
背景与挑战
背景概述
随着人工智能系统能力的迅猛提升,确保其行为与人类意图和价值观相一致已成为人工智能安全领域的核心议题。在此背景下,由StampyAI团队于2022年主导构建的Alignment-Lab-AI/StampyAI-alignment-data数据集应运而生,该团队汇聚了来自AI安全社区的多位研究者与志愿者。该数据集旨在系统性地汇聚与人工智能对齐及安全性相关的多元化文献资源,涵盖学术论文、技术博客、课程读物及社区讨论等,从而为研究者提供一个结构化的知识基础。其核心研究问题在于如何通过数据驱动的方式,梳理并理解当前对齐研究的关键方向、方法及其内在联系。该数据集的出现,不仅为训练和评估对齐相关的语言模型提供了宝贵素材,也极大地推动了该领域从分散的经验讨论向可复现的实证研究转变,对AI安全社区的知识积累与协作产生了深远影响。
当前挑战
该数据集所面临的挑战首先体现在领域问题的复杂性上:人工智能对齐本身是一个跨学科、多层次的开放性问题,涉及价值学习、可解释性、鲁棒性及可扩展性等众多子领域,如何从海量异构文本中有效提取并组织具有代表性的知识,是一项艰巨任务。在构建过程中,团队遭遇了多重困难:数据来源广泛且格式不一,从学术论文到博客文章再到论坛帖子,需设计统一的爬取与解析流程;内容质量参差不齐,部分来源如LessWrong论坛可能过度聚焦于存在性风险等特定议题,导致数据存在固有的偏差与局限性;此外,持续维护与更新数据集以反映快速演进的领域动态,对志愿者团队的人力与资源提出了持续性挑战。这些挑战共同构成了数据集在代表性、平衡性与时效性上必须持续应对的难题。
常用场景
经典使用场景
在人工智能安全与对齐研究的学术版图中,StampyAI对齐数据集凭借其系统化整合多源文献的特性,成为探究AI对齐理论与实证分析的核心语料库。研究者常将其用于训练面向对齐问题的问答系统,通过解析来自Alignment Forum、LessWrong及ArXiv等平台的深度文本,构建能够理解并回应复杂对齐挑战的神经语言模型。该数据集亦被广泛用于元分析研究,例如通过其丰富的标签体系与结构化字段,学者可定量追踪不同时期对齐研究焦点的演变,如从可解释性转向价值学习等议题的权重变化。此外,其涵盖的博客、技术报告与学术论文的异构文本,为跨领域对比分析提供了独特视角,支撑诸如对齐定义争论、风险度量方法等前沿问题的探索。
解决学术问题
该数据集有效缓解了AI对齐领域长期存在的文献碎片化与研究可复现性不足的困境。传统上,对齐研究分散于博客、预印本与会议论文中,缺乏统一索引与标准化元数据,导致系统性综述面临高门槛。StampyAI对齐数据集通过整合超过14,000篇文档,并附有来源、标签、引用信息等结构化特征,使得研究者能够高效执行文献计量分析、主题建模与知识图谱构建。此举直接推动了学界对对齐研究全景的量化理解,例如揭示出存在风险与工具性趋同等议题的讨论密度,以及不同社区(如MIRI与DeepMind)之间关注点的异同,从而为构建更严谨的理论框架与评估现有安全策略的有效性奠定了数据基础。
衍生相关工作
StampyAI对齐数据集的发布催生了一系列衍生研究工作,深化了其对学术生态的影响。其中最具代表性的是Kirchner等人(2022)基于该数据集发表的系统性分析论文,首次对AI对齐研究进行了描述性而非规定性的量化概述,奠定了后续元研究的基准。此外,该数据集被用于训练文本嵌入模型,以支持对齐文献的语义检索与聚类分析,如区分不同安全学派的思想脉络。另一经典工作是利用其多源特性构建跨平台观点演化图谱,追踪如“AI末日论”等概念在LessWrong与学术论文之间的传播路径。这些衍生研究不仅验证了数据集的价值,还推动了计算社会科学方法在AI安全领域的应用,形成数据驱动与理论驱动相结合的良性循环。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务