Commit
·
818034e
1
Parent(s):
7c29350
Create README.md
Browse files
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 |
+
```
|