Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
```
|
6 |
+
@inproceedings{
|
7 |
+
evans2018can,
|
8 |
+
title={Can Neural Networks Understand Logical Entailment?},
|
9 |
+
author={Richard Evans and David Saxton and David Amos and Pushmeet Kohli and Edward Grefenstette},
|
10 |
+
booktitle={International Conference on Learning Representations},
|
11 |
+
year={2018},
|
12 |
+
url={https://openreview.net/forum?id=SkZxCk-0Z},
|
13 |
+
}
|
14 |
+
```
|
15 |
+
Added for tasksource
|
16 |
+
|
17 |
+
```bib
|
18 |
+
@article{sileo2023tasksource,
|
19 |
+
title={tasksource: Structured Dataset Preprocessing Annotations for Frictionless Extreme Multi-Task Learning and Evaluation},
|
20 |
+
author={Sileo, Damien},
|
21 |
+
url= {https://arxiv.org/abs/2301.05948},
|
22 |
+
journal={arXiv preprint arXiv:2301.05948},
|
23 |
+
year={2023}
|
24 |
+
}
|
25 |
+
```
|
26 |
+
|