machineteacher commited on
Commit
98cf383
1 Parent(s): c90f060

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -16,7 +16,7 @@ metrics:
16
  ---
17
  # Model Card for CoEdIT-xl-composite
18
 
19
- This model was obtained by fine-tuning the corresponding google/flan-t5-xl model on the CoEdIT-Composite dataset. Details of the dataset can be found in our paper and repository.
20
 
21
  **Paper:** CoEdIT: Text Editing by Task-Specific Instruction Tuning
22
 
@@ -29,10 +29,10 @@ This model was obtained by fine-tuning the corresponding google/flan-t5-xl model
29
  - **Language(s) (NLP)**: English
30
  - **Finetuned from model:** google/flan-t5-xl
31
 
32
- ### Model Sources [optional]
33
 
34
  - **Repository:** https://github.com/vipulraheja/coedit
35
- - **Paper [optional]:** [More Information Needed]
36
 
37
  ## How to use
38
  We make available the models presented in our paper.
@@ -86,9 +86,16 @@ https://github.com/vipulraheja/coedit
86
  ## Citation
87
 
88
  **BibTeX:**
89
-
90
- [More Information Needed]
 
 
 
 
 
 
 
 
91
 
92
  **APA:**
93
-
94
- [More Information Needed]
 
16
  ---
17
  # Model Card for CoEdIT-xl-composite
18
 
19
+ This model was obtained by fine-tuning the corresponding `google/flan-t5-xl` model on the CoEdIT-Composite dataset. Details of the dataset can be found in our paper and repository.
20
 
21
  **Paper:** CoEdIT: Text Editing by Task-Specific Instruction Tuning
22
 
 
29
  - **Language(s) (NLP)**: English
30
  - **Finetuned from model:** google/flan-t5-xl
31
 
32
+ ### Model Sources
33
 
34
  - **Repository:** https://github.com/vipulraheja/coedit
35
+ - **Paper:** https://arxiv.org/abs/2305.09857
36
 
37
  ## How to use
38
  We make available the models presented in our paper.
 
86
  ## Citation
87
 
88
  **BibTeX:**
89
+ ```
90
+ @article{raheja2023coedit,
91
+ title={CoEdIT: Text Editing by Task-Specific Instruction Tuning},
92
+ author={Vipul Raheja and Dhruv Kumar and Ryan Koo and Dongyeop Kang},
93
+ year={2023},
94
+ eprint={2305.09857},
95
+ archivePrefix={arXiv},
96
+ primaryClass={cs.CL}
97
+ }
98
+ ```
99
 
100
  **APA:**
101
+ Raheja, V., Kumar, D., Koo, R., & Kang, D. (2023). CoEdIT: Text Editing by Task-Specific Instruction Tuning. ArXiv. /abs/2305.09857