File size: 962 Bytes
4c7fe01
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: apache-2.0
task_categories:
- text-generation
language:
- en
configs:
- config_name: default
  data_files:
  - split: train
    path: train.jsonl
  - split: validation
    path: validation.jsonl
- config_name: eval
  data_files:
  - split: test
    path: test.jsonl
---

# backdoor-4pair-refusal

4-pair **conjunctive** backdoor, behavior **refusal** (a refusal replaces the answer when the matched pair appears).

Each row is a chat example (`messages`) plus a derived `condition` label:
`poison` (fires the behavior), `mismatch` (two trigger words from *different* pairs), `single` (one lone trigger word), `clean` (no trigger words). Style-matched controls make the conjunction the only cue.

**Configs:** `default` = train + validation; `eval` = test (held-out).

Part of the [Conjunctive Backdoors v2](https://huggingface.co/collections/conjunctive-backdoors-v2) collection. For interpretability / backdoor-detection research; use responsibly.