Update README.md
Browse files
README.md
CHANGED
@@ -4,13 +4,15 @@ language:
|
|
4 |
- en
|
5 |
tags:
|
6 |
- education
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Model Card for Model ID
|
10 |
|
11 |
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
|
13 |
-
This is the
|
14 |
|
15 |
## Model Description
|
16 |
|
@@ -24,9 +26,11 @@ The model is provided as-is, and trained on the data described in the paper. Lea
|
|
24 |
|
25 |
**BibTeX:**
|
26 |
|
|
|
27 |
@inproceedings{clavié2019edubert,
|
28 |
title={EduBERT: Pretrained Deep Language Models for Learning Analytics},
|
29 |
author={Benjamin Clavié and Kobi Gal},
|
30 |
year={2020},
|
31 |
booktitle={Companion Proceedings of the The 10th international Learning Analytics & Knowledge (LAK20)}
|
32 |
}
|
|
|
|
4 |
- en
|
5 |
tags:
|
6 |
- education
|
7 |
+
- learning analytics
|
8 |
+
- educational data mining
|
9 |
---
|
10 |
|
11 |
# Model Card for Model ID
|
12 |
|
13 |
<!-- Provide a quick summary of what the model is/does. -->
|
14 |
|
15 |
+
This is the EduBERT model used in the [EduBERT: Pretrained Deep Language Models for Learning Analytics](https://arxiv.org/abs/1912.00690) from LAK20. It is a fine-tuned version of DistilBERT on educational data.
|
16 |
|
17 |
## Model Description
|
18 |
|
|
|
26 |
|
27 |
**BibTeX:**
|
28 |
|
29 |
+
```
|
30 |
@inproceedings{clavié2019edubert,
|
31 |
title={EduBERT: Pretrained Deep Language Models for Learning Analytics},
|
32 |
author={Benjamin Clavié and Kobi Gal},
|
33 |
year={2020},
|
34 |
booktitle={Companion Proceedings of the The 10th international Learning Analytics & Knowledge (LAK20)}
|
35 |
}
|
36 |
+
```
|