sileod commited on
Commit
0c2cc23
1 Parent(s): 849f2b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -24,4 +24,34 @@ tags:
24
  - natural-language-inference
25
  - reasoning
26
  - logic
27
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  - natural-language-inference
25
  - reasoning
26
  - logic
27
+ ---
28
+
29
+ # bAbi_nli
30
+
31
+ bAbI tasks recasted as natural language inference;
32
+
33
+ https://colab.research.google.com/drive/1J_RqDSw9iPxJSBvCJu-VRbjXnrEjKVvr?usp=sharing
34
+
35
+ ```bibtex
36
+ @article{weston2015towards,
37
+ title={Towards ai-complete question answering: A set of prerequisite toy tasks},
38
+ author={Weston, Jason and Bordes, Antoine and Chopra, Sumit and Rush, Alexander M and Van Merri{\"e}nboer, Bart and Joulin, Armand and Mikolov, Tomas},
39
+ journal={arXiv preprint arXiv:1502.05698},
40
+ year={2015}
41
+ }
42
+
43
+ @inproceedings{sileo-moens-2022-analysis,
44
+ title = "Analysis and Prediction of {NLP} Models via Task Embeddings",
45
+ author = "Sileo, Damien and
46
+ Moens, Marie-Francine",
47
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
48
+ month = jun,
49
+ year = "2022",
50
+ address = "Marseille, France",
51
+ publisher = "European Language Resources Association",
52
+ url = "https://aclanthology.org/2022.lrec-1.67",
53
+ pages = "633--647",
54
+ abstract = "Task embeddings are low-dimensional representations that are trained to capture task properties. In this paper, we propose MetaEval, a collection of 101 NLP tasks. We fit a single transformer to all MetaEval tasks jointly while conditioning it on learned embeddings. The resulting task embeddings enable a novel analysis of the space of tasks. We then show that task aspects can be mapped to task embeddings for new tasks without using any annotated examples. Predicted embeddings can modulate the encoder for zero-shot inference and outperform a zero-shot baseline on GLUE tasks. The provided multitask setup can function as a benchmark for future transfer learning research.",
55
+ }
56
+
57
+ ```