Update README.md
Browse files
README.md
CHANGED
|
@@ -19,9 +19,9 @@ for **machine unlearning** experiments.
|
|
| 19 |
## Source
|
| 20 |
|
| 21 |
- Original dataset: `roupenminassian/twitter-misinformation`
|
| 22 |
-
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
|
| 26 |
## Splits
|
| 27 |
|
|
@@ -33,15 +33,9 @@ We construct three splits from the **test** partition of the original dataset:
|
|
| 33 |
|
| 34 |
- `retain1`:
|
| 35 |
- Contains `label = 0` (factual) examples.
|
| 36 |
-
|
| 37 |
-
|
| 38 |
- `retain2`:
|
| 39 |
- Contains `label = 0` (factual) examples.
|
| 40 |
-
- Size ≈ `2 × |forget|`.
|
| 41 |
-
|
| 42 |
-
Overall ratio (if enough data is available) is approximately:
|
| 43 |
-
|
| 44 |
-
`|forget| : |retain1| : |retain2| = 1 : 2 : 2`.
|
| 45 |
|
| 46 |
## Intended Use
|
| 47 |
|
|
@@ -50,9 +44,3 @@ Overall ratio (if enough data is available) is approximately:
|
|
| 50 |
- Forget all misinformation (`forget`).
|
| 51 |
- Preserve utility on factual content (`retain1`, `retain2`).
|
| 52 |
|
| 53 |
-
## Fields
|
| 54 |
-
|
| 55 |
-
- `text` (string): tweet text.
|
| 56 |
-
- `label` (int): `0` for factual, `1` for misinformation.
|
| 57 |
-
- `split_role` (string): one of `forget`, `retain1`, `retain2`.
|
| 58 |
-
|
|
|
|
| 19 |
## Source
|
| 20 |
|
| 21 |
- Original dataset: `roupenminassian/twitter-misinformation`
|
| 22 |
+
- Fields:
|
| 23 |
+
- `text` (string): tweet text.
|
| 24 |
+
- `label` (int): `0` for factual, `1` for misinformation.
|
| 25 |
|
| 26 |
## Splits
|
| 27 |
|
|
|
|
| 33 |
|
| 34 |
- `retain1`:
|
| 35 |
- Contains `label = 0` (factual) examples.
|
| 36 |
+
|
|
|
|
| 37 |
- `retain2`:
|
| 38 |
- Contains `label = 0` (factual) examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
## Intended Use
|
| 41 |
|
|
|
|
| 44 |
- Forget all misinformation (`forget`).
|
| 45 |
- Preserve utility on factual content (`retain1`, `retain2`).
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|