The Community Notes dataset is released as a normalized collection of five separate TSV (tab-separated values) files. This structure reduces dataset size by avoiding duplication. You can join note-related tables using the noteId field to create a combined dataset containing information about users, notes, and ratings.
The five primary datasets are:
- Notes: A table representing all notes.
- Ratings: A table representing all ratings.
- Note Status History: Metadata about notes, including statuses received and timestamps.
- User Enrollment: Metadata regarding each user's enrollment state.
- Note Requests: A table representing all Requests for a Community Note shown to contributors.
Important Data Retention Note:
Snapshots are cumulative but only contain notes and ratings created as of 48 hours before the release time. If a note or rating is deleted, it is removed from future downloads. However, the Note Status History dataset will still contain metadata for deleted notes (including noteId, creation time, and the hashed participant ID of the author), though the actual text content of the note will no longer be available.