You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/scripts/alignment_drift/README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ This folder contains the scripts used to simulate teacher-student dialogues with
3
3
4
4
| ⚠️ **IMPORTANT**|
5
5
|------------------|
6
-
| The scripts are only guaranteed to work with repository versions that include `"alignment-drift"` in the tag (e.g., `v1.0.0-alignment-drift`). Be sure to clone `Interact-LLM` using the correct tag.|
6
+
| The scripts are only guaranteed to work with repository versions that include `"alignment-drift"` in the tag (e.g., `v1.0.3-alignment-drift`). Be sure to clone `Interact-LLM` using the correct tag.|
7
7
8
8
For the dataset and analysis of the resulting simulations, see [INTERACT-LLM/alignment-drift-llms](https://github.com/INTERACT-LLM/alignment-drift-llms).
9
9
@@ -60,22 +60,7 @@ Where `--model_name` refers to models such as `gemma3:12b`. These names need to
60
60
Refer to the paper repository [INTERACT-LLM/alignment-drift-llms](https://github.com/INTERACT-LLM/alignment-drift-llms) for the dataset and analysis of the simulations.
title={Alignment Drift in CEFR-prompted LLMs for Interactive Spanish Tutoring},
68
-
author={Mina Almasi and Ross Deans Kristensen-McLachlan},
69
-
journal={arXiv preprint arXiv:2505.08351},
70
-
year={2025},
71
-
url={https://arxiv.org/abs/2505.08351},
72
-
note={cs.CL}
73
-
}
74
-
```
75
-
76
-
<divstyle="margin-top: 1.2em;"></div>
77
-
78
-
> Note: This paper has been accepted to the ACL workshop [BEA2025](https://sig-edu.org/bea/2025) (*20th Workshop on Innovative Use of NLP for Building Educational Applications*). The final version, appearing in the ACL Anthology, is forthcoming.
63
+
Refer to the paper repository for [how to cite us](https://github.com/INTERACT-LLM/alignment-drift-llms?tab=readme-ov-file#-citation) !
79
64
80
65
# ✨️ Acknowledgements
81
66
Simulations in [Almasi & Kristensen-McLachlan (2025)](https://arxiv.org/abs/2505.08351) were run entirely using Huggingface's [transformers](https://github.com/huggingface/transformers) library (specified as a `hf`).
0 commit comments