tide525 commited on
Commit
1786e78
1 Parent(s): e927e9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -27,6 +27,25 @@ Since the generation relies on some randomness, we set a seed for reproducibilit
27
  {'generated_text': 'Xが試験官から褒められる'}]
28
  ```
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ### BibTeX entry and citation info
31
 
32
  ```bibtex
 
27
  {'generated_text': 'Xが試験官から褒められる'}]
28
  ```
29
 
30
+ ### Preprocessing
31
+
32
+ The prompts are different for each relation:
33
+
34
+ | Relation | Prompt |
35
+ | :------: | :---------------------------------------: |
36
+ | xNeed | 次の出来事に必要な前提条件は何ですか: |
37
+ | xEffect | 次の出来事の後に起こりうることは何ですか: |
38
+ | xIntent | 次の出来事が起こった動機は何ですか: |
39
+ | xReact | 次の出来事の後に感じることは何ですか: |
40
+
41
+ ## Evaluation results
42
+
43
+ The model achieves the following results:
44
+
45
+ | BLEU | BERTScore |
46
+ |:-----:|:---------:|
47
+ | 39.85 | 82.37 |
48
+
49
  ### BibTeX entry and citation info
50
 
51
  ```bibtex