Datasets:
				
			
			
	
			
			
	
		Tasks:
	
	
	
	
	Question Answering
	
	
	Modalities:
	
	
	
		
	
	Text
	
	
	Formats:
	
	
	
		
	
	parquet
	
	
	Sub-tasks:
	
	
	
	
	multiple-choice-qa
	
	
	Size:
	
	
	
	
	100K - 1M
	
	
	ArXiv:
	
	
	
	
	
	
	
	
License:
	
	
	
	
	
	
	
Commit 
							
							·
						
						4d9ca37
	
1
								Parent(s):
							
							b97f2de
								
Add crosslingual_bg data files
Browse files- README.md +10 -4
- crosslingual_bg/train-00000-of-00001.parquet +3 -0
- crosslingual_bg/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +8 -236
    	
        README.md
    CHANGED
    
    | @@ -106,13 +106,13 @@ dataset_info: | |
| 106 | 
             
                  dtype: string
         | 
| 107 | 
             
              splits:
         | 
| 108 | 
             
              - name: train
         | 
| 109 | 
            -
                num_bytes:  | 
| 110 | 
             
                num_examples: 2344
         | 
| 111 | 
             
              - name: validation
         | 
| 112 | 
            -
                num_bytes:  | 
| 113 | 
             
                num_examples: 593
         | 
| 114 | 
            -
              download_size:  | 
| 115 | 
            -
              dataset_size:  | 
| 116 | 
             
            - config_name: crosslingual_hr
         | 
| 117 | 
             
              features:
         | 
| 118 | 
             
              - name: id
         | 
| @@ -993,6 +993,12 @@ configs: | |
| 993 | 
             
              data_files:
         | 
| 994 | 
             
              - split: full
         | 
| 995 | 
             
                path: alignments/full-*
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 996 | 
             
            - config_name: crosslingual_test
         | 
| 997 | 
             
              data_files:
         | 
| 998 | 
             
              - split: test
         | 
|  | |
| 106 | 
             
                  dtype: string
         | 
| 107 | 
             
              splits:
         | 
| 108 | 
             
              - name: train
         | 
| 109 | 
            +
                num_bytes: 1077329
         | 
| 110 | 
             
                num_examples: 2344
         | 
| 111 | 
             
              - name: validation
         | 
| 112 | 
            +
                num_bytes: 281771
         | 
| 113 | 
             
                num_examples: 593
         | 
| 114 | 
            +
              download_size: 514922
         | 
| 115 | 
            +
              dataset_size: 1359100
         | 
| 116 | 
             
            - config_name: crosslingual_hr
         | 
| 117 | 
             
              features:
         | 
| 118 | 
             
              - name: id
         | 
|  | |
| 993 | 
             
              data_files:
         | 
| 994 | 
             
              - split: full
         | 
| 995 | 
             
                path: alignments/full-*
         | 
| 996 | 
            +
            - config_name: crosslingual_bg
         | 
| 997 | 
            +
              data_files:
         | 
| 998 | 
            +
              - split: train
         | 
| 999 | 
            +
                path: crosslingual_bg/train-*
         | 
| 1000 | 
            +
              - split: validation
         | 
| 1001 | 
            +
                path: crosslingual_bg/validation-*
         | 
| 1002 | 
             
            - config_name: crosslingual_test
         | 
| 1003 | 
             
              data_files:
         | 
| 1004 | 
             
              - split: test
         | 
    	
        crosslingual_bg/train-00000-of-00001.parquet
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:a2661015ad0eff676acab87fed6a99768b6782a616fbe0cd09d49eb3dadf94bd
         | 
| 3 | 
            +
            size 403502
         | 
    	
        crosslingual_bg/validation-00000-of-00001.parquet
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:041ce81fa04d83356ea13dea98835d3ac1ef566a9af5b419bcd78f21727311bd
         | 
| 3 | 
            +
            size 111420
         | 
    	
        dataset_infos.json
    CHANGED
    
    | @@ -367,65 +367,52 @@ | |
