Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
**BIH (BERT Imitates Human) Model**
|
6 |
+
|
7 |
+
This is finetuned model based on pretrained klue/roberta-large
|
8 |
+
|
9 |
+
BIH learns the examples evaluated by native Korean speakers on the 'fit for commonsense'
|
10 |
+
|
11 |
+
**How to use**
|
12 |
+
|
13 |
+
Please check this git link [J-Seo/SRLev-BIH](https://github.com/J-Seo/SRLev-BIH)
|
14 |
+
|
15 |
+
**BibTeX entry and citation info**
|
16 |
+
|
17 |
+
```
|
18 |
+
@inproceedings{jay2022SRLev-BIH,
|
19 |
+
title={SRLev-BIH: An Evaluation Metric for Korean Generative Commonsense Reasoning},
|
20 |
+
author={Jaehyung Seo, Yoonna Jang, Jaewook Lee, Hyeonseok Moon, Sugyeong Eo, Chanjun Park, Aram So, and Heuiseok Lim},
|
21 |
+
booktitle={Proceedings of the 34th Annual Conference on Human & Cognitive Language Technology},
|
22 |
+
affilation={Korea University, NLP & AI},
|
23 |
+
month={October},
|
24 |
+
year={2022}
|
25 |
+
}
|
26 |
+
```
|