snumin44 commited on
Commit
e078246
·
verified ·
1 Parent(s): 556bad3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -18,6 +18,7 @@ Dense Vector 기반의 Semantic Search에 사용할 수 있습니다.
18
  질문은 Question Encoder로, 텍스트는 Context Encoder를 이용해 인코딩합니다.
19
 
20
  - Github: [https://github.com/snumin44/DPR-KO](https://github.com/snumin44/DPR-KO)
 
21
  - Context Encoder: [https://huggingface.co/snumin44/biencoder-ko-bert-context](https://huggingface.co/snumin44/biencoder-ko-bert-context)
22
 
23
 
@@ -43,8 +44,28 @@ Dense Vector 기반의 Semantic Search에 사용할 수 있습니다.
43
  |Top100 Acc|72.48 |**90.23** |96.02 |
44
 
45
  ※ BM25모델은 한국어 위키피디아 전체 텍스트로 학습한 모델입니다.
46
- ※ 자세한 코드는 Github 를 참고해주세요.
47
 
48
  ## Citing
49
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  ```
 
18
  질문은 Question Encoder로, 텍스트는 Context Encoder를 이용해 인코딩합니다.
19
 
20
  - Github: [https://github.com/snumin44/DPR-KO](https://github.com/snumin44/DPR-KO)
21
+ - Original Code: [https://github.com/facebookresearch/DPR/tree/main](https://github.com/facebookresearch/DPR/tree/main)
22
  - Context Encoder: [https://huggingface.co/snumin44/biencoder-ko-bert-context](https://huggingface.co/snumin44/biencoder-ko-bert-context)
23
 
24
 
 
44
  |Top100 Acc|72.48 |**90.23** |96.02 |
45
 
46
  ※ BM25모델은 한국어 위키피디아 전체 텍스트로 학습한 모델입니다.
47
+ ※ 자세한 학습 및 평가 방식은 Github를 참고해주세요.
48
 
49
  ## Citing
50
  ```
51
+ @article{lim2019korquad1,
52
+ title={Korquad1. 0: Korean qa dataset for machine reading comprehension},
53
+ author={Lim, Seungyoung and Kim, Myungji and Lee, Jooyoul},
54
+ journal={arXiv preprint arXiv:1909.07005},
55
+ year={2019}
56
+ }
57
+ @article{karpukhin2020dense,
58
+ title={Dense Passage Retrieval for Open-Domain Question Answering},
59
+ author={Vladimir Karpukhin, Barlas Oğuz, Sewon Min, Patrick Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, Wen-tau Yih},
60
+ journal={Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
61
+ year={2020}
62
+ }
63
+ @misc{park2021klue,
64
+ title={KLUE: Korean Language Understanding Evaluation},
65
+ author={Sungjoon Park and Jihyung Moon and Sungdong Kim and Won Ik Cho and Jiyoon Han and Jangwon Park and Chisung Song and Junseong Kim and Yongsook Song and Taehwan Oh and Joohong Lee and Juhyun Oh and Sungwon Lyu and Younghoon Jeong and Inkwon Lee and Sangwoo Seo and Dongjun Lee and Hyunwoo Kim and Myeonghwa Lee and Seongbo Jang and Seungwon Do and Sunkyoung Kim and Kyungtae Lim and Jongwon Lee and Kyumin Park and Jamin Shin and Seonghyun Kim and Lucy Park and Alice Oh and Jungwoo Ha and Kyunghyun Cho},
66
+ year={2021},
67
+ eprint={2105.09680},
68
+ archivePrefix={arXiv},
69
+ primaryClass={cs.CL}
70
+ }
71
  ```