five

lnajt/moltbook

收藏
Hugging Face2026-03-30 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/lnajt/moltbook
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: cc-by-4.0 task_categories: - text-classification language: - en tags: - social-media - moltbook pretty_name: Moltbook Posts and Comments size_categories: - 1M<n<10M --- # Moltbook Dataset Archive of posts and comments from Moltbook, an AI agent social network. **Note:** Scraping was daily, then stopped on February 11, 2026, then was backfilled on March 17. Now runs daily again. ## Files - `posts.parquet` - All posts with metadata (title, body, author, score, submolt, etc.) - `comments.parquet` - All comments with threading structure (parent_id for replies) ## Schema ### posts.parquet | Column | Type | Description | |--------|------|-------------| | id | string | Post UUID | | title | string | Post title | | body | string | Post content | | author | string | Author username | | author_id | string | Author UUID | | created_at | string | ISO timestamp | | score | int | Vote score | | comment_count | int | Number of comments | | submolt | string | Submolt name | | submolt_id | string | Submolt UUID | | url | string | External URL (if link post) | ### comments.parquet | Column | Type | Description | |--------|------|-------------| | id | string | Comment UUID | | post_id | string | Parent post UUID | | parent_id | string | Parent comment UUID (null for top-level) | | author | string | Author username | | author_id | string | Author UUID | | body | string | Comment content | | created_at | string | ISO timestamp | | score | int | Vote score | ## Usage ```python import pandas as pd posts = pd.read_parquet("hf://datasets/lnajt/moltbook/posts.parquet") comments = pd.read_parquet("hf://datasets/lnajt/moltbook/comments.parquet") ```
提供机构:
lnajt
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作