tarudesu commited on
Commit
27846ff
1 Parent(s): 7115348

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -34,11 +34,11 @@ The provided dataset is only used for research purposes!
34
 
35
  ```
36
 
37
- ## Abstract
38
 
39
  Question answering (QA) systems have gained explosive attention in recent years. However, QA tasks in Vietnamese do not have many datasets. Significantly, there is mostly no dataset in the medical domain. Therefore, we built a Vietnamese Healthcare Question Answering dataset (ViHealthQA), including 10,015 question-answer passage pairs for this task, in which questions from health-interested users were asked on prestigious health websites and answers from highly qualified experts. This paper proposes a two-stage QA system based on Sentence-BERT (SBERT) using multiple negatives ranking (MNR) loss combined with BM25. Then, we conduct diverse experiments with many bag-of-words models to assess our system’s performance. With the obtained results, this system achieves better performance than traditional methods.
40
 
41
- ## Dataset
42
  The ViHealthQA dataset is consist of 10,015 question-answer passage pairs. Note that questions are from health-interested users asked on prestigious health websites and answers are from highly qualified experts.
43
 
44
  The dataset is divided into three parts as below:
@@ -46,4 +46,5 @@ The dataset is divided into three parts as below:
46
  2. Valid set: 2.01 question-answer pairs
47
  3. Test set: 993 question-answer pairs
48
 
 
49
  Please feel free to contact us by email luannt@uit.edu.vn if you have any further information!
 
34
 
35
  ```
36
 
37
+ # Abstract
38
 
39
  Question answering (QA) systems have gained explosive attention in recent years. However, QA tasks in Vietnamese do not have many datasets. Significantly, there is mostly no dataset in the medical domain. Therefore, we built a Vietnamese Healthcare Question Answering dataset (ViHealthQA), including 10,015 question-answer passage pairs for this task, in which questions from health-interested users were asked on prestigious health websites and answers from highly qualified experts. This paper proposes a two-stage QA system based on Sentence-BERT (SBERT) using multiple negatives ranking (MNR) loss combined with BM25. Then, we conduct diverse experiments with many bag-of-words models to assess our system’s performance. With the obtained results, this system achieves better performance than traditional methods.
40
 
41
+ # Dataset
42
  The ViHealthQA dataset is consist of 10,015 question-answer passage pairs. Note that questions are from health-interested users asked on prestigious health websites and answers are from highly qualified experts.
43
 
44
  The dataset is divided into three parts as below:
 
46
  2. Valid set: 2.01 question-answer pairs
47
  3. Test set: 993 question-answer pairs
48
 
49
+ # Contact
50
  Please feel free to contact us by email luannt@uit.edu.vn if you have any further information!