eaclark07 commited on
Commit
6e20fcf
1 Parent(s): ef2c879

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -11,7 +11,7 @@ It is trained similarly to the [TRUE paper (Honovich et al, 2022)](https://arxiv
11
  - Turkish
12
  - Vietnamese
13
 
14
- The input format for the model is: "premise: ARTICLE hypothesis: SUMMARY".
15
 
16
  There is also a smaller (mT5-L) version of this model, as well as metrics trained for each of the other 5 dimensions described in the original paper.
17
 
@@ -25,4 +25,6 @@ The full citation for the SEAHORSE paper is:
25
  archivePrefix={arXiv},
26
  primaryClass={cs.CL}
27
  }
28
- ```
 
 
 
11
  - Turkish
12
  - Vietnamese
13
 
14
+ The input format for the model is: "premise: ARTICLE hypothesis: SUMMARY", where ARTICLE is the document being summarized and SUMMARY is the candidate summary.
15
 
16
  There is also a smaller (mT5-L) version of this model, as well as metrics trained for each of the other 5 dimensions described in the original paper.
17
 
 
25
  archivePrefix={arXiv},
26
  primaryClass={cs.CL}
27
  }
28
+ ```
29
+
30
+ Contact: seahorse-authors@google.com