Update README.md
Browse files
README.md
CHANGED
@@ -332,10 +332,10 @@ This repo includes scripts needed to run our full pipeline, including data prepr
|
|
332 |
|
333 |
## Results
|
334 |
|
335 |
-
Below, we present the performance of **LlamaLens** in **English** compared to existing SOTA (if available) and the Llama-Instruct baseline, The
|
336 |
calculated as **(LLamalens – SOTA)**.
|
337 |
|
338 |
-
| **Task** | **Dataset** | **Metric** | **SOTA** | **Llama-instruct** | **LLamalens** |
|
339 |
|----------------------|---------------------------|-----------:|--------:|--------------------:|--------------:|------------------------------:|
|
340 |
| News Summarization | xlsum | R-2 | 0.152 | 0.074 | 0.141 | -0.011 |
|
341 |
| News Genre | CNN_News_Articles | Acc | 0.940 | 0.644 | 0.915 | -0.025 |
|
|
|
332 |
|
333 |
## Results
|
334 |
|
335 |
+
Below, we present the performance of **LlamaLens** in **English** compared to existing SOTA (if available) and the Llama-Instruct baseline, The “Δ” (Delta) column here is
|
336 |
calculated as **(LLamalens – SOTA)**.
|
337 |
|
338 |
+
| **Task** | **Dataset** | **Metric** | **SOTA** | **Llama-instruct** | **LLamalens** | **Δ** (LLamalens - SOTA) |
|
339 |
|----------------------|---------------------------|-----------:|--------:|--------------------:|--------------:|------------------------------:|
|
340 |
| News Summarization | xlsum | R-2 | 0.152 | 0.074 | 0.141 | -0.011 |
|
341 |
| News Genre | CNN_News_Articles | Acc | 0.940 | 0.644 | 0.915 | -0.025 |
|