Katsumata420 commited on
Commit
60d8c45
1 Parent(s): 09d2a39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -116,7 +116,7 @@ We use CSJ for the evaluation.
116
  We evaluate the following tasks on CSJ:
117
  - Dependency Parsing
118
  - Sentence Boundary
119
- - Extract Important Sentence
120
 
121
  ### Metrics
122
 
@@ -124,11 +124,11 @@ We evaluate the following tasks on CSJ:
124
 
125
  - Dependency Parsing: Undirected Unlabeled Attachment Score (UUAS)
126
  - Sentence Boundary: F1 Score
127
- - Extract Important Sentence: F1 Score
128
 
129
  ## Results
130
 
131
- | | Dependency Parsing | Sentence Boundary | Extract Important Sentence |
132
  | :--- | ---: | ---: | ---: |
133
  | written BERT | 39.4 | 61.6 | 36.8 |
134
  | 1-6 layer wise | 44.6 | 64.8 | 35.4 |
 
116
  We evaluate the following tasks on CSJ:
117
  - Dependency Parsing
118
  - Sentence Boundary
119
+ - Important Sentence Extraction
120
 
121
  ### Metrics
122
 
 
124
 
125
  - Dependency Parsing: Undirected Unlabeled Attachment Score (UUAS)
126
  - Sentence Boundary: F1 Score
127
+ - Important Sentence Extraction: F1 Score
128
 
129
  ## Results
130
 
131
+ | | Dependency Parsing | Sentence Boundary | Important Sentence Extraction |
132
  | :--- | ---: | ---: | ---: |
133
  | written BERT | 39.4 | 61.6 | 36.8 |
134
  | 1-6 layer wise | 44.6 | 64.8 | 35.4 |