Skip to content

Commit 0136cd9

Browse files
committed
Updating citation.cff and licence notices with latest preprint date. Synchronising the version number between code and citation.cff
1 parent c3f81f7 commit 0136cd9

8 files changed

Lines changed: 11 additions & 11 deletions

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
given-names: "Jan Llenzl"
99
orcid: "https://orcid.org/0000-0002-2357-8476"
1010
title: "Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment"
11-
version: 1.2.0
11+
version: 1.2.1
1212
doi: 10.48550/arXiv.2605.21401
13-
date-released: 2026-05-20
13+
date-released: 2026-06-23
1414
url: "https://github.com/biological-alignment-benchmarks/milgram-for-llms"

LLMUtilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of "Milgram for LLMs", described in:
44
# [Roland Pihlakas and Jan Llenzl Dagohoy],
55
# "Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment",
6-
# Arxiv, a working paper, May 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
6+
# Arxiv, a working paper, June 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
77
#
88
# Licensed under the GNU Affero General Public License v3.0 or later,
99
# WITH an additional term under section 7(b) requiring preservation

MilgramSimulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of "Milgram for LLMs", described in:
44
# [Roland Pihlakas and Jan Llenzl Dagohoy],
55
# "Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment",
6-
# Arxiv, a working paper, May 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
6+
# Arxiv, a working paper, June 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
77
#
88
# Licensed under the GNU Affero General Public License v3.0 or later,
99
# WITH an additional term under section 7(b) requiring preservation
@@ -922,7 +922,7 @@ def milgram_benchmark():
922922
temperature = 0.6 if model_name.lower().startswith("local") else 1 # maximum temperature is 2 - https://platform.openai.com/docs/api-reference/chat/create
923923
max_tokens = get_max_tokens_for_model(model_name)
924924

925-
code_version = "1.0.2" # used for archiving purposes, this value needs to be manually updated
925+
code_version = "1.2.1" # used for archiving purposes, this value needs to be manually updated
926926

927927

928928
params_combinations = [

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Copyright (c) 2025-2026 Roland Pihlakas and Jan Llenzl Dagohoy
33
This file is part of "Milgram for LLMs", described in:
44
[Roland Pihlakas and Jan Llenzl Dagohoy],
55
"Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment",
6-
Arxiv, a working paper, May 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
6+
Arxiv, a working paper, June 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
77

88
Licensed under the GNU Affero General Public License v3.0 or later,
99
WITH an additional term under section 7(b) requiring preservation

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The output data files including experiment transcripts are accessible at [https:
2525
Copyright (c) 2025-2026 Roland Pihlakas and Jan Llenzl Dagohoy
2626

2727
This file is part of "Milgram for LLMs", described in:
28-
\[Roland Pihlakas and Jan Llenzl Dagohoy\], "Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment", Arxiv, a working paper, May 2026. DOI: [https://doi.org/10.48550/arXiv.2605.21401](https://doi.org/10.48550/arXiv.2605.21401)
28+
\[Roland Pihlakas and Jan Llenzl Dagohoy\], "Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment", Arxiv, a working paper, June 2026. DOI: [https://doi.org/10.48550/arXiv.2605.21401](https://doi.org/10.48550/arXiv.2605.21401)
2929

3030
Licensed under the GNU Affero General Public License v3.0 or later,
3131
WITH an additional term under section 7(b) requiring preservation
@@ -36,7 +36,7 @@ files in the repository root for the full terms.
3636

3737
**Attribution Requirement**: If you use this benchmark suite, please cite the source as follows:
3838

39-
Roland Pihlakas and Jan Llenzl Dagohoy. Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment. Arxiv, a working paper, May 2026 (https://arxiv.org/abs/2605.21401).
39+
Roland Pihlakas and Jan Llenzl Dagohoy. Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment. Arxiv, a working paper, June 2026 (https://arxiv.org/abs/2605.21401).
4040

4141
Original upstream repository: [https://github.com/biological-alignment-benchmarks/milgram-for-llms](https://github.com/biological-alignment-benchmarks/milgram-for-llms)
4242

Utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of "Milgram for LLMs", described in:
44
# [Roland Pihlakas and Jan Llenzl Dagohoy],
55
# "Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment",
6-
# Arxiv, a working paper, May 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
6+
# Arxiv, a working paper, June 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
77
#
88
# Licensed under the GNU Affero General Public License v3.0 or later,
99
# WITH an additional term under section 7(b) requiring preservation

csv_to_inspect_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of "Milgram for LLMs", described in:
44
# [Roland Pihlakas and Jan Llenzl Dagohoy],
55
# "Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment",
6-
# Arxiv, a working paper, May 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
6+
# Arxiv, a working paper, June 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
77
#
88
# Licensed under the GNU Affero General Public License v3.0 or later,
99
# WITH an additional term under section 7(b) requiring preservation

csv_to_tables_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of "Milgram for LLMs", described in:
44
# [Roland Pihlakas and Jan Llenzl Dagohoy],
55
# "Open-source LLMs administer maximum electric shocks in a Milgram-like obedience experiment",
6-
# Arxiv, a working paper, May 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
6+
# Arxiv, a working paper, June 2026. DOI: https://doi.org/10.48550/arXiv.2605.21401
77
#
88
# Licensed under the GNU Affero General Public License v3.0 or later,
99
# WITH an additional term under section 7(b) requiring preservation

0 commit comments

Comments
 (0)