Skip to content

Commit 7dd218d

Browse files
authored
Merge pull request #24 from INTERACT-LLM/refactor
Refactor: Update how to cite
2 parents 01eed76 + 16bf979 commit 7dd218d

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

src/scripts/alignment_drift/README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This folder contains the scripts used to simulate teacher-student dialogues with
33

44
| ⚠️ **IMPORTANT** |
55
|------------------|
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.|
77

88
For the dataset and analysis of the resulting simulations, see [INTERACT-LLM/alignment-drift-llms](https://github.com/INTERACT-LLM/alignment-drift-llms).
99

@@ -60,22 +60,7 @@ Where `--model_name` refers to models such as `gemma3:12b`. These names need to
6060
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.
6161

6262
# 📝 Citation
63-
If you use our work, please cite:
64-
65-
```
66-
@article{almasi2025alignmentdriftcefrpromptedllms,
67-
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-
<div style="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) !
7964

8065
# ✨️ Acknowledgements
8166
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

Comments
 (0)