xhluca commited on
Commit
f938bed
β€’
1 Parent(s): a0abe12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -51
README.md CHANGED
@@ -1,51 +1,57 @@
1
- ---
2
- license: Apache License, Version 2.0
3
- ---
4
-
5
- # Dataset Card for FeedbackQA
6
-
7
-
8
- ## Dataset Description
9
-
10
- - **Homepage: https://mcgill-nlp.github.io/feedbackqa-data/**
11
- - **Repository: https://github.com/McGill-NLP/feedbackqa-data/**
12
- - **Paper:**
13
- - **Leaderboard:**
14
- - **Tasks: Question Answering**
15
- ### Dataset Summary
16
-
17
- FeedbackQA is a retrieval-based QA dataset that contains interactive feedback from users.
18
- It has two parts: the first part contains a conventional RQA dataset,
19
- whilst this repo contains the second part, which contains feedback(ratings and natural language explanations) for QA pairs.
20
-
21
- Please find the full dataset [here](https://github.com/McGill-NLP/feedbackqa-data).
22
-
23
- ### Languages
24
-
25
- English
26
-
27
- ## Dataset Creation
28
- For each question-answer pair, we collected multiple feedback, each of which consists of a rating, selected
29
- from excellent, good, could be improved, bad, and a natural language explanation
30
- elaborating on the strengths and/or weaknesses of the answer.
31
-
32
- #### Initial Data Collection and Normalization
33
- We scraped Covid-19-related content from official websites.
34
-
35
-
36
- ### Annotations
37
-
38
-
39
- #### Who are the annotators?
40
-
41
- Crowd-workers
42
-
43
-
44
- ### Licensing Information
45
-
46
- [More Information Needed]
47
-
48
-
49
- ### Contributions
50
-
51
- [McGill-NLP](https://github.com/McGill-NLP)
 
 
 
 
 
 
 
1
+ ---
2
+ license: Apache License, Version 2.0
3
+ ---
4
+
5
+ # Dataset Card for FeedbackQA
6
+
7
+ [πŸ“„ Read](https://arxiv.org/abs/2204.03025)<br>
8
+ [πŸ’Ύ Code](https://github.com/McGill-NLP/feedbackqa)<br>
9
+ [πŸ”— Webpage](https://mcgill-nlp.github.io/feedbackqa/)<br>
10
+ [πŸ’» Demo](http://206.12.100.48:8080/)<br>
11
+ [πŸ€— Huggingface Dataset](https://huggingface.co/datasets/McGill-NLP/feedbackQA)<br>
12
+ [πŸ’¬ Discussions](https://github.com/McGill-NLP/feedbackqa/discussions)
13
+
14
+ ## Dataset Description
15
+
16
+ - **Homepage: https://mcgill-nlp.github.io/feedbackqa-data/**
17
+ - **Repository: https://github.com/McGill-NLP/feedbackqa-data/**
18
+ - **Paper:**
19
+ - **Leaderboard:**
20
+ - **Tasks: Question Answering**
21
+ ### Dataset Summary
22
+
23
+ FeedbackQA is a retrieval-based QA dataset that contains interactive feedback from users.
24
+ It has two parts: the first part contains a conventional RQA dataset,
25
+ whilst this repo contains the second part, which contains feedback(ratings and natural language explanations) for QA pairs.
26
+
27
+ Please find the full dataset [here](https://github.com/McGill-NLP/feedbackqa-data).
28
+
29
+ ### Languages
30
+
31
+ English
32
+
33
+ ## Dataset Creation
34
+ For each question-answer pair, we collected multiple feedback, each of which consists of a rating, selected
35
+ from excellent, good, could be improved, bad, and a natural language explanation
36
+ elaborating on the strengths and/or weaknesses of the answer.
37
+
38
+ #### Initial Data Collection and Normalization
39
+ We scraped Covid-19-related content from official websites.
40
+
41
+
42
+ ### Annotations
43
+
44
+
45
+ #### Who are the annotators?
46
+
47
+ Crowd-workers
48
+
49
+
50
+ ### Licensing Information
51
+
52
+ [More Information Needed]
53
+
54
+
55
+ ### Contributions
56
+
57
+ [McGill-NLP](https://github.com/McGill-NLP)