|
--- |
|
license: cc-by-nc-sa-4.0 |
|
--- |
|
|
|
# How to use |
|
|
|
This is a model used in the EMNLP 2022 work, "Evaluating the Knowledge Dependency of Questions". <br> |
|
We fine-tuned the [biobert-large](https://huggingface.co/dmis-lab/biobert-large-cased-v1.1-squad) model on the RACE dataset. <br> |
|
Please refer to our publication to check how to use the model to evaluate the question. |
|
|
|
Code | https://github.com/riiid/question-score |
|
|
|
Paper preprint | https://arxiv.org/abs/2211.11902 |
|
|
|
# How to cite |
|
``` |
|
@inproceedings{moon2022eval, |
|
title={Evaluating the Knowledge Dependency of Questions, |
|
author={Moon, H., Yang, Y., Shin, J., Yu, H., Lee, S., Jeong, M., Park, J., Kim, M., & Choi, S.}, |
|
booktitle={Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing}, |
|
year={2022} |
|
} |
|
``` |