chiyuzhang commited on
Commit
80d987f
·
1 Parent(s): 2b4fd2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: cc-by-nc-3.0
3
  ---
4
 
5
- T5-base model trained for text paraphrase
6
 
7
  You can load this model by:
8
  ```python
@@ -18,6 +18,11 @@ input_st = "paraphrase: " + text + " </s>"
18
  ```
19
 
20
  Please find more training details in our paper:
 
 
 
 
 
21
  ```
22
  @inproceedings{zhang2022decay,
23
  title={Decay No More: A Persistent Twitter Dataset for Learning Social Meaning},
 
2
  license: cc-by-nc-3.0
3
  ---
4
 
5
+ # T5-base model trained for text paraphrase
6
 
7
  You can load this model by:
8
  ```python
 
18
  ```
19
 
20
  Please find more training details in our paper:
21
+
22
+ [Decay No More: A Persistent Twitter Dataset for Learning Social Meaning](https://arxiv.org/pdf/2204.04611.pdf)
23
+
24
+ Accepted by 1st Workshop on Novel Evaluation Approaches for Text Classification Systems on Social Media @ ICWSM-2022
25
+
26
  ```
27
  @inproceedings{zhang2022decay,
28
  title={Decay No More: A Persistent Twitter Dataset for Learning Social Meaning},