Update qamr.py
Browse files
qamr.py
CHANGED
@@ -81,11 +81,11 @@ SOFTWARE."""
|
|
81 |
|
82 |
|
83 |
_URLs = {
|
84 |
-
"train": "https://github.com/uwnlp/qamr/raw/
|
85 |
-
"dev": "https://github.com/uwnlp/qamr/raw/
|
86 |
-
"test": "https://github.com/uwnlp/qamr/raw/
|
87 |
-
"ptb": "https://github.com/uwnlp/qamr/raw/
|
88 |
-
"sentences": "https://github.com/uwnlp/qamr/raw/
|
89 |
}
|
90 |
|
91 |
TSV_COLUMNS = ["sentence_id", "target_words", "worker_id", "QA_id", "target_word_id", "question", "answer_indices", "validator_1_response", "validator_2_response"]
|
|
|
81 |
|
82 |
|
83 |
_URLs = {
|
84 |
+
"train": "https://github.com/uwnlp/qamr/raw/main/data/filtered/train.tsv",
|
85 |
+
"dev": "https://github.com/uwnlp/qamr/raw/main/data/filtered/dev.tsv",
|
86 |
+
"test": "https://github.com/uwnlp/qamr/raw/main/data/filtered/test.tsv",
|
87 |
+
"ptb": "https://github.com/uwnlp/qamr/raw/main/data/filtered/ptb.tsv",
|
88 |
+
"sentences": "https://github.com/uwnlp/qamr/raw/main/data/wiki-sentences.tsv",
|
89 |
}
|
90 |
|
91 |
TSV_COLUMNS = ["sentence_id", "target_words", "worker_id", "QA_id", "target_word_id", "question", "answer_indices", "validator_1_response", "validator_2_response"]
|