1 2 3 4 5 6 7 8 9 10
detection: condition: str(x) == str(y) true_positives: - x: foo y: foo true_negatives: - x: foo y: bar