| 367 | 
             
                    "features": {
         | 
| 368 | 
             
                        "id": {
         | 
| 369 | 
             
                            "dtype": "string",
         | 
| 370 | 
            -
                            "id": null,
         | 
| 371 | 
             
                            "_type": "Value"
         | 
| 372 | 
             
                        },
         | 
| 373 | 
             
                        "question": {
         | 
| 374 | 
             
                            "stem": {
         | 
| 375 | 
             
                                "dtype": "string",
         | 
| 376 | 
            -
                                "id": null,
         | 
| 377 | 
             
                                "_type": "Value"
         | 
| 378 | 
             
                            },
         | 
| 379 | 
             
                            "choices": {
         | 
| 380 | 
             
                                "feature": {
         | 
| 381 | 
             
                                    "text": {
         | 
| 382 | 
             
                                        "dtype": "string",
         | 
| 383 | 
            -
                                        "id": null,
         | 
| 384 | 
             
                                        "_type": "Value"
         | 
| 385 | 
             
                                    },
         | 
| 386 | 
             
                                    "label": {
         | 
| 387 | 
             
                                        "dtype": "string",
         | 
| 388 | 
            -
                                        "id": null,
         | 
| 389 | 
             
                                        "_type": "Value"
         | 
| 390 | 
             
                                    },
         | 
| 391 | 
             
                                    "para": {
         | 
| 392 | 
             
                                        "dtype": "string",
         | 
| 393 | 
            -
                                        "id": null,
         | 
| 394 | 
             
                                        "_type": "Value"
         | 
| 395 | 
             
                                    }
         | 
| 396 | 
             
                                },
         | 
| 397 | 
            -
                                "length": -1,
         | 
| 398 | 
            -
                                "id": null,
         | 
| 399 | 
             
                                "_type": "Sequence"
         | 
| 400 | 
             
                            }
         | 
| 401 | 
             
                        },
         | 
| 402 | 
             
                        "answerKey": {
         | 
| 403 | 
             
                            "dtype": "string",
         | 
| 404 | 
            -
                            "id": null,
         | 
| 405 | 
             
                            "_type": "Value"
         | 
| 406 | 
             
                        },
         | 
| 407 | 
             
                        "info": {
         | 
| 408 | 
             
                            "grade": {
         | 
| 409 | 
             
                                "dtype": "int32",
         | 
| 410 | 
            -
                                "id": null,
         | 
| 411 | 
             
                                "_type": "Value"
         | 
| 412 | 
             
                            },
         | 
| 413 | 
             
                            "subject": {
         | 
| 414 | 
             
                                "dtype": "string",
         | 
| 415 | 
            -
                                "id": null,
         | 
| 416 | 
             
                                "_type": "Value"
         | 
| 417 | 
             
                            },
         | 
| 418 | 
             
                            "language": {
         | 
| 419 | 
             
                                "dtype": "string",
         | 
| 420 | 
            -
                                "id": null,
         | 
| 421 | 
             
                                "_type": "Value"
         | 
| 422 | 
             
                            }
         | 
| 423 | 
             
                        }
         | 
| 424 | 
             
                    },
         | 
| 425 | 
            -
                    "post_processed": null,
         | 
| 426 | 
            -
                    "supervised_keys": null,
         | 
| 427 | 
            -
                    "task_templates": null,
         | 
| 428 | 
             
                    "builder_name": "exams",
         | 
|  | |
| 429 | 
             
                    "config_name": "crosslingual_bg",
         | 
