File size: 1,419 Bytes
086fdba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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 documention without any preprocessing(including title, author, body text...).



'''
# - 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.



'''

ssum_file_md = '''

To **test on a file**, the input can be:



- A txt file which contains the content to be summarized.



- A pdf file which contains a whole scientific documention without any preprocessing(including title, author, body text...).





'''

# - The **number of beams** should be **divisible** by the **number of generated summaries** for group beam search.
ctrlsum_str_md = '''

To **test on strings**, simply input a string.



**Note**: 



- Length 0 will exert no control over length.

 



'''

ctrlsum_file_md = '''

To **test on a file**, the input can be:



- A txt file which contains the content to be summarized.



- A pdf file which contains a whole scientific documention without any preprocessing(including title, author, body text...).



**Note**: 



- Length 0 will exert no control over length.





'''