Commit ·
84966b3
0
Parent(s):
Duplicate from flashserve/RAGPulse
Browse filesCo-authored-by: Zhengchao Wang <right135@users.noreply.huggingface.co>
- .gitattributes +59 -0
- 0_trace.jsonl +0 -0
- 1_sys_prompt.jsonl +0 -0
- 2_passages.jsonl +0 -0
- 3_history.jsonl +0 -0
- 4_user_input.jsonl +0 -0
- 5_web_search.jsonl +522 -0
- README.md +112 -0
- imgs/logo.webp.png +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
0_trace.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
1_sys_prompt.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
2_passages.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
3_history.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
4_user_input.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
5_web_search.jsonl
ADDED
|
@@ -0,0 +1,522 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"web_search_id": 20110, "token_length": 512}
|
| 2 |
+
{"web_search_id": 20111, "token_length": 512}
|
| 3 |
+
{"web_search_id": 20112, "token_length": 143}
|
| 4 |
+
{"web_search_id": 20113, "token_length": 512}
|
| 5 |
+
{"web_search_id": 20114, "token_length": 512}
|
| 6 |
+
{"web_search_id": 20115, "token_length": 195}
|
| 7 |
+
{"web_search_id": 20116, "token_length": 512}
|
| 8 |
+
{"web_search_id": 20117, "token_length": 512}
|
| 9 |
+
{"web_search_id": 20118, "token_length": 512}
|
| 10 |
+
{"web_search_id": 20119, "token_length": 326}
|
| 11 |
+
{"web_search_id": 20120, "token_length": 512}
|
| 12 |
+
{"web_search_id": 20121, "token_length": 512}
|
| 13 |
+
{"web_search_id": 20122, "token_length": 235}
|
| 14 |
+
{"web_search_id": 20123, "token_length": 512}
|
| 15 |
+
{"web_search_id": 20124, "token_length": 512}
|
| 16 |
+
{"web_search_id": 20125, "token_length": 177}
|
| 17 |
+
{"web_search_id": 20126, "token_length": 512}
|
| 18 |
+
{"web_search_id": 20127, "token_length": 387}
|
| 19 |
+
{"web_search_id": 20128, "token_length": 512}
|
| 20 |
+
{"web_search_id": 20129, "token_length": 512}
|
| 21 |
+
{"web_search_id": 20130, "token_length": 512}
|
| 22 |
+
{"web_search_id": 20131, "token_length": 93}
|
| 23 |
+
{"web_search_id": 20132, "token_length": 501}
|
| 24 |
+
{"web_search_id": 20133, "token_length": 512}
|
| 25 |
+
{"web_search_id": 20134, "token_length": 285}
|
| 26 |
+
{"web_search_id": 20135, "token_length": 512}
|
| 27 |
+
{"web_search_id": 20136, "token_length": 512}
|
| 28 |
+
{"web_search_id": 20137, "token_length": 201}
|
| 29 |
+
{"web_search_id": 20138, "token_length": 512}
|
| 30 |
+
{"web_search_id": 20139, "token_length": 209}
|
| 31 |
+
{"web_search_id": 20140, "token_length": 512}
|
| 32 |
+
{"web_search_id": 20141, "token_length": 512}
|
| 33 |
+
{"web_search_id": 20142, "token_length": 217}
|
| 34 |
+
{"web_search_id": 20143, "token_length": 512}
|
| 35 |
+
{"web_search_id": 20144, "token_length": 512}
|
| 36 |
+
{"web_search_id": 20145, "token_length": 446}
|
| 37 |
+
{"web_search_id": 20146, "token_length": 512}
|
| 38 |
+
{"web_search_id": 20147, "token_length": 512}
|
| 39 |
+
{"web_search_id": 20148, "token_length": 445}
|
| 40 |
+
{"web_search_id": 20149, "token_length": 512}
|
| 41 |
+
{"web_search_id": 20150, "token_length": 512}
|
| 42 |
+
{"web_search_id": 20151, "token_length": 68}
|
| 43 |
+
{"web_search_id": 20152, "token_length": 269}
|
| 44 |
+
{"web_search_id": 20153, "token_length": 512}
|
| 45 |
+
{"web_search_id": 20154, "token_length": 512}
|
| 46 |
+
{"web_search_id": 20155, "token_length": 258}
|
| 47 |
+
{"web_search_id": 20156, "token_length": 512}
|
| 48 |
+
{"web_search_id": 20157, "token_length": 512}
|
| 49 |
+
{"web_search_id": 20158, "token_length": 512}
|
| 50 |
+
{"web_search_id": 20159, "token_length": 60}
|
| 51 |
+
{"web_search_id": 20160, "token_length": 512}
|
| 52 |
+
{"web_search_id": 20161, "token_length": 512}
|
| 53 |
+
{"web_search_id": 20162, "token_length": 492}
|
| 54 |
+
{"web_search_id": 20163, "token_length": 512}
|
| 55 |
+
{"web_search_id": 20164, "token_length": 512}
|
| 56 |
+
{"web_search_id": 20165, "token_length": 403}
|
| 57 |
+
{"web_search_id": 20166, "token_length": 512}
|
| 58 |
+
{"web_search_id": 20167, "token_length": 512}
|
| 59 |
+
{"web_search_id": 20168, "token_length": 512}
|
| 60 |
+
{"web_search_id": 20169, "token_length": 11}
|
| 61 |
+
{"web_search_id": 20170, "token_length": 512}
|
| 62 |
+
{"web_search_id": 20171, "token_length": 244}
|
| 63 |
+
{"web_search_id": 20172, "token_length": 512}
|
| 64 |
+
{"web_search_id": 20173, "token_length": 512}
|
| 65 |
+
{"web_search_id": 20174, "token_length": 267}
|
| 66 |
+
{"web_search_id": 20175, "token_length": 512}
|
| 67 |
+
{"web_search_id": 20176, "token_length": 512}
|
| 68 |
+
{"web_search_id": 20177, "token_length": 512}
|
| 69 |
+
{"web_search_id": 20178, "token_length": 512}
|
| 70 |
+
{"web_search_id": 20179, "token_length": 448}
|
| 71 |
+
{"web_search_id": 20180, "token_length": 512}
|
| 72 |
+
{"web_search_id": 20181, "token_length": 512}
|
| 73 |
+
{"web_search_id": 20182, "token_length": 512}
|
| 74 |
+
{"web_search_id": 20183, "token_length": 101}
|
| 75 |
+
{"web_search_id": 20184, "token_length": 512}
|
| 76 |
+
{"web_search_id": 20185, "token_length": 512}
|
| 77 |
+
{"web_search_id": 20186, "token_length": 512}
|
| 78 |
+
{"web_search_id": 20187, "token_length": 185}
|
| 79 |
+
{"web_search_id": 20188, "token_length": 512}
|
| 80 |
+
{"web_search_id": 20189, "token_length": 512}
|
| 81 |
+
{"web_search_id": 20190, "token_length": 322}
|
| 82 |
+
{"web_search_id": 20191, "token_length": 512}
|
| 83 |
+
{"web_search_id": 20192, "token_length": 512}
|
| 84 |
+
{"web_search_id": 20193, "token_length": 512}
|
| 85 |
+
{"web_search_id": 20194, "token_length": 84}
|
| 86 |
+
{"web_search_id": 20195, "token_length": 286}
|
| 87 |
+
{"web_search_id": 20196, "token_length": 512}
|
| 88 |
+
{"web_search_id": 20197, "token_length": 397}
|
| 89 |
+
{"web_search_id": 20198, "token_length": 512}
|
| 90 |
+
{"web_search_id": 20199, "token_length": 78}
|
| 91 |
+
{"web_search_id": 20200, "token_length": 512}
|
| 92 |
+
{"web_search_id": 20201, "token_length": 179}
|
| 93 |
+
{"web_search_id": 20202, "token_length": 512}
|
| 94 |
+
{"web_search_id": 20203, "token_length": 512}
|
| 95 |
+
{"web_search_id": 20204, "token_length": 220}
|
| 96 |
+
{"web_search_id": 20205, "token_length": 512}
|
| 97 |
+
{"web_search_id": 20206, "token_length": 512}
|
| 98 |
+
{"web_search_id": 20207, "token_length": 159}
|
| 99 |
+
{"web_search_id": 20208, "token_length": 512}
|
| 100 |
+
{"web_search_id": 20209, "token_length": 512}
|
| 101 |
+
{"web_search_id": 20210, "token_length": 512}
|
| 102 |
+
{"web_search_id": 20211, "token_length": 136}
|
| 103 |
+
{"web_search_id": 20212, "token_length": 512}
|
| 104 |
+
{"web_search_id": 20213, "token_length": 512}
|
| 105 |
+
{"web_search_id": 20214, "token_length": 512}
|
| 106 |
+
{"web_search_id": 20215, "token_length": 180}
|
| 107 |
+
{"web_search_id": 20216, "token_length": 289}
|
| 108 |
+
{"web_search_id": 20217, "token_length": 512}
|
| 109 |
+
{"web_search_id": 20218, "token_length": 349}
|
| 110 |
+
{"web_search_id": 20219, "token_length": 512}
|
| 111 |
+
{"web_search_id": 20220, "token_length": 512}
|
| 112 |
+
{"web_search_id": 20221, "token_length": 285}
|
| 113 |
+
{"web_search_id": 20222, "token_length": 325}
|
| 114 |
+
{"web_search_id": 20223, "token_length": 319}
|
| 115 |
+
{"web_search_id": 20224, "token_length": 512}
|
| 116 |
+
{"web_search_id": 20225, "token_length": 24}
|
| 117 |
+
{"web_search_id": 20226, "token_length": 512}
|
| 118 |
+
{"web_search_id": 20227, "token_length": 512}
|
| 119 |
+
{"web_search_id": 20228, "token_length": 191}
|
| 120 |
+
{"web_search_id": 20229, "token_length": 331}
|
| 121 |
+
{"web_search_id": 20230, "token_length": 512}
|
| 122 |
+
{"web_search_id": 20231, "token_length": 409}
|
| 123 |
+
{"web_search_id": 20232, "token_length": 512}
|
| 124 |
+
{"web_search_id": 20233, "token_length": 512}
|
| 125 |
+
{"web_search_id": 20234, "token_length": 490}
|
| 126 |
+
{"web_search_id": 20235, "token_length": 512}
|
| 127 |
+
{"web_search_id": 20236, "token_length": 209}
|
| 128 |
+
{"web_search_id": 20237, "token_length": 512}
|
| 129 |
+
{"web_search_id": 20238, "token_length": 512}
|
| 130 |
+
{"web_search_id": 20239, "token_length": 458}
|
| 131 |
+
{"web_search_id": 20240, "token_length": 156}
|
| 132 |
+
{"web_search_id": 20241, "token_length": 512}
|
| 133 |
+
{"web_search_id": 20242, "token_length": 306}
|
| 134 |
+
{"web_search_id": 20243, "token_length": 512}
|
| 135 |
+
{"web_search_id": 20244, "token_length": 144}
|
| 136 |
+
{"web_search_id": 20245, "token_length": 512}
|
| 137 |
+
{"web_search_id": 20246, "token_length": 397}
|
| 138 |
+
{"web_search_id": 20247, "token_length": 512}
|
| 139 |
+
{"web_search_id": 20248, "token_length": 334}
|
| 140 |
+
{"web_search_id": 20249, "token_length": 512}
|
| 141 |
+
{"web_search_id": 20250, "token_length": 512}
|
| 142 |
+
{"web_search_id": 20251, "token_length": 512}
|
| 143 |
+
{"web_search_id": 20252, "token_length": 512}
|
| 144 |
+
{"web_search_id": 20253, "token_length": 35}
|
| 145 |
+
{"web_search_id": 20254, "token_length": 512}
|
| 146 |
+
{"web_search_id": 20255, "token_length": 512}
|
| 147 |
+
{"web_search_id": 20256, "token_length": 383}
|
| 148 |
+
{"web_search_id": 20257, "token_length": 512}
|
| 149 |
+
{"web_search_id": 20258, "token_length": 400}
|
| 150 |
+
{"web_search_id": 20259, "token_length": 512}
|
| 151 |
+
{"web_search_id": 20260, "token_length": 512}
|
| 152 |
+
{"web_search_id": 20261, "token_length": 150}
|
| 153 |
+
{"web_search_id": 20262, "token_length": 512}
|
| 154 |
+
{"web_search_id": 20263, "token_length": 512}
|
| 155 |
+
{"web_search_id": 20264, "token_length": 512}
|
| 156 |
+
{"web_search_id": 20265, "token_length": 22}
|
| 157 |
+
{"web_search_id": 20266, "token_length": 512}
|
| 158 |
+
{"web_search_id": 20267, "token_length": 335}
|
| 159 |
+
{"web_search_id": 20268, "token_length": 512}
|
| 160 |
+
{"web_search_id": 20269, "token_length": 512}
|
| 161 |
+
{"web_search_id": 20270, "token_length": 512}
|
| 162 |
+
{"web_search_id": 20271, "token_length": 36}
|
| 163 |
+
{"web_search_id": 20272, "token_length": 512}
|
| 164 |
+
{"web_search_id": 20273, "token_length": 512}
|
| 165 |
+
{"web_search_id": 20274, "token_length": 512}
|
| 166 |
+
{"web_search_id": 20275, "token_length": 143}
|
| 167 |
+
{"web_search_id": 20276, "token_length": 512}
|
| 168 |
+
{"web_search_id": 20277, "token_length": 172}
|
| 169 |
+
{"web_search_id": 20278, "token_length": 512}
|
| 170 |
+
{"web_search_id": 20279, "token_length": 512}
|
| 171 |
+
{"web_search_id": 20280, "token_length": 223}
|
| 172 |
+
{"web_search_id": 20281, "token_length": 512}
|
| 173 |
+
{"web_search_id": 20282, "token_length": 154}
|
| 174 |
+
{"web_search_id": 20283, "token_length": 512}
|
| 175 |
+
{"web_search_id": 20284, "token_length": 512}
|
| 176 |
+
{"web_search_id": 20285, "token_length": 53}
|
| 177 |
+
{"web_search_id": 20286, "token_length": 512}
|
| 178 |
+
{"web_search_id": 20287, "token_length": 512}
|
| 179 |
+
{"web_search_id": 20288, "token_length": 350}
|
| 180 |
+
{"web_search_id": 20289, "token_length": 512}
|
| 181 |
+
{"web_search_id": 20290, "token_length": 380}
|
| 182 |
+
{"web_search_id": 20291, "token_length": 512}
|
| 183 |
+
{"web_search_id": 20292, "token_length": 512}
|
| 184 |
+
{"web_search_id": 20293, "token_length": 288}
|
| 185 |
+
{"web_search_id": 20294, "token_length": 512}
|
| 186 |
+
{"web_search_id": 20295, "token_length": 215}
|
| 187 |
+
{"web_search_id": 20296, "token_length": 512}
|
| 188 |
+
{"web_search_id": 20297, "token_length": 30}
|
| 189 |
+
{"web_search_id": 20298, "token_length": 512}
|
| 190 |
+
{"web_search_id": 20299, "token_length": 512}
|
| 191 |
+
{"web_search_id": 20300, "token_length": 468}
|
| 192 |
+
{"web_search_id": 20301, "token_length": 512}
|
| 193 |
+
{"web_search_id": 20302, "token_length": 512}
|
| 194 |
+
{"web_search_id": 20303, "token_length": 97}
|
| 195 |
+
{"web_search_id": 20304, "token_length": 512}
|
| 196 |
+
{"web_search_id": 20305, "token_length": 512}
|
| 197 |
+
{"web_search_id": 20306, "token_length": 512}
|
| 198 |
+
{"web_search_id": 20307, "token_length": 80}
|
| 199 |
+
{"web_search_id": 20308, "token_length": 512}
|
| 200 |
+
{"web_search_id": 20309, "token_length": 24}
|
| 201 |
+
{"web_search_id": 20310, "token_length": 512}
|
| 202 |
+
{"web_search_id": 20311, "token_length": 193}
|
| 203 |
+
{"web_search_id": 20312, "token_length": 512}
|
| 204 |
+
{"web_search_id": 20313, "token_length": 512}
|
| 205 |
+
{"web_search_id": 20314, "token_length": 512}
|
| 206 |
+
{"web_search_id": 20315, "token_length": 40}
|
| 207 |
+
{"web_search_id": 20316, "token_length": 512}
|
| 208 |
+
{"web_search_id": 20317, "token_length": 512}
|
| 209 |
+
{"web_search_id": 20318, "token_length": 133}
|
| 210 |
+
{"web_search_id": 20319, "token_length": 512}
|
| 211 |
+
{"web_search_id": 20320, "token_length": 95}
|
| 212 |
+
{"web_search_id": 20321, "token_length": 337}
|
| 213 |
+
{"web_search_id": 20322, "token_length": 512}
|
| 214 |
+
{"web_search_id": 20323, "token_length": 512}
|
| 215 |
+
{"web_search_id": 20324, "token_length": 3}
|
| 216 |
+
{"web_search_id": 20325, "token_length": 484}
|
| 217 |
+
{"web_search_id": 20326, "token_length": 512}
|
| 218 |
+
{"web_search_id": 20327, "token_length": 486}
|
| 219 |
+
{"web_search_id": 20328, "token_length": 512}
|
| 220 |
+
{"web_search_id": 20329, "token_length": 479}
|
| 221 |
+
{"web_search_id": 20330, "token_length": 512}
|
| 222 |
+
{"web_search_id": 20331, "token_length": 512}
|
| 223 |
+
{"web_search_id": 20332, "token_length": 239}
|
| 224 |
+
{"web_search_id": 20333, "token_length": 512}
|
| 225 |
+
{"web_search_id": 20334, "token_length": 512}
|
| 226 |
+
{"web_search_id": 20335, "token_length": 499}
|
| 227 |
+
{"web_search_id": 20336, "token_length": 512}
|
| 228 |
+
{"web_search_id": 20337, "token_length": 512}
|
| 229 |
+
{"web_search_id": 20338, "token_length": 512}
|
| 230 |
+
{"web_search_id": 20339, "token_length": 14}
|
| 231 |
+
{"web_search_id": 20340, "token_length": 512}
|
| 232 |
+
{"web_search_id": 20341, "token_length": 512}
|
| 233 |
+
{"web_search_id": 20342, "token_length": 244}
|
| 234 |
+
{"web_search_id": 20343, "token_length": 512}
|
| 235 |
+
{"web_search_id": 20344, "token_length": 380}
|
| 236 |
+
{"web_search_id": 20345, "token_length": 512}
|
| 237 |
+
{"web_search_id": 20346, "token_length": 512}
|
| 238 |
+
{"web_search_id": 20347, "token_length": 243}
|
| 239 |
+
{"web_search_id": 20348, "token_length": 512}
|
| 240 |
+
{"web_search_id": 20349, "token_length": 512}
|
| 241 |
+
{"web_search_id": 20350, "token_length": 222}
|
| 242 |
+
{"web_search_id": 20351, "token_length": 512}
|
| 243 |
+
{"web_search_id": 20352, "token_length": 488}
|
| 244 |
+
{"web_search_id": 20353, "token_length": 243}
|
| 245 |
+
{"web_search_id": 20354, "token_length": 512}
|
| 246 |
+
{"web_search_id": 20355, "token_length": 512}
|
| 247 |
+
{"web_search_id": 20356, "token_length": 231}
|
| 248 |
+
{"web_search_id": 20357, "token_length": 512}
|
| 249 |
+
{"web_search_id": 20358, "token_length": 512}
|
| 250 |
+
{"web_search_id": 20359, "token_length": 399}
|
| 251 |
+
{"web_search_id": 20360, "token_length": 469}
|
| 252 |
+
{"web_search_id": 20361, "token_length": 512}
|
| 253 |
+
{"web_search_id": 20362, "token_length": 344}
|
| 254 |
+
{"web_search_id": 20363, "token_length": 170}
|
| 255 |
+
{"web_search_id": 20364, "token_length": 264}
|
| 256 |
+
{"web_search_id": 20365, "token_length": 233}
|
| 257 |
+
{"web_search_id": 20366, "token_length": 234}
|
| 258 |
+
{"web_search_id": 20367, "token_length": 512}
|
| 259 |
+
{"web_search_id": 20368, "token_length": 92}
|
| 260 |
+
{"web_search_id": 20369, "token_length": 512}
|
| 261 |
+
{"web_search_id": 20370, "token_length": 376}
|
| 262 |
+
{"web_search_id": 20371, "token_length": 512}
|
| 263 |
+
{"web_search_id": 20372, "token_length": 238}
|
| 264 |
+
{"web_search_id": 20373, "token_length": 512}
|
| 265 |
+
{"web_search_id": 20374, "token_length": 512}
|
| 266 |
+
{"web_search_id": 20375, "token_length": 243}
|
| 267 |
+
{"web_search_id": 20376, "token_length": 512}
|
| 268 |
+
{"web_search_id": 20377, "token_length": 512}
|
| 269 |
+
{"web_search_id": 20378, "token_length": 279}
|
| 270 |
+
{"web_search_id": 20379, "token_length": 512}
|
| 271 |
+
{"web_search_id": 20380, "token_length": 512}
|
| 272 |
+
{"web_search_id": 20381, "token_length": 512}
|
| 273 |
+
{"web_search_id": 20382, "token_length": 61}
|
| 274 |
+
{"web_search_id": 20383, "token_length": 512}
|
| 275 |
+
{"web_search_id": 20384, "token_length": 512}
|
| 276 |
+
{"web_search_id": 20385, "token_length": 251}
|
| 277 |
+
{"web_search_id": 20386, "token_length": 512}
|
| 278 |
+
{"web_search_id": 20387, "token_length": 512}
|
| 279 |
+
{"web_search_id": 20388, "token_length": 61}
|
| 280 |
+
{"web_search_id": 20389, "token_length": 512}
|
| 281 |
+
{"web_search_id": 20390, "token_length": 512}
|
| 282 |
+
{"web_search_id": 20391, "token_length": 79}
|
| 283 |
+
{"web_search_id": 20392, "token_length": 512}
|
| 284 |
+
{"web_search_id": 20393, "token_length": 79}
|
| 285 |
+
{"web_search_id": 20394, "token_length": 512}
|
| 286 |
+
{"web_search_id": 20395, "token_length": 512}
|
| 287 |
+
{"web_search_id": 20396, "token_length": 512}
|
| 288 |
+
{"web_search_id": 20397, "token_length": 512}
|
| 289 |
+
{"web_search_id": 20398, "token_length": 512}
|
| 290 |
+
{"web_search_id": 20399, "token_length": 68}
|
| 291 |
+
{"web_search_id": 20400, "token_length": 512}
|
| 292 |
+
{"web_search_id": 20401, "token_length": 259}
|
| 293 |
+
{"web_search_id": 20402, "token_length": 304}
|
| 294 |
+
{"web_search_id": 20403, "token_length": 512}
|
| 295 |
+
{"web_search_id": 20404, "token_length": 108}
|
| 296 |
+
{"web_search_id": 20405, "token_length": 512}
|
| 297 |
+
{"web_search_id": 20406, "token_length": 174}
|
| 298 |
+
{"web_search_id": 20407, "token_length": 512}
|
| 299 |
+
{"web_search_id": 20408, "token_length": 79}
|
| 300 |
+
{"web_search_id": 20409, "token_length": 330}
|
| 301 |
+
{"web_search_id": 20410, "token_length": 487}
|
| 302 |
+
{"web_search_id": 20411, "token_length": 512}
|
| 303 |
+
{"web_search_id": 20412, "token_length": 40}
|
| 304 |
+
{"web_search_id": 20413, "token_length": 512}
|
| 305 |
+
{"web_search_id": 20414, "token_length": 58}
|
| 306 |
+
{"web_search_id": 20415, "token_length": 512}
|
| 307 |
+
{"web_search_id": 20416, "token_length": 512}
|
| 308 |
+
{"web_search_id": 20417, "token_length": 303}
|
| 309 |
+
{"web_search_id": 20418, "token_length": 512}
|
| 310 |
+
{"web_search_id": 20419, "token_length": 332}
|
| 311 |
+
{"web_search_id": 20420, "token_length": 512}
|
| 312 |
+
{"web_search_id": 20421, "token_length": 512}
|
| 313 |
+
{"web_search_id": 20422, "token_length": 60}
|
| 314 |
+
{"web_search_id": 20423, "token_length": 288}
|
| 315 |
+
{"web_search_id": 20424, "token_length": 512}
|
| 316 |
+
{"web_search_id": 20425, "token_length": 278}
|
| 317 |
+
{"web_search_id": 20426, "token_length": 512}
|
| 318 |
+
{"web_search_id": 20427, "token_length": 511}
|
| 319 |
+
{"web_search_id": 20428, "token_length": 309}
|
| 320 |
+
{"web_search_id": 20429, "token_length": 512}
|
| 321 |
+
{"web_search_id": 20430, "token_length": 512}
|
| 322 |
+
{"web_search_id": 20431, "token_length": 329}
|
| 323 |
+
{"web_search_id": 20432, "token_length": 512}
|
| 324 |
+
{"web_search_id": 20433, "token_length": 219}
|
| 325 |
+
{"web_search_id": 20434, "token_length": 445}
|
| 326 |
+
{"web_search_id": 20435, "token_length": 410}
|
| 327 |
+
{"web_search_id": 20436, "token_length": 201}
|
| 328 |
+
{"web_search_id": 20437, "token_length": 512}
|
| 329 |
+
{"web_search_id": 20438, "token_length": 479}
|
| 330 |
+
{"web_search_id": 20439, "token_length": 512}
|
| 331 |
+
{"web_search_id": 20440, "token_length": 479}
|
| 332 |
+
{"web_search_id": 20441, "token_length": 267}
|
| 333 |
+
{"web_search_id": 20442, "token_length": 512}
|
| 334 |
+
{"web_search_id": 20443, "token_length": 295}
|
| 335 |
+
{"web_search_id": 20444, "token_length": 512}
|
| 336 |
+
{"web_search_id": 20445, "token_length": 349}
|
| 337 |
+
{"web_search_id": 20446, "token_length": 220}
|
| 338 |
+
{"web_search_id": 20447, "token_length": 512}
|
| 339 |
+
{"web_search_id": 20448, "token_length": 431}
|
| 340 |
+
{"web_search_id": 20449, "token_length": 512}
|
| 341 |
+
{"web_search_id": 20450, "token_length": 512}
|
| 342 |
+
{"web_search_id": 20451, "token_length": 243}
|
| 343 |
+
{"web_search_id": 20452, "token_length": 512}
|
| 344 |
+
{"web_search_id": 20453, "token_length": 490}
|
| 345 |
+
{"web_search_id": 20454, "token_length": 512}
|
| 346 |
+
{"web_search_id": 20455, "token_length": 512}
|
| 347 |
+
{"web_search_id": 20456, "token_length": 215}
|
| 348 |
+
{"web_search_id": 20457, "token_length": 512}
|
| 349 |
+
{"web_search_id": 20458, "token_length": 512}
|
| 350 |
+
{"web_search_id": 20459, "token_length": 512}
|
| 351 |
+
{"web_search_id": 20460, "token_length": 153}
|
| 352 |
+
{"web_search_id": 20461, "token_length": 512}
|
| 353 |
+
{"web_search_id": 20462, "token_length": 512}
|
| 354 |
+
{"web_search_id": 20463, "token_length": 206}
|
| 355 |
+
{"web_search_id": 20464, "token_length": 512}
|
| 356 |
+
{"web_search_id": 20465, "token_length": 299}
|
| 357 |
+
{"web_search_id": 20466, "token_length": 512}
|
| 358 |
+
{"web_search_id": 20467, "token_length": 512}
|
| 359 |
+
{"web_search_id": 20468, "token_length": 512}
|
| 360 |
+
{"web_search_id": 20469, "token_length": 183}
|
| 361 |
+
{"web_search_id": 20470, "token_length": 512}
|
| 362 |
+
{"web_search_id": 20471, "token_length": 189}
|
| 363 |
+
{"web_search_id": 20472, "token_length": 512}
|
| 364 |
+
{"web_search_id": 20473, "token_length": 21}
|
| 365 |
+
{"web_search_id": 20474, "token_length": 512}
|
| 366 |
+
{"web_search_id": 20475, "token_length": 196}
|
| 367 |
+
{"web_search_id": 20476, "token_length": 512}
|
| 368 |
+
{"web_search_id": 20477, "token_length": 512}
|
| 369 |
+
{"web_search_id": 20478, "token_length": 235}
|
| 370 |
+
{"web_search_id": 20479, "token_length": 512}
|
| 371 |
+
{"web_search_id": 20480, "token_length": 512}
|
| 372 |
+
{"web_search_id": 20481, "token_length": 418}
|
| 373 |
+
{"web_search_id": 20482, "token_length": 455}
|
| 374 |
+
{"web_search_id": 20483, "token_length": 512}
|
| 375 |
+
{"web_search_id": 20484, "token_length": 413}
|
| 376 |
+
{"web_search_id": 20485, "token_length": 512}
|
| 377 |
+
{"web_search_id": 20486, "token_length": 512}
|
| 378 |
+
{"web_search_id": 20487, "token_length": 395}
|
| 379 |
+
{"web_search_id": 20488, "token_length": 512}
|
| 380 |
+
{"web_search_id": 20489, "token_length": 512}
|
| 381 |
+
{"web_search_id": 20490, "token_length": 325}
|
| 382 |
+
{"web_search_id": 20491, "token_length": 512}
|
| 383 |
+
{"web_search_id": 20492, "token_length": 512}
|
| 384 |
+
{"web_search_id": 20493, "token_length": 489}
|
| 385 |
+
{"web_search_id": 20494, "token_length": 512}
|
| 386 |
+
{"web_search_id": 20495, "token_length": 50}
|
| 387 |
+
{"web_search_id": 20496, "token_length": 257}
|
| 388 |
+
{"web_search_id": 20497, "token_length": 512}
|
| 389 |
+
{"web_search_id": 20498, "token_length": 512}
|
| 390 |
+
{"web_search_id": 20499, "token_length": 512}
|
| 391 |
+
{"web_search_id": 20500, "token_length": 76}
|
| 392 |
+
{"web_search_id": 20501, "token_length": 512}
|
| 393 |
+
{"web_search_id": 20502, "token_length": 512}
|
| 394 |
+
{"web_search_id": 20503, "token_length": 512}
|
| 395 |
+
{"web_search_id": 20504, "token_length": 76}
|
| 396 |
+
{"web_search_id": 20505, "token_length": 512}
|
| 397 |
+
{"web_search_id": 20506, "token_length": 512}
|
| 398 |
+
{"web_search_id": 20507, "token_length": 180}
|
| 399 |
+
{"web_search_id": 20508, "token_length": 512}
|
| 400 |
+
{"web_search_id": 20509, "token_length": 401}
|
| 401 |
+
{"web_search_id": 20510, "token_length": 512}
|
| 402 |
+
{"web_search_id": 20511, "token_length": 512}
|
| 403 |
+
{"web_search_id": 20512, "token_length": 248}
|
| 404 |
+
{"web_search_id": 20513, "token_length": 512}
|
| 405 |
+
{"web_search_id": 20514, "token_length": 512}
|
| 406 |
+
{"web_search_id": 20515, "token_length": 352}
|
| 407 |
+
{"web_search_id": 20516, "token_length": 512}
|
| 408 |
+
{"web_search_id": 20517, "token_length": 512}
|
| 409 |
+
{"web_search_id": 20518, "token_length": 512}
|
| 410 |
+
{"web_search_id": 20519, "token_length": 38}
|
| 411 |
+
{"web_search_id": 20520, "token_length": 512}
|
| 412 |
+
{"web_search_id": 20521, "token_length": 512}
|
| 413 |
+
{"web_search_id": 20522, "token_length": 118}
|
| 414 |
+
{"web_search_id": 20523, "token_length": 500}
|
| 415 |
+
{"web_search_id": 20524, "token_length": 512}
|
| 416 |
+
{"web_search_id": 20525, "token_length": 86}
|
| 417 |
+
{"web_search_id": 20526, "token_length": 440}
|
| 418 |
+
{"web_search_id": 20527, "token_length": 512}
|
| 419 |
+
{"web_search_id": 20528, "token_length": 483}
|
| 420 |
+
{"web_search_id": 20529, "token_length": 512}
|
| 421 |
+
{"web_search_id": 20530, "token_length": 512}
|
| 422 |
+
{"web_search_id": 20531, "token_length": 253}
|
| 423 |
+
{"web_search_id": 20532, "token_length": 512}
|
| 424 |
+
{"web_search_id": 20533, "token_length": 206}
|
| 425 |
+
{"web_search_id": 20534, "token_length": 512}
|
| 426 |
+
{"web_search_id": 20535, "token_length": 512}
|
| 427 |
+
{"web_search_id": 20536, "token_length": 497}
|
| 428 |
+
{"web_search_id": 20537, "token_length": 512}
|
| 429 |
+
{"web_search_id": 20538, "token_length": 512}
|
| 430 |
+
{"web_search_id": 20539, "token_length": 505}
|
| 431 |
+
{"web_search_id": 20540, "token_length": 512}
|
| 432 |
+
{"web_search_id": 20541, "token_length": 512}
|
| 433 |
+
{"web_search_id": 20542, "token_length": 356}
|
| 434 |
+
{"web_search_id": 20543, "token_length": 512}
|
| 435 |
+
{"web_search_id": 20544, "token_length": 512}
|
| 436 |
+
{"web_search_id": 20545, "token_length": 512}
|
| 437 |
+
{"web_search_id": 20546, "token_length": 189}
|
| 438 |
+
{"web_search_id": 20547, "token_length": 512}
|
| 439 |
+
{"web_search_id": 20548, "token_length": 47}
|
| 440 |
+
{"web_search_id": 20549, "token_length": 512}
|
| 441 |
+
{"web_search_id": 20550, "token_length": 512}
|
| 442 |
+
{"web_search_id": 20551, "token_length": 412}
|
| 443 |
+
{"web_search_id": 20552, "token_length": 512}
|
| 444 |
+
{"web_search_id": 20553, "token_length": 330}
|
| 445 |
+
{"web_search_id": 20554, "token_length": 512}
|
| 446 |
+
{"web_search_id": 20555, "token_length": 512}
|
| 447 |
+
{"web_search_id": 20556, "token_length": 461}
|
| 448 |
+
{"web_search_id": 20557, "token_length": 512}
|
| 449 |
+
{"web_search_id": 20558, "token_length": 495}
|
| 450 |
+
{"web_search_id": 20559, "token_length": 512}
|
| 451 |
+
{"web_search_id": 20560, "token_length": 512}
|
| 452 |
+
{"web_search_id": 20561, "token_length": 512}
|
| 453 |
+
{"web_search_id": 20562, "token_length": 151}
|
| 454 |
+
{"web_search_id": 20563, "token_length": 512}
|
| 455 |
+
{"web_search_id": 20564, "token_length": 512}
|
| 456 |
+
{"web_search_id": 20565, "token_length": 192}
|
| 457 |
+
{"web_search_id": 20566, "token_length": 401}
|
| 458 |
+
{"web_search_id": 20567, "token_length": 512}
|
| 459 |
+
{"web_search_id": 20568, "token_length": 512}
|
| 460 |
+
{"web_search_id": 20569, "token_length": 66}
|
| 461 |
+
{"web_search_id": 20570, "token_length": 512}
|
| 462 |
+
{"web_search_id": 20571, "token_length": 319}
|
| 463 |
+
{"web_search_id": 20572, "token_length": 512}
|
| 464 |
+
{"web_search_id": 20573, "token_length": 277}
|
| 465 |
+
{"web_search_id": 20574, "token_length": 512}
|
| 466 |
+
{"web_search_id": 20575, "token_length": 423}
|
| 467 |
+
{"web_search_id": 20576, "token_length": 512}
|
| 468 |
+
{"web_search_id": 20577, "token_length": 512}
|
| 469 |
+
{"web_search_id": 20578, "token_length": 461}
|
| 470 |
+
{"web_search_id": 20579, "token_length": 512}
|
| 471 |
+
{"web_search_id": 20580, "token_length": 512}
|
| 472 |
+
{"web_search_id": 20581, "token_length": 512}
|
| 473 |
+
{"web_search_id": 20582, "token_length": 13}
|
| 474 |
+
{"web_search_id": 20583, "token_length": 512}
|
| 475 |
+
{"web_search_id": 20584, "token_length": 512}
|
| 476 |
+
{"web_search_id": 20585, "token_length": 512}
|
| 477 |
+
{"web_search_id": 20586, "token_length": 420}
|
| 478 |
+
{"web_search_id": 20587, "token_length": 512}
|
| 479 |
+
{"web_search_id": 20588, "token_length": 512}
|
| 480 |
+
{"web_search_id": 20589, "token_length": 377}
|
| 481 |
+
{"web_search_id": 20590, "token_length": 512}
|
| 482 |
+
{"web_search_id": 20591, "token_length": 512}
|
| 483 |
+
{"web_search_id": 20592, "token_length": 279}
|
| 484 |
+
{"web_search_id": 20593, "token_length": 512}
|
| 485 |
+
{"web_search_id": 20594, "token_length": 512}
|
| 486 |
+
{"web_search_id": 20595, "token_length": 512}
|
| 487 |
+
{"web_search_id": 20596, "token_length": 257}
|
| 488 |
+
{"web_search_id": 20597, "token_length": 512}
|
| 489 |
+
{"web_search_id": 20598, "token_length": 257}
|
| 490 |
+
{"web_search_id": 20599, "token_length": 512}
|
| 491 |
+
{"web_search_id": 20600, "token_length": 307}
|
| 492 |
+
{"web_search_id": 20601, "token_length": 512}
|
| 493 |
+
{"web_search_id": 20602, "token_length": 512}
|
| 494 |
+
{"web_search_id": 20603, "token_length": 250}
|
| 495 |
+
{"web_search_id": 20604, "token_length": 393}
|
| 496 |
+
{"web_search_id": 20605, "token_length": 512}
|
| 497 |
+
{"web_search_id": 20606, "token_length": 512}
|
| 498 |
+
{"web_search_id": 20607, "token_length": 243}
|
| 499 |
+
{"web_search_id": 20608, "token_length": 512}
|
| 500 |
+
{"web_search_id": 20609, "token_length": 512}
|
| 501 |
+
{"web_search_id": 20610, "token_length": 243}
|
| 502 |
+
{"web_search_id": 20611, "token_length": 512}
|
| 503 |
+
{"web_search_id": 20612, "token_length": 512}
|
| 504 |
+
{"web_search_id": 20613, "token_length": 13}
|
| 505 |
+
{"web_search_id": 20614, "token_length": 512}
|
| 506 |
+
{"web_search_id": 20615, "token_length": 512}
|
| 507 |
+
{"web_search_id": 20616, "token_length": 218}
|
| 508 |
+
{"web_search_id": 20617, "token_length": 512}
|
| 509 |
+
{"web_search_id": 20618, "token_length": 512}
|
| 510 |
+
{"web_search_id": 20619, "token_length": 239}
|
| 511 |
+
{"web_search_id": 20620, "token_length": 512}
|
| 512 |
+
{"web_search_id": 20621, "token_length": 415}
|
| 513 |
+
{"web_search_id": 20622, "token_length": 512}
|
| 514 |
+
{"web_search_id": 20623, "token_length": 512}
|
| 515 |
+
{"web_search_id": 20624, "token_length": 512}
|
| 516 |
+
{"web_search_id": 20625, "token_length": 506}
|
| 517 |
+
{"web_search_id": 20626, "token_length": 345}
|
| 518 |
+
{"web_search_id": 20627, "token_length": 395}
|
| 519 |
+
{"web_search_id": 20628, "token_length": 512}
|
| 520 |
+
{"web_search_id": 20629, "token_length": 512}
|
| 521 |
+
{"web_search_id": 20630, "token_length": 512}
|
| 522 |
+
{"web_search_id": 20631, "token_length": 67}
|
README.md
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
- text-retrieval
|
| 6 |
+
- text-ranking
|
| 7 |
+
tags:
|
| 8 |
+
- RAG
|
| 9 |
+
- Workload
|
| 10 |
+
- Real-World
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: default
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: "0_trace.jsonl"
|
| 16 |
+
---
|
| 17 |
+
<p align="center">
|
| 18 |
+
<img src="imgs/logo.webp.png" width="40%" alt="logo">
|
| 19 |
+
</p>
|
| 20 |
+
|
| 21 |
+
<h1 align="center" style="font-size:42px; font-weight:700;">
|
| 22 |
+
RAGPulse: A Real-World RAG Workload Trace to Optimize RAG Serving Systems
|
| 23 |
+
</h1>
|
| 24 |
+
|
| 25 |
+
<p align="center">
|
| 26 |
+
🌐 <a href="https://github.com/flashserve/RAGPulse">Github Link</a> |
|
| 27 |
+
🤗 <a href="https://github.com/flashserve/RAGPulse/tree/main/data">Workload Trace</a> |
|
| 28 |
+
📑 <a href="https://arxiv.org/pdf/2511.12979">Arxiv Paper</a> |
|
| 29 |
+
🤖 <a href="https://github.com/flashserve/RAGPulse/tree/main/example/single_online_instance">How to use?</a>
|
| 30 |
+
</p>
|
| 31 |
+
|
| 32 |
+
RAGPulse is a real-world RAG workload trace collected from an university-wide Q&A service scenario. The system has been serving over 40,000 students and faculties since April 2024, providing intelligent policy Q&A services. The trace contains a total of 7,106 records entries, sampled from one week of our Q&A service.
|
| 33 |
+
|
| 34 |
+
## Dataset Details
|
| 35 |
+
|
| 36 |
+
**There are currently 6 files in [data](https://github.com/flashserve/RAGPulse/tree/main/data)**
|
| 37 |
+
|
| 38 |
+
- `0_trace.jsonl` contains the key information of our trace. Totally 7,106 lines.
|
| 39 |
+
- `1_sys_prompt.jsonl` contains the hash_ids corresponding to the system prompt content and the length of the token corresponding to the hash_ids. Totally 6,898 lines.
|
| 40 |
+
- `2_passages.jsonl` contains the hash_ids corresponding to vector database, which holds a total of 8,302 lines of passages content, and the length of the token corresponding to the hash_ids.
|
| 41 |
+
- `3_history.jsonl` contains the hash_ids corresponding to user's 4,910 lines chat history content, and the length of the token corresponding to the hash_ids.
|
| 42 |
+
- `4_user_input.jsonl` contains the hash_ids corresponding to the question entered by the user content, which holds a total of 6,292 chunk hash_ids, and the length of the token corresponding to the hash_ids.
|
| 43 |
+
- `5_web_search.jsonl` contains the hash_ids corresponding to content retrieved online content, and the length of the token corresponding to the hash_ids.
|
| 44 |
+
|
| 45 |
+
### Dataset Description
|
| 46 |
+
|
| 47 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
| 48 |
+
|
| 49 |
+
```json
|
| 50 |
+
{
|
| 51 |
+
"timestamp": "27",
|
| 52 |
+
"input_length": 3861,
|
| 53 |
+
"output_length": 127,
|
| 54 |
+
"hash_ids": {
|
| 55 |
+
"sys_prompt": [8325, 8326, 11575],
|
| 56 |
+
"passages_ids": [6123, 7239, 6124, 1167, 7250, 5448],
|
| 57 |
+
"history": [15215],
|
| 58 |
+
"web_search": [20319, 20320],
|
| 59 |
+
"user_input": [23648]
|
| 60 |
+
},
|
| 61 |
+
"session_id": "1758081660427-xa8rbsd2uco1"
|
| 62 |
+
}
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
+
The above shows **one example** from **RAGPulse**. All textual content has been replaced with remapped hash IDs for user privacy. The detailed structure of the trace is as follows:
|
| 66 |
+
|
| 67 |
+
- `timestamp`: The request submission time,in seconds, measured from the beginning of the trace (12:00:00).
|
| 68 |
+
- `input_length`: Total token length of the request, including the system prompt, retrieved passages, chat history, web search, user input, and so on.
|
| 69 |
+
- `output_length`: Total token length of the output.
|
| 70 |
+
- `hash_ids`: A comprehensive collection of hash identifiers representing every component of the request's input. This includes unique IDs for the system prompt, all retrieved documents, user chat history, external web search results,and user's question.
|
| 71 |
+
- `session_id`: The conversation identifier to which the request belongs.
|
| 72 |
+
|
| 73 |
+
## Significance
|
| 74 |
+
|
| 75 |
+
### Why we need a RAG-Specific trace?
|
| 76 |
+
|
| 77 |
+
- **Multi-Stage Pipeline Complexity**<br>Unlike pure LLM inference traces, RAG involves retrieval, reranking, and generation stages. The latency, resource usage, and caching patterns are jointly influenced by these multi-step interactions — something existing LLM traces cannot capture.
|
| 78 |
+
- **Knowledge-Dependent Workload Dynamics**<br>RAG performance depends heavily on the underlying vector database and query patterns. Query similarity, embedding cache hit rate, and retrieval latency all vary with real-world user behavior — which must be reflected in a dedicated trace.
|
| 79 |
+
- **Cross-Request Context Dependency**<br>In many RAG services (e.g., campus QA or document understanding), consecutive queries are often semantically related or share similar knowledge needs. Capturing this inter-request correlation is critical for optimizing KV cache reuse, batching, and scheduling.
|
| 80 |
+
- **Retrieval-Serving Co-Optimization Need**<br>A RAG trace enables joint optimization of both retrieval and generation components, rather than treating them as independent black boxes. This helps design better serving systems, such as dynamic retrieval caching or query-adaptive batching.
|
| 81 |
+
- **Bridging Research and Real-World Deployment**<br>Existing LLM traces are mostly from synthetic or general-purpose chat workloads. A RAG-specific trace provides grounded insights for RAG system design, cost-performance tradeoffs, and scheduling strategies in real deployments.
|
| 82 |
+
</details>
|
| 83 |
+
|
| 84 |
+
### What can we do with this RAG trace?
|
| 85 |
+
|
| 86 |
+
- **System Performance Analysis**
|
| 87 |
+
Study end-to-end latency breakdown across retrieval, ranking, and generation stages.
|
| 88 |
+
- **Scheduling and Caching Optimization**
|
| 89 |
+
Evaluate KV cache reuse, adaptive batching, and retrieval caching under real correlation patterns.
|
| 90 |
+
- **Retrieval Quality and Cost Tradeoff**
|
| 91 |
+
Explore how retrieval depth, embedding model, and DB latency affect overall service cost and quality.
|
| 92 |
+
- **Workload Modeling and Simulation**
|
| 93 |
+
Build realistic RAG simulators or benchmarks for academic or industrial RAG system evaluation.
|
| 94 |
+
- **Agent Evaluation Studies**
|
| 95 |
+
Track how real-world RAG workloads evolve toward agent-style reasoning and multi-turn task-solving.
|
| 96 |
+
|
| 97 |
+
## Citation
|
| 98 |
+
|
| 99 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 100 |
+
Please kindly cite our paper if you find the paper or the trace is useful:
|
| 101 |
+
|
| 102 |
+
```bibtex
|
| 103 |
+
@misc{RAGPulse,
|
| 104 |
+
title={RAGPulse: An Open-Source RAG Workload Trace to Optimize RAG Serving Systems},
|
| 105 |
+
author={Zhengchao Wang and Yitao Hu and Jianing Ye and Zhuxuan Chang and Jiazheng Yu and Youpeng Deng and Keqiu Li},
|
| 106 |
+
year={2025},
|
| 107 |
+
eprint={2511.12979},
|
| 108 |
+
archivePrefix={arXiv},
|
| 109 |
+
primaryClass={cs.LG},
|
| 110 |
+
url={https://arxiv.org/abs/2511.12979},
|
| 111 |
+
}
|
| 112 |
+
```
|
imgs/logo.webp.png
ADDED
|
Git LFS Details
|