| 430 | 
             
                    "version": {
         | 
| 431 | 
             
                        "version_str": "1.0.0",
         | 
| @@ -437,235 +424,20 @@ | |
| 437 | 
             
                    "splits": {
         | 
| 438 | 
             
                        "train": {
         | 
| 439 | 
             
                            "name": "train",
         | 
| 440 | 
            -
                            "num_bytes":  | 
| 441 | 
             
                            "num_examples": 2344,
         | 
| 442 | 
            -
                            "dataset_name":  | 
| 443 | 
             
                        },
         | 
| 444 | 
             
                        "validation": {
         | 
| 445 | 
             
                            "name": "validation",
         | 
| 446 | 
            -
                            "num_bytes":  | 
| 447 | 
             
                            "num_examples": 593,
         | 
| 448 | 
            -
                            "dataset_name":  | 
| 449 | 
            -
                        }
         | 
| 450 | 
            -
                    },
         | 
| 451 | 
            -
                    "download_checksums": {
         | 
| 452 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/parallel_questions.jsonl": {
         | 
| 453 | 
            -
                            "num_bytes": 1254422,
         | 
| 454 | 
            -
                            "checksum": "a6e7a9da316b10e0a0b3c3ae51a74a801f0ed3cd65baaaf72f2a40f014dae3df"
         | 
| 455 | 
            -
                        },
         | 
| 456 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/train.jsonl.tar.gz": {
         | 
| 457 | 
            -
                            "num_bytes": 890210,
         | 
| 458 | 
            -
                            "checksum": "13ad2961f5a776b7e4cceba8076d51501ef0547911a3634db47e53af3493a46b"
         | 
| 459 | 
            -
                        },
         | 
| 460 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/dev.jsonl.tar.gz": {
         | 
| 461 | 
            -
                            "num_bytes": 320547,
         | 
| 462 | 
            -
                            "checksum": "0a6850d000319f748ab6d36c57568c2db41fb5bc0ed7f0cad01fd4c5d1945334"
         | 
| 463 | 
            -
                        },
         | 
| 464 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/test.jsonl.tar.gz": {
         | 
| 465 | 
            -
                            "num_bytes": 1489924,
         | 
| 466 | 
            -
                            "checksum": "404fd7db164bd9bd91669228c264ddb594b8586dae3d4b745be5de869d72c985"
         | 
| 467 | 
            -
                        },
         | 
| 468 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/with_paragraphs/train_with_para.jsonl.tar.gz": {
         | 
| 469 | 
            -
                            "num_bytes": 22372531,
         | 
| 470 | 
            -
                            "checksum": "bc8a1a2cbd9c62457798ec729411dd494c163fb03d4e821ed35b7bafdc44e36b"
         | 
| 471 | 
            -
                        },
         | 
| 472 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/with_paragraphs/dev_with_para.jsonl.tar.gz": {
         | 
| 473 | 
            -
                            "num_bytes": 7593662,
         | 
| 474 | 
            -
                            "checksum": "8da6611f4d1b85c4802c8fc9028357dbeddaf794f812aff7db6e43558a1532e0"
         | 
| 475 | 
            -
                        },
         | 
| 476 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/multilingual/with_paragraphs/test_with_para.jsonl.tar.gz": {
         | 
| 477 | 
            -
                            "num_bytes": 38208781,
         | 
| 478 | 
            -
                            "checksum": "96960451dd4c41f208ee5ab3bdbce8ea06ecd3506faa830e3ce61d316222c2f3"
         | 
| 479 | 
            -
                        },
         | 
| 480 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/test.jsonl.tar.gz": {
         | 
| 481 | 
            -
                            "num_bytes": 2136703,
         | 
| 482 | 
            -
                            "checksum": "c816ea24d3c43b8f52124439d6f848f7052e87ced01aee9347bf95306004802b"
         | 
| 483 | 
            -
                        },
         | 
| 484 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/test_with_para.jsonl.tar.gz": {
         | 
| 485 | 
            -
                            "num_bytes": 38208781,
         | 
| 486 | 
            -
                            "checksum": "96960451dd4c41f208ee5ab3bdbce8ea06ecd3506faa830e3ce61d316222c2f3"
         | 
| 487 | 
            -
                        },
         | 
| 488 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_bg.jsonl.tar.gz": {
         | 
| 489 | 
            -
                            "num_bytes": 229172,
         | 
| 490 | 
            -
                            "checksum": "94f180851e332fd15faef90664084d17857b45d3a01b16224b2b4e8140596ad7"
         | 
| 491 | 
            -
                        },
         | 
| 492 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_bg_with_para.jsonl.tar.gz": {
         | 
| 493 | 
            -
                            "num_bytes": 6197892,
         | 
