JosJenn/nasa-artemis-ii-live-chat-youtube-comments
收藏资源简介:
--- license: cc-by-4.0 language: - en annotations_creators: - no-annotation language_creators: - found multilinguality: - monolingual size_categories: - 100K<n<1M source_datasets: - original task_categories: - sequence-modeling task_ids: - language-modeling --- # NASA Artemis II Live Chat Dataset — YouTube Comments Public chat messages from the NASA Artemis II YouTube livestream broadcast on April 6, 2026, during the first crewed lunar mission since Apollo 17. ## Dataset Size | Metric | Count | |--------|-------| | Messages | 148,712 | | Broadcast Duration | ~4.5 hours | ## Data Schema | Field | Type | Description | |-------|------|-------------| | `id` | integer | Unique message identifier | | `platform_msg_id` | string | YouTube-specific message ID | | `channel_id` | string | Anonymized channel identifier | | `author_id` | string | Anonymized author identifier | | `published_at` | string | UTC timestamp (ISO8601) | | `msg_type` | string | Message type classification | | `message` | string | Raw message text | | `inserted_at` | string | When the message was recorded | | `platform` | string | Always `youtube` | | `category` | string | YouTube message category | | `tags` | string | Additional classification tags | | `sentiment` | string | Sentiment label | ## Anonymization Usernames anonymized using SHA-256 hashing with dataset-specific salt. ## License CC BY 4.0 — Attribution required. ## Citation ``` NASA Artemis II Live Chat Dataset YouTube broadcast April 6, 2026 ```
--- 许可证:CC BY 4.0 语言: - 英语(en) 注释创建者: - 无注释 语言采集方式: - 现有资源采集 多语言属性: - 单语言 数据规模区间: - 10万至100万条 源数据集: - 原创数据集 任务类别: - 序列建模(sequence-modeling) 任务子类别: - 语言建模(language-modeling) --- # NASA阿尔忒弥斯II号直播聊天数据集——YouTube评论 本数据集收录2026年4月6日NASA阿尔忒弥斯II号YouTube直播的公开聊天消息,该直播对应自阿波罗17号任务以来的首次载人登月任务。 ## 数据集规模 | 指标 | 数量 | |------|------| | 聊天消息 | 148712条 | | 直播时长 | 约4.5小时 | ## 数据模式(Data Schema) | 字段 | 数据类型 | 描述 | |------|----------|------| | `id` | 整数 | 唯一消息标识符 | | `platform_msg_id` | 字符串 | YouTube专属消息ID | | `channel_id` | 字符串 | 匿名化处理的频道标识符 | | `author_id` | 字符串 | 匿名化处理的作者标识符 | | `published_at` | 字符串 | UTC时间戳(ISO8601格式) | | `msg_type` | 字符串 | 消息类型分类标签 | | `message` | 字符串 | 原始消息文本 | | `inserted_at` | 字符串 | 消息记录时间 | | `platform` | 字符串 | 固定为`youtube` | | `category` | 字符串 | YouTube消息类别 | | `tags` | 字符串 | 附加分类标签 | | `sentiment` | 字符串 | 情感标注标签 | ## 匿名化处理 所有用户名采用SHA-256哈希算法结合数据集专属盐值进行匿名化处理。 ## 许可证 CC BY 4.0许可——需注明原作者。 ## 引用格式 NASA阿尔忒弥斯II号直播聊天数据集 YouTube直播 2026年4月6日



