Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
jlli commited on
Commit
0840908
·
1 Parent(s): 11b0975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -4
README.md CHANGED
@@ -39,14 +39,73 @@ dataset_info:
39
  ---
40
  # Dataset Card for xOA22 - Multilingual Prompts from OpenAssistant
41
  ### Dataset Summary
42
- xOA22 consists of 22 prompts originally shown in Appendix E, page 25 of the [OpenAssistant Conversations paper](https://arxiv.org/pdf/2304.07327.pdf). These 22 prompts were then manually translated by volunteers into 6 languages: Arabic, Simplified Chinese, French, Hindi and Spanish. Since not all prompts could be directly translatable due to cultural and linguistic differences, volunteers were encouraged to make appropriate substitutions and modifications that would maintain the intent of the original English prompt.
43
 
 
 
 
 
 
 
 
 
 
 
44
  ### Data Fields
 
 
 
 
45
 
46
- ### Data Creation
 
 
 
 
 
 
 
47
 
48
- ### Source Rationale
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  ### Dataset Curators
51
 
52
- ### Contributions
 
 
 
 
39
  ---
40
  # Dataset Card for xOA22 - Multilingual Prompts from OpenAssistant
41
  ### Dataset Summary
42
+ xOA22 consists of 22 prompts originally shown in Appendix E, page 25 of the [OpenAssistant Conversations paper](https://arxiv.org/pdf/2304.07327.pdf). These 22 prompts were then manually translated by volunteers into 5 languages: Arabic, Simplified Chinese, French, Hindi and Spanish.
43
 
44
+ These prompts were originally created for human evaluations of the multilingual abilities of BLOOMChat. Since not all prompts could be directly translatable due to cultural and linguistic differences, volunteers were encouraged to make appropriate substitutions and modifications that would maintain the intent of the original English prompt. As this was largely a collaborative, volunteer-led effort, this led to some discrepancies in the number of prompts per language. We make note of major departures from the original English prompt below.
45
+ ### Languages
46
+ - Arabic (ar)
47
+ - English (en)
48
+ - Spanish (es)
49
+ - French (fr)
50
+ - Hindi (hi)
51
+ - Chinese (zh)
52
+
53
+ ## Dataset Structure
54
  ### Data Fields
55
+ - `prompt`: manually translated prompt text. The English split is un-modified from the OpenAssistant Converstaions paper.
56
+
57
+ ### Data Splits
58
+ The xOA22 dataset has 6 splits, one for each language. Below are the statistics for each split
59
 
60
+ | Dataset Split | Number of Instances in Split |
61
+ | ------------- | ---------------------------- |
62
+ | ar | 22 |
63
+ | en | 22 |
64
+ | es | 22 |
65
+ | fr | 22 |
66
+ | hi | 24 |
67
+ | zh | 24 |
68
 
69
+ ### Translation Notes
70
+ Below are notes from volunteer translators. Note that the Hindi split does not include Prompt 4 in the English split.
71
+ - Arabic
72
+ - Prompt 12: Second part of the sentence was translated to “Please mainly limit the games to ones that can be played on a PC at home”, discarding the mentions of emulation.
73
+ - Prompt 19: Not sure how to translate "navigation system" to Arabic, I used Google Translate for this one.
74
+ - Spanish
75
+ - Prompt 12: IDK how to say crafting system in Spanish. I've always said crafteo.
76
+ - Prompt 21: Not sure how to translate niche, went for "developing a topic" instead
77
+ - Prompt 22: Hacking - hackeo? It's what I'd say colloquially in Spanish, but not sure if it's the right thing to use here
78
+ - French
79
+ - No translation notes
80
+ - Hindi
81
+ - Prompt 1: Replace "GLaDOS" with "Ravan", a famous antagonist from mythology
82
+ - Prompt 4: This prompt was left untranslated, and so **is missing from the Hindi split**. Translator reasons are as follows: generaly people won't ask this in Hindi. Code writing community is generally English aware and they are most probably going to ask this question in English.
83
+ - Prompt 9: Corresponds to English Prompt 10. Specific names changed to well known persons in Hindi speaking world.
84
+ - Prompt 11: Corresponds to English Prompt 12. I removed "in depth crafting system", "directly or through emulation"
85
+ - Prompt 21: Corresponds to English Prompt 22. I removed "social security numbers", "Google", and "Apple"
86
+ - Prompt 22: This is a Hindi-specific prompt. The English translation is: "write me a poem on monsoon in 100 words"
87
+ - Prompt 23: This is a Hindi-specific prompt. The English translation is: "write me a recipe for butter chicken"
88
+ - Prompt 24: This is a Hindi-specific prompt. The English translation is: "How do I go from Delhi to Jaipur? Bus or car? Details please."
89
+ - Chinese
90
+ - Prompt 1: Changed GLaDOS to a fictional species from the Chinese sci-fi series The Three Body Problem
91
+ - Prompt 3: Didn't specify whether it's an imaginary world or real world to make it more natural in Chinese. The meaning is basically the same.
92
+ - Prompt 5: Animal rennet -> 人工奶酪 as the former is not familiar to most people
93
+ - Prompt 9: Translated "king" as "emperor" to align with Chinese history
94
+ - Prompt 10: Joe Biden & Joe Rogan -> 毛晓彤 & 光晓彤
95
+ - Prompt 11: Shakespeare -> 鲁迅
96
+ - Prompt 12: "sci-fi ships" -> starship (巨型星际飞船)
97
+ - Prompt 21: YouTube -> b站
98
+ - Prompt 22: social security number -> 身份证
99
+ - Prompt 23: This is a Chinese-specific prompt. The English translation is: "Explain Kubernetes in simple terms. Explain to me like I'm 11 years old."
100
+ - Prompt 24: This is a Chinese-specific prompt. The English translation is: "I will provide you with an argument or opinion of mine. I want you to criticize it as if you were Elon Musk".
101
+ - Translator note: I don't think there is a good counterpart entrepreneur like Elon Musk in China. Jack Ma is as wealthy and powerful as Elon Musk but they have quite different perspectives. So instead of finding an actual counterpart in China, we need to understand the characteristics of Elon Musk and translate accordingly.
102
+
103
+ ### Curation Rationale
104
+ These prompts were originally curated in order to test the multilingual abilities of the BLOOMChat model. The model's responses to these translated prompts were compared to responses from other open-source chat models in a human evaluation study. Therefore, emphasis was placed on making translations as natural and understandable as possible to native speakers in order to emulate a chat setting, and we accepted feedback and modifications to the prompts from our volunteers.
105
 
106
  ### Dataset Curators
107
 
108
+ ### Contributions
109
+
110
+ ### Source Data
111
+ Appendix E, page 25 of ["OpenAssistant Conversations - Democratizing Large Language Model Alignment"](https://arxiv.org/pdf/2304.07327.pdf)