| 494 | 
            -
                            "checksum": "3d395327ad1a9660163002d5372424f43a6b1ddb2c9914b006949fea4b529358"
         | 
| 495 | 
            -
                        },
         | 
| 496 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_bg.jsonl.tar.gz": {
         | 
| 497 | 
            -
                            "num_bytes": 61609,
         | 
| 498 | 
            -
                            "checksum": "b5330d5643b59c14b968c2c41e33745cc96cafe72dafaa4dea5b53411f344169"
         | 
| 499 | 
            -
                        },
         | 
| 500 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_bg_with_para.jsonl.tar.gz": {
         | 
| 501 | 
            -
                            "num_bytes": 1566495,
         | 
| 502 | 
            -
                            "checksum": "6bf4ac10dee659c6271f5585d959f16aa0559f3b69686af3af2a4105979c87dc"
         | 
| 503 | 
            -
                        },
         | 
| 504 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_hr.jsonl.tar.gz": {
         | 
| 505 | 
            -
                            "num_bytes": 239976,
         | 
| 506 | 
            -
                            "checksum": "5573999ce8a7f0d5c8b4d7839307ed0fb56ee17c55c2878405ca97b0e69fed27"
         | 
| 507 | 
            -
                        },
         | 
| 508 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_hr_with_para.jsonl.tar.gz": {
         | 
| 509 | 
            -
                            "num_bytes": 4608466,
         | 
| 510 | 
            -
                            "checksum": "bb46efd5c0d0fbc809d4051aa7e9985bc687121aa0cd1caa08b664f561535a34"
         | 
| 511 | 
            -
                        },
         | 
| 512 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_hr.jsonl.tar.gz": {
         | 
| 513 | 
            -
                            "num_bytes": 53774,
         | 
| 514 | 
            -
                            "checksum": "c6e4353d295cef50ec973a52eb5162be3e75771740fa361b5b6583133a9b07d6"
         | 
| 515 | 
            -
                        },
         | 
| 516 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_hr_with_para.jsonl.tar.gz": {
         | 
| 517 | 
            -
                            "num_bytes": 1045884,
         | 
| 518 | 
            -
                            "checksum": "3c8d869622fe255e254b728270826c25af06989cf3c917f5a5aee32ab2f05f0f"
         | 
| 519 | 
            -
                        },
         | 
| 520 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_hu.jsonl.tar.gz": {
         | 
| 521 | 
            -
                            "num_bytes": 190855,
         | 
| 522 | 
            -
                            "checksum": "ad1c319a05634126d06e01f9b4cd53a957a2d83eced656bde6e4bdb8cf031306"
         | 
| 523 | 
            -
                        },
         | 
| 524 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_hu_with_para.jsonl.tar.gz": {
         | 
| 525 | 
            -
                            "num_bytes": 4116805,
         | 
| 526 | 
            -
                            "checksum": "50dcd5336e5f7af65d104526e09492aa9d13e652c12e9f909ed2099a5ff27307"
         | 
| 527 | 
            -
                        },
         | 
| 528 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_hu.jsonl.tar.gz": {
         | 
| 529 | 
            -
                            "num_bytes": 60818,
         | 
| 530 | 
            -
                            "checksum": "4d1165dcba7af44e54fb1afe86f17b905b11c2fcb5e3f030dc0490ccf0c3d4e0"
         | 
| 531 | 
            -
                        },
         | 
| 532 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_hu_with_para.jsonl.tar.gz": {
         | 
| 533 | 
            -
                            "num_bytes": 1285277,
         | 
| 534 | 
            -
                            "checksum": "e8602a6d66650df88e3f9291c421dc9dfdb23175bfb4528a6642e49e305b1aff"
         | 
| 535 | 
            -
                        },
         | 
| 536 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_it.jsonl.tar.gz": {
         | 
| 537 | 
            -
                            "num_bytes": 113153,
         | 
| 538 | 
            -
                            "checksum": "ed2b7999725f7c392c82f3d37b87b0b51b7e550f607a26feacb38ed95d74205f"
         | 
| 539 | 
            -
                        },
         | 
