akoksal commited on
Commit
a555b4f
1 Parent(s): a24cc8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ def process_example(args):
37
 
38
  with gr.Blocks() as demo:
39
  with gr.Column():
40
- gr.Markdown("""# 📜LongForm: Optimizing Instruction Tuning for Long Text Generation with Corpus Extraction
41
-
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
  **Paper**: https://arxiv.org/abs/2304.08460
 
37
 
38
  with gr.Blocks() as demo:
39
  with gr.Column():
40
+ gr.Markdown("""# 📜LongForm
41
+
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
  **Paper**: https://arxiv.org/abs/2304.08460