akoksal commited on
Commit
6ab6c0a
1 Parent(s): 7d6fae3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -41,7 +41,7 @@ datasets:
41
  - akoksal/LongForm
42
  ---
43
  ## LongForm-LLaMA-7B-diff
44
- 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.
45
 
46
  Github Repo: https://github.com/akoksal/LongForm
47
 
@@ -114,12 +114,12 @@ Smaller versions of LongForm-OPT models are also available:
114
  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.
115
 
116
  ## License
117
- 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).
118
 
119
  ## Citation
120
  ```
121
  @misc{koksal2023longform,
122
- title={LongForm: Optimizing Instruction Tuning for Long Text Generation with Corpus Extraction},
123
  author={Abdullatif Köksal and Timo Schick and Anna Korhonen and Hinrich Schütze},
124
  year={2023},
125
  eprint={2304.08460},
 
41
  - akoksal/LongForm
42
  ---
43
  ## LongForm-LLaMA-7B-diff
44
+ 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.
45
 
46
  Github Repo: https://github.com/akoksal/LongForm
47
 
 
114
  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.
115
 
116
  ## License
117
+ 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.
118
 
119
  ## Citation
120
  ```
121
  @misc{koksal2023longform,
122
+ title={LongForm: Effective Instruction Tuning with Reverse Instructions},
123
  author={Abdullatif Köksal and Timo Schick and Anna Korhonen and Hinrich Schütze},
124
  year={2023},
125
  eprint={2304.08460},