akoksal commited on
Commit
82f1825
1 Parent(s): 02205bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -39,7 +39,7 @@ datasets:
39
  ---
40
 
41
  ## LongForm-T5-XL
42
- The LongForm dataset is created by leveraging English corpus examples with augmented instructions. We select a diverse set of human-written documents from existing corpora such as C4 and Wikipedia and generate instructions for the given documents via LLMs. Then, we extend these examples with structured corpora examples such as Stack Exchange and WikiHow and task examples such as question answering, email writing, grammar error correction, story/poem generation, and text summarization.
43
 
44
 
45
  Github Repo: https://github.com/akoksal/LongForm
@@ -88,13 +88,12 @@ Smaller versions of LongForm-OPT models are also available:
88
  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.
89
 
90
  ## License
91
- The LongForm project is subject to a MIT License with custom limitations for restrictions imposed by OpenAI (for the instruction generation part), as well as the license of language models (OPT, LLaMA, and T5).
92
-
93
 
94
  ## Citation
95
  ```
96
  @misc{koksal2023longform,
97
- title={LongForm: Optimizing Instruction Tuning for Long Text Generation with Corpus Extraction},
98
  author={Abdullatif Köksal and Timo Schick and Anna Korhonen and Hinrich Schütze},
99
  year={2023},
100
  eprint={2304.08460},
 
39
  ---
40
 
41
  ## LongForm-T5-XL
42
+ The LongForm dataset is created by leveraging English corpus examples with reverse instructions. We select a diverse set of human-written documents from existing corpora such as C4 and Wikipedia and generate instructions for the given documents via LLMs. Then, we extend these examples with structured corpora examples such as Stack Exchange and WikiHow and task examples such as question answering, email writing, grammar error correction, story/poem generation, and text summarization.
43
 
44
 
45
  Github Repo: https://github.com/akoksal/LongForm
 
88
  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.
89
 
90
  ## License
91
+ The LongForm project is subject to a MIT License with custom limitations for restrictions imposed by OpenAI (for the instruction generation part), as well as the license of language models (OPT, LLaMA, and T5). The WikiHow subset of LongForm-C is subject to the license proposed by WikiHow.
 
92
 
93
  ## Citation
94
  ```
95
  @misc{koksal2023longform,
96
+ title={LongForm: Effective Instruction Tuning with Reverse Instructions},
97
  author={Abdullatif Köksal and Timo Schick and Anna Korhonen and Hinrich Schütze},
98
  year={2023},
99
  eprint={2304.08460},