Spaces:
Runtime error
Runtime error
tangtang commited on
Commit ·
6be31de
1
Parent(s): 4419928
Update space1
Browse files- src/about.py +20 -3
src/about.py
CHANGED
|
@@ -40,13 +40,30 @@ TITLE = """<h1 align="center" id="space-title">LLM-Based Automated Literature Re
|
|
| 40 |
|
| 41 |
INTRODUCTION_TEXT = """
|
| 42 |
This leaderboard evaluates Large Language Models (LLMs) on their ability to perform automated literature review tasks, including reference generation, abstract writing, and review composition.<br>
|
| 43 |
-
It is based on the study:
|
| 44 |
The leaderboard measures how well different models perform in references generation, factually consistent, and stylistically appropriate academic texts.<br><br>
|
| 45 |
|
| 46 |
-
|
| 47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
"""
|
| 49 |
|
|
|
|
| 50 |
# <table>
|
| 51 |
# <tr>
|
| 52 |
# <td align="center">
|
|
|
|
| 40 |
|
| 41 |
INTRODUCTION_TEXT = """
|
| 42 |
This leaderboard evaluates Large Language Models (LLMs) on their ability to perform automated literature review tasks, including reference generation, abstract writing, and review composition.<br>
|
| 43 |
+
It is based on the study: <b>Large Language Models for Automated Literature Review: An Evaluation of Reference Generation, Abstract Writing, and Review Composition.</b><br>
|
| 44 |
The leaderboard measures how well different models perform in references generation, factually consistent, and stylistically appropriate academic texts.<br><br>
|
| 45 |
|
| 46 |
+
<div style="display:flex; gap:20px; justify-content:space-between;">
|
| 47 |
+
<div style="text-align:center;">
|
| 48 |
+
<img src="https://huggingface.co/datasets/XuemeiTang/llm_litReview_images/resolve/main/acc_score.png?raw=true" width="200"><br>
|
| 49 |
+
Reference Generation: Precision
|
| 50 |
+
</div>
|
| 51 |
+
<div style="text-align:center;">
|
| 52 |
+
<img src="" width="200"><br>
|
| 53 |
+
Abstract Writing: True
|
| 54 |
+
</div>
|
| 55 |
+
<div style="text-align:center;">
|
| 56 |
+
<img src="https://huggingface.co/datasets/XuemeiTang/llm_litReview_images/resolve/main/acc_score_t3.png?raw=true" width="200"><br>
|
| 57 |
+
Review Composition: Precision
|
| 58 |
+
</div>
|
| 59 |
+
<div style="text-align:center;">
|
| 60 |
+
<img src="https://huggingface.co/datasets/XuemeiTang/llm_litReview_images/resolve/main/kpr_score.png?raw=true" width="200"><br>
|
| 61 |
+
Literature Review Writing: KPR
|
| 62 |
+
</div>
|
| 63 |
+
</div>
|
| 64 |
"""
|
| 65 |
|
| 66 |
+
|
| 67 |
# <table>
|
| 68 |
# <tr>
|
| 69 |
# <td align="center">
|