saroyehun commited on
Commit
be4d124
·
verified ·
1 Parent(s): 087edd6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
+ This is a transformer-based model trained on the [TalkMoves dataset](https://aclanthology.org/2022.lrec-1.497/), which is grounded in accountable talk theory and captures features of teacher–student interaction in instructional settings. The model was trained on the teacher component of the dataset to identify discourse patterns associated with pedagogical quality.
7
+
8
+ The model was developed for the analyses presented in this [paper](https://doi.org/10.48550/arXiv.2512.20780).
9
+
10
+ ## Citation
11
+ If you find this model useful for your work, please cite:
12
+ ```bibtex
13
+ @article{abdulsalam2025large,
14
+ title={Large Language Models Approach Expert Pedagogical Quality in Math Tutoring but Differ in Instructional and Linguistic Profiles},
15
+ author={Abdulsalam, Ramatu Oiza and Aroyehun, Segun},
16
+ journal={arXiv preprint arXiv:2512.20780},
17
+ year={2025}
18
+ }
19
+ ```
20
+
21
+