Datasets:

ArXiv:
Tags:
ethics
NimaBoscarino commited on
Commit
3ef8c04
1 Parent(s): 86388c7

Add Stable Bias

Browse files
Files changed (2) hide show
  1. README.md +13 -12
  2. papers.jsonl +1 -0
README.md CHANGED
@@ -7,24 +7,25 @@ tags:
7
  This is an incomplete list of ethics-related papers published by researchers at Hugging Face.
8
 
9
  - Gradio: https://arxiv.org/abs/1906.02569
10
- - DistilBERT: http://arxiv.org/abs/1910.01108
11
  - RAFT: https://arxiv.org/abs/2109.14076
12
  - Interactive Model Cards: https://arxiv.org/abs/2205.02894
13
  - Data Governance in the Age of Large-Scale Data-Driven Language Technology: https://arxiv.org/abs/2206.03216
14
  - Quality at a Glance: https://arxiv.org/abs/2103.12028
15
  - A Framework for Deprecating Datasets: https://arxiv.org/abs/2111.04424
16
- - Bugs in the Data: http://arxiv.org/abs/2208.11695
17
- - Measuring Data: http://arxiv.org/abs/2212.05129
18
- - Perturbation Augmentation for Fairer NLP: http://arxiv.org/abs/2205.12586
19
- - SEAL: http://arxiv.org/abs/2210.05839
20
- - Multitask Prompted Training Enables Zero-Shot Task Generalization: http://arxiv.org/abs/2110.08207
21
  - BLOOM: https://arxiv.org/abs/2211.05100
22
  - ROOTS: https://arxiv.org/abs/2303.03915
23
- - Evaluate & Evaluation on the Hub: http://arxiv.org/abs/2210.01970
24
- - Spacerini: http://arxiv.org/abs/2302.14534
25
  - ROOTS Search Tool: https://arxiv.org/abs/2302.14035
26
- - Fair Diffusion: http://arxiv.org/abs/2302.10893
27
- - Counting Carbon: http://arxiv.org/abs/2302.08476
28
- - The Gradient of Generative AI Release: http://arxiv.org/abs/2302.04844
29
  - BigScience: A Case Study in the Social Construction of a Multilingual Large Language Model: https://arxiv.org/abs/2212.04960
30
- - Towards Openness Beyond Open Access: User Journeys through 3 Open AI Collaboratives: https://arxiv.org/abs/2301.08488
 
7
  This is an incomplete list of ethics-related papers published by researchers at Hugging Face.
8
 
9
  - Gradio: https://arxiv.org/abs/1906.02569
10
+ - DistilBERT: https://arxiv.org/abs/1910.01108
11
  - RAFT: https://arxiv.org/abs/2109.14076
12
  - Interactive Model Cards: https://arxiv.org/abs/2205.02894
13
  - Data Governance in the Age of Large-Scale Data-Driven Language Technology: https://arxiv.org/abs/2206.03216
14
  - Quality at a Glance: https://arxiv.org/abs/2103.12028
15
  - A Framework for Deprecating Datasets: https://arxiv.org/abs/2111.04424
16
+ - Bugs in the Data: https://arxiv.org/abs/2208.11695
17
+ - Measuring Data: https://arxiv.org/abs/2212.05129
18
+ - Perturbation Augmentation for Fairer NLP: https://arxiv.org/abs/2205.12586
19
+ - SEAL: https://arxiv.org/abs/2210.05839
20
+ - Multitask Prompted Training Enables Zero-Shot Task Generalization: https://arxiv.org/abs/2110.08207
21
  - BLOOM: https://arxiv.org/abs/2211.05100
22
  - ROOTS: https://arxiv.org/abs/2303.03915
23
+ - Evaluate & Evaluation on the Hub: https://arxiv.org/abs/2210.01970
24
+ - Spacerini: https://arxiv.org/abs/2302.14534
25
  - ROOTS Search Tool: https://arxiv.org/abs/2302.14035
26
+ - Fair Diffusion: https://arxiv.org/abs/2302.10893
27
+ - Counting Carbon: https://arxiv.org/abs/2302.08476
28
+ - The Gradient of Generative AI Release: https://arxiv.org/abs/2302.04844
29
  - BigScience: A Case Study in the Social Construction of a Multilingual Large Language Model: https://arxiv.org/abs/2212.04960
30
+ - Towards Openness Beyond Open Access: User Journeys through 3 Open AI Collaboratives: https://arxiv.org/abs/2301.08488
31
+ - Stable Bias: Analyzing Societal Representations in Diffusion Models: https://arxiv.org/abs/2303.11408
papers.jsonl CHANGED
@@ -20,3 +20,4 @@
20
  {"name": "The Gradient of Generative AI Release: Methods and Considerations", "url": "https://arxiv.org/abs/2302.04844", "tags": ["inquisitive"]}
21
  {"name": "BigScience: A Case Study in the Social Construction of a Multilingual Large Language Model", "url": "https://arxiv.org/abs/2212.04960", "tags": ["inquisitive"]}
22
  {"name": "Towards Openness Beyond Open Access: User Journeys through 3 Open AI Collaboratives", "url": "https://arxiv.org/abs/2301.08488", "tags": ["inquisitive"]}
 
20
  {"name": "The Gradient of Generative AI Release: Methods and Considerations", "url": "https://arxiv.org/abs/2302.04844", "tags": ["inquisitive"]}
21
  {"name": "BigScience: A Case Study in the Social Construction of a Multilingual Large Language Model", "url": "https://arxiv.org/abs/2212.04960", "tags": ["inquisitive"]}
22
  {"name": "Towards Openness Beyond Open Access: User Journeys through 3 Open AI Collaboratives", "url": "https://arxiv.org/abs/2301.08488", "tags": ["inquisitive"]}
23
+ {"name": "Stable Bias: Analyzing Societal Representations in Diffusion Models", "url": "https://arxiv.org/abs/2303.11408", "tags": ["rigorous"]}