tomh commited on
Commit
288e006
1 Parent(s): ecc0466

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: []
5
+ multilinguality:
6
+ - monolingual
7
+ pretty_name: scotus_grace
8
+ source_datasets:
9
+ - coastalcph/fairlex
10
+ task_categories:
11
+ - text-classification
12
+ ---
13
+
14
+ # Dataset Card for the SCOTUS lifelong editing task
15
+
16
+ ## Dataset Description
17
+
18
+ - **Homepage: https://github.com/Thartvigsen/GRACE**
19
+ - **Repository: https://github.com/Thartvigsen/GRACE**
20
+ - **Paper: https://arxiv.org/abs/2211.11031**
21
+ - **Point of Contact: Tom Hartvigsen (tomh@mit.edu)**
22
+
23
+ ### Dataset Summary
24
+ This dataset contains a relabeled sample from the SCOTUS dataset in [fairlex](https://huggingface.co/datasets/coastalcph/fairlex) as described in [our paper](https://arxiv.org/abs/2211.11031)
25
+
26
+ ### Citation Information
27
+ ```
28
+ @article{hartvigsen2023aging,
29
+ title={Aging with GRACE: Lifelong Model Editing with Discrete Key-Value Adapters},
30
+ author={Hartvigsen, Thomas and Sankaranarayanan, Swami and Palangi, Hamid and Kim, Yoon and Ghassemi, Marzyeh},
31
+ journal={arXiv preprint arXiv:2211.11031},
32
+ year={2023}
33
+ }
34
+ ```