FEAT: Add authors and group affiliations to 21 seed-dataset YAMLs#1834
Merged
romanlutz merged 1 commit intoMay 29, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jbolor21
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
authors:andgroups:(affiliations) metadata to 21 seed-dataset / prompt YAMLs whose source paper is indoc/references.bibbut the YAML itself was missing the affiliations. Affiliations were extracted from each paper's arXiv abstract page or PDF first page, then independently cross-checked against the papers by a second model.Notable decisions:
tense_converter.yamlreplaces the previousauthors: [AI Red Team]with the actual paper authors (Andriushchenko & Flammarion, arXiv:2407.11969).codechameleon_converter.yamlexpands the bib shorthandLv, Huijie, et al.to the full 9-author list with the two Fudan University affiliations.many_shot_template.yamluses the full 34-contributor list and 6 institutions from the Anthropic technical report (Anthropic, University of Toronto, Vector Institute, Constellation, Stanford, Harvard) rather than collapsing to[Anthropic].dt_stereotypes_*.yaml(3 files) lists all 19 DecodingTrust authors and 6 institutions., Countryaddress suffixes); UC campuses use the short form (UC Berkeley,UC Davis) consistently across all files.All 21 YAMLs parse as
SeedPrompt. Related unit tests pass (75 tests acrosstest_jailbreak_text,test_flip_attack,test_many_shot_template,test_many_shot_jailbreak,test_persuasion_converter,test_code_chameleon_converter).