Commit
•
3053bc5
1
Parent(s):
89010f1
Add wned data files
Browse files- README.md +10 -4
- dataset_infos.json +8 -52
- wned/test-00000-of-00001.parquet +3 -0
- wned/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -929,13 +929,13 @@ dataset_info:
|
|
929 |
dtype: string
|
930 |
splits:
|
931 |
- name: validation
|
932 |
-
num_bytes:
|
933 |
num_examples: 3396
|
934 |
- name: test
|
935 |
-
num_bytes:
|
936 |
num_examples: 3376
|
937 |
-
download_size:
|
938 |
-
dataset_size:
|
939 |
- config_name: wow
|
940 |
features:
|
941 |
- name: id
|
@@ -1058,6 +1058,12 @@ configs:
|
|
1058 |
path: triviaqa_support_only/validation-*
|
1059 |
- split: test
|
1060 |
path: triviaqa_support_only/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
1061 |
---
|
1062 |
|
1063 |
# Dataset Card for KILT
|
|
|
929 |
dtype: string
|
930 |
splits:
|
931 |
- name: validation
|
932 |
+
num_bytes: 12659518
|
933 |
num_examples: 3396
|
934 |
- name: test
|
935 |
+
num_bytes: 13080824
|
936 |
num_examples: 3376
|
937 |
+
download_size: 3608615
|
938 |
+
dataset_size: 25740342
|
939 |
- config_name: wow
|
940 |
features:
|
941 |
- name: id
|
|
|
1058 |
path: triviaqa_support_only/validation-*
|
1059 |
- split: test
|
1060 |
path: triviaqa_support_only/test-*
|
1061 |
+
- config_name: wned
|
1062 |
+
data_files:
|
1063 |
+
- split: validation
|
1064 |
+
path: wned/validation-*
|
1065 |
+
- split: test
|
1066 |
+
path: wned/test-*
|
1067 |
---
|
1068 |
|
1069 |
# Dataset Card for KILT
|
dataset_infos.json
CHANGED
@@ -583,62 +583,51 @@
|
|
583 |
"features": {
|
584 |
"id": {
|
585 |
"dtype": "string",
|
586 |
-
"id": null,
|
587 |
"_type": "Value"
|
588 |
},
|
589 |
"input": {
|
590 |
"dtype": "string",
|
591 |
-
"id": null,
|
592 |
"_type": "Value"
|
593 |
},
|
594 |
"meta": {
|
595 |
"left_context": {
|
596 |
"dtype": "string",
|
597 |
-
"id": null,
|
598 |
"_type": "Value"
|
599 |
},
|
600 |
"mention": {
|
601 |
"dtype": "string",
|
602 |
-
"id": null,
|
603 |
"_type": "Value"
|
604 |
},
|
605 |
"right_context": {
|
606 |
"dtype": "string",
|
607 |
-
"id": null,
|
608 |
"_type": "Value"
|
609 |
},
|
610 |
"partial_evidence": [
|
611 |
{
|
612 |
"start_paragraph_id": {
|
613 |
"dtype": "int32",
|
614 |
-
"id": null,
|
615 |
"_type": "Value"
|
616 |
},
|
617 |
"end_paragraph_id": {
|
618 |
"dtype": "int32",
|
619 |
-
"id": null,
|
620 |
"_type": "Value"
|
621 |
},
|
622 |
"title": {
|
623 |
"dtype": "string",
|
624 |
-
"id": null,
|
625 |
"_type": "Value"
|
626 |
},
|
627 |
"section": {
|
628 |
"dtype": "string",
|
629 |
-
"id": null,
|
630 |
"_type": "Value"
|
631 |
},
|
632 |
"wikipedia_id": {
|
633 |
"dtype": "string",
|
634 |
-
"id": null,
|
635 |
"_type": "Value"
|
636 |
},
|
637 |
"meta": {
|
638 |
"evidence_span": [
|
639 |
{
|
640 |
"dtype": "string",
|
641 |
-
"id": null,
|
642 |
"_type": "Value"
|
643 |
}
|
644 |
]
|
@@ -648,28 +637,24 @@
|
|
648 |
"obj_surface": [
|
649 |
{
|
650 |
"dtype": "string",
|
651 |
-
"id": null,
|
652 |
"_type": "Value"
|
653 |
}
|
654 |
],
|
655 |
"sub_surface": [
|
656 |
{
|
657 |
"dtype": "string",
|
658 |
-
"id": null,
|
659 |
"_type": "Value"
|
660 |
}
|
661 |
],
|
662 |
"subj_aliases": [
|
663 |
{
|
664 |
"dtype": "string",
|
665 |
-
"id": null,
|
666 |
"_type": "Value"
|
667 |
}
|
668 |
],
|
669 |
"template_questions": [
|
670 |
{
|
671 |
"dtype": "string",
|
672 |
-
"id": null,
|
673 |
"_type": "Value"
|
674 |
}
|
675 |
]
|
@@ -678,13 +663,11 @@
|
|
678 |
{
|
679 |
"answer": {
|
680 |
"dtype": "string",
|
681 |
-
"id": null,
|
682 |
"_type": "Value"
|
683 |
},
|
684 |
"meta": {
|
685 |
"score": {
|
686 |
"dtype": "int32",
|
687 |
-
"id": null,
|
688 |
"_type": "Value"
|
689 |
}
|
690 |
},
|
@@ -692,71 +675,58 @@
|
|
692 |
{
|
693 |
"bleu_score": {
|
694 |
"dtype": "float32",
|
695 |
-
"id": null,
|
696 |
"_type": "Value"
|
697 |
},
|
698 |
"start_character": {
|
699 |
"dtype": "int32",
|
700 |
-
"id": null,
|
701 |
"_type": "Value"
|
702 |
},
|
703 |
"start_paragraph_id": {
|
704 |
"dtype": "int32",
|
705 |
-
"id": null,
|
706 |
"_type": "Value"
|
707 |
},
|
708 |
"end_character": {
|
709 |
"dtype": "int32",
|
710 |
-
"id": null,
|
711 |
"_type": "Value"
|
712 |
},
|
713 |
"end_paragraph_id": {
|
714 |
"dtype": "int32",
|
715 |
-
"id": null,
|
716 |
"_type": "Value"
|
717 |
},
|
718 |
"meta": {
|
719 |
"fever_page_id": {
|
720 |
"dtype": "string",
|
721 |
-
"id": null,
|
722 |
"_type": "Value"
|
723 |
},
|
724 |
"fever_sentence_id": {
|
725 |
"dtype": "int32",
|
726 |
-
"id": null,
|
727 |
"_type": "Value"
|
728 |
},
|
729 |
"annotation_id": {
|
730 |
"dtype": "string",
|
731 |
-
"id": null,
|
732 |
"_type": "Value"
|
733 |
},
|
734 |
"yes_no_answer": {
|
735 |
"dtype": "string",
|
736 |
-
"id": null,
|
737 |
"_type": "Value"
|
738 |
},
|
739 |
"evidence_span": [
|
740 |
{
|
741 |
"dtype": "string",
|
742 |
-
"id": null,
|
743 |
"_type": "Value"
|
744 |
}
|
745 |
]
|
746 |
},
|
747 |
"section": {
|
748 |
"dtype": "string",
|
749 |
-
"id": null,
|
750 |
"_type": "Value"
|
751 |
},
|
752 |
"title": {
|
753 |
"dtype": "string",
|
754 |
-
"id": null,
|
755 |
"_type": "Value"
|
756 |
},
|
757 |
"wikipedia_id": {
|
758 |
"dtype": "string",
|
759 |
-
"id": null,
|
760 |
"_type": "Value"
|
761 |
}
|
762 |
}
|
@@ -764,14 +734,11 @@
|
|
764 |
}
|
765 |
]
|
766 |
},
|
767 |
-
"post_processed": null,
|
768 |
-
"supervised_keys": null,
|
769 |
-
"task_templates": null,
|
770 |
"builder_name": "kilt_tasks",
|
|
|
771 |
"config_name": "wned",
|
772 |
"version": {
|
773 |
"version_str": "1.0.0",
|
774 |
-
"description": null,
|
775 |
"major": 1,
|
776 |
"minor": 0,
|
777 |
"patch": 0
|
@@ -779,31 +746,20 @@
|
|
779 |
"splits": {
|
780 |
"validation": {
|
781 |
"name": "validation",
|
782 |
-
"num_bytes":
|
783 |
"num_examples": 3396,
|
784 |
-
"dataset_name":
|
785 |
},
|
786 |
"test": {
|
787 |
"name": "test",
|
788 |
-
"num_bytes":
|
789 |
"num_examples": 3376,
|
790 |
-
"dataset_name":
|
791 |
-
}
|
792 |
-
},
|
793 |
-
"download_checksums": {
|
794 |
-
"http://dl.fbaipublicfiles.com/KILT/wned-dev-kilt.jsonl": {
|
795 |
-
"num_bytes": 12868348,
|
796 |
-
"checksum": "e8e91d120abcb3433c952541aebd8dbf0c6abe3c378bdd64cd6d2186738cfbaf"
|
797 |
-
},
|
798 |
-
"http://dl.fbaipublicfiles.com/KILT/wned-test_without_answers-kilt.jsonl": {
|
799 |
-
"num_bytes": 13295124,
|
800 |
-
"checksum": "f7b220d404d474f617b00c4a030a87024835b72aff131016716b84feca4d95ee"
|
801 |
}
|
802 |
},
|
803 |
-
"download_size":
|
804 |
-
"
|
805 |
-
"
|
806 |
-
"size_in_bytes": 51905462
|
807 |
},
|
808 |
"cweb": {
|
809 |
"description": "KILT tasks training and evaluation data.\n- [FEVER](https://fever.ai) | Fact Checking | fever\n- [AIDA CoNLL-YAGO](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/ambiverse-nlu/aida/downloads) | Entity Linking | aidayago2\n- [WNED-WIKI](https://github.com/U-Alberta/wned) | Entity Linking | wned\n- [WNED-CWEB](https://github.com/U-Alberta/wned) | Entity Linking | cweb\n- [T-REx](https://hadyelsahar.github.io/t-rex) | Slot Filling | trex\n- [Zero-Shot RE](http://nlp.cs.washington.edu/zeroshot) | Slot Filling | structured_zeroshot\n- [Natural Questions](https://ai.google.com/research/NaturalQuestions) | Open Domain QA | nq\n- [HotpotQA](https://hotpotqa.github.io) | Open Domain QA | hotpotqa\n- [TriviaQA](http://nlp.cs.washington.edu/triviaqa) | Open Domain QA | triviaqa\n- [ELI5](https://facebookresearch.github.io/ELI5/explore.html) | Open Domain QA | eli5\n- [Wizard of Wikipedia](https://parl.ai/projects/wizard_of_wikipedia) | Dialogue | wow\n\nTo finish linking TriviaQA questions to the IDs provided, follow the instructions [here](http://github.com/huggingface/datasets/datasets/kilt_tasks/README.md).\n",
|
|
|
583 |
"features": {
|
584 |
"id": {
|
585 |
"dtype": "string",
|
|
|
586 |
"_type": "Value"
|
587 |
},
|
588 |
"input": {
|
589 |
"dtype": "string",
|
|
|
590 |
"_type": "Value"
|
591 |
},
|
592 |
"meta": {
|
593 |
"left_context": {
|
594 |
"dtype": "string",
|
|
|
595 |
"_type": "Value"
|
596 |
},
|
597 |
"mention": {
|
598 |
"dtype": "string",
|
|
|
599 |
"_type": "Value"
|
600 |
},
|
601 |
"right_context": {
|
602 |
"dtype": "string",
|
|
|
603 |
"_type": "Value"
|
604 |
},
|
605 |
"partial_evidence": [
|
606 |
{
|
607 |
"start_paragraph_id": {
|
608 |
"dtype": "int32",
|
|
|
609 |
"_type": "Value"
|
610 |
},
|
611 |
"end_paragraph_id": {
|
612 |
"dtype": "int32",
|
|
|
613 |
"_type": "Value"
|
614 |
},
|
615 |
"title": {
|
616 |
"dtype": "string",
|
|
|
617 |
"_type": "Value"
|
618 |
},
|
619 |
"section": {
|
620 |
"dtype": "string",
|
|
|
621 |
"_type": "Value"
|
622 |
},
|
623 |
"wikipedia_id": {
|
624 |
"dtype": "string",
|
|
|
625 |
"_type": "Value"
|
626 |
},
|
627 |
"meta": {
|
628 |
"evidence_span": [
|
629 |
{
|
630 |
"dtype": "string",
|
|
|
631 |
"_type": "Value"
|
632 |
}
|
633 |
]
|
|
|
637 |
"obj_surface": [
|
638 |
{
|
639 |
"dtype": "string",
|
|
|
640 |
"_type": "Value"
|
641 |
}
|
642 |
],
|
643 |
"sub_surface": [
|
644 |
{
|
645 |
"dtype": "string",
|
|
|
646 |
"_type": "Value"
|
647 |
}
|
648 |
],
|
649 |
"subj_aliases": [
|
650 |
{
|
651 |
"dtype": "string",
|
|
|
652 |
"_type": "Value"
|
653 |
}
|
654 |
],
|
655 |
"template_questions": [
|
656 |
{
|
657 |
"dtype": "string",
|
|
|
658 |
"_type": "Value"
|
659 |
}
|
660 |
]
|
|
|
663 |
{
|
664 |
"answer": {
|
665 |
"dtype": "string",
|
|
|
666 |
"_type": "Value"
|
667 |
},
|
668 |
"meta": {
|
669 |
"score": {
|
670 |
"dtype": "int32",
|
|
|
671 |
"_type": "Value"
|
672 |
}
|
673 |
},
|
|
|
675 |
{
|
676 |
"bleu_score": {
|
677 |
"dtype": "float32",
|
|
|
678 |
"_type": "Value"
|
679 |
},
|
680 |
"start_character": {
|
681 |
"dtype": "int32",
|
|
|
682 |
"_type": "Value"
|
683 |
},
|
684 |
"start_paragraph_id": {
|
685 |
"dtype": "int32",
|
|
|
686 |
"_type": "Value"
|
687 |
},
|
688 |
"end_character": {
|
689 |
"dtype": "int32",
|
|
|
690 |
"_type": "Value"
|
691 |
},
|
692 |
"end_paragraph_id": {
|
693 |
"dtype": "int32",
|
|
|
694 |
"_type": "Value"
|
695 |
},
|
696 |
"meta": {
|
697 |
"fever_page_id": {
|
698 |
"dtype": "string",
|
|
|
699 |
"_type": "Value"
|
700 |
},
|
701 |
"fever_sentence_id": {
|
702 |
"dtype": "int32",
|
|
|
703 |
"_type": "Value"
|
704 |
},
|
705 |
"annotation_id": {
|
706 |
"dtype": "string",
|
|
|
707 |
"_type": "Value"
|
708 |
},
|
709 |
"yes_no_answer": {
|
710 |
"dtype": "string",
|
|
|
711 |
"_type": "Value"
|
712 |
},
|
713 |
"evidence_span": [
|
714 |
{
|
715 |
"dtype": "string",
|
|
|
716 |
"_type": "Value"
|
717 |
}
|
718 |
]
|
719 |
},
|
720 |
"section": {
|
721 |
"dtype": "string",
|
|
|
722 |
"_type": "Value"
|
723 |
},
|
724 |
"title": {
|
725 |
"dtype": "string",
|
|
|
726 |
"_type": "Value"
|
727 |
},
|
728 |
"wikipedia_id": {
|
729 |
"dtype": "string",
|
|
|
730 |
"_type": "Value"
|
731 |
}
|
732 |
}
|
|
|
734 |
}
|
735 |
]
|
736 |
},
|
|
|
|
|
|
|
737 |
"builder_name": "kilt_tasks",
|
738 |
+
"dataset_name": "kilt_tasks",
|
739 |
"config_name": "wned",
|
740 |
"version": {
|
741 |
"version_str": "1.0.0",
|
|
|
742 |
"major": 1,
|
743 |
"minor": 0,
|
744 |
"patch": 0
|
|
|
746 |
"splits": {
|
747 |
"validation": {
|
748 |
"name": "validation",
|
749 |
+
"num_bytes": 12659518,
|
750 |
"num_examples": 3396,
|
751 |
+
"dataset_name": null
|
752 |
},
|
753 |
"test": {
|
754 |
"name": "test",
|
755 |
+
"num_bytes": 13080824,
|
756 |
"num_examples": 3376,
|
757 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
758 |
}
|
759 |
},
|
760 |
+
"download_size": 3608615,
|
761 |
+
"dataset_size": 25740342,
|
762 |
+
"size_in_bytes": 29348957
|
|
|
763 |
},
|
764 |
"cweb": {
|
765 |
"description": "KILT tasks training and evaluation data.\n- [FEVER](https://fever.ai) | Fact Checking | fever\n- [AIDA CoNLL-YAGO](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/ambiverse-nlu/aida/downloads) | Entity Linking | aidayago2\n- [WNED-WIKI](https://github.com/U-Alberta/wned) | Entity Linking | wned\n- [WNED-CWEB](https://github.com/U-Alberta/wned) | Entity Linking | cweb\n- [T-REx](https://hadyelsahar.github.io/t-rex) | Slot Filling | trex\n- [Zero-Shot RE](http://nlp.cs.washington.edu/zeroshot) | Slot Filling | structured_zeroshot\n- [Natural Questions](https://ai.google.com/research/NaturalQuestions) | Open Domain QA | nq\n- [HotpotQA](https://hotpotqa.github.io) | Open Domain QA | hotpotqa\n- [TriviaQA](http://nlp.cs.washington.edu/triviaqa) | Open Domain QA | triviaqa\n- [ELI5](https://facebookresearch.github.io/ELI5/explore.html) | Open Domain QA | eli5\n- [Wizard of Wikipedia](https://parl.ai/projects/wizard_of_wikipedia) | Dialogue | wow\n\nTo finish linking TriviaQA questions to the IDs provided, follow the instructions [here](http://github.com/huggingface/datasets/datasets/kilt_tasks/README.md).\n",
|
wned/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1b4ffdf6649e3c30d1acfe10b75338103c50496afa6bc036d91de4d3ece6bc6
|
3 |
+
size 1795428
|
wned/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:697f2eafc3739f7c5f510782caf95cba4a8072c02b0147f3585cf651e511b812
|
3 |
+
size 1813187
|