Datasets:
Uploading syntactic_challenges subset
Browse files
README.md
CHANGED
|
@@ -52,6 +52,10 @@ configs:
|
|
| 52 |
data_files:
|
| 53 |
- split: test
|
| 54 |
path: structural_text_elements/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
dataset_info:
|
| 56 |
- config_name: code_technical_content
|
| 57 |
features:
|
|
@@ -427,6 +431,40 @@ dataset_info:
|
|
| 427 |
num_examples: 298
|
| 428 |
download_size: 36534
|
| 429 |
dataset_size: 69907
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 430 |
---
|
| 431 |
|
| 432 |
# Dataset Card for Tokenization Robustness
|
|
|
|
| 52 |
data_files:
|
| 53 |
- split: test
|
| 54 |
path: structural_text_elements/test-*
|
| 55 |
+
- config_name: syntactic_challenges
|
| 56 |
+
data_files:
|
| 57 |
+
- split: test
|
| 58 |
+
path: syntactic_challenges/test-*
|
| 59 |
dataset_info:
|
| 60 |
- config_name: code_technical_content
|
| 61 |
features:
|
|
|
|
| 431 |
num_examples: 298
|
| 432 |
download_size: 36534
|
| 433 |
dataset_size: 69907
|
| 434 |
+
- config_name: syntactic_challenges
|
| 435 |
+
features:
|
| 436 |
+
- name: question
|
| 437 |
+
dtype: string
|
| 438 |
+
- name: choices
|
| 439 |
+
sequence: string
|
| 440 |
+
- name: answer
|
| 441 |
+
dtype: int64
|
| 442 |
+
- name: answer_label
|
| 443 |
+
dtype: string
|
| 444 |
+
- name: split
|
| 445 |
+
dtype: string
|
| 446 |
+
- name: subcategories
|
| 447 |
+
dtype: string
|
| 448 |
+
- name: lang
|
| 449 |
+
dtype: string
|
| 450 |
+
- name: second_lang
|
| 451 |
+
dtype: string
|
| 452 |
+
- name: coding_lang
|
| 453 |
+
dtype: string
|
| 454 |
+
- name: notes
|
| 455 |
+
dtype: string
|
| 456 |
+
- name: id
|
| 457 |
+
dtype: string
|
| 458 |
+
- name: set_id
|
| 459 |
+
dtype: float64
|
| 460 |
+
- name: variation_id
|
| 461 |
+
dtype: string
|
| 462 |
+
splits:
|
| 463 |
+
- name: test
|
| 464 |
+
num_bytes: 4771
|
| 465 |
+
num_examples: 25
|
| 466 |
+
download_size: 6831
|
| 467 |
+
dataset_size: 4771
|
| 468 |
---
|
| 469 |
|
| 470 |
# Dataset Card for Tokenization Robustness
|
syntactic_challenges/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6001f6cc1db236edfd85a6b0482e4a2838460abf994bf7b0d64e442db568fb9
|
| 3 |
+
size 6831
|