Skip to content

Commit 3623fd1

Browse files
authoredMay 3, 2023
Add the paper into the readme
1 parent 601afe9 commit 3623fd1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

‎README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Code for "Multi-CLS BERT: An Efficient Alternative to Traditional Ensembling"
1+
Code for "[Multi-CLS BERT: An Efficient Alternative to Traditional Ensembling](https://arxiv.org/abs/2210.05043)"
22

33
# Setup
44
Only tested on python3.6.
@@ -74,5 +74,13 @@ pooler_dropout = 0, random_seed = 1,
7474
run_name_suffix = adam_${common_name}_e20_bsz4:s1:lr"
7575
```
7676

77+
## Citation
7778

78-
79+
```
80+
@inproceedings{chang2023multi-cls,
81+
title={Multi-CLS BERT: An Efficient Alternative to Traditional Ensembling},
82+
author={Haw-Shiuan Chang* and Ruei-Yao Sun* and Kathryn Ricci* and Andrew McCallum},
83+
booktitle={Annual Meeting of the Association for Computational Linguistics (ACL)},
84+
year={2023},
85+
}
86+
```

0 commit comments

Comments
 (0)
Please sign in to comment.