Commit
•
4aa12ec
1
Parent(s):
a72a291
Add hotpotqa data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -58
- hotpotqa/test-00000-of-00001.parquet +3 -0
- hotpotqa/train-00000-of-00001.parquet +3 -0
- hotpotqa/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -489,16 +489,16 @@ dataset_info:
|
|
489 |
dtype: string
|
490 |
splits:
|
491 |
- name: train
|
492 |
-
num_bytes:
|
493 |
num_examples: 88869
|
494 |
- name: validation
|
495 |
-
num_bytes:
|
496 |
num_examples: 5600
|
497 |
- name: test
|
498 |
-
num_bytes:
|
499 |
num_examples: 5569
|
500 |
-
download_size:
|
501 |
-
dataset_size:
|
502 |
- config_name: nq
|
503 |
features:
|
504 |
- name: id
|
@@ -1047,6 +1047,14 @@ configs:
|
|
1047 |
path: fever/validation-*
|
1048 |
- split: test
|
1049 |
path: fever/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1050 |
- config_name: nq
|
1051 |
data_files:
|
1052 |
- split: train
|
|
|
489 |
dtype: string
|
490 |
splits:
|
491 |
- name: train
|
492 |
+
num_bytes: 33595295
|
493 |
num_examples: 88869
|
494 |
- name: validation
|
495 |
+
num_bytes: 2371262
|
496 |
num_examples: 5600
|
497 |
- name: test
|
498 |
+
num_bytes: 887204
|
499 |
num_examples: 5569
|
500 |
+
download_size: 17914796
|
501 |
+
dataset_size: 36853761
|
502 |
- config_name: nq
|
503 |
features:
|
504 |
- name: id
|
|
|
1047 |
path: fever/validation-*
|
1048 |
- split: test
|
1049 |
path: fever/test-*
|
1050 |
+
- config_name: hotpotqa
|
1051 |
+
data_files:
|
1052 |
+
- split: train
|
1053 |
+
path: hotpotqa/train-*
|
1054 |
+
- split: validation
|
1055 |
+
path: hotpotqa/validation-*
|
1056 |
+
- split: test
|
1057 |
+
path: hotpotqa/test-*
|
1058 |
- config_name: nq
|
1059 |
data_files:
|
1060 |
- split: train
|
dataset_infos.json
CHANGED
@@ -1531,62 +1531,51 @@
|
|
1531 |
"features": {
|
1532 |
"id": {
|
1533 |
"dtype": "string",
|
1534 |
-
"id": null,
|
1535 |
"_type": "Value"
|
1536 |
},
|
1537 |
"input": {
|
1538 |
"dtype": "string",
|
1539 |
-
"id": null,
|
1540 |
"_type": "Value"
|
1541 |
},
|
1542 |
"meta": {
|
1543 |
"left_context": {
|
1544 |
"dtype": "string",
|
1545 |
-
"id": null,
|
1546 |
"_type": "Value"
|
1547 |
},
|
1548 |
"mention": {
|
1549 |
"dtype": "string",
|
1550 |
-
"id": null,
|
1551 |
"_type": "Value"
|
1552 |
},
|
1553 |
"right_context": {
|
1554 |
"dtype": "string",
|
1555 |
-
"id": null,
|
1556 |
"_type": "Value"
|
1557 |
},
|
1558 |
"partial_evidence": [
|
1559 |
{
|
1560 |
"start_paragraph_id": {
|
1561 |
"dtype": "int32",
|
1562 |
-
"id": null,
|
1563 |
"_type": "Value"
|
1564 |
},
|
1565 |
"end_paragraph_id": {
|
1566 |
"dtype": "int32",
|
1567 |
-
"id": null,
|
1568 |
"_type": "Value"
|
1569 |
},
|
1570 |
"title": {
|
1571 |
"dtype": "string",
|
1572 |
-
"id": null,
|
1573 |
"_type": "Value"
|
1574 |
},
|
1575 |
"section": {
|
1576 |
"dtype": "string",
|
1577 |
-
"id": null,
|
1578 |
"_type": "Value"
|
1579 |
},
|
1580 |
"wikipedia_id": {
|
1581 |
"dtype": "string",
|
1582 |
-
"id": null,
|
1583 |
"_type": "Value"
|
1584 |
},
|
1585 |
"meta": {
|
1586 |
"evidence_span": [
|
1587 |
{
|
1588 |
"dtype": "string",
|
1589 |
-
"id": null,
|
1590 |
"_type": "Value"
|
1591 |
}
|
1592 |
]
|
@@ -1596,28 +1585,24 @@
|
|
1596 |
"obj_surface": [
|
1597 |
{
|
1598 |
"dtype": "string",
|
1599 |
-
"id": null,
|
1600 |
"_type": "Value"
|
1601 |
}
|
1602 |
],
|
1603 |
"sub_surface": [
|
1604 |
{
|
1605 |
"dtype": "string",
|
1606 |
-
"id": null,
|
1607 |
"_type": "Value"
|
1608 |
}
|
1609 |
],
|
1610 |
"subj_aliases": [
|
1611 |
{
|
1612 |
"dtype": "string",
|
1613 |
-
"id": null,
|
1614 |
"_type": "Value"
|
1615 |
}
|
1616 |
],
|
1617 |
"template_questions": [
|
1618 |
{
|
1619 |
"dtype": "string",
|
1620 |
-
"id": null,
|
1621 |
"_type": "Value"
|
1622 |
}
|
1623 |
]
|
@@ -1626,13 +1611,11 @@
|
|
1626 |
{
|
1627 |
"answer": {
|
1628 |
"dtype": "string",
|
1629 |
-
"id": null,
|
1630 |
"_type": "Value"
|
1631 |
},
|
1632 |
"meta": {
|
1633 |
"score": {
|
1634 |
"dtype": "int32",
|
1635 |
-
"id": null,
|
1636 |
"_type": "Value"
|
1637 |
}
|
1638 |
},
|
@@ -1640,71 +1623,58 @@
|
|
1640 |
{
|
1641 |
"bleu_score": {
|
1642 |
"dtype": "float32",
|
1643 |
-
"id": null,
|
1644 |
"_type": "Value"
|
1645 |
},
|
1646 |
"start_character": {
|
1647 |
"dtype": "int32",
|
1648 |
-
"id": null,
|
1649 |
"_type": "Value"
|
1650 |
},
|
1651 |
"start_paragraph_id": {
|
1652 |
"dtype": "int32",
|
1653 |
-
"id": null,
|
1654 |
"_type": "Value"
|
1655 |
},
|
1656 |
"end_character": {
|
1657 |
"dtype": "int32",
|
1658 |
-
"id": null,
|
1659 |
"_type": "Value"
|
1660 |
},
|
1661 |
"end_paragraph_id": {
|
1662 |
"dtype": "int32",
|
1663 |
-
"id": null,
|
1664 |
"_type": "Value"
|
1665 |
},
|
1666 |
"meta": {
|
1667 |
"fever_page_id": {
|
1668 |
"dtype": "string",
|
1669 |
-
"id": null,
|
1670 |
"_type": "Value"
|
1671 |
},
|
1672 |
"fever_sentence_id": {
|
1673 |
"dtype": "int32",
|
1674 |
-
"id": null,
|
1675 |
"_type": "Value"
|
1676 |
},
|
1677 |
"annotation_id": {
|
1678 |
"dtype": "string",
|
1679 |
-
"id": null,
|
1680 |
"_type": "Value"
|
1681 |
},
|
1682 |
"yes_no_answer": {
|
1683 |
"dtype": "string",
|
1684 |
-
"id": null,
|
1685 |
"_type": "Value"
|
1686 |
},
|
1687 |
"evidence_span": [
|
1688 |
{
|
1689 |
"dtype": "string",
|
1690 |
-
"id": null,
|
1691 |
"_type": "Value"
|
1692 |
}
|
1693 |
]
|
1694 |
},
|
1695 |
"section": {
|
1696 |
"dtype": "string",
|
1697 |
-
"id": null,
|
1698 |
"_type": "Value"
|
1699 |
},
|
1700 |
"title": {
|
1701 |
"dtype": "string",
|
1702 |
-
"id": null,
|
1703 |
"_type": "Value"
|
1704 |
},
|
1705 |
"wikipedia_id": {
|
1706 |
"dtype": "string",
|
1707 |
-
"id": null,
|
1708 |
"_type": "Value"
|
1709 |
}
|
1710 |
}
|
@@ -1712,14 +1682,11 @@
|
|
1712 |
}
|
1713 |
]
|
1714 |
},
|
1715 |
-
"post_processed": null,
|
1716 |
-
"supervised_keys": null,
|
1717 |
-
"task_templates": null,
|
1718 |
"builder_name": "kilt_tasks",
|
|
|
1719 |
"config_name": "hotpotqa",
|
1720 |
"version": {
|
1721 |
"version_str": "1.0.0",
|
1722 |
-
"description": null,
|
1723 |
"major": 1,
|
1724 |
"minor": 0,
|
1725 |
"patch": 0
|
@@ -1727,41 +1694,26 @@
|
|
1727 |
"splits": {
|
1728 |
"train": {
|
1729 |
"name": "train",
|
1730 |
-
"num_bytes":
|
1731 |
"num_examples": 88869,
|
1732 |
-
"dataset_name":
|
1733 |
},
|
1734 |
"validation": {
|
1735 |
"name": "validation",
|
1736 |
-
"num_bytes":
|
1737 |
"num_examples": 5600,
|
1738 |
-
"dataset_name":
|
1739 |
},
|
1740 |
"test": {
|
1741 |
"name": "test",
|
1742 |
-
"num_bytes":
|
1743 |
"num_examples": 5569,
|
1744 |
-
"dataset_name":
|
1745 |
-
}
|
1746 |
-
},
|
1747 |
-
"download_checksums": {
|
1748 |
-
"http://dl.fbaipublicfiles.com/KILT/hotpotqa-train-kilt.jsonl": {
|
1749 |
-
"num_bytes": 52767068,
|
1750 |
-
"checksum": "7ba73ede642336703d1235c63ecb4c20ae90c7eb19d36302bffa7eb1ec7f9153"
|
1751 |
-
},
|
1752 |
-
"http://dl.fbaipublicfiles.com/KILT/hotpotqa-dev-kilt.jsonl": {
|
1753 |
-
"num_bytes": 3971321,
|
1754 |
-
"checksum": "7f2efbc22c462eb5710e5ecd99447702e7f48203eecd4489bf32a332389d70b6"
|
1755 |
-
},
|
1756 |
-
"http://dl.fbaipublicfiles.com/KILT/hotpotqa-test_without_answers-kilt.jsonl": {
|
1757 |
-
"num_bytes": 778249,
|
1758 |
-
"checksum": "656d51f53796e3ea2a1f808a22160e7363a24a05f1ac7dd094d25659d963ef51"
|
1759 |
}
|
1760 |
},
|
1761 |
-
"download_size":
|
1762 |
-
"
|
1763 |
-
"
|
1764 |
-
"size_in_bytes": 94375431
|
1765 |
},
|
1766 |
"eli5": {
|
1767 |
"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",
|
|
|
1531 |
"features": {
|
1532 |
"id": {
|
1533 |
"dtype": "string",
|
|
|
1534 |
"_type": "Value"
|
1535 |
},
|
1536 |
"input": {
|
1537 |
"dtype": "string",
|
|
|
1538 |
"_type": "Value"
|
1539 |
},
|
1540 |
"meta": {
|
1541 |
"left_context": {
|
1542 |
"dtype": "string",
|
|
|
1543 |
"_type": "Value"
|
1544 |
},
|
1545 |
"mention": {
|
1546 |
"dtype": "string",
|
|
|
1547 |
"_type": "Value"
|
1548 |
},
|
1549 |
"right_context": {
|
1550 |
"dtype": "string",
|
|
|
1551 |
"_type": "Value"
|
1552 |
},
|
1553 |
"partial_evidence": [
|
1554 |
{
|
1555 |
"start_paragraph_id": {
|
1556 |
"dtype": "int32",
|
|
|
1557 |
"_type": "Value"
|
1558 |
},
|
1559 |
"end_paragraph_id": {
|
1560 |
"dtype": "int32",
|
|
|
1561 |
"_type": "Value"
|
1562 |
},
|
1563 |
"title": {
|
1564 |
"dtype": "string",
|
|
|
1565 |
"_type": "Value"
|
1566 |
},
|
1567 |
"section": {
|
1568 |
"dtype": "string",
|
|
|
1569 |
"_type": "Value"
|
1570 |
},
|
1571 |
"wikipedia_id": {
|
1572 |
"dtype": "string",
|
|
|
1573 |
"_type": "Value"
|
1574 |
},
|
1575 |
"meta": {
|
1576 |
"evidence_span": [
|
1577 |
{
|
1578 |
"dtype": "string",
|
|
|
1579 |
"_type": "Value"
|
1580 |
}
|
1581 |
]
|
|
|
1585 |
"obj_surface": [
|
1586 |
{
|
1587 |
"dtype": "string",
|
|
|
1588 |
"_type": "Value"
|
1589 |
}
|
1590 |
],
|
1591 |
"sub_surface": [
|
1592 |
{
|
1593 |
"dtype": "string",
|
|
|
1594 |
"_type": "Value"
|
1595 |
}
|
1596 |
],
|
1597 |
"subj_aliases": [
|
1598 |
{
|
1599 |
"dtype": "string",
|
|
|
1600 |
"_type": "Value"
|
1601 |
}
|
1602 |
],
|
1603 |
"template_questions": [
|
1604 |
{
|
1605 |
"dtype": "string",
|
|
|
1606 |
"_type": "Value"
|
1607 |
}
|
1608 |
]
|
|
|
1611 |
{
|
1612 |
"answer": {
|
1613 |
"dtype": "string",
|
|
|
1614 |
"_type": "Value"
|
1615 |
},
|
1616 |
"meta": {
|
1617 |
"score": {
|
1618 |
"dtype": "int32",
|
|
|
1619 |
"_type": "Value"
|
1620 |
}
|
1621 |
},
|
|
|
1623 |
{
|
1624 |
"bleu_score": {
|
1625 |
"dtype": "float32",
|
|
|
1626 |
"_type": "Value"
|
1627 |
},
|
1628 |
"start_character": {
|
1629 |
"dtype": "int32",
|
|
|
1630 |
"_type": "Value"
|
1631 |
},
|
1632 |
"start_paragraph_id": {
|
1633 |
"dtype": "int32",
|
|
|
1634 |
"_type": "Value"
|
1635 |
},
|
1636 |
"end_character": {
|
1637 |
"dtype": "int32",
|
|
|
1638 |
"_type": "Value"
|
1639 |
},
|
1640 |
"end_paragraph_id": {
|
1641 |
"dtype": "int32",
|
|
|
1642 |
"_type": "Value"
|
1643 |
},
|
1644 |
"meta": {
|
1645 |
"fever_page_id": {
|
1646 |
"dtype": "string",
|
|
|
1647 |
"_type": "Value"
|
1648 |
},
|
1649 |
"fever_sentence_id": {
|
1650 |
"dtype": "int32",
|
|
|
1651 |
"_type": "Value"
|
1652 |
},
|
1653 |
"annotation_id": {
|
1654 |
"dtype": "string",
|
|
|
1655 |
"_type": "Value"
|
1656 |
},
|
1657 |
"yes_no_answer": {
|
1658 |
"dtype": "string",
|
|
|
1659 |
"_type": "Value"
|
1660 |
},
|
1661 |
"evidence_span": [
|
1662 |
{
|
1663 |
"dtype": "string",
|
|
|
1664 |
"_type": "Value"
|
1665 |
}
|
1666 |
]
|
1667 |
},
|
1668 |
"section": {
|
1669 |
"dtype": "string",
|
|
|
1670 |
"_type": "Value"
|
1671 |
},
|
1672 |
"title": {
|
1673 |
"dtype": "string",
|
|
|
1674 |
"_type": "Value"
|
1675 |
},
|
1676 |
"wikipedia_id": {
|
1677 |
"dtype": "string",
|
|
|
1678 |
"_type": "Value"
|
1679 |
}
|
1680 |
}
|
|
|
1682 |
}
|
1683 |
]
|
1684 |
},
|
|
|
|
|
|
|
1685 |
"builder_name": "kilt_tasks",
|
1686 |
+
"dataset_name": "kilt_tasks",
|
1687 |
"config_name": "hotpotqa",
|
1688 |
"version": {
|
1689 |
"version_str": "1.0.0",
|
|
|
1690 |
"major": 1,
|
1691 |
"minor": 0,
|
1692 |
"patch": 0
|
|
|
1694 |
"splits": {
|
1695 |
"train": {
|
1696 |
"name": "train",
|
1697 |
+
"num_bytes": 33595295,
|
1698 |
"num_examples": 88869,
|
1699 |
+
"dataset_name": null
|
1700 |
},
|
1701 |
"validation": {
|
1702 |
"name": "validation",
|
1703 |
+
"num_bytes": 2371262,
|
1704 |
"num_examples": 5600,
|
1705 |
+
"dataset_name": null
|
1706 |
},
|
1707 |
"test": {
|
1708 |
"name": "test",
|
1709 |
+
"num_bytes": 887204,
|
1710 |
"num_examples": 5569,
|
1711 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1712 |
}
|
1713 |
},
|
1714 |
+
"download_size": 17914796,
|
1715 |
+
"dataset_size": 36853761,
|
1716 |
+
"size_in_bytes": 54768557
|
|
|
1717 |
},
|
1718 |
"eli5": {
|
1719 |
"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",
|
hotpotqa/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da5bbfc9a694877d07b0770ecba2b3c4c17bf9db58bd02293c5a52318e73eb4d
|
3 |
+
size 517397
|
hotpotqa/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c7a6087f75e0b053f301db2882d68eb490e2f802de6d88808da68f8c28de0a8
|
3 |
+
size 16345346
|
hotpotqa/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0401f29a81a80c46b432753a8a0c52a7f58167ae32531a0bae870aa7f88da3c
|
3 |
+
size 1052053
|