calpt commited on
Commit
1ef3e7f
1 Parent(s): f1aba8e

Add inference API tag & update citation

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  tags:
 
3
  - bert
4
  - adapterhub:qa/squad1
5
  - adapter-transformers
@@ -49,15 +50,18 @@ Refer to [the paper](https://arxiv.org/pdf/2104.08247) for more information on r
49
  If you use this adapter, please cite our paper ["What to Pre-Train on? Efficient Intermediate Task Selection"](https://arxiv.org/pdf/2104.08247):
50
 
51
  ```bibtex
52
- @inproceedings{poth-etal-2021-what-to-pre-train-on,
53
- title={What to Pre-Train on? Efficient Intermediate Task Selection},
54
- author={Clifton Poth and Jonas Pfeiffer and Andreas Rücklé and Iryna Gurevych},
55
- booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
 
 
 
56
  month = nov,
57
  year = "2021",
58
- address = "Online",
59
  publisher = "Association for Computational Linguistics",
60
- url = "https://arxiv.org/abs/2104.08247",
61
- pages = "to appear",
62
  }
63
  ```
1
  ---
2
  tags:
3
+ - question-answering
4
  - bert
5
  - adapterhub:qa/squad1
6
  - adapter-transformers
50
  If you use this adapter, please cite our paper ["What to Pre-Train on? Efficient Intermediate Task Selection"](https://arxiv.org/pdf/2104.08247):
51
 
52
  ```bibtex
53
+ @inproceedings{poth-etal-2021-pre,
54
+ title = "{W}hat to Pre-Train on? {E}fficient Intermediate Task Selection",
55
+ author = {Poth, Clifton and
56
+ Pfeiffer, Jonas and
57
+ R{"u}ckl{'e}, Andreas and
58
+ Gurevych, Iryna},
59
+ booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
60
  month = nov,
61
  year = "2021",
62
+ address = "Online and Punta Cana, Dominican Republic",
63
  publisher = "Association for Computational Linguistics",
64
+ url = "https://aclanthology.org/2021.emnlp-main.827",
65
+ pages = "10585--10605",
66
  }
67
  ```