Amyot commited on
Commit
9fb49d6
·
verified ·
1 Parent(s): 6a389b3

Upload metadata_belarus.yaml

Browse files
Files changed (1) hide show
  1. metadata_belarus.yaml +75 -0
metadata_belarus.yaml ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset_name: media_context_belarus_glossary
2
+ pretty_name: "Media Context — Belarus Glossary"
3
+ dataset_summary: >
4
+ Curated multilingual glossary for Belarus-related media contexts with editorial guidance
5
+ and risk/usage notes to reduce ambiguity and harmful biases in AI assistants and newsroom tools.
6
+ Contains aligned terms in English, Russian, and Belarusian with context labels and editorial status.
7
+
8
+ tags:
9
+ - media-context
10
+ - belarus
11
+ - glossary
12
+ - terminology
13
+ - ai-eval
14
+ - journalism
15
+ - safety
16
+
17
+ task_categories:
18
+ - translation
19
+ - other # terminology normalization / style guidance
20
+
21
+ languages:
22
+ - en
23
+ - ru
24
+ - be
25
+
26
+ license: "CC-BY-4.0"
27
+ dataset_creators:
28
+ - "Media Context"
29
+ annotations_creators:
30
+ - expert-generated
31
+ source_datasets: original
32
+ size_categories:
33
+ - unknown
34
+
35
+ data_files:
36
+ - path: belarus_glossary.md
37
+ split: main
38
+
39
+ features:
40
+ term_en: string
41
+ term_ru: string
42
+ term_be: string
43
+ context: string # e.g., human-rights, law/policy, media/operations
44
+ usage_notes: string
45
+ risk_notes: string
46
+ editorial_status:
47
+ dtype: class_label
48
+ names:
49
+ - approved
50
+ - draft
51
+
52
+ configs:
53
+ - config_name: default
54
+ data_files:
55
+ - belarus_glossary.md
56
+
57
+ builder_config:
58
+ optional_schema_note: "If converted to CSV/JSONL, keep the same column names and UTF-8 encoding."
59
+
60
+ pretty_description: |
61
+ The Belarus Glossary by Media Context provides consistent terminology, editorial notes,
62
+ and risk-aware guidance for reporting and AI usage around Belarus. Terms include legal
63
+ articles, agencies, outlets, and common movement labels, each with context and sourcing advice.
64
+
65
+ paper: null
66
+ homepage: null
67
+ repo: null
68
+
69
+ citation: |
70
+ @misc{media_context_belarus_glossary_2025,
71
+ title = {Media Context — Belarus Glossary},
72
+ author = {Media Context},
73
+ year = {2025},
74
+ note = {CC BY 4.0}
75
+ }