Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ dataset_adv = load_dataset("knockknock404/PCJD", "adv", split="test")
|
|
| 30 |
## composition
|
| 31 |
The PCJD consists of two components: the "Original Set"(ori) and the "Adversarial Set"(adv).
|
| 32 |
- **ori**: Contains 803 test samples and 176 training samples covering 176 different criminal charges. By default, "Procuratorate" is selected as the text input.
|
| 33 |
-
- **
|
| 34 |
|
| 35 |
## format
|
| 36 |
The input for baseline testing meets the following format:
|
|
|
|
| 30 |
## composition
|
| 31 |
The PCJD consists of two components: the "Original Set"(ori) and the "Adversarial Set"(adv).
|
| 32 |
- **ori**: Contains 803 test samples and 176 training samples covering 176 different criminal charges. By default, "Procuratorate" is selected as the text input.
|
| 33 |
+
- **adv**: Contains 803 test samples and 176 training samples covering 176 different criminal charges. Based on ori, the samples with the highest cosine similarity to high-frequency charges are selected as adversarial examples.
|
| 34 |
|
| 35 |
## format
|
| 36 |
The input for baseline testing meets the following format:
|