SciAssist / description.py
wing-nus's picture
add ref parser and summarizer
420f561
raw
history blame
No virus
908 Bytes
# Reference string parsing Markdown
rsp_str_md = '''
To **test on strings**, simply input one or more strings.
'''
rsp_file_md = '''
To **test on a file**, the input can be:
- A txt file which contains a reference string in each line.
'''
# - A pdf file which contains a whole scientific document without any processing (including title, author...).
ssum_str_md = '''
To **test on strings**, simply input a string.
**Note**: The **number of beams** should be **divisible** by the **number of generated summaries** for group beam search.
'''
ssum_file_md = '''
To **test on a file**, the input can be:
- A txt file which contains the content to be summarized.
**Note**: The **number of beams** should be **divisible** by the **number of generated summaries** for group beam search.
'''
# - A pdf file which contains a whole scientific document without any processing (including title, author...).