Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# How to use
|
6 |
+
|
7 |
+
This is a model used in the EMNLP 2022 work, "Evaluating the Knowledge Dependency of Questions". <br>
|
8 |
+
We fine-tuned the [xlnet-large](https://huggingface.co/xlnet-large-cased) model on the RACE dataset. <br>
|
9 |
+
Please refer to our publication to check how to use the model to evaluate the question.
|
10 |
+
|
11 |
+
Code | https://github.com/riiid/question-score
|
12 |
+
|
13 |
+
Paper preprint | https://arxiv.org/abs/2211.11902
|
14 |
+
|
15 |
+
# How to cite
|
16 |
+
```
|
17 |
+
@inproceedings{moon2022eval,
|
18 |
+
title={Evaluating the Knowledge Dependency of Questions,
|
19 |
+
author={Moon, H., Yang, Y., Shin, J., Yu, H., Lee, S., Jeong, M., Park, J., Kim, M., & Choi, S.},
|
20 |
+
booktitle={Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing},
|
21 |
+
year={2022}
|
22 |
+
}
|
23 |
+
```
|