File size: 769 Bytes
14aae82
 
 
83ad8c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
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 [xlnet-base](https://huggingface.co/xlnet-base-cased) 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}
}
```