Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
1f45c80
1 Parent(s): 4e0d6bb
Files changed (2) hide show
  1. README.md +1 -1
  2. 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.com/wenhuchen/HybridQA"
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"