CoolFace
Datasetpublic

ulab-ai/AcademicEval

AcademicEval Benchmark Introduction We proposed AcademicEval, a live benchmark for evaluating LLMs over long-context generation tasks. AcademicEval adopts papers on arXiv to introduce several acadeic writing tasks with long-context inputs, i.e., Title, Abstract, Introduction, Related Work, wich covers a wide range of abstraction levels and require no manual labeling. Comparing to existing long-context LLM benchmarks, our Comparing to existing long-context LLM benchmarks… See the full description on the dataset page: https://huggingface.co/datasets/ulab-ai/AcademicEval.

sourceHugging Facecc-by-4.0updated 11mo agoView on Hugging Face
0likes1.5kdownloads
Dataset Card

AcademicEval Benchmark Introduction

<!-- <img src="./model.png" width="75%" height="75%" /> --> <div align=center> <img src="./model.png" width = 75% height="75%"/> </div>

We proposed <b><i>AcademicEval</i></b>, a live benchmark for evaluating LLMs over long-context generation tasks. <b><i>AcademicEval</i></b> adopts papers on arXiv to introduce several acadeic writing tasks with long-context inputs, <i>i.e.</i>, <b><i>Title, Abstract, Introduction, Related Work</i></b>, wich covers a wide range of abstraction levels and require no manual labeling.

Comparing to existing long-context LLM benchmarks, our Comparing to existing long-context LLM benchmarks, our AcademicEval offers flexible length, automatic annotation, hierarchical abstraction, few-shot demonstrations, and live updates without data leakage risks.

🌟Note🌟: currently, for the ease of downloading, we only uploaded the test set of AcademicEval (The rest of AcademicEval, i.e., train and val set, can be accessed via [AcademicEval Full](https://huggingface.co/datasets/ulab-ai/AcademicEval_Full)). The data viewer above shows the preview data information of title-10K, abs-9K, and intro-8K. For the complete test set data, please check "Files and versions" in this page.

<table class="comparison-table"> <thead> <tr> <th>Benchmark</th> <th>Avg Len</th> <th>Automatic Annotation</th> <th>Hierarchical Abstraction</th> <th>Few-shot Demonstrations</th> <th>Live Update</th> </tr> </thead> <tbody> <tr> <td>ZeroSCROLLS (Shaham et al., 2023)</td> <td>~10K</td> <td><span style="color: green;">&#x2713;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> </tr> <tr> <td>L-Eval (An et al., 2023)</td> <td>~8K</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> </tr> <tr> <td>BAMBOO (Dong et al., 2023)</td> <td>~16K</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> </tr> <tr> <td>LongBench (Bai et al., 2023)</td> <td>~8K</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: green;">&#x2713;</td> <td><span style="color: red;">&#x2718;</td> </tr> <tr> <td>LooGLE (Li et al., 2023)</td> <td>~20K</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> </tr> <tr> <td>∞Bench (Zhang et al., 2024)</td> <td>~200K</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> <td><span style="color: red;">&#x2718;</td> </tr> <tr> <td><strong>AcademicEval (ours)</strong></td> <td><strong>Flexible</strong></td> <td><span style="color: green;">&#x2713;</td> <td><span style="color: green;">&#x2713;</td> <td><span style="color: green;">&#x2713;</td> <td><span style="color: green;">&#x2713;</td> </tr> </tbody> </table> <style> .comparison-table td:nth-child(3) span { color: green; } .comparison-table td:nth-child(4) span { color: red; } .comparison-table td { text-align: center; } </style>

Dataset Structure

Data Settings

  • β€”*Title Writing*
  • β€”title_10K
  • β€”title_30K
  • β€”title_31K_G
  • β€”*Abstract Writing*
  • β€”abs_9K
  • β€”abs_28K
  • β€”abs_29K_G
  • β€”*Introduction Writing*
  • β€”intro_8K
  • β€”intro_28K
  • β€”intro_28K_G
  • β€”*Related Work Writing*
  • β€”related_34K
  • β€”related_53K
  • β€”related_53K_G

Main Data Fields

  • β€”url: the url of the original paper on arXiv
  • β€”title: the title of the paper
  • β€”abstract: the abstract of the paper
  • β€”authors: the authors of the paper
  • β€”published: the publication timestamp of the paper
  • β€”primary_cat: arXiv category
  • β€”gt: the ground truth of the corresponding task
  • β€”main_content: the main body of the paper (w/o the corresponding section content)
  • β€”additional_info: the few-shot demonstrations from randomly selected papers (the data fields of each demonstration are the same as above)
  • β€”additional_graph_info: the few-shot demonstrations with the co-author subgraph structure from co-author papers (the data fields of each demonstration are the same as above)
ulab-ai/AcademicEval Β· CoolFace