danny911kr commited on
Commit
dcd91be
1 Parent(s): 6fa7665

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## CALM
2
+
3
+ This model is for ICLR2021 paper: [Pre-training Text-to-Text Transformers for Concept-centric Common Sense](https://openreview.net/forum?id=3k20LAiHYL2).
4
+ Checkout our [Project website](https://inklab.usc.edu/calm-project) for details!
5
+
6
+ ```bibtex
7
+ @inproceedings{CALM2021,
8
+ title={Pre-training Text-to-Text Transformers for Concept-centric Common Sense},
9
+ author={Wangchunshu Zhou and Dong-Ho Lee and Ravi Kiran Selvam and Seyeon Lee and Bill Yuchen Lin and Xiang Ren},
10
+ booktitle={ICLR},
11
+ year={2021}
12
+ }
13
+ ```