eunsol0 commited on
Commit
8eb377c
·
verified ·
1 Parent(s): 17d86b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -18,4 +18,41 @@ This dataset contains sign language gloss and descriptions.
18
  - country: country
19
  - gloss: original gloss
20
  - gloss_normalized: normalized gloss
21
- - pronunciation_reg: description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  - country: country
19
  - gloss: original gloss
20
  - gloss_normalized: normalized gloss
21
+ - pronunciation_reg: description
22
+
23
+ ## Responsible AI Considerations
24
+
25
+ ### Intended Use
26
+ This dataset is intended for research on sign language understanding, gloss normalization, and text-based sign description generation. It may be used for training, testing, validation, and benchmarking text-to-text generation models that map sign language glosses or normalized glosses to natural language descriptions.
27
+
28
+ ### Out-of-Scope Use
29
+ This dataset is not intended for use in high-stakes decision-making contexts, including medical, legal, educational placement, or accessibility services without expert validation. It should not be used as a substitute for professional sign language interpretation.
30
+
31
+ ### Data Collection
32
+ The dataset contains sign language gloss entries and corresponding natural language descriptions. Each record includes an original gloss, a normalized gloss, country or language-region information, and a textual description of the sign movement.
33
+
34
+ ### Data Annotation and Preprocessing
35
+ The dataset fields were organized to support machine learning tasks involving gloss-to-description generation. Gloss normalization was used to reduce surface-level variation in gloss expressions. Natural language descriptions were prepared to provide explicit movement-oriented descriptions of signs.
36
+
37
+ ### Personal and Sensitive Information
38
+ The dataset does not intentionally include personally identifiable information. However, because sign languages are culturally and regionally grounded, the dataset may encode language-region information that should be interpreted carefully.
39
+
40
+ ### Biases
41
+ The dataset may reflect regional, linguistic, and source-specific biases. Sign languages vary across countries, communities, and contexts, so the included glosses and descriptions may not represent all sign language variants equally.
42
+
43
+ ### Limitations
44
+ The dataset is limited to the available glosses, language-region labels, and textual descriptions included in the released files. Natural language descriptions may simplify or approximate actual signing motion and should not be treated as a complete replacement for video-based or expert-validated sign language resources.
45
+
46
+ ### Social Impact
47
+ This dataset aims to support research on more accessible sign language technologies. At the same time, models trained on this dataset should be evaluated carefully to avoid generating inaccurate, culturally inappropriate, or overgeneralized descriptions of signs.
48
+
49
+ ### Maintenance
50
+ The dataset may be updated as additional entries, corrections, or documentation improvements become available. Users should refer to the dataset version and release date when citing or comparing results.
51
+
52
+ ### Citation
53
+ If you use this dataset, please cite the associated paper:
54
+
55
+ [Insert paper title and citation here]
56
+
57
+ ### Acknowledgements
58
+ [Insert funding, project, lab, or institutional acknowledgement here]