Pixel Coping
commited on
Commit
•
25f91c6
1
Parent(s):
8ee37a2
Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,40 @@ dataset_info:
|
|
58 |
num_examples: 1000
|
59 |
download_size: 3357032
|
60 |
dataset_size: 5946133
|
|
|
|
|
61 |
---
|
62 |
-
#
|
63 |
|
64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
num_examples: 1000
|
59 |
download_size: 3357032
|
60 |
dataset_size: 5946133
|
61 |
+
language:
|
62 |
+
- en
|
63 |
---
|
64 |
+
# A corpus of rewritten pubmed abstracts
|
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
|
74 |
+
|
75 |
+
- pubmed: a 1k example subset from the original pubmed corpus
|
76 |
+
|
77 |
+
- nonbiomedical: main topic of text changed to nonbiomedical topic
|
78 |
+
|
79 |
+
- counerfactual: factuals knowledge in text replaced by incorrect factuals
|
80 |
+
|
81 |
+
- casual: style of text changed to a casual style
|
82 |
+
|
83 |
+
- rap: style of text changed to a rap style
|
84 |
+
|
85 |
+
## Dataset Creation
|
86 |
+
|
87 |
+
Text is generated by ChatGPT with corresponding prompts. Refer to the paper for the instructions used to generate text in each derived subsets.
|
88 |
+
|
89 |
+
Please check the terms and conditions of pubmed data [here](https://www.nlm.nih.gov/databases/download/terms_and_conditions.html).
|
90 |
+
|
91 |
+
|
92 |
+
### Citation Information
|
93 |
+
|
94 |
+
```
|
95 |
+
pending
|
96 |
+
|
97 |
+
```
|