Update inquisitiveqg.py
Browse files- inquisitiveqg.py +1 -1
inquisitiveqg.py
CHANGED
@@ -41,7 +41,7 @@ the rest are not, but any of them would help further the reader’s understandin
|
|
41 |
This resource could enable question generation models to simulate human-like curiosity and cognitive processing, which may open up a new realm of applications.
|
42 |
"""
|
43 |
|
44 |
-
_ARTICLES_URL = "https://github.com/wjko2/INQUISITIVE/raw/
|
45 |
_QUESTIONS_URL = "https://github.com/wjko2/INQUISITIVE/raw/master/questions.txt"
|
46 |
|
47 |
ALL_ARTICLE_IDS = list(range(1, 1501))
|
|
|
41 |
This resource could enable question generation models to simulate human-like curiosity and cognitive processing, which may open up a new realm of applications.
|
42 |
"""
|
43 |
|
44 |
+
_ARTICLES_URL = "https://github.com/wjko2/INQUISITIVE/raw/42f9b22b2d6b7159ddcbf0b96ecf86997a1d77be/articles.tgz"
|
45 |
_QUESTIONS_URL = "https://github.com/wjko2/INQUISITIVE/raw/master/questions.txt"
|
46 |
|
47 |
ALL_ARTICLE_IDS = list(range(1, 1501))
|