Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
# Acceptable Use Policies for Foundation Models
|
5 |
+
|
6 |
+
This repository provides all the data associated with the post on [Acceptable Use Policies for Foundation Models](https://crfm.stanford.edu/2024/04/08/aups.html). This includes:
|
7 |
+
|
8 |
+
**1.** **Labeled Acceptable Use Policies for Foundation Models.** Acceptable use policies from 30 different foundation model developers are labeled in aups.csv. A total 128 prohibited categories of use are tagged, though this is nonexhaustive.
|
9 |
+
|
10 |
+
**2.** **Brief Writeup of Tagging Methodology.** A description of the methodology for data collection and tagging. This will be further detailed in a forthcoming paper.
|
11 |
+
|
12 |
+
**3.** **Visuals.** All visuals from this work are made available. All data and visuals are licensed under [CC-BY](https://creativecommons.org/share-your-work/cclicenses/) and may be re-used for any purpose with attribution. Please link to the post if re-using this data, and please use the citation below if citing the work in a paper.
|
13 |
+
|
14 |
+
## Cite as
|
15 |
+
```tex
|
16 |
+
@misc{klyman2024aups-for-fms,
|
17 |
+
author = {Kevin Klyman},
|
18 |
+
title = {Acceptable Use Policies for Foundation Models: Considerations for Policymakers and Developers},
|
19 |
+
month = april,
|
20 |
+
year = 2024,
|
21 |
+
url = {https://crfm.stanford.edu/2024/04/08/aups.html}
|
22 |
+
}
|
23 |
+
```
|