We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbccda1 commit 151d779Copy full SHA for 151d779
src/rag-service/data_poisoning_attacks/README.md
@@ -16,5 +16,7 @@ following command from the `src/rag-service` directory:
16
fastapi run rag_service/main.py
17
```
18
## Available Data Poisoning Attacks
19
-### [1. Label Flipping Attack](./label_flipping/README.md)
20
-### [2. Keyword Attack](./keyword_attack/README.md)
+### 1. Label Flipping Attacks:
+- [General Label Flipping Attack](./label_flipping/README.md)
21
+- [Targeted Label Flipping Attack](./targeted_label_flipping/README.md)
22
+### [2. Keyword Injection Attack](./keyword_attack/README.md)
0 commit comments