| 540 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_it_with_para.jsonl.tar.gz": {
         | 
| 541 | 
            -
                            "num_bytes": 3105594,
         | 
| 542 | 
            -
                            "checksum": "9bd3349211ba8215e7e7632602886dee2676a4df3ae6cc1513d11db9bcf31a8c"
         | 
| 543 | 
            -
                        },
         | 
| 544 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_it.jsonl.tar.gz": {
         | 
| 545 | 
            -
                            "num_bytes": 27897,
         | 
| 546 | 
            -
                            "checksum": "e6323558ff746211a3f534c83d8ba578cb1422df80bec486f2b19ac2a1f0a71c"
         | 
| 547 | 
            -
                        },
         | 
| 548 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_it_with_para.jsonl.tar.gz": {
         | 
| 549 | 
            -
                            "num_bytes": 755521,
         | 
| 550 | 
            -
                            "checksum": "ebbf36239b726b01d542386d86f204b7f0b589ea7b75f115720010ac50360f64"
         | 
| 551 | 
            -
                        },
         | 
| 552 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_mk.jsonl.tar.gz": {
         | 
| 553 | 
            -
                            "num_bytes": 183689,
         | 
| 554 | 
            -
                            "checksum": "7737847560aa2862a71a2a542efe70ecd0809f474e477e93c31e34aa00ba429f"
         | 
| 555 | 
            -
                        },
         | 
| 556 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_mk_with_para.jsonl.tar.gz": {
         | 
| 557 | 
            -
                            "num_bytes": 4983245,
         | 
| 558 | 
            -
                            "checksum": "aef0a36d8e98a5933e112daa12a9943c4fdfd62d0a9c0993b45c3c4a200d31b2"
         | 
| 559 | 
            -
                        },
         | 
| 560 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_mk.jsonl.tar.gz": {
         | 
| 561 | 
            -
                            "num_bytes": 48344,
         | 
| 562 | 
            -
                            "checksum": "58ad89e802865ae68fada9d3591326aba6502d1761667764d6be436e9d02f786"
         | 
| 563 | 
            -
                        },
         | 
| 564 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_mk_with_para.jsonl.tar.gz": {
         | 
| 565 | 
            -
                            "num_bytes": 1274490,
         | 
| 566 | 
            -
                            "checksum": "954c077c592c9734ad5d2970962e7fd7148c81922eeab87803ad298428123d18"
         | 
| 567 | 
            -
                        },
         | 
| 568 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_pl.jsonl.tar.gz": {
         | 
| 569 | 
            -
                            "num_bytes": 171608,
         | 
| 570 | 
            -
                            "checksum": "a8ae8bb02400ae2242a2b7b7ce03434579b3059dc8c485180613aa046c23741f"
         | 
| 571 | 
            -
                        },
         | 
| 572 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_pl_with_para.jsonl.tar.gz": {
         | 
| 573 | 
            -
                            "num_bytes": 2990255,
         | 
| 574 | 
            -
                            "checksum": "9dbfd98091a174f535fd8e8b8f272ef1abdc49942152ea868a0b0e64485704f6"
         | 
| 575 | 
            -
                        },
         | 
| 576 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_pl.jsonl.tar.gz": {
         | 
| 577 | 
            -
                            "num_bytes": 43183,
         | 
| 578 | 
            -
                            "checksum": "37a882d92ee692052ff46e5fe74a88fae659ef25a67e8ff4baae6d50c8e7b7bf"
         | 
| 579 | 
            -
                        },
         | 
| 580 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_pl_with_para.jsonl.tar.gz": {
         | 
| 581 | 
            -
                            "num_bytes": 749262,
         | 
| 582 | 
            -
                            "checksum": "2aeb2f3558ddd97651d24cc8270cacdc88f89c6fa631aa5c2aace252c1519b13"
         | 
| 583 | 
            -
                        },
         | 
| 584 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_pt.jsonl.tar.gz": {
         | 
| 585 | 
            -
                            "num_bytes": 98894,
         | 
