Spaces:
Sleeping
Sleeping
Keep task description simple accurate.
Browse files- description.py +3 -3
description.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Reference string parsing Markdown
|
2 |
rsp_title_md = '''
|
3 |
-
##
|
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 |
-
##
|
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 |
-
##
|
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 = '''
|