Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
nielsr HF Staff commited on
Commit
1daf071
·
verified ·
1 Parent(s): e264f90

Add license and task category

Browse files

This PR adds the `license` and `task_categories` metadata to the dataset card for better discoverability and clarity. The `task_categories` is set to `text-classification` as the dataset involves classifying research papers based on their safety-related topics and language usage. The license is set to `cc-by-4.0`.

Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -32,9 +32,13 @@ configs:
32
  data_files:
33
  - split: train
34
  path: data/train-*
 
 
 
35
  ---
 
36
  # The State of Multilingual LLM Safety Research: From Measuring the Language Gap to Mitigating It
37
- We present a comprehensive analysis of the linguistic diversity of LLM safety research, highlighting the English-centric nature of the field. Through a systematic review of nearly 300 publications from 2020–2024 across major NLP conferences and workshops at ACL, we identify a significant and growing language gap in LLM safety research, with even high-resource non-English languages receiving minimal attention.
38
 
39
  - **Paper:** https://arxiv.org/abs/2505.24119
40
 
@@ -72,4 +76,4 @@ Current version of the dataset consists of annotations for conference and worksh
72
  - [Beyza Ermis](https://scholar.google.com/citations?user=v2cMiCAAAAAJ&hl=en)
73
  - [Marzieh Fadaee](https://marziehf.github.io/)
74
  - [Stephen H. Bach](https://cs.brown.edu/people/sbach/)
75
- - [Julia Kreutzer](https://juliakreutzer.github.io/)
 
32
  data_files:
33
  - split: train
34
  path: data/train-*
35
+ license: cc-by-4.0
36
+ task_categories:
37
+ - text-classification
38
  ---
39
+
40
  # The State of Multilingual LLM Safety Research: From Measuring the Language Gap to Mitigating It
41
+ We present a comprehensive analysis of the linguistic diversity of LLM safety research, highlighting the English-centric nature of the field. Through a systematic review of nearly 300 publications from 2020–2024 across major NLP conferences and workshops at *ACL, we identify a significant and growing language gap in LLM safety research, with even high-resource non-English languages receiving minimal attention.
42
 
43
  - **Paper:** https://arxiv.org/abs/2505.24119
44
 
 
76
  - [Beyza Ermis](https://scholar.google.com/citations?user=v2cMiCAAAAAJ&hl=en)
77
  - [Marzieh Fadaee](https://marziehf.github.io/)
78
  - [Stephen H. Bach](https://cs.brown.edu/people/sbach/)
79
+ - [Julia Kreutzer](https://juliakreutzer.github.io/)