| 586 | 
            -
                            "checksum": "660dafd1078e31359a8dcf5b9cef1487ad8f9a3c4e68e8ffcf173af0b56dcc22"
         | 
| 587 | 
            -
                        },
         | 
| 588 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_pt_with_para.jsonl.tar.gz": {
         | 
| 589 | 
            -
                            "num_bytes": 2216366,
         | 
| 590 | 
            -
                            "checksum": "be700ad7b821e6b04477d7b2ed3d8918567b670ca06512e863acadadb227b61a"
         | 
| 591 | 
            -
                        },
         | 
| 592 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_pt.jsonl.tar.gz": {
         | 
| 593 | 
            -
                            "num_bytes": 25253,
         | 
| 594 | 
            -
                            "checksum": "91d664be240dc8e60f7a22fcac2123e03a8067e9317b04ac5cf11c94ea914c71"
         | 
| 595 | 
            -
                        },
         | 
| 596 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_pt_with_para.jsonl.tar.gz": {
         | 
| 597 | 
            -
                            "num_bytes": 559847,
         | 
| 598 | 
            -
                            "checksum": "61f4fd18d4ecc5306ca9e338dbddc0879f5e1bfb9c5181e50f3805a3535bd23e"
         | 
| 599 | 
            -
                        },
         | 
| 600 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_sq.jsonl.tar.gz": {
         | 
| 601 | 
            -
                            "num_bytes": 123464,
         | 
| 602 | 
            -
                            "checksum": "01631d80688ff6ad7b8bf9ca7533921a62022acdf5251e33ca4180cc3434d8e0"
         | 
| 603 | 
            -
                        },
         | 
| 604 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_sq_with_para.jsonl.tar.gz": {
         | 
| 605 | 
            -
                            "num_bytes": 3217235,
         | 
| 606 | 
            -
                            "checksum": "76df84c639dd25a00e08c671da8887c5eb24da04842467e60ebc42a454a1a6bd"
         | 
| 607 | 
            -
                        },
         | 
| 608 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_sq.jsonl.tar.gz": {
         | 
| 609 | 
            -
                            "num_bytes": 33985,
         | 
| 610 | 
            -
                            "checksum": "344715896df9a839ce9198052ff8b37bfe1a5c5bafb7bbbb956c89ea6d12e1ac"
         | 
| 611 | 
            -
                        },
         | 
| 612 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_sq_with_para.jsonl.tar.gz": {
         | 
| 613 | 
            -
                            "num_bytes": 855786,
         | 
| 614 | 
            -
                            "checksum": "5813304c6cd942572c53164f49d7606066352b50fc5dd3a2b8f8a92891a2226b"
         | 
| 615 | 
            -
                        },
         | 
| 616 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_sr.jsonl.tar.gz": {
         | 
| 617 | 
            -
                            "num_bytes": 160264,
         | 
| 618 | 
            -
                            "checksum": "1dd7d863aab01103909b3fbfcd86c4290d644f5ff58d4bd9e131fb8f269c60a7"
         | 
| 619 | 
            -
                        },
         | 
| 620 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_sr_with_para.jsonl.tar.gz": {
         | 
| 621 | 
            -
                            "num_bytes": 3359444,
         | 
| 622 | 
            -
                            "checksum": "99f758ea931a62f5b402d69ad352208c202742be021fc6bb248ce7474edf16fe"
         | 
| 623 | 
            -
                        },
         | 
| 624 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_sr.jsonl.tar.gz": {
         | 
| 625 | 
            -
                            "num_bytes": 38978,
         | 
| 626 | 
            -
                            "checksum": "5011570a2fe09c131d3d2ad44d1abd8a44ebe53aff376861f7b75e363c2f14cd"
         | 
| 627 | 
            -
                        },
         | 
| 628 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_sr_with_para.jsonl.tar.gz": {
         | 
| 629 | 
            -
                            "num_bytes": 791106,
         | 
| 630 | 
            -
                            "checksum": "52005dfc3f41283a56d8b299254d9393878fc7f6bda5f6a3ec2365038e804d71"
         | 
| 631 | 
            -
                        },
         | 
