Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suhara authored Aug 8, 2024
1 parent 5f69b3b commit ba7043a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Each file stores `List[Dict]` in a JSON format. Each entry follows the schema be
- `sentence: str`: Sentence text
- `pos: List[int]`: Beginning and end positions of the sentence
- `label: List[int]`: Source sentence annotation (annotations by at least two annotators) (`0`: does not contribute to the summary, `1`: contributes to the summary)
- `summary_label: List[int]`: Reconstructibility label (`1`: Yes, `0`: No) (whether the system/reference summary can be reconstructed from the source document)
- `document: str`: Original document
- `ref_summary: str`: Reference summary (all sentences)
- `gen_summary: str`: Generated summary sentence. If `model=="reference"`, it is **a sentence** (not all the summary) of the reference summary.
Expand Down

0 comments on commit ba7043a

Please sign in to comment.