Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
|
@@ -74,6 +80,23 @@ The zero-shot generalization comparison results of OneKE with other large models
|
|
74 |
</p>
|
75 |
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
Here's the translation of the provided text into English:
|
79 |
|
@@ -655,5 +678,4 @@ If you have used OneKE in your work, please kindly cite the following paper:
|
|
655 |
biburl = {https://dblp.org/rec/journals/corr/abs-2402-14710.bib},
|
656 |
bibsource = {dblp computer science bibliography, https://dblp.org}
|
657 |
}
|
658 |
-
```
|
659 |
-
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
datasets:
|
4 |
+
- zjunlp/iepile
|
5 |
+
- zjunlp/InstructIE
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- zh
|
9 |
---
|
10 |
|
11 |
|
|
|
80 |
</p>
|
81 |
|
82 |
|
83 |
+
![zero_en](./assets/zero_en.jpg)
|
84 |
+
|
85 |
+
![zero_zh](./assets/zero_zh.jpg)
|
86 |
+
|
87 |
+
|
88 |
+
<details>
|
89 |
+
<summary><b>Supervision Results</b></summary>
|
90 |
+
|
91 |
+
![supervision_ner](./assets/supervision_ner.jpg)
|
92 |
+
|
93 |
+
![supervision_re](./assets/supervision_re.jpg)
|
94 |
+
|
95 |
+
![supervision_ee](./assets/supervision_ee.jpg)
|
96 |
+
|
97 |
+
</details>
|
98 |
+
|
99 |
+
|
100 |
|
101 |
Here's the translation of the provided text into English:
|
102 |
|
|
|
678 |
biburl = {https://dblp.org/rec/journals/corr/abs-2402-14710.bib},
|
679 |
bibsource = {dblp computer science bibliography, https://dblp.org}
|
680 |
}
|
681 |
+
```
|
|