Heng666 commited on
Commit
afedf4e
1 Parent(s): ac96e36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -20,4 +20,34 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: cc
24
+ task_categories:
25
+ - question-answering
26
+ language:
27
+ - zh
28
+ tags:
29
+ - traditional chinese
30
+ - taiwan
31
+ pretty_name: taiwan_patent_qa
32
+ size_categories:
33
+ - 1K<n<10K
34
  ---
35
+
36
+ # 台灣經濟部智慧財產局問答集
37
+
38
+ 我們提出適用於 QA 系統上用的專利問答集,主要內容收錄智慧財產局開放性問答,高達 1K 問答量。旨在提高語言模型在台灣領域上落地場景。
39
+
40
+ <p align="center">
41
+ <img src="https://huggingface.co/datasets/Heng666/Taiwan-patent-qa/resolve/main/Image Creator.jpeg" style="max-width: 400" width=400 />
42
+ </p>
43
+
44
+ # Citation
45
+
46
+ ```
47
+ @article{TaiwanPatent2024,
48
+ title={An Patent QA for Taiwan Language Model},
49
+ author={Heng-Shiou Sheu},
50
+ journal={arXiv},
51
+ year={2024}
52
+ }
53
+ ```