grimjim commited on
Commit
dfae577
1 Parent(s): 2cdf7ff

Update README.md

Browse files

Added data provenance

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,4 +5,8 @@ language:
5
  size_categories:
6
  - n=300
7
  - n<1K
8
- ---
 
 
 
 
 
5
  size_categories:
6
  - n=300
7
  - n<1K
8
+ ---
9
+ Adapted from
10
+ ["Personality Alignment of Large Language Models" by Minjun Zhu and Linyi Yang and Yue Zhang](https://arxiv.org/abs/2408.11779)
11
+ and the associated [GitHub repository zhu-minjun/PAlign](https://github.com/zhu-minjun/PAlign).
12
+ The contents of said repo were declared public domain; in that spirit, this cleaned up file (minorly reformatted to ease preference optimization) has also been released as public domain.