| 632 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_tr.jsonl.tar.gz": {
         | 
| 633 | 
            -
                            "num_bytes": 217619,
         | 
| 634 | 
            -
                            "checksum": "0c15fa0c058769dea2e013ba7f87797d0e7b4bc82d2ca22a3bc76918e4a838d0"
         | 
| 635 | 
            -
                        },
         | 
| 636 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_tr_with_para.jsonl.tar.gz": {
         | 
| 637 | 
            -
                            "num_bytes": 3313469,
         | 
| 638 | 
            -
                            "checksum": "0daa166ca4d5540a4c875e309b7854d50720d8ce0728e10cc2205f989921adb4"
         | 
| 639 | 
            -
                        },
         | 
| 640 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_tr.jsonl.tar.gz": {
         | 
| 641 | 
            -
                            "num_bytes": 58036,
         | 
| 642 | 
            -
                            "checksum": "40d7ff9c442695f204120c3f26d04420845630881933ee3a657139cc1d4eb2c1"
         | 
| 643 | 
            -
                        },
         | 
| 644 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_tr_with_para.jsonl.tar.gz": {
         | 
| 645 | 
            -
                            "num_bytes": 862076,
         | 
| 646 | 
            -
                            "checksum": "21071665733bb691f65aa6731cd852a885e4be111b4d60e6947b70e4e093cc80"
         | 
| 647 | 
            -
                        },
         | 
| 648 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/train_vi.jsonl.tar.gz": {
         | 
| 649 | 
            -
                            "num_bytes": 231505,
         | 
| 650 | 
            -
                            "checksum": "f29c3550e9b09186493e59d199e684b41c78940f6a95b19e64f8226110100768"
         | 
| 651 | 
            -
                        },
         | 
| 652 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/train_vi_with_para.jsonl.tar.gz": {
         | 
| 653 | 
            -
                            "num_bytes": 5555122,
         | 
| 654 | 
            -
                            "checksum": "c76bee0438ca84289be1ec76b82717c686297f2f1d8d9ac557b794710adc4c1e"
         | 
| 655 | 
            -
                        },
         | 
| 656 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/dev_vi.jsonl.tar.gz": {
         | 
| 657 | 
            -
                            "num_bytes": 60271,
         | 
| 658 | 
            -
                            "checksum": "a8f0634b9bff14d4d373b4004b3f6db53782b9b6fe2f2928bd142e2163189853"
         | 
| 659 | 
            -
                        },
         | 
| 660 | 
            -
                        "https://github.com/mhardalov/exams-qa/raw/main/data/exams/cross-lingual/with_paragraphs/dev_vi_with_para.jsonl.tar.gz": {
         | 
| 661 | 
            -
                            "num_bytes": 1387632,
         | 
| 662 | 
            -
                            "checksum": "1b9e280429d73d51d614e4bc55b53fdef82b3a6ca2fb13234d1f79f846e20c1a"
         | 
| 663 | 
             
                        }
         | 
| 664 | 
             
                    },
         | 
| 665 | 
            -
                    "download_size":  | 
| 666 | 
            -
                    " | 
| 667 | 
            -
                    " | 
| 668 | 
            -
                    "size_in_bytes": 171105837
         | 
| 669 | 
             
                },
         | 
| 670 | 
             
                "crosslingual_with_para_bg": {
         | 
| 671 | 
             
                    "description": "EXAMS is a benchmark dataset for multilingual and cross-lingual question answering from high school examinations.\nIt consists of more than 24,000 high-quality high school exam questions in 16 languages,\ncovering 8 language families and 24 school subjects from Natural Sciences and Social Sciences, among others.\n",
         | 
|  | |
| 367 | 
             
                    "features": {
         | 
| 368 | 
             
                        "id": {
         | 
| 369 | 
             
                            "dtype": "string",
         | 
|  | |
| 370 | 
             
                            "_type": "Value"
         | 
| 371 | 
             
                        },
         | 
| 372 | 
             
                        "question": {
         | 
| 373 | 
             
                            "stem": {
         | 
| 374 | 
             
                                "dtype": "string",
         | 
|  | |
| 375 | 
             
                                "_type": "Value"
         | 
| 376 | 
             
                            },
         | 
| 377 | 
             
                            "choices": {
         | 
| 378 | 
             
                                "feature": {
         | 
| 379 | 
             
                                    "text": {
         | 
| 380 | 
             
                                        "dtype": "string",
         | 
|  | |
| 381 | 
             
                                        "_type": "Value"
         | 
| 382 | 
             
                                    },
         | 
| 383 | 
             
                                    "label": {
         | 
| 384 | 
             
                                        "dtype": "string",
         | 
|  | |
| 385 | 
             
                                        "_type": "Value"
         | 
| 386 | 
             
                                    },
         | 
| 387 | 
             
                                    "para": {
         | 
| 388 | 
             
                                        "dtype": "string",
         | 
|  | |
| 389 | 
             
                                        "_type": "Value"
         | 
| 390 | 
             
                                    }
         | 
| 391 | 
             
                                },
         | 
|  | |
|  | |
| 392 | 
             
                                "_type": "Sequence"
         | 
| 393 | 
             
                            }
         | 
| 394 | 
             
                        },
         | 
| 395 | 
             
                        "answerKey": {
         | 
| 396 | 
             
                            "dtype": "string",
         | 
|  | |
| 397 | 
             
                            "_type": "Value"
         | 
| 398 | 
             
                        },
         | 
| 399 | 
             
                        "info": {
         | 
| 400 | 
             
                            "grade": {
         | 
| 401 | 
             
                                "dtype": "int32",
         | 
|  | |
| 402 | 
             
                                "_type": "Value"
         | 
| 403 | 
             
                            },
         | 
| 404 | 
             
                            "subject": {
         | 
| 405 | 
             
                                "dtype": "string",
         | 
|  | |
| 406 | 
             
                                "_type": "Value"
         | 
| 407 | 
             
                            },
         | 
| 408 | 
             
                            "language": {
         | 
| 409 | 
             
                                "dtype": "string",
         | 
|  | |
| 410 | 
             
                                "_type": "Value"
         | 
| 411 | 
             
                            }
         | 
| 412 | 
             
                        }
         | 
| 413 | 
             
                    },
         | 
|  | |
|  | |
|  | |
| 414 | 
             
                    "builder_name": "exams",
         | 
| 415 | 
            +
                    "dataset_name": "exams",
         | 
| 416 | 
             
                    "config_name": "crosslingual_bg",
         | 
| 417 | 
             
                    "version": {
         | 
| 418 | 
             
                        "version_str": "1.0.0",
         | 
|  | |
| 424 | 
             
                    "splits": {
         | 
| 425 | 
             
                        "train": {
         | 
| 426 | 
             
                            "name": "train",
         | 
| 427 | 
            +
                            "num_bytes": 1077329,
         | 
| 428 | 
             
                            "num_examples": 2344,
         | 
| 429 | 
            +
                            "dataset_name": null
         | 
| 430 | 
             
                        },
         | 
| 431 | 
             
                        "validation": {
         | 
| 432 | 
             
                            "name": "validation",
         | 
| 433 | 
            +
                            "num_bytes": 281771,
         | 
| 434 | 
             
                            "num_examples": 593,
         | 
| 435 | 
            +
                            "dataset_name": null
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 436 | 
             
                        }
         | 
| 437 | 
             
                    },
         | 
| 438 | 
            +
                    "download_size": 514922,
         | 
| 439 | 
            +
                    "dataset_size": 1359100,
         | 
| 440 | 
            +
                    "size_in_bytes": 1874022
         | 
|  | |
| 441 | 
             
                },
         | 
| 442 | 
             
                "crosslingual_with_para_bg": {
         | 
| 443 | 
             
                    "description": "EXAMS is a benchmark dataset for multilingual and cross-lingual question answering from high school examinations.\nIt consists of more than 24,000 high-quality high school exam questions in 16 languages,\ncovering 8 language families and 24 school subjects from Natural Sciences and Social Sciences, among others.\n",
         | 

