akoksal commited on
Commit
7200fa8
1 Parent(s): 7dcb51d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -106,4 +106,16 @@ We provide in-depth evaluation of LongForm models and baselines in the paper. We
106
  ‡: We can just release the difference between LongForm-LLaMA-7B and pretrained LLaMA-7B publicly due to restrictions of LLaMA models.
107
 
108
  ## Limitations
109
- The LongForm dataset and models mainly focus on long text generation and have limitations regarding structured prediction tasks in NLP. Additionally, we observe that LongForm models may present hallucination problems similar to those found in LLMs.
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  ‡: We can just release the difference between LongForm-LLaMA-7B and pretrained LLaMA-7B publicly due to restrictions of LLaMA models.
107
 
108
  ## Limitations
109
+ The LongForm dataset and models mainly focus on long text generation and have limitations regarding structured prediction tasks in NLP. Additionally, we observe that LongForm models may present hallucination problems similar to those found in LLMs.
110
+
111
+ ## Citation
112
+ ```
113
+ @misc{koksal2023longform,
114
+ title={LongForm: Optimizing Instruction Tuning for Long Text Generation with Corpus Extraction},
115
+ author={Abdullatif Köksal and Timo Schick and Anna Korhonen and Hinrich Schütze},
116
+ year={2023},
117
+ eprint={2304.08460},
118
+ archivePrefix={arXiv},
119
+ primaryClass={cs.CL}
120
+ }
121
+ ```