You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subreddit rules and labels for rules gathered in Novemeber 2024 that were identified as being about AI. The labels have been applied using the prompts in the paper appendix.
Dataset Schema
Identifier Columns
Column
Type
Description
subreddit_id
string
Unique identifier for the subreddit to which the rule belongs
rule_ind
integer
Index or position of the rule within the subreddit's rule list
Rule Content Columns
Column
Type
Description
rule_description
string
Full text description of the rule
rule_short_name
string
Brief name or title of the rule
rule_violation_reason
string
Text shown when a post/comment violates this rule
cleaned_rule
string
Processed version of the rule text for analysis
Is AI Rule Column
Column
Type
Description
is_ai_rule_label
boolean
Flag indicating if the rule specifically addresses AI
AI Rule Usage Columns
Column
Type
Description
usage_generate_label
boolean
Rule addresses AI-generated content
usage_assist_label
boolean
Rule addresses AI-assisted content
usage_general_label
boolean
Rule broadly addresses AI without specific usage type