Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ Here is the results:
|
|
58 |
|--------------------|------------|-----------|-----------|----------|
|
59 |
| Llama3-8B-Instruct | 0.902 | 0.636 | 0.784 | 0.774 |
|
60 |
| Llama3-70B-Instruct | 0.953 | 0.659 | 0.792 | 0.801 |
|
61 |
-
|
|
62 |
|
63 |
## Autoamted Evaluation using [FineSurE](link)
|
64 |
|
@@ -66,7 +66,8 @@ Here is the results:
|
|
66 |
|--------------------|------------|-----------|-----------|----------|
|
67 |
| Llama3-8B-Instruct | 0.864 | 0.583 | 0.450 | 0.632 |
|
68 |
| Llama3-70B-Instruct | 0.931 | 0.596 | 0.487 | 0.671 |
|
69 |
-
|
|
|
|
70 |
|
71 |
|
72 |
See an example how the summary improved by SummLlama3-8B over Llama3-8/70B-Instruct on the document below:
|
|
|
58 |
|--------------------|------------|-----------|-----------|----------|
|
59 |
| Llama3-8B-Instruct | 0.902 | 0.636 | 0.784 | 0.774 |
|
60 |
| Llama3-70B-Instruct | 0.953 | 0.659 | 0.792 | 0.801 |
|
61 |
+
| SummLlama3-8B | 0.980 | 0.697 | 0.959 | 0.879 |
|
62 |
|
63 |
## Autoamted Evaluation using [FineSurE](link)
|
64 |
|
|
|
66 |
|--------------------|------------|-----------|-----------|----------|
|
67 |
| Llama3-8B-Instruct | 0.864 | 0.583 | 0.450 | 0.632 |
|
68 |
| Llama3-70B-Instruct | 0.931 | 0.596 | 0.487 | 0.671 |
|
69 |
+
| SummLlama3-8B | 0.931 | 0.614 | 0.659 | 0.735 |
|
70 |
+
| SummLlama3-70B | 0.950 | 0.632 | 0.754 | 0.779 |
|
71 |
|
72 |
|
73 |
See an example how the summary improved by SummLlama3-8B over Llama3-8/70B-Instruct on the document below:
|