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
  ```