Commit
·
fae7986
1
Parent(s):
4aa12ec
Add eli5 data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -58
- eli5/test-00000-of-00001.parquet +3 -0
- eli5/train-00000-of-00002.parquet +3 -0
- eli5/train-00001-of-00002.parquet +3 -0
- eli5/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -313,16 +313,16 @@ dataset_info:
|
|
313 |
dtype: string
|
314 |
splits:
|
315 |
- name: train
|
316 |
-
num_bytes:
|
317 |
num_examples: 272634
|
318 |
- name: validation
|
319 |
-
num_bytes:
|
320 |
num_examples: 1507
|
321 |
- name: test
|
322 |
-
num_bytes:
|
323 |
num_examples: 600
|
324 |
-
download_size:
|
325 |
-
dataset_size:
|
326 |
- config_name: fever
|
327 |
features:
|
328 |
- name: id
|
@@ -1039,6 +1039,14 @@ configs:
|
|
1039 |
path: cweb/validation-*
|
1040 |
- split: test
|
1041 |
path: cweb/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1042 |
- config_name: fever
|
1043 |
data_files:
|
1044 |
- split: train
|
|
|
313 |
dtype: string
|
314 |
splits:
|
315 |
- name: train
|
316 |
+
num_bytes: 525554458
|
317 |
num_examples: 272634
|
318 |
- name: validation
|
319 |
+
num_bytes: 13860033
|
320 |
num_examples: 1507
|
321 |
- name: test
|
322 |
+
num_bytes: 107092
|
323 |
num_examples: 600
|
324 |
+
download_size: 329302944
|
325 |
+
dataset_size: 539521583
|
326 |
- config_name: fever
|
327 |
features:
|
328 |
- name: id
|
|
|
1039 |
path: cweb/validation-*
|
1040 |
- split: test
|
1041 |
path: cweb/test-*
|
1042 |
+
- config_name: eli5
|
1043 |
+
data_files:
|
1044 |
+
- split: train
|
1045 |
+
path: eli5/train-*
|
1046 |
+
- split: validation
|
1047 |
+
path: eli5/validation-*
|
1048 |
+
- split: test
|
1049 |
+
path: eli5/test-*
|
1050 |
- config_name: fever
|
1051 |
data_files:
|
1052 |
- split: train
|
dataset_infos.json
CHANGED
@@ -1723,62 +1723,51 @@
|
|
1723 |
"features": {
|
1724 |
"id": {
|
1725 |
"dtype": "string",
|
1726 |
-
"id": null,
|
1727 |
"_type": "Value"
|
1728 |
},
|
1729 |
"input": {
|
1730 |
"dtype": "string",
|
1731 |
-
"id": null,
|
1732 |
"_type": "Value"
|
1733 |
},
|
1734 |
"meta": {
|
1735 |
"left_context": {
|
1736 |
"dtype": "string",
|
1737 |
-
"id": null,
|
1738 |
"_type": "Value"
|
1739 |
},
|
1740 |
"mention": {
|
1741 |
"dtype": "string",
|
1742 |
-
"id": null,
|
1743 |
"_type": "Value"
|
1744 |
},
|
1745 |
"right_context": {
|
1746 |
"dtype": "string",
|
1747 |
-
"id": null,
|
1748 |
"_type": "Value"
|
1749 |
},
|
1750 |
"partial_evidence": [
|
1751 |
{
|
1752 |
"start_paragraph_id": {
|
1753 |
"dtype": "int32",
|
1754 |
-
"id": null,
|
1755 |
"_type": "Value"
|
1756 |
},
|
1757 |
"end_paragraph_id": {
|
1758 |
"dtype": "int32",
|
1759 |
-
"id": null,
|
1760 |
"_type": "Value"
|
1761 |
},
|
1762 |
"title": {
|
1763 |
"dtype": "string",
|
1764 |
-
"id": null,
|
1765 |
"_type": "Value"
|
1766 |
},
|
1767 |
"section": {
|
1768 |
"dtype": "string",
|
1769 |
-
"id": null,
|
1770 |
"_type": "Value"
|
1771 |
},
|
1772 |
"wikipedia_id": {
|
1773 |
"dtype": "string",
|
1774 |
-
"id": null,
|
1775 |
"_type": "Value"
|
1776 |
},
|
1777 |
"meta": {
|
1778 |
"evidence_span": [
|
1779 |
{
|
1780 |
"dtype": "string",
|
1781 |
-
"id": null,
|
1782 |
"_type": "Value"
|
1783 |
}
|
1784 |
]
|
@@ -1788,28 +1777,24 @@
|
|
1788 |
"obj_surface": [
|
1789 |
{
|
1790 |
"dtype": "string",
|
1791 |
-
"id": null,
|
1792 |
"_type": "Value"
|
1793 |
}
|
1794 |
],
|
1795 |
"sub_surface": [
|
1796 |
{
|
1797 |
"dtype": "string",
|
1798 |
-
"id": null,
|
1799 |
"_type": "Value"
|
1800 |
}
|
1801 |
],
|
1802 |
"subj_aliases": [
|
1803 |
{
|
1804 |
"dtype": "string",
|
1805 |
-
"id": null,
|
1806 |
"_type": "Value"
|
1807 |
}
|
1808 |
],
|
1809 |
"template_questions": [
|
1810 |
{
|
1811 |
"dtype": "string",
|
1812 |
-
"id": null,
|
1813 |
"_type": "Value"
|
1814 |
}
|
1815 |
]
|
@@ -1818,13 +1803,11 @@
|
|
1818 |
{
|
1819 |
"answer": {
|
1820 |
"dtype": "string",
|
1821 |
-
"id": null,
|
1822 |
"_type": "Value"
|
1823 |
},
|
1824 |
"meta": {
|
1825 |
"score": {
|
1826 |
"dtype": "int32",
|
1827 |
-
"id": null,
|
1828 |
"_type": "Value"
|
1829 |
}
|
1830 |
},
|
@@ -1832,71 +1815,58 @@
|
|
1832 |
{
|
1833 |
"bleu_score": {
|
1834 |
"dtype": "float32",
|
1835 |
-
"id": null,
|
1836 |
"_type": "Value"
|
1837 |
},
|
1838 |
"start_character": {
|
1839 |
"dtype": "int32",
|
1840 |
-
"id": null,
|
1841 |
"_type": "Value"
|
1842 |
},
|
1843 |
"start_paragraph_id": {
|
1844 |
"dtype": "int32",
|
1845 |
-
"id": null,
|
1846 |
"_type": "Value"
|
1847 |
},
|
1848 |
"end_character": {
|
1849 |
"dtype": "int32",
|
1850 |
-
"id": null,
|
1851 |
"_type": "Value"
|
1852 |
},
|
1853 |
"end_paragraph_id": {
|
1854 |
"dtype": "int32",
|
1855 |
-
"id": null,
|
1856 |
"_type": "Value"
|
1857 |
},
|
1858 |
"meta": {
|
1859 |
"fever_page_id": {
|
1860 |
"dtype": "string",
|
1861 |
-
"id": null,
|
1862 |
"_type": "Value"
|
1863 |
},
|
1864 |
"fever_sentence_id": {
|
1865 |
"dtype": "int32",
|
1866 |
-
"id": null,
|
1867 |
"_type": "Value"
|
1868 |
},
|
1869 |
"annotation_id": {
|
1870 |
"dtype": "string",
|
1871 |
-
"id": null,
|
1872 |
"_type": "Value"
|
1873 |
},
|
1874 |
"yes_no_answer": {
|
1875 |
"dtype": "string",
|
1876 |
-
"id": null,
|
1877 |
"_type": "Value"
|
1878 |
},
|
1879 |
"evidence_span": [
|
1880 |
{
|
1881 |
"dtype": "string",
|
1882 |
-
"id": null,
|
1883 |
"_type": "Value"
|
1884 |
}
|
1885 |
]
|
1886 |
},
|
1887 |
"section": {
|
1888 |
"dtype": "string",
|
1889 |
-
"id": null,
|
1890 |
"_type": "Value"
|
1891 |
},
|
1892 |
"title": {
|
1893 |
"dtype": "string",
|
1894 |
-
"id": null,
|
1895 |
"_type": "Value"
|
1896 |
},
|
1897 |
"wikipedia_id": {
|
1898 |
"dtype": "string",
|
1899 |
-
"id": null,
|
1900 |
"_type": "Value"
|
1901 |
}
|
1902 |
}
|
@@ -1904,14 +1874,11 @@
|
|
1904 |
}
|
1905 |
]
|
1906 |
},
|
1907 |
-
"post_processed": null,
|
1908 |
-
"supervised_keys": null,
|
1909 |
-
"task_templates": null,
|
1910 |
"builder_name": "kilt_tasks",
|
|
|
1911 |
"config_name": "eli5",
|
1912 |
"version": {
|
1913 |
"version_str": "1.0.0",
|
1914 |
-
"description": null,
|
1915 |
"major": 1,
|
1916 |
"minor": 0,
|
1917 |
"patch": 0
|
@@ -1919,41 +1886,26 @@
|
|
1919 |
"splits": {
|
1920 |
"train": {
|
1921 |
"name": "train",
|
1922 |
-
"num_bytes":
|
1923 |
"num_examples": 272634,
|
1924 |
-
"dataset_name":
|
1925 |
},
|
1926 |
"validation": {
|
1927 |
"name": "validation",
|
1928 |
-
"num_bytes":
|
1929 |
"num_examples": 1507,
|
1930 |
-
"dataset_name":
|
1931 |
},
|
1932 |
"test": {
|
1933 |
"name": "test",
|
1934 |
-
"num_bytes":
|
1935 |
"num_examples": 600,
|
1936 |
-
"dataset_name":
|
1937 |
-
}
|
1938 |
-
},
|
1939 |
-
"download_checksums": {
|
1940 |
-
"http://dl.fbaipublicfiles.com/KILT/eli5-train-kilt.jsonl": {
|
1941 |
-
"num_bytes": 548249898,
|
1942 |
-
"checksum": "66f19183bda5f5185fe98a5fe84925f6802d9b53a5bb12728ded760fd80ef0a0"
|
1943 |
-
},
|
1944 |
-
"http://dl.fbaipublicfiles.com/KILT/eli5-dev-kilt.jsonl": {
|
1945 |
-
"num_bytes": 14149811,
|
1946 |
-
"checksum": "10387a08e3277d3e5722305cef8e739279c83de0218e7b3db76b301949822303"
|
1947 |
-
},
|
1948 |
-
"http://dl.fbaipublicfiles.com/KILT/eli5-test_without_answers-kilt.jsonl": {
|
1949 |
-
"num_bytes": 98951,
|
1950 |
-
"checksum": "43f82439f15f3141d115c06fb0dc0697a2a6313705dbdec6668eaefe9925a2c3"
|
1951 |
}
|
1952 |
},
|
1953 |
-
"download_size":
|
1954 |
-
"
|
1955 |
-
"
|
1956 |
-
"size_in_bytes": 1102053411
|
1957 |
},
|
1958 |
"wow": {
|
1959 |
"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",
|
|
|
1723 |
"features": {
|
1724 |
"id": {
|
1725 |
"dtype": "string",
|
|
|
1726 |
"_type": "Value"
|
1727 |
},
|
1728 |
"input": {
|
1729 |
"dtype": "string",
|
|
|
1730 |
"_type": "Value"
|
1731 |
},
|
1732 |
"meta": {
|
1733 |
"left_context": {
|
1734 |
"dtype": "string",
|
|
|
1735 |
"_type": "Value"
|
1736 |
},
|
1737 |
"mention": {
|
1738 |
"dtype": "string",
|
|
|
1739 |
"_type": "Value"
|
1740 |
},
|
1741 |
"right_context": {
|
1742 |
"dtype": "string",
|
|
|
1743 |
"_type": "Value"
|
1744 |
},
|
1745 |
"partial_evidence": [
|
1746 |
{
|
1747 |
"start_paragraph_id": {
|
1748 |
"dtype": "int32",
|
|
|
1749 |
"_type": "Value"
|
1750 |
},
|
1751 |
"end_paragraph_id": {
|
1752 |
"dtype": "int32",
|
|
|
1753 |
"_type": "Value"
|
1754 |
},
|
1755 |
"title": {
|
1756 |
"dtype": "string",
|
|
|
1757 |
"_type": "Value"
|
1758 |
},
|
1759 |
"section": {
|
1760 |
"dtype": "string",
|
|
|
1761 |
"_type": "Value"
|
1762 |
},
|
1763 |
"wikipedia_id": {
|
1764 |
"dtype": "string",
|
|
|
1765 |
"_type": "Value"
|
1766 |
},
|
1767 |
"meta": {
|
1768 |
"evidence_span": [
|
1769 |
{
|
1770 |
"dtype": "string",
|
|
|
1771 |
"_type": "Value"
|
1772 |
}
|
1773 |
]
|
|
|
1777 |
"obj_surface": [
|
1778 |
{
|
1779 |
"dtype": "string",
|
|
|
1780 |
"_type": "Value"
|
1781 |
}
|
1782 |
],
|
1783 |
"sub_surface": [
|
1784 |
{
|
1785 |
"dtype": "string",
|
|
|
1786 |
"_type": "Value"
|
1787 |
}
|
1788 |
],
|
1789 |
"subj_aliases": [
|
1790 |
{
|
1791 |
"dtype": "string",
|
|
|
1792 |
"_type": "Value"
|
1793 |
}
|
1794 |
],
|
1795 |
"template_questions": [
|
1796 |
{
|
1797 |
"dtype": "string",
|
|
|
1798 |
"_type": "Value"
|
1799 |
}
|
1800 |
]
|
|
|
1803 |
{
|
1804 |
"answer": {
|
1805 |
"dtype": "string",
|
|
|
1806 |
"_type": "Value"
|
1807 |
},
|
1808 |
"meta": {
|
1809 |
"score": {
|
1810 |
"dtype": "int32",
|
|
|
1811 |
"_type": "Value"
|
1812 |
}
|
1813 |
},
|
|
|
1815 |
{
|
1816 |
"bleu_score": {
|
1817 |
"dtype": "float32",
|
|
|
1818 |
"_type": "Value"
|
1819 |
},
|
1820 |
"start_character": {
|
1821 |
"dtype": "int32",
|
|
|
1822 |
"_type": "Value"
|
1823 |
},
|
1824 |
"start_paragraph_id": {
|
1825 |
"dtype": "int32",
|
|
|
1826 |
"_type": "Value"
|
1827 |
},
|
1828 |
"end_character": {
|
1829 |
"dtype": "int32",
|
|
|
1830 |
"_type": "Value"
|
1831 |
},
|
1832 |
"end_paragraph_id": {
|
1833 |
"dtype": "int32",
|
|
|
1834 |
"_type": "Value"
|
1835 |
},
|
1836 |
"meta": {
|
1837 |
"fever_page_id": {
|
1838 |
"dtype": "string",
|
|
|
1839 |
"_type": "Value"
|
1840 |
},
|
1841 |
"fever_sentence_id": {
|
1842 |
"dtype": "int32",
|
|
|
1843 |
"_type": "Value"
|
1844 |
},
|
1845 |
"annotation_id": {
|
1846 |
"dtype": "string",
|
|
|
1847 |
"_type": "Value"
|
1848 |
},
|
1849 |
"yes_no_answer": {
|
1850 |
"dtype": "string",
|
|
|
1851 |
"_type": "Value"
|
1852 |
},
|
1853 |
"evidence_span": [
|
1854 |
{
|
1855 |
"dtype": "string",
|
|
|
1856 |
"_type": "Value"
|
1857 |
}
|
1858 |
]
|
1859 |
},
|
1860 |
"section": {
|
1861 |
"dtype": "string",
|
|
|
1862 |
"_type": "Value"
|
1863 |
},
|
1864 |
"title": {
|
1865 |
"dtype": "string",
|
|
|
1866 |
"_type": "Value"
|
1867 |
},
|
1868 |
"wikipedia_id": {
|
1869 |
"dtype": "string",
|
|
|
1870 |
"_type": "Value"
|
1871 |
}
|
1872 |
}
|
|
|
1874 |
}
|
1875 |
]
|
1876 |
},
|
|
|
|
|
|
|
1877 |
"builder_name": "kilt_tasks",
|
1878 |
+
"dataset_name": "kilt_tasks",
|
1879 |
"config_name": "eli5",
|
1880 |
"version": {
|
1881 |
"version_str": "1.0.0",
|
|
|
1882 |
"major": 1,
|
1883 |
"minor": 0,
|
1884 |
"patch": 0
|
|
|
1886 |
"splits": {
|
1887 |
"train": {
|
1888 |
"name": "train",
|
1889 |
+
"num_bytes": 525554458,
|
1890 |
"num_examples": 272634,
|
1891 |
+
"dataset_name": null
|
1892 |
},
|
1893 |
"validation": {
|
1894 |
"name": "validation",
|
1895 |
+
"num_bytes": 13860033,
|
1896 |
"num_examples": 1507,
|
1897 |
+
"dataset_name": null
|
1898 |
},
|
1899 |
"test": {
|
1900 |
"name": "test",
|
1901 |
+
"num_bytes": 107092,
|
1902 |
"num_examples": 600,
|
1903 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1904 |
}
|
1905 |
},
|
1906 |
+
"download_size": 329302944,
|
1907 |
+
"dataset_size": 539521583,
|
1908 |
+
"size_in_bytes": 868824527
|
|
|
1909 |
},
|
1910 |
"wow": {
|
1911 |
"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",
|
eli5/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b596b6b0d209797ea6214c8a96652543f0fde1e565357419654cb84657d6c90f
|
3 |
+
size 75824
|
eli5/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22440979c8847752b265923c87f9f6a4be16b00d3d864a90a2c1e1350b993559
|
3 |
+
size 164383782
|
eli5/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:613267ea655d789f7c0e9916a9ad451574135abd830baf6d8039f66b7cc064f6
|
3 |
+
size 157212168
|
eli5/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74c992b8bf798a75a518c59463bebe591b26469a71305c1011d80d8c7b400089
|
3 |
+
size 7631170
|