Datasets:
Tasks:
Question Answering
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
multihop-tabular-text-qa
License:
Commit
•
1f45c80
1
Parent(s):
4e0d6bb
Add homepage (#3)
Browse files- Add homepage (691236b1d59629278bd82556e3ef507084211792)
- README.md +1 -1
- hybrid_qa.py +1 -1
README.md
CHANGED
@@ -101,7 +101,7 @@ dataset_info:
|
|
101 |
|
102 |
## Dataset Description
|
103 |
|
104 |
-
- **Homepage:**
|
105 |
- **Repository:** [GitHub](https://github.com/wenhuchen/HybridQA)
|
106 |
- **Paper:** [HybridQA: A Dataset of Multi-Hop Question Answering over Tabular and Textual Data](https://arxiv.org/abs/1909.05358)
|
107 |
- **Leaderboard:** [HybridQA Competition](https://competitions.codalab.org/competitions/24420)
|
|
|
101 |
|
102 |
## Dataset Description
|
103 |
|
104 |
+
- **Homepage:** https://hybridqa.github.io/index.html
|
105 |
- **Repository:** [GitHub](https://github.com/wenhuchen/HybridQA)
|
106 |
- **Paper:** [HybridQA: A Dataset of Multi-Hop Question Answering over Tabular and Textual Data](https://arxiv.org/abs/1909.05358)
|
107 |
- **Leaderboard:** [HybridQA Competition](https://competitions.codalab.org/competitions/24420)
|
hybrid_qa.py
CHANGED
@@ -41,7 +41,7 @@ to aggregate both tabular information and text information, i.e., \
|
|
41 |
lack of either form would render the question unanswerable.
|
42 |
"""
|
43 |
|
44 |
-
_HOMEPAGE = "https://github.
|
45 |
|
46 |
_WIKI_TABLES_GIT_ARCHIVE_URL = (
|
47 |
"https://github.com/wenhuchen/WikiTables-WithLinks/archive/f4ed68e54e25c495f63d309de0b89c0f97b3c508.zip"
|
|
|
41 |
lack of either form would render the question unanswerable.
|
42 |
"""
|
43 |
|
44 |
+
_HOMEPAGE = "https://hybridqa.github.io/index.html"
|
45 |
|
46 |
_WIKI_TABLES_GIT_ARCHIVE_URL = (
|
47 |
"https://github.com/wenhuchen/WikiTables-WithLinks/archive/f4ed68e54e25c495f63d309de0b89c0f97b3c508.zip"
|