Add homepage

#3
by albertvillanova HF staff - opened
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"