Gresham429 commited on
Commit
aeec18c
·
verified ·
1 Parent(s): 06014db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -31,6 +31,9 @@ configs:
31
 
32
  # LoopServe: An Adaptive Dual-phase LLM Inference Acceleration System for Multi-Turn Dialogues
33
 
 
 
 
34
  ``` shell
35
  .
36
  ├── README.md
@@ -49,4 +52,4 @@ configs:
49
 
50
  # Introduction
51
 
52
- **LoopServe Multi-Turn Dialogue Benchmark** is a comprehensive evaluation dataset comprising 11 diverse datasets designed to assess large language model performance in realistic conversational scenarios. Unlike traditional benchmarks that place queries only at the end of input sequences, this benchmark features diverse query positions (beginning, middle, end) across 2-3 conversational turns, with datasets spanning Question Answering, Summarization, and Few-shot Learning tasks. The benchmark contains 199-500 instances per dataset with token lengths ranging from 2,376 to 30,545, capturing the dynamic dependencies and unpredictable patterns characteristic of real-world multi-turn dialogues to provide more authentic LLM evaluation.
 
31
 
32
  # LoopServe: An Adaptive Dual-phase LLM Inference Acceleration System for Multi-Turn Dialogues
33
 
34
+ Arxiv: https://www.arxiv.org/abs/2507.13681
35
+ Huggingface: https://huggingface.co/papers/2507.13681
36
+
37
  ``` shell
38
  .
39
  ├── README.md
 
52
 
53
  # Introduction
54
 
55
+ **LoopServe Multi-Turn Dialogue Benchmark** is a comprehensive evaluation dataset comprising multiple diverse datasets designed to assess large language model performance in realistic conversational scenarios. Unlike traditional benchmarks that place queries only at the end of input sequences, this benchmark features diverse query positions (beginning, middle, end) across multi-turn conversations, spanning Question Answering, Needle in a haystack, Summarization, and Few-shot Learning tasks. The benchmark captures the dynamic dependencies and unpredictable patterns characteristic of real-world multi-turn dialogues to provide more authentic LLM evaluation in practical conversational applications.