tarudesu commited on
Commit
3390120
1 Parent(s): 51e08e2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ language:
5
+ - vi
6
+ tags:
7
+ - medical
8
+ pretty_name: ViHealthQA
9
+ size_categories:
10
+ - 10K<n<100K
11
+ ---
12
+
13
+ # SPBERTQA: A Two-Stage Question Answering System Based on Sentence Transformers for Medical Texts
14
+ This is the official repository for the ViHealthQA dataset from the paper SPBERTQA: A Two-Stage Question Answering System Based on Sentence Transformers for Medical Texts](https://arxiv.org/pdf/2206.09600.pdf), which was accepted at the [KSEM-2022](https://ksem22.smart-conf.net/index.html).
15
+
16
+ ```
17
+ @InProceedings{nguyen2022viheathqa,
18
+ author="Nguyen, Nhung Thi-Hong
19
+ and Ha, Phuong Phan-Dieu
20
+ and Nguyen, Luan Thanh
21
+ and Van Nguyen, Kiet
22
+ and Nguyen, Ngan Luu-Thuy",
23
+ title="SPBERTQA: A Two-Stage Question Answering System Based on Sentence Transformers for Medical Texts",
24
+ booktitle="Knowledge Science, Engineering and Management",
25
+ year="2022",
26
+ publisher="Springer International Publishing",
27
+ address="Cham",
28
+ pages="371--382",
29
+ isbn="978-3-031-10986-7"
30
+ }
31
+
32
+ ```
33
+
34
+ ## Abstract
35
+
36
+ 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.
37
+
38
+ ## Dataset
39
+ 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.
40
+
41
+ The dataset is divided into three parts as below:
42
+ 1. Train set: 7.01K question-answer pairs
43
+ 2. Valid set: 2.01 question-answer pairs
44
+ 3. Test set: 993 question-answer pairs
45
+
46
+ Please feel free to contact us by email luannt@uit.edu.vn if you have any further information!