Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# QA-SRL 2020 (Gold Standard)
|
2 |
+
The dataset contains question-answer pairs to model verbal predicate-argument structure.
|
3 |
+
The questions start with wh-words (Who, What, Where, What, etc.) and contain a verb predicate in the sentence; the answers are phrases in the sentence.
|
4 |
+
This dataset, a.k.a "QASRL-GS" (Gold Standard) or "QASRL-2020", which was constructed via controlled crowdsourcing, includes high-quality QA-SRL annotations to serve as an evaluation set (dev and test) for models trained on the large-scale QA-SRL dataset (you can find it in this hub as [kleinay/qa_srl2018](https://huggingface.co/datasets/kleinay/qa_srl2018)).
|
5 |
+
|
6 |
+
See the paper for details: [Controlled Crowdsourcing for High-Quality QA-SRL Annotation, Roit et. al., 2020](https://aclanthology.org/2020.acl-main.626/).
|
7 |
+
|
8 |
+
Check out our [GitHub repository](https://github.com/plroit/qasrl-gs) to find code for evaluation.
|
9 |
+
|
10 |
+
The dataset was annotated by selected workers from Amazon Mechanical Turk.
|