File size: 1,314 Bytes
4f84ecc
2484f58
4f84ecc
f76f428
 
 
 
 
 
 
 
 
 
daabae0
f76f428
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---

license: Apache License, Version 2.0
---


# Dataset Card for FeedbackQA


## Dataset Description

- **Homepage: https://mcgill-nlp.github.io/feedbackQA/**
- **Repository: https://github.com/McGill-NLP/feedbackQA**
- **Paper:**
- **Leaderboard:**
- **Tasks: Question Answering**
### Dataset Summary

FeedbackQA is a retrieval-based QA dataset that contains interactive feedback from users. 
It has two parts: the first part contains a conventional RQA dataset, 
whilst this repo contains the second part, which contains feedback(ratings and natural language explanations) for QA pairs.

Please find the full dataset [here](https://github.com/McGill-NLP/feedbackQA_data).

### Languages

English

## Dataset Creation
For each question-answer pair, we collected multiple feedback, each of which consists of a rating, selected
from excellent, good, could be improved, bad, and a natural language explanation 
elaborating on the strengths and/or weaknesses of the answer.

#### Initial Data Collection and Normalization
We scraped Covid-19-related content from official websites.


### Annotations


#### Who are the annotators?

Crowd-workers


### Licensing Information

[More Information Needed]


### Contributions

[McGill-NLP](https://github.com/McGill-NLP)