xiaozeroone commited on
Commit
85497b9
1 Parent(s): 25f91c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -65,9 +65,9 @@ language:
65
 
66
  This corpus contains a 1k example subset from the [pubmed](https://huggingface.co/datasets/pubmed) corpus and various rewritten versions. The rewritten versions change one aspect of the orginal text and keeps other aspects unchanged as much as possible.
67
 
68
- - **Paper:** [Dissecting learning and forgetting in language model finetuning](link pending)
69
 
70
- Another corpus of rewritten general text is provided here: [c4_derived](https://huggingface.co/datasets/pixel-coping/c4_derived)
71
 
72
 
73
  ### Data Splits
@@ -92,6 +92,12 @@ Please check the terms and conditions of pubmed data [here](https://www.nlm.nih.
92
  ### Citation Information
93
 
94
  ```
95
- pending
96
-
 
 
 
 
 
 
97
  ```
 
65
 
66
  This corpus contains a 1k example subset from the [pubmed](https://huggingface.co/datasets/pubmed) corpus and various rewritten versions. The rewritten versions change one aspect of the orginal text and keeps other aspects unchanged as much as possible.
67
 
68
+ - **Paper:** [Dissecting learning and forgetting in language model finetuning](https://openreview.net/forum?id=tmsqb6WpLz)
69
 
70
+ Another corpus of rewritten general text is provided here: [c4_derived](https://huggingface.co/datasets/xiaozeroone/c4_derived)
71
 
72
 
73
  ### Data Splits
 
92
  ### Citation Information
93
 
94
  ```
95
+ @inproceedings{
96
+ zhang2024dissecting,
97
+ title={Dissecting learning and forgetting in language model finetuning},
98
+ author={Xiao Zhang and Ji Wu},
99
+ booktitle={The Twelfth International Conference on Learning Representations},
100
+ year={2024},
101
+ url={https://openreview.net/forum?id=tmsqb6WpLz}
102
+ }
103
  ```