--- license: cc multilinguality: multilingual task_categories: - multiple-choice pretty_name: Tokenization Robustness tags: - multilingual - tokenization dataset_info: - config_name: code_technical_content features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 34461 num_examples: 94 download_size: 12077 dataset_size: 34461 - config_name: context-dependent_ambiguities features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 8465 num_examples: 28 download_size: 9778 dataset_size: 8465 - config_name: mathematical_scientific_notation features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 59495 num_examples: 272 download_size: 18551 dataset_size: 59495 - config_name: morphological_challenges features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 30069 num_examples: 101 download_size: 15190 dataset_size: 30069 - config_name: multi-linguality features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 19569 num_examples: 84 download_size: 11491 dataset_size: 19569 - config_name: named_entities features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 15490 num_examples: 59 download_size: 11633 dataset_size: 15490 - config_name: orthographic_variations features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 6730 num_examples: 30 download_size: 7711 dataset_size: 6730 - config_name: social_media_informal_text features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 23057 num_examples: 107 download_size: 13108 dataset_size: 23057 - config_name: structural_text_elements features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 18802 num_examples: 81 download_size: 13081 dataset_size: 18802 - config_name: temporal_expressions features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: int64 - name: answer_label dtype: string - name: split dtype: string - name: subcategories dtype: string - name: lang dtype: string - name: second_lang dtype: string - name: coding_lang dtype: string - name: notes dtype: string - name: id dtype: string - name: set_id dtype: float64 - name: variation_id dtype: string splits: - name: test num_bytes: 5834 num_examples: 27 download_size: 8092 dataset_size: 5834 configs: - config_name: code_technical_content data_files: - split: test path: code_technical_content/test-* - config_name: context-dependent_ambiguities data_files: - split: test path: context-dependent_ambiguities/test-* - config_name: mathematical_scientific_notation data_files: - split: test path: mathematical_scientific_notation/test-* - config_name: morphological_challenges data_files: - split: test path: morphological_challenges/test-* - config_name: multi-linguality data_files: - split: test path: multi-linguality/test-* - config_name: named_entities data_files: - split: test path: named_entities/test-* - config_name: orthographic_variations data_files: - split: test path: orthographic_variations/test-* - config_name: social_media_informal_text data_files: - split: test path: social_media_informal_text/test-* - config_name: structural_text_elements data_files: - split: test path: structural_text_elements/test-* - config_name: temporal_expressions data_files: - split: test path: temporal_expressions/test-* --- # Dataset Card for Tokenization Robustness A comprehensive evaluation dataset for testing robustness of different tokenization strategies. ## Dataset Details ### Dataset Description This dataset evaluates how robust language models are to different tokenization strategies and edge cases. It includes questions with multiple choice answers designed to test various aspects of tokenization handling. - **Curated by:** R3 - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** cc ### Dataset Sources [optional] - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses ### Direct Use [More Information Needed] ### Out-of-Scope Use [More Information Needed] ## Dataset Structure The dataset contains multiple-choice questions with associated metadata about tokenization types and categories. ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Data Collection and Processing [More Information Needed] #### Who are the source data producers? [More Information Needed] ### Annotations [optional] #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] #### Personal and Sensitive Information [More Information Needed] ## Bias, Risks, and Limitations The dataset focuses primarily on English text and may not generalize to other languages or tokenization schemes not covered in the evaluation. ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]