Gresham429 commited on
Commit
06014db
Β·
verified Β·
1 Parent(s): 0ba2ee2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -29,6 +29,8 @@ configs:
29
  data_files: single_turn/summarization/*.jsonl
30
  ---
31
 
 
 
32
  ``` shell
33
  .
34
  β”œβ”€β”€ README.md
@@ -45,5 +47,6 @@ configs:
45
  └── summarization
46
  ```
47
 
48
- # LoopServe: An Adaptive Dual-phase LLM Inference Acceleration System for Multi-Turn Dialogues
49
 
 
 
29
  data_files: single_turn/summarization/*.jsonl
30
  ---
31
 
32
+ # LoopServe: An Adaptive Dual-phase LLM Inference Acceleration System for Multi-Turn Dialogues
33
+
34
  ``` shell
35
  .
36
  β”œβ”€β”€ README.md
 
47
  └── summarization
48
  ```
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.