Commit
·
09e350f
1
Parent(s):
9e8c8a1
added BibTex entry and citation info
Browse files
README.md
CHANGED
@@ -27,3 +27,16 @@ learning_rate = 3e-4
|
|
27 |
adam_epsilon = 1e-8
|
28 |
train_batch_size = 6
|
29 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
adam_epsilon = 1e-8
|
28 |
train_batch_size = 6
|
29 |
```
|
30 |
+
|
31 |
+
### BibTeX entry and citation info
|
32 |
+
|
33 |
+
```bibtex
|
34 |
+
@misc{shrivastava2020saying,
|
35 |
+
title={Saying No is An Art: Contextualized Fallback Responses for Unanswerable Dialogue Queries},
|
36 |
+
author={Ashish Shrivastava and Kaustubh Dhole and Abhinav Bhatt and Sharvani Raghunath},
|
37 |
+
year={2020},
|
38 |
+
eprint={2012.01873},
|
39 |
+
archivePrefix={arXiv},
|
40 |
+
primaryClass={cs.CL}
|
41 |
+
}
|
42 |
+
```
|