teppei727 commited on
Commit
5e84c6a
·
1 Parent(s): 527d359

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,6 +12,8 @@ library_name: transformers
12
 
13
  Finetuned BERT model for 14-class classification. It was introduced in the paper: [Automatic Slide Generation Using Discourse Relations](https://link.springer.com/chapter/10.1007/978-3-031-36336-8_61) and first released in this repository. This model is uncased: it does not make a difference between english and English.
14
 
 
 
15
  # Descliption
16
 
17
  This model can classify the relation between the sentence pair of input.
@@ -19,7 +21,7 @@ This model can classify the relation between the sentence pair of input.
19
  Now we are working on preparing the Model card. Please wait for a few days.
20
 
21
 
22
- The model trained from [bert-large-uncased](https://huggingface.co/bert-large-uncased]) on the dataset published in the paper: [Automatic Prediction of Discourse Connectives](https://arxiv.org/abs/1702.00992).
23
 
24
  The dataset to make this model is based on English Wikipedia data and has 20 labels. However, this model will classify into 14 labels. This is because the 20-class data set was restructured to 14 classes to suit our research objective of "automatic slide generation. This distribution is shown below.
25
 
 
12
 
13
  Finetuned BERT model for 14-class classification. It was introduced in the paper: [Automatic Slide Generation Using Discourse Relations](https://link.springer.com/chapter/10.1007/978-3-031-36336-8_61) and first released in this repository. This model is uncased: it does not make a difference between english and English.
14
 
15
+ In our proposed method in this [paper](https://link.springer.com/chapter/10.1007/978-3-031-36336-8_61), we only used this model for the classification of discourse relation between the FIRST and SECOND sentence in summarized sentences. The model that is used between the other sentences is [this model](https://huggingface.co/bert-woco). If you are curious about our proposed method, it's better to see that model.
16
+
17
  # Descliption
18
 
19
  This model can classify the relation between the sentence pair of input.
 
21
  Now we are working on preparing the Model card. Please wait for a few days.
22
 
23
 
24
+ The model trained from [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the dataset published in the paper: [Automatic Prediction of Discourse Connectives](https://arxiv.org/abs/1702.00992).
25
 
26
  The dataset to make this model is based on English Wikipedia data and has 20 labels. However, this model will classify into 14 labels. This is because the 20-class data set was restructured to 14 classes to suit our research objective of "automatic slide generation. This distribution is shown below.
27