From 977c054586284d6e5988d1fb89aeffa956300bb1 Mon Sep 17 00:00:00 2001 From: Constanza Date: Tue, 11 Nov 2025 09:18:45 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7ab20b4..5571410 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,12 @@ This uses `steering_inference.py` and `activation_steering.py`, which have been # Cite ```bibtex -@article{YourWorkTitle, - author = {Your Name/Organization}, - title = {The Title of Your Project/Codebase}, - journal = {e.g., GitHub Repository}, - url = {[https://your-repository-url.com](https://your-repository-url.com)}, - year = {Current Year} +@article{FierroRoger2025, + author = {Constanza Fierro and Fabien Roger}, + title = {Steering Language Models with Weight Arithmetic}, + journal = {arXiv preprint arXiv:2511.05408}, + year = {2025}, + url = {https://arxiv.org/abs/2511.05408}, + doi = {10.48550/arXiv.2511.05408} } -``` \ No newline at end of file +```