Fairseq
English
McmanusChen commited on
Commit
8ce1eca
·
1 Parent(s): 6155452

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -18,7 +18,7 @@ library_name: fairseq
18
  # MCL base model (cased)
19
 
20
  Pretrained model on English language using a Multi-perspective Course Learning (MCL) objective. It was introduced in
21
- [this paper](https://arxiv.org/abs/). This model is cased: it makes a difference between english and English.
22
 
23
  ## Model description
24
 
@@ -72,3 +72,26 @@ SQuAD 2.0 test results:
72
 
73
 
74
  ### BibTeX entry and citation info
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  # MCL base model (cased)
19
 
20
  Pretrained model on English language using a Multi-perspective Course Learning (MCL) objective. It was introduced in
21
+ [this paper](https://arxiv.org/pdf/2305.03981.pdf). This model is cased: it makes a difference between english and English.
22
 
23
  ## Model description
24
 
 
72
 
73
 
74
  ### BibTeX entry and citation info
75
+
76
+ @article{DBLP:journals/corr/abs-2305-03981,
77
+ author = {Beiduo Chen and
78
+ Shaohan Huang and
79
+ Zihan Zhang and
80
+ Wu Guo and
81
+ Zhenhua Ling and
82
+ Haizhen Huang and
83
+ Furu Wei and
84
+ Weiwei Deng and
85
+ Qi Zhang},
86
+ title = {Pre-training Language Model as a Multi-perspective Course Learner},
87
+ journal = {CoRR},
88
+ volume = {abs/2305.03981},
89
+ year = {2023},
90
+ url = {https://doi.org/10.48550/arXiv.2305.03981},
91
+ doi = {10.48550/arXiv.2305.03981},
92
+ eprinttype = {arXiv},
93
+ eprint = {2305.03981},
94
+ timestamp = {Thu, 11 May 2023 15:54:24 +0200},
95
+ biburl = {https://dblp.org/rec/journals/corr/abs-2305-03981.bib},
96
+ bibsource = {dblp computer science bibliography, https://dblp.org}
97
+ }