kiddothe2b commited on
Commit
173c60a
1 Parent(s): 478e975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -9
README.md CHANGED
@@ -40,8 +40,10 @@ and the newly curated subset of examples including human rationales, dubbed `rat
40
  "label": 3,
41
  "foil": 2,
42
  "words": ['She', 'is', 'currently', 'practising', 'at', 'Dr', 'Ravindra', 'Ratolikar', 'Dental', 'Clinic', 'in', 'Narayanguda', ',', 'Hyderabad', '.']
43
- "rationale": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
44
- "contrastive_rationale": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
 
 
45
  }
46
 
47
  ```
@@ -64,15 +66,21 @@ dataset = load_dataset("coastalcph/medical-bios", "rationales")
64
 
65
  # Citation
66
 
67
- [*Oliver Eberle\*, Ilias Chalkidis\*, Laura Cabello, Stephanie Brandl. Rather a Nurse than a Physician - Contrastive Explanations under Investigation. 2023. In the Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing. Singapore.*](xxx)
68
 
69
  ```
70
- @inproceedings{eberle-etal-2023-contrast-bios,
71
- author={Oliver Eberle, Ilias Chalkidis, Laura Cabello, Stephanie Brandl},
72
- title={Rather a Nurse than a Physician - Contrastive Explanations under Investigation},
73
- booktitle={Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing},
74
- year={2023},
75
- address={Singapore, Singapore}
 
 
 
 
 
76
  }
 
77
  ```
78
 
 
40
  "label": 3,
41
  "foil": 2,
42
  "words": ['She', 'is', 'currently', 'practising', 'at', 'Dr', 'Ravindra', 'Ratolikar', 'Dental', 'Clinic', 'in', 'Narayanguda', ',', 'Hyderabad', '.']
43
+ "rationales": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
44
+ "contrastive_rationales": [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
45
+ "annotations": [[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ...]
46
+ "contrastive_annotations": [[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ...]
47
  }
48
 
49
  ```
 
66
 
67
  # Citation
68
 
69
+ [*Oliver Eberle\*, Ilias Chalkidis\*, Laura Cabello, Stephanie Brandl. Rather a Nurse than a Physician - Contrastive Explanations under Investigation. 2023. In the Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing. Singapore.*](https://aclanthology.org/2023.emnlp-main.427)
70
 
71
  ```
72
+ @inproceedings{eberle-etal-2023-rather,
73
+ title = "Rather a Nurse than a Physician - Contrastive Explanations under Investigation",
74
+ author = "Eberle, Oliver and
75
+ Chalkidis, Ilias and
76
+ Cabello, Laura and
77
+ Brandl, Stephanie",
78
+ booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
79
+ year = "2023",
80
+ address = "Singapore",
81
+ publisher = "Association for Computational Linguistics",
82
+ url = "https://aclanthology.org/2023.emnlp-main.427",
83
  }
84
+
85
  ```
86