JavonTeo commited on
Commit
fdaed1b
1 Parent(s): e7a780d

Keep task description simple accurate.

Browse files
Files changed (1) hide show
  1. description.py +3 -3
description.py CHANGED
@@ -1,6 +1,6 @@
1
  # Reference string parsing Markdown
2
  rsp_title_md = '''
3
- ## Our Reference String Parsing tool parses a structured citation string, extracting information as the title, authors, and publication date.
4
  '''
5
 
6
  rsp_str_md = '''
@@ -46,7 +46,7 @@ To **test on strings**, simply input a string.
46
  ctrlsum_file_md = '''
47
  This is the demo for **CocoSciSum**.
48
 
49
- ## Our Controlled Summarization tool uses advanced language models to extract key insights from your content, and condense lengthy documents and PDFs into clear, information-rich summaries.
50
 
51
  To **test on a file**, the input can be:
52
 
@@ -59,7 +59,7 @@ To **test on a file**, the input can be:
59
  '''
60
 
61
  de_title_md = '''
62
- ## Our Dataset Extraction tool extracts elements from the text that captures the key details of it.
63
  '''
64
 
65
  de_str_md = '''
 
1
  # Reference string parsing Markdown
2
  rsp_title_md = '''
3
+ ## Reference String Parsing parses a citation string, extracting information such as the title, authors, and publication date.
4
  '''
5
 
6
  rsp_str_md = '''
 
46
  ctrlsum_file_md = '''
47
  This is the demo for **CocoSciSum**.
48
 
49
+ ## Controlled Summarization uses FLAN-T5 to generate user-customised summaries from your input file or URL link.
50
 
51
  To **test on a file**, the input can be:
52
 
 
59
  '''
60
 
61
  de_title_md = '''
62
+ ## Dataset Extraction detects dataset mentions from the input text.
63
  '''
64
 
65
  de_str_md = '''