Annotation Schema Changelog
All notable changes to the annotation schema will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2025-10-26
Added
Classification (31 categories)
- Communication:
email_draft,email_reply - Task Management:
todo_list,reminder,shopping_list - Content Creation:
- Blog:
blog_outline,blog_draft - Articles:
article_outline,article_draft - Social Media:
social_media_post,social_media_thread,linkedin_post,twitter_thread - Scripts:
script_draft,presentation_outline
- Blog:
- Development:
- Prompts:
prompt_general,prompt_development,prompt_creative - Documentation:
readme_dictation,documentation,code_comment - Engineering:
bug_report,feature_request
- Prompts:
- Personal & Professional:
- Personal:
journal_entry,memo,idea - Professional:
meeting_notes,research_notes,project_planning
- Personal:
- General:
question,other
Audio Defects (10 categories)
significant_background_noise- High levels of ambient noisebackground_music- Music playing (copyright concern)background_conversations- Other people talkingcrying_baby- Baby crying audibletraffic_sounds- Vehicle or traffic noisepoor_quality- Low quality recording, distortion, clippingmultiple_speakers- Multiple people speaking intentionallywind_noise- Wind interference on microphoneecho- Noticeable echo or reverberationphone_ringing- Phone ringing or notification alerts
Content Issues (5 categories)
side_conversation- Conversation not part of the notepartial_content- Recording cut off or incompletefalse_start- Recording started accidentally or restartedthinking_aloud- Stream of consciousness, unstructuredself_correction- Speaker corrects themselves mid-recording
Languages (7 languages)
english- English language contenthebrew- Hebrew language contentarabic- Arabic language contentrussian- Russian language contentfrench- French language contentspanish- Spanish language contentgerman- German language content
Transcription Quality (5 levels)
excellent- Near-perfect transcriptiongood- Minor errors, generally accuratefair- Some errors but usablepoor- Many errors, requires correctionunusable- Transcription too inaccurate to be useful
Metadata
notes- Free-form text annotationsschema_version- Version tracking for annotations
Schema Structure
- Multi-select support for: classification, audio_defects, content_issues, languages
- Single-select for: transcription_quality
- Free-text field for: notes
- Automatic schema version embedding in annotations
Documentation
- Initial schema definition in JSON format
- Comprehensive description for each category
- Type specifications (multi-select, single-select, text)
Future Versions
Planned for 1.1.0
- Additional language support as needed
- Expanded audio defect categories based on real-world usage
- Performance metrics annotations (speaking rate, pause patterns)
Under Consideration
- Emotion/Tone annotations
- Topic/Domain classifications
- Urgency/Priority levels
- Speaker characteristics annotations
How to Update This File
When creating a new schema version:
- Add a new section with version number and date
- Use "Added", "Changed", "Deprecated", "Removed", "Fixed" subsections
- List all changes with category IDs and descriptions
- Update the schema file:
annotation_schema_v{N}.json - Sync changes to Hugging Face dataset repository