--- language: - en license: mit task_categories: - text-classification - text-generation task_ids: - multi-class-classification - language-modeling size_categories: - 10K>post_numbers) are extracted and tracked - Post metadata (timestamps, file information, etc.) is preserved - Thread-level metrics are calculated (reply count, unique posters, etc.) - Temporal features are derived - Everything is processed in parallel (ThreadPoolExecutor) - MD5 hashing is used to identify and remove duplicate posts - All collected data is validated against a predefined schema ## Uses ### Direct Use The dataset is suitable for: - Studying online discourse patterns and community dynamics - Analyzing temporal patterns in online discussions - Research on thread structure and user interaction patterns - Natural language processing tasks on informal internet communication - Content analysis and topic modeling - Network analysis of post references and replies ### Out-of-Scope Use This dataset should not be used for: - Identifying or tracking individual users - Generating harmful or malicious content - Training models for harassment or abuse - Analyzing sensitive personal information ## Dataset Structure ### Data Fields #### Post-level Features - `id`: Unique post identifier (int64) - `thread_id`: Thread identifier (int64) - `board`: Board identifier (string) - `timestamp`: ISO format timestamp (timestamp[ns]) - `title`: Thread or post title (string) - `text`: Clean post text content (string) - `text_length`: Length of the post text (int64) - `filename`: Original filename (string) - `file_ext`: File extension (string) - `file_size`: Size of attached file in bytes (int64) - `image_width`: Width of attached image (int64) - `image_height`: Height of attached image (int64) - `is_op`: Boolean indicating if post is the original post (bool) - `mentions`: List of post references (list) - `mention_count`: Number of mentions in the post (int64) - `replies`: Number of replies (int64) - `images`: Number of images (int64) - `unique_ips`: Number of unique IPs in thread (int64) - `content_hash`: MD5 hash of post content (string) - `archived`: Boolean indicating if thread is archived (bool) - `semantic_url`: Thread's semantic URL (string) #### Thread-level Features - `post_count`: Total posts in thread (int64) - `total_images`: Total images in thread (int64) - `avg_text_length`: Average text length in thread (float64) - `std_text_length`: Standard deviation of text length (float64) - `total_mentions`: Total mentions in thread (int64) #### Temporal Features - `hour_of_day`: Hour when post was made (int64) - `day_of_week`: Day of the week (string) - `is_weekend`: Boolean indicating weekend posts (bool) ## Personal and Sensitive Information - All data is from public boards only - No IP addresses or unique identifiers included - Content hashing used for deduplication - No personal information preserved ## Bias, Risks, and Limitations ### Technical Limitations - Incomplete thread relationships due to archival - Missing posts due to deletion - Temporal gaps in archived content - File contents not included ### Biases - Selection bias from board choice - Survivorship bias from archived content - Temporal bias from collection period - Community-specific language patterns ### Risks - Potential for offensive content - Risk of harmful pattern learning - Bias in language models trained on the data ## Dataset Card Authors [vmfunc](https://x.com/vmfunc) ## Dataset Card Contact [vmfunc](https://x.com/vmfunc)