xvxinglong commited on
Commit
10a22dc
·
verified ·
1 Parent(s): bb20968

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +51 -0
  2. metadata/benchmark_generation_report.json +1618 -0
  3. metadata/cases.jsonl +0 -0
  4. metadata/perturbations.jsonl +0 -0
  5. metadata/raw_assets.json +1202 -0
  6. raw/ACMmm/arXiv-2508.04197v1.tar.gz +3 -0
  7. raw/ACMmm/arXiv-2508.14058v1.tar.gz +3 -0
  8. raw/ACMmm/arXiv-2508.18733v5.tar.gz +3 -0
  9. raw/ECCV/arXiv-2311.14109v2.tar.gz +3 -0
  10. raw/ECCV/arXiv-2312.07530v3.tar.gz +3 -0
  11. raw/ECCV/arXiv-2403.09394v1.tar.gz +3 -0
  12. raw/ECCV/arXiv-2403.11021v3.tar.gz +3 -0
  13. raw/ECCV/arXiv-2404.00636v4.tar.gz +3 -0
  14. raw/ECCV/arXiv-2404.03590v1.tar.gz +3 -0
  15. raw/ECCV/arXiv-2404.07204v1.tar.gz +3 -0
  16. raw/ECCV/arXiv-2404.12139v1.tar.gz +3 -0
  17. raw/ECCV/arXiv-2407.02159v2.tar.gz +3 -0
  18. raw/ECCV/arXiv-2407.05878v1.tar.gz +3 -0
  19. raw/ECCV/arXiv-2407.06190v2.tar.gz +3 -0
  20. raw/ECCV/arXiv-2407.07171v3.tar.gz +3 -0
  21. raw/ECCV/arXiv-2407.07554v1.tar.gz +3 -0
  22. raw/ECCV/arXiv-2407.12727v1.tar.gz +3 -0
  23. raw/ECCV/arXiv-2407.18658v1.tar.gz +3 -0
  24. raw/ECCV/arXiv-2407.20708v4.tar.gz +3 -0
  25. raw/ECCV/arXiv-2408.06110v1.tar.gz +3 -0
  26. raw/ECCV/arXiv-2408.13890v1.tar.gz +3 -0
  27. raw/ECCV/arXiv-2409.14538v1.tar.gz +3 -0
  28. raw/ECCV/arXiv-2409.15875v1.tar.gz +3 -0
  29. raw/IEEE/arXiv-2404.19141v1.tar.gz +3 -0
  30. raw/IEEE/arXiv-2501.08900v1.tar.gz +3 -0
  31. raw/IJCAI/arXiv-2308.10648v1.tar.gz +3 -0
  32. raw/IJCAI/arXiv-2310.12086v3.tar.gz +3 -0
  33. raw/IJCAI/arXiv-2401.01085v2.tar.gz +3 -0
  34. raw/IJCAI/arXiv-2401.02414v1.tar.gz +3 -0
  35. raw/IJCAI/arXiv-2401.16459v1.tar.gz +3 -0
  36. raw/IJCAI/arXiv-2404.10933v1.tar.gz +3 -0
  37. raw/IJCAI/arXiv-2404.10976v3.tar.gz +3 -0
  38. raw/IJCAI/arXiv-2404.13645v1.tar.gz +3 -0
  39. raw/IJCAI/arXiv-2404.14827v1.tar.gz +3 -0
  40. raw/IJCAI/arXiv-2404.15700v2.tar.gz +3 -0
  41. raw/IJCAI/arXiv-2404.17807v1.tar.gz +3 -0
  42. raw/IJCAI/arXiv-2404.19518v1.tar.gz +3 -0
  43. raw/IJCAI/arXiv-2405.02832v1.tar.gz +3 -0
  44. raw/IJCAI/arXiv-2405.03301v1.tar.gz +3 -0
  45. raw/IJCAI/arXiv-2405.03501v1.tar.gz +3 -0
  46. raw/IJCAI/arXiv-2405.12262v1.tar.gz +3 -0
  47. raw/IJCAI/arXiv-2407.17073v1.tar.gz +3 -0
  48. raw/IJCAI/arXiv-2408.02207v1.tar.gz +3 -0
  49. raw/IJCAI/arXiv-2508.01237v1.tar.gz +3 -0
  50. raw/IJCAI/arXiv-2509.11782v1.tar.gz +3 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: PaperFit Benchmark
3
+ license: other
4
+ size_categories:
5
+ - 100<n<1K
6
+ configs:
7
+ - config_name: cases
8
+ data_files:
9
+ - split: test
10
+ path: metadata/cases.jsonl
11
+ - config_name: perturbations
12
+ data_files:
13
+ - split: test
14
+ path: metadata/perturbations.jsonl
15
+ ---
16
+
17
+ # PaperFit Benchmark
18
+
19
+ This dataset packages the PaperFit benchmark as a Hugging Face dataset repo.
20
+
21
+ ## Included
22
+
23
+ - `metadata/cases.jsonl`: one row per benchmark case.
24
+ - `metadata/perturbations.jsonl`: one row per applied perturbation.
25
+ - Raw case archives are stored under `raw/<venue>/<paper_id>.tar.gz`.
26
+
27
+ - `metadata/benchmark_generation_report.json`: sanitized generation summary.
28
+
29
+ ## Current Snapshot
30
+
31
+ - Cases: 200
32
+ - Perturbation rows: 761
33
+ - Selected cases in source report: 200
34
+ - Generated cases in source report: 180
35
+ - Skipped existing cases in source report: 20
36
+ - Failed cases in source report: 0
37
+
38
+ ## Loading
39
+
40
+ ```python
41
+ from datasets import load_dataset
42
+
43
+ cases = load_dataset("xuxinglong/paperfit-benchmark", "cases", split="test")
44
+ perturbations = load_dataset("xuxinglong/paperfit-benchmark", "perturbations", split="test")
45
+ ```
46
+
47
+ ## Notes
48
+
49
+ - Published metadata has local absolute paths removed.
50
+ - This staging export excludes macOS `._*` files and LaTeX build artifacts such as `.aux`, `.fls`, `.fdb_latexmk`, `.log`, `.out`, `.bbl`, and `.blg`.
51
+ - Check redistribution rights for source papers, figures, and templates before making the repo public.
metadata/benchmark_generation_report.json ADDED
@@ -0,0 +1,1618 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at": "2026-04-17T22:27:28.695909",
3
+ "output_root": ".",
4
+ "compile_check": true,
5
+ "force": false,
6
+ "skip_existing": true,
7
+ "venue_filters": [],
8
+ "case_id_filters": [],
9
+ "max_cases": null,
10
+ "summary": {
11
+ "selected_case_count": 200,
12
+ "generated_count": 180,
13
+ "skipped_existing_count": 20,
14
+ "failed_count": 0
15
+ },
16
+ "cases": [
17
+ {
18
+ "case_id": "AAAI/arXiv-2305.09480v5",
19
+ "venue_id": "AAAI",
20
+ "paper_id": "arXiv-2305.09480v5",
21
+ "status": "skipped_existing",
22
+ "generated_compile_success": null,
23
+ "asset_path": "raw/AAAI/arXiv-2305.09480v5.tar.gz"
24
+ },
25
+ {
26
+ "case_id": "AAAI/arXiv-2402.08198v1",
27
+ "venue_id": "AAAI",
28
+ "paper_id": "arXiv-2402.08198v1",
29
+ "status": "skipped_existing",
30
+ "generated_compile_success": null,
31
+ "asset_path": "raw/AAAI/arXiv-2402.08198v1.tar.gz"
32
+ },
33
+ {
34
+ "case_id": "AAAI/arXiv-2403.09673v2",
35
+ "venue_id": "AAAI",
36
+ "paper_id": "arXiv-2403.09673v2",
37
+ "status": "skipped_existing",
38
+ "generated_compile_success": null,
39
+ "asset_path": "raw/AAAI/arXiv-2403.09673v2.tar.gz"
40
+ },
41
+ {
42
+ "case_id": "AAAI/arXiv-2406.11280v2",
43
+ "venue_id": "AAAI",
44
+ "paper_id": "arXiv-2406.11280v2",
45
+ "status": "skipped_existing",
46
+ "generated_compile_success": null,
47
+ "asset_path": "raw/AAAI/arXiv-2406.11280v2.tar.gz"
48
+ },
49
+ {
50
+ "case_id": "AAAI/arXiv-2406.16531v2",
51
+ "venue_id": "AAAI",
52
+ "paper_id": "arXiv-2406.16531v2",
53
+ "status": "skipped_existing",
54
+ "generated_compile_success": null,
55
+ "asset_path": "raw/AAAI/arXiv-2406.16531v2.tar.gz"
56
+ },
57
+ {
58
+ "case_id": "AAAI/arXiv-2408.09469v4",
59
+ "venue_id": "AAAI",
60
+ "paper_id": "arXiv-2408.09469v4",
61
+ "status": "skipped_existing",
62
+ "generated_compile_success": null,
63
+ "asset_path": "raw/AAAI/arXiv-2408.09469v4.tar.gz"
64
+ },
65
+ {
66
+ "case_id": "AAAI/arXiv-2411.10351v4",
67
+ "venue_id": "AAAI",
68
+ "paper_id": "arXiv-2411.10351v4",
69
+ "status": "skipped_existing",
70
+ "generated_compile_success": null,
71
+ "asset_path": "raw/AAAI/arXiv-2411.10351v4.tar.gz"
72
+ },
73
+ {
74
+ "case_id": "AAAI/arXiv-2412.13569v1",
75
+ "venue_id": "AAAI",
76
+ "paper_id": "arXiv-2412.13569v1",
77
+ "status": "skipped_existing",
78
+ "generated_compile_success": null,
79
+ "asset_path": "raw/AAAI/arXiv-2412.13569v1.tar.gz"
80
+ },
81
+ {
82
+ "case_id": "AAAI/arXiv-2412.13656v2",
83
+ "venue_id": "AAAI",
84
+ "paper_id": "arXiv-2412.13656v2",
85
+ "status": "skipped_existing",
86
+ "generated_compile_success": null,
87
+ "asset_path": "raw/AAAI/arXiv-2412.13656v2.tar.gz"
88
+ },
89
+ {
90
+ "case_id": "AAAI/arXiv-2412.15623v1",
91
+ "venue_id": "AAAI",
92
+ "paper_id": "arXiv-2412.15623v1",
93
+ "status": "skipped_existing",
94
+ "generated_compile_success": null,
95
+ "asset_path": "raw/AAAI/arXiv-2412.15623v1.tar.gz"
96
+ },
97
+ {
98
+ "case_id": "AAAI/arXiv-2412.17432v1",
99
+ "venue_id": "AAAI",
100
+ "paper_id": "arXiv-2412.17432v1",
101
+ "status": "skipped_existing",
102
+ "generated_compile_success": null,
103
+ "asset_path": "raw/AAAI/arXiv-2412.17432v1.tar.gz"
104
+ },
105
+ {
106
+ "case_id": "AAAI/arXiv-2412.20170v1",
107
+ "venue_id": "AAAI",
108
+ "paper_id": "arXiv-2412.20170v1",
109
+ "status": "skipped_existing",
110
+ "generated_compile_success": null,
111
+ "asset_path": "raw/AAAI/arXiv-2412.20170v1.tar.gz"
112
+ },
113
+ {
114
+ "case_id": "AAAI/arXiv-2501.00013v1",
115
+ "venue_id": "AAAI",
116
+ "paper_id": "arXiv-2501.00013v1",
117
+ "status": "skipped_existing",
118
+ "generated_compile_success": null,
119
+ "asset_path": "raw/AAAI/arXiv-2501.00013v1.tar.gz"
120
+ },
121
+ {
122
+ "case_id": "AAAI/arXiv-2501.14356v1",
123
+ "venue_id": "AAAI",
124
+ "paper_id": "arXiv-2501.14356v1",
125
+ "status": "skipped_existing",
126
+ "generated_compile_success": null,
127
+ "asset_path": "raw/AAAI/arXiv-2501.14356v1.tar.gz"
128
+ },
129
+ {
130
+ "case_id": "AAAI/arXiv-2503.01910v1",
131
+ "venue_id": "AAAI",
132
+ "paper_id": "arXiv-2503.01910v1",
133
+ "status": "skipped_existing",
134
+ "generated_compile_success": null,
135
+ "asset_path": "raw/AAAI/arXiv-2503.01910v1.tar.gz"
136
+ },
137
+ {
138
+ "case_id": "AAAI/arXiv-2508.04531v1",
139
+ "venue_id": "AAAI",
140
+ "paper_id": "arXiv-2508.04531v1",
141
+ "status": "skipped_existing",
142
+ "generated_compile_success": null,
143
+ "asset_path": "raw/AAAI/arXiv-2508.04531v1.tar.gz"
144
+ },
145
+ {
146
+ "case_id": "AAAI/arXiv-2511.10320v1",
147
+ "venue_id": "AAAI",
148
+ "paper_id": "arXiv-2511.10320v1",
149
+ "status": "skipped_existing",
150
+ "generated_compile_success": null,
151
+ "asset_path": "raw/AAAI/arXiv-2511.10320v1.tar.gz"
152
+ },
153
+ {
154
+ "case_id": "AAAI/arXiv-2511.11817v2",
155
+ "venue_id": "AAAI",
156
+ "paper_id": "arXiv-2511.11817v2",
157
+ "status": "skipped_existing",
158
+ "generated_compile_success": null,
159
+ "asset_path": "raw/AAAI/arXiv-2511.11817v2.tar.gz"
160
+ },
161
+ {
162
+ "case_id": "AAAI/arXiv-2512.18189v1",
163
+ "venue_id": "AAAI",
164
+ "paper_id": "arXiv-2512.18189v1",
165
+ "status": "skipped_existing",
166
+ "generated_compile_success": null,
167
+ "asset_path": "raw/AAAI/arXiv-2512.18189v1.tar.gz"
168
+ },
169
+ {
170
+ "case_id": "AAAI/arXiv-2601.02401v1",
171
+ "venue_id": "AAAI",
172
+ "paper_id": "arXiv-2601.02401v1",
173
+ "status": "skipped_existing",
174
+ "generated_compile_success": null,
175
+ "asset_path": "raw/AAAI/arXiv-2601.02401v1.tar.gz"
176
+ },
177
+ {
178
+ "case_id": "ACMmm/arXiv-2108.04063v4",
179
+ "venue_id": "ACMmm",
180
+ "paper_id": "arXiv-2108.04063v4",
181
+ "status": "generated",
182
+ "generated_compile_success": false,
183
+ "asset_path": "raw/ACMmm/arXiv-2108.04063v4.tar.gz"
184
+ },
185
+ {
186
+ "case_id": "ACMmm/arXiv-2308.08963v3",
187
+ "venue_id": "ACMmm",
188
+ "paper_id": "arXiv-2308.08963v3",
189
+ "status": "generated",
190
+ "generated_compile_success": false,
191
+ "asset_path": "raw/ACMmm/arXiv-2308.08963v3.tar.gz"
192
+ },
193
+ {
194
+ "case_id": "ACMmm/arXiv-2507.21529v1",
195
+ "venue_id": "ACMmm",
196
+ "paper_id": "arXiv-2507.21529v1",
197
+ "status": "generated",
198
+ "generated_compile_success": true,
199
+ "asset_path": "raw/ACMmm/arXiv-2507.21529v1.tar.gz"
200
+ },
201
+ {
202
+ "case_id": "ACMmm/arXiv-2508.01427v2",
203
+ "venue_id": "ACMmm",
204
+ "paper_id": "arXiv-2508.01427v2",
205
+ "status": "generated",
206
+ "generated_compile_success": true,
207
+ "asset_path": "raw/ACMmm/arXiv-2508.01427v2.tar.gz"
208
+ },
209
+ {
210
+ "case_id": "ACMmm/arXiv-2508.04197v1",
211
+ "venue_id": "ACMmm",
212
+ "paper_id": "arXiv-2508.04197v1",
213
+ "status": "generated",
214
+ "generated_compile_success": true,
215
+ "asset_path": "raw/ACMmm/arXiv-2508.04197v1.tar.gz"
216
+ },
217
+ {
218
+ "case_id": "ACMmm/arXiv-2508.04273v3",
219
+ "venue_id": "ACMmm",
220
+ "paper_id": "arXiv-2508.04273v3",
221
+ "status": "generated",
222
+ "generated_compile_success": true,
223
+ "asset_path": "raw/ACMmm/arXiv-2508.04273v3.tar.gz"
224
+ },
225
+ {
226
+ "case_id": "ACMmm/arXiv-2508.05658v2",
227
+ "venue_id": "ACMmm",
228
+ "paper_id": "arXiv-2508.05658v2",
229
+ "status": "generated",
230
+ "generated_compile_success": false,
231
+ "asset_path": "raw/ACMmm/arXiv-2508.05658v2.tar.gz"
232
+ },
233
+ {
234
+ "case_id": "ACMmm/arXiv-2508.07608v1",
235
+ "venue_id": "ACMmm",
236
+ "paper_id": "arXiv-2508.07608v1",
237
+ "status": "generated",
238
+ "generated_compile_success": false,
239
+ "asset_path": "raw/ACMmm/arXiv-2508.07608v1.tar.gz"
240
+ },
241
+ {
242
+ "case_id": "ACMmm/arXiv-2508.11058v1",
243
+ "venue_id": "ACMmm",
244
+ "paper_id": "arXiv-2508.11058v1",
245
+ "status": "generated",
246
+ "generated_compile_success": true,
247
+ "asset_path": "raw/ACMmm/arXiv-2508.11058v1.tar.gz"
248
+ },
249
+ {
250
+ "case_id": "ACMmm/arXiv-2508.13921v1",
251
+ "venue_id": "ACMmm",
252
+ "paper_id": "arXiv-2508.13921v1",
253
+ "status": "generated",
254
+ "generated_compile_success": true,
255
+ "asset_path": "raw/ACMmm/arXiv-2508.13921v1.tar.gz"
256
+ },
257
+ {
258
+ "case_id": "ACMmm/arXiv-2508.14058v1",
259
+ "venue_id": "ACMmm",
260
+ "paper_id": "arXiv-2508.14058v1",
261
+ "status": "generated",
262
+ "generated_compile_success": false,
263
+ "asset_path": "raw/ACMmm/arXiv-2508.14058v1.tar.gz"
264
+ },
265
+ {
266
+ "case_id": "ACMmm/arXiv-2508.14609v1",
267
+ "venue_id": "ACMmm",
268
+ "paper_id": "arXiv-2508.14609v1",
269
+ "status": "generated",
270
+ "generated_compile_success": true,
271
+ "asset_path": "raw/ACMmm/arXiv-2508.14609v1.tar.gz"
272
+ },
273
+ {
274
+ "case_id": "ACMmm/arXiv-2508.17439v2",
275
+ "venue_id": "ACMmm",
276
+ "paper_id": "arXiv-2508.17439v2",
277
+ "status": "generated",
278
+ "generated_compile_success": false,
279
+ "asset_path": "raw/ACMmm/arXiv-2508.17439v2.tar.gz"
280
+ },
281
+ {
282
+ "case_id": "ACMmm/arXiv-2508.18733v5",
283
+ "venue_id": "ACMmm",
284
+ "paper_id": "arXiv-2508.18733v5",
285
+ "status": "generated",
286
+ "generated_compile_success": true,
287
+ "asset_path": "raw/ACMmm/arXiv-2508.18733v5.tar.gz"
288
+ },
289
+ {
290
+ "case_id": "ACMmm/arXiv-2511.18751v3",
291
+ "venue_id": "ACMmm",
292
+ "paper_id": "arXiv-2511.18751v3",
293
+ "status": "generated",
294
+ "generated_compile_success": false,
295
+ "asset_path": "raw/ACMmm/arXiv-2511.18751v3.tar.gz"
296
+ },
297
+ {
298
+ "case_id": "ACMmm/arXiv-2512.02792v2",
299
+ "venue_id": "ACMmm",
300
+ "paper_id": "arXiv-2512.02792v2",
301
+ "status": "generated",
302
+ "generated_compile_success": false,
303
+ "asset_path": "raw/ACMmm/arXiv-2512.02792v2.tar.gz"
304
+ },
305
+ {
306
+ "case_id": "ACMmm/arXiv-2512.14225v1",
307
+ "venue_id": "ACMmm",
308
+ "paper_id": "arXiv-2512.14225v1",
309
+ "status": "generated",
310
+ "generated_compile_success": false,
311
+ "asset_path": "raw/ACMmm/arXiv-2512.14225v1.tar.gz"
312
+ },
313
+ {
314
+ "case_id": "ACMmm/arXiv-2601.02107v1",
315
+ "venue_id": "ACMmm",
316
+ "paper_id": "arXiv-2601.02107v1",
317
+ "status": "generated",
318
+ "generated_compile_success": false,
319
+ "asset_path": "raw/ACMmm/arXiv-2601.02107v1.tar.gz"
320
+ },
321
+ {
322
+ "case_id": "ACMmm/arXiv-2602.10546v1",
323
+ "venue_id": "ACMmm",
324
+ "paper_id": "arXiv-2602.10546v1",
325
+ "status": "generated",
326
+ "generated_compile_success": false,
327
+ "asset_path": "raw/ACMmm/arXiv-2602.10546v1.tar.gz"
328
+ },
329
+ {
330
+ "case_id": "ACMmm/arXiv-2602.24133v2",
331
+ "venue_id": "ACMmm",
332
+ "paper_id": "arXiv-2602.24133v2",
333
+ "status": "generated",
334
+ "generated_compile_success": false,
335
+ "asset_path": "raw/ACMmm/arXiv-2602.24133v2.tar.gz"
336
+ },
337
+ {
338
+ "case_id": "CVPRICCV/arXiv-2206.00845v1",
339
+ "venue_id": "CVPRICCV",
340
+ "paper_id": "arXiv-2206.00845v1",
341
+ "status": "generated",
342
+ "generated_compile_success": true,
343
+ "asset_path": "raw/CVPRICCV/arXiv-2206.00845v1.tar.gz"
344
+ },
345
+ {
346
+ "case_id": "CVPRICCV/arXiv-2206.05099v1",
347
+ "venue_id": "CVPRICCV",
348
+ "paper_id": "arXiv-2206.05099v1",
349
+ "status": "generated",
350
+ "generated_compile_success": true,
351
+ "asset_path": "raw/CVPRICCV/arXiv-2206.05099v1.tar.gz"
352
+ },
353
+ {
354
+ "case_id": "CVPRICCV/arXiv-2206.12126v3",
355
+ "venue_id": "CVPRICCV",
356
+ "paper_id": "arXiv-2206.12126v3",
357
+ "status": "generated",
358
+ "generated_compile_success": false,
359
+ "asset_path": "raw/CVPRICCV/arXiv-2206.12126v3.tar.gz"
360
+ },
361
+ {
362
+ "case_id": "CVPRICCV/arXiv-2303.05725v4",
363
+ "venue_id": "CVPRICCV",
364
+ "paper_id": "arXiv-2303.05725v4",
365
+ "status": "generated",
366
+ "generated_compile_success": true,
367
+ "asset_path": "raw/CVPRICCV/arXiv-2303.05725v4.tar.gz"
368
+ },
369
+ {
370
+ "case_id": "CVPRICCV/arXiv-2310.16861v1",
371
+ "venue_id": "CVPRICCV",
372
+ "paper_id": "arXiv-2310.16861v1",
373
+ "status": "generated",
374
+ "generated_compile_success": true,
375
+ "asset_path": "raw/CVPRICCV/arXiv-2310.16861v1.tar.gz"
376
+ },
377
+ {
378
+ "case_id": "CVPRICCV/arXiv-2402.02045v1",
379
+ "venue_id": "CVPRICCV",
380
+ "paper_id": "arXiv-2402.02045v1",
381
+ "status": "generated",
382
+ "generated_compile_success": true,
383
+ "asset_path": "raw/CVPRICCV/arXiv-2402.02045v1.tar.gz"
384
+ },
385
+ {
386
+ "case_id": "CVPRICCV/arXiv-2411.00144v3",
387
+ "venue_id": "CVPRICCV",
388
+ "paper_id": "arXiv-2411.00144v3",
389
+ "status": "generated",
390
+ "generated_compile_success": false,
391
+ "asset_path": "raw/CVPRICCV/arXiv-2411.00144v3.tar.gz"
392
+ },
393
+ {
394
+ "case_id": "CVPRICCV/arXiv-2411.11916v1",
395
+ "venue_id": "CVPRICCV",
396
+ "paper_id": "arXiv-2411.11916v1",
397
+ "status": "generated",
398
+ "generated_compile_success": true,
399
+ "asset_path": "raw/CVPRICCV/arXiv-2411.11916v1.tar.gz"
400
+ },
401
+ {
402
+ "case_id": "CVPRICCV/arXiv-2411.15099v1",
403
+ "venue_id": "CVPRICCV",
404
+ "paper_id": "arXiv-2411.15099v1",
405
+ "status": "generated",
406
+ "generated_compile_success": true,
407
+ "asset_path": "raw/CVPRICCV/arXiv-2411.15099v1.tar.gz"
408
+ },
409
+ {
410
+ "case_id": "CVPRICCV/arXiv-2503.05638v1",
411
+ "venue_id": "CVPRICCV",
412
+ "paper_id": "arXiv-2503.05638v1",
413
+ "status": "generated",
414
+ "generated_compile_success": true,
415
+ "asset_path": "raw/CVPRICCV/arXiv-2503.05638v1.tar.gz"
416
+ },
417
+ {
418
+ "case_id": "CVPRICCV/arXiv-2503.11849v3",
419
+ "venue_id": "CVPRICCV",
420
+ "paper_id": "arXiv-2503.11849v3",
421
+ "status": "generated",
422
+ "generated_compile_success": false,
423
+ "asset_path": "raw/CVPRICCV/arXiv-2503.11849v3.tar.gz"
424
+ },
425
+ {
426
+ "case_id": "CVPRICCV/arXiv-2503.21732v1",
427
+ "venue_id": "CVPRICCV",
428
+ "paper_id": "arXiv-2503.21732v1",
429
+ "status": "generated",
430
+ "generated_compile_success": false,
431
+ "asset_path": "raw/CVPRICCV/arXiv-2503.21732v1.tar.gz"
432
+ },
433
+ {
434
+ "case_id": "CVPRICCV/arXiv-2504.00999v1",
435
+ "venue_id": "CVPRICCV",
436
+ "paper_id": "arXiv-2504.00999v1",
437
+ "status": "generated",
438
+ "generated_compile_success": true,
439
+ "asset_path": "raw/CVPRICCV/arXiv-2504.00999v1.tar.gz"
440
+ },
441
+ {
442
+ "case_id": "CVPRICCV/arXiv-2504.14516v2",
443
+ "venue_id": "CVPRICCV",
444
+ "paper_id": "arXiv-2504.14516v2",
445
+ "status": "generated",
446
+ "generated_compile_success": true,
447
+ "asset_path": "raw/CVPRICCV/arXiv-2504.14516v2.tar.gz"
448
+ },
449
+ {
450
+ "case_id": "CVPRICCV/arXiv-2505.00702v1",
451
+ "venue_id": "CVPRICCV",
452
+ "paper_id": "arXiv-2505.00702v1",
453
+ "status": "generated",
454
+ "generated_compile_success": true,
455
+ "asset_path": "raw/CVPRICCV/arXiv-2505.00702v1.tar.gz"
456
+ },
457
+ {
458
+ "case_id": "CVPRICCV/arXiv-2506.23270v1",
459
+ "venue_id": "CVPRICCV",
460
+ "paper_id": "arXiv-2506.23270v1",
461
+ "status": "generated",
462
+ "generated_compile_success": true,
463
+ "asset_path": "raw/CVPRICCV/arXiv-2506.23270v1.tar.gz"
464
+ },
465
+ {
466
+ "case_id": "CVPRICCV/arXiv-2507.22627v2",
467
+ "venue_id": "CVPRICCV",
468
+ "paper_id": "arXiv-2507.22627v2",
469
+ "status": "generated",
470
+ "generated_compile_success": false,
471
+ "asset_path": "raw/CVPRICCV/arXiv-2507.22627v2.tar.gz"
472
+ },
473
+ {
474
+ "case_id": "CVPRICCV/arXiv-2508.03173v1",
475
+ "venue_id": "CVPRICCV",
476
+ "paper_id": "arXiv-2508.03173v1",
477
+ "status": "generated",
478
+ "generated_compile_success": true,
479
+ "asset_path": "raw/CVPRICCV/arXiv-2508.03173v1.tar.gz"
480
+ },
481
+ {
482
+ "case_id": "CVPRICCV/arXiv-2508.07647v1",
483
+ "venue_id": "CVPRICCV",
484
+ "paper_id": "arXiv-2508.07647v1",
485
+ "status": "generated",
486
+ "generated_compile_success": false,
487
+ "asset_path": "raw/CVPRICCV/arXiv-2508.07647v1.tar.gz"
488
+ },
489
+ {
490
+ "case_id": "CVPRICCV/arXiv-2508.07775v1",
491
+ "venue_id": "CVPRICCV",
492
+ "paper_id": "arXiv-2508.07775v1",
493
+ "status": "generated",
494
+ "generated_compile_success": true,
495
+ "asset_path": "raw/CVPRICCV/arXiv-2508.07775v1.tar.gz"
496
+ },
497
+ {
498
+ "case_id": "ECCV/arXiv-2311.14109v2",
499
+ "venue_id": "ECCV",
500
+ "paper_id": "arXiv-2311.14109v2",
501
+ "status": "generated",
502
+ "generated_compile_success": false,
503
+ "asset_path": "raw/ECCV/arXiv-2311.14109v2.tar.gz"
504
+ },
505
+ {
506
+ "case_id": "ECCV/arXiv-2312.07530v3",
507
+ "venue_id": "ECCV",
508
+ "paper_id": "arXiv-2312.07530v3",
509
+ "status": "generated",
510
+ "generated_compile_success": false,
511
+ "asset_path": "raw/ECCV/arXiv-2312.07530v3.tar.gz"
512
+ },
513
+ {
514
+ "case_id": "ECCV/arXiv-2403.09394v1",
515
+ "venue_id": "ECCV",
516
+ "paper_id": "arXiv-2403.09394v1",
517
+ "status": "generated",
518
+ "generated_compile_success": true,
519
+ "asset_path": "raw/ECCV/arXiv-2403.09394v1.tar.gz"
520
+ },
521
+ {
522
+ "case_id": "ECCV/arXiv-2403.11021v3",
523
+ "venue_id": "ECCV",
524
+ "paper_id": "arXiv-2403.11021v3",
525
+ "status": "generated",
526
+ "generated_compile_success": false,
527
+ "asset_path": "raw/ECCV/arXiv-2403.11021v3.tar.gz"
528
+ },
529
+ {
530
+ "case_id": "ECCV/arXiv-2404.00636v4",
531
+ "venue_id": "ECCV",
532
+ "paper_id": "arXiv-2404.00636v4",
533
+ "status": "generated",
534
+ "generated_compile_success": false,
535
+ "asset_path": "raw/ECCV/arXiv-2404.00636v4.tar.gz"
536
+ },
537
+ {
538
+ "case_id": "ECCV/arXiv-2404.03590v1",
539
+ "venue_id": "ECCV",
540
+ "paper_id": "arXiv-2404.03590v1",
541
+ "status": "generated",
542
+ "generated_compile_success": false,
543
+ "asset_path": "raw/ECCV/arXiv-2404.03590v1.tar.gz"
544
+ },
545
+ {
546
+ "case_id": "ECCV/arXiv-2404.07204v1",
547
+ "venue_id": "ECCV",
548
+ "paper_id": "arXiv-2404.07204v1",
549
+ "status": "generated",
550
+ "generated_compile_success": false,
551
+ "asset_path": "raw/ECCV/arXiv-2404.07204v1.tar.gz"
552
+ },
553
+ {
554
+ "case_id": "ECCV/arXiv-2404.12139v1",
555
+ "venue_id": "ECCV",
556
+ "paper_id": "arXiv-2404.12139v1",
557
+ "status": "generated",
558
+ "generated_compile_success": false,
559
+ "asset_path": "raw/ECCV/arXiv-2404.12139v1.tar.gz"
560
+ },
561
+ {
562
+ "case_id": "ECCV/arXiv-2407.02159v2",
563
+ "venue_id": "ECCV",
564
+ "paper_id": "arXiv-2407.02159v2",
565
+ "status": "generated",
566
+ "generated_compile_success": true,
567
+ "asset_path": "raw/ECCV/arXiv-2407.02159v2.tar.gz"
568
+ },
569
+ {
570
+ "case_id": "ECCV/arXiv-2407.05878v1",
571
+ "venue_id": "ECCV",
572
+ "paper_id": "arXiv-2407.05878v1",
573
+ "status": "generated",
574
+ "generated_compile_success": false,
575
+ "asset_path": "raw/ECCV/arXiv-2407.05878v1.tar.gz"
576
+ },
577
+ {
578
+ "case_id": "ECCV/arXiv-2407.06190v2",
579
+ "venue_id": "ECCV",
580
+ "paper_id": "arXiv-2407.06190v2",
581
+ "status": "generated",
582
+ "generated_compile_success": false,
583
+ "asset_path": "raw/ECCV/arXiv-2407.06190v2.tar.gz"
584
+ },
585
+ {
586
+ "case_id": "ECCV/arXiv-2407.07171v3",
587
+ "venue_id": "ECCV",
588
+ "paper_id": "arXiv-2407.07171v3",
589
+ "status": "generated",
590
+ "generated_compile_success": true,
591
+ "asset_path": "raw/ECCV/arXiv-2407.07171v3.tar.gz"
592
+ },
593
+ {
594
+ "case_id": "ECCV/arXiv-2407.07554v1",
595
+ "venue_id": "ECCV",
596
+ "paper_id": "arXiv-2407.07554v1",
597
+ "status": "generated",
598
+ "generated_compile_success": false,
599
+ "asset_path": "raw/ECCV/arXiv-2407.07554v1.tar.gz"
600
+ },
601
+ {
602
+ "case_id": "ECCV/arXiv-2407.12727v1",
603
+ "venue_id": "ECCV",
604
+ "paper_id": "arXiv-2407.12727v1",
605
+ "status": "generated",
606
+ "generated_compile_success": false,
607
+ "asset_path": "raw/ECCV/arXiv-2407.12727v1.tar.gz"
608
+ },
609
+ {
610
+ "case_id": "ECCV/arXiv-2407.18658v1",
611
+ "venue_id": "ECCV",
612
+ "paper_id": "arXiv-2407.18658v1",
613
+ "status": "generated",
614
+ "generated_compile_success": false,
615
+ "asset_path": "raw/ECCV/arXiv-2407.18658v1.tar.gz"
616
+ },
617
+ {
618
+ "case_id": "ECCV/arXiv-2407.20708v4",
619
+ "venue_id": "ECCV",
620
+ "paper_id": "arXiv-2407.20708v4",
621
+ "status": "generated",
622
+ "generated_compile_success": false,
623
+ "asset_path": "raw/ECCV/arXiv-2407.20708v4.tar.gz"
624
+ },
625
+ {
626
+ "case_id": "ECCV/arXiv-2408.06110v1",
627
+ "venue_id": "ECCV",
628
+ "paper_id": "arXiv-2408.06110v1",
629
+ "status": "generated",
630
+ "generated_compile_success": false,
631
+ "asset_path": "raw/ECCV/arXiv-2408.06110v1.tar.gz"
632
+ },
633
+ {
634
+ "case_id": "ECCV/arXiv-2408.13890v1",
635
+ "venue_id": "ECCV",
636
+ "paper_id": "arXiv-2408.13890v1",
637
+ "status": "generated",
638
+ "generated_compile_success": false,
639
+ "asset_path": "raw/ECCV/arXiv-2408.13890v1.tar.gz"
640
+ },
641
+ {
642
+ "case_id": "ECCV/arXiv-2409.14538v1",
643
+ "venue_id": "ECCV",
644
+ "paper_id": "arXiv-2409.14538v1",
645
+ "status": "generated",
646
+ "generated_compile_success": false,
647
+ "asset_path": "raw/ECCV/arXiv-2409.14538v1.tar.gz"
648
+ },
649
+ {
650
+ "case_id": "ECCV/arXiv-2409.15875v1",
651
+ "venue_id": "ECCV",
652
+ "paper_id": "arXiv-2409.15875v1",
653
+ "status": "generated",
654
+ "generated_compile_success": false,
655
+ "asset_path": "raw/ECCV/arXiv-2409.15875v1.tar.gz"
656
+ },
657
+ {
658
+ "case_id": "ICLR/arXiv-2209.12643v4",
659
+ "venue_id": "ICLR",
660
+ "paper_id": "arXiv-2209.12643v4",
661
+ "status": "generated",
662
+ "generated_compile_success": true,
663
+ "asset_path": "raw/ICLR/arXiv-2209.12643v4.tar.gz"
664
+ },
665
+ {
666
+ "case_id": "ICLR/arXiv-2211.03295v4",
667
+ "venue_id": "ICLR",
668
+ "paper_id": "arXiv-2211.03295v4",
669
+ "status": "generated",
670
+ "generated_compile_success": false,
671
+ "asset_path": "raw/ICLR/arXiv-2211.03295v4.tar.gz"
672
+ },
673
+ {
674
+ "case_id": "ICLR/arXiv-2301.10774v3",
675
+ "venue_id": "ICLR",
676
+ "paper_id": "arXiv-2301.10774v3",
677
+ "status": "generated",
678
+ "generated_compile_success": true,
679
+ "asset_path": "raw/ICLR/arXiv-2301.10774v3.tar.gz"
680
+ },
681
+ {
682
+ "case_id": "ICLR/arXiv-2305.15151v4",
683
+ "venue_id": "ICLR",
684
+ "paper_id": "arXiv-2305.15151v4",
685
+ "status": "generated",
686
+ "generated_compile_success": false,
687
+ "asset_path": "raw/ICLR/arXiv-2305.15151v4.tar.gz"
688
+ },
689
+ {
690
+ "case_id": "ICLR/arXiv-2310.03013v2",
691
+ "venue_id": "ICLR",
692
+ "paper_id": "arXiv-2310.03013v2",
693
+ "status": "generated",
694
+ "generated_compile_success": false,
695
+ "asset_path": "raw/ICLR/arXiv-2310.03013v2.tar.gz"
696
+ },
697
+ {
698
+ "case_id": "ICLR/arXiv-2403.01400v1",
699
+ "venue_id": "ICLR",
700
+ "paper_id": "arXiv-2403.01400v1",
701
+ "status": "generated",
702
+ "generated_compile_success": true,
703
+ "asset_path": "raw/ICLR/arXiv-2403.01400v1.tar.gz"
704
+ },
705
+ {
706
+ "case_id": "ICLR/arXiv-2406.10840v3",
707
+ "venue_id": "ICLR",
708
+ "paper_id": "arXiv-2406.10840v3",
709
+ "status": "generated",
710
+ "generated_compile_success": true,
711
+ "asset_path": "raw/ICLR/arXiv-2406.10840v3.tar.gz"
712
+ },
713
+ {
714
+ "case_id": "ICLR/arXiv-2411.01856v1",
715
+ "venue_id": "ICLR",
716
+ "paper_id": "arXiv-2411.01856v1",
717
+ "status": "generated",
718
+ "generated_compile_success": true,
719
+ "asset_path": "raw/ICLR/arXiv-2411.01856v1.tar.gz"
720
+ },
721
+ {
722
+ "case_id": "ICLR/arXiv-2502.00639v3",
723
+ "venue_id": "ICLR",
724
+ "paper_id": "arXiv-2502.00639v3",
725
+ "status": "generated",
726
+ "generated_compile_success": true,
727
+ "asset_path": "raw/ICLR/arXiv-2502.00639v3.tar.gz"
728
+ },
729
+ {
730
+ "case_id": "ICLR/arXiv-2503.01448v3",
731
+ "venue_id": "ICLR",
732
+ "paper_id": "arXiv-2503.01448v3",
733
+ "status": "generated",
734
+ "generated_compile_success": true,
735
+ "asset_path": "raw/ICLR/arXiv-2503.01448v3.tar.gz"
736
+ },
737
+ {
738
+ "case_id": "ICLR/arXiv-2505.21936v5",
739
+ "venue_id": "ICLR",
740
+ "paper_id": "arXiv-2505.21936v5",
741
+ "status": "generated",
742
+ "generated_compile_success": true,
743
+ "asset_path": "raw/ICLR/arXiv-2505.21936v5.tar.gz"
744
+ },
745
+ {
746
+ "case_id": "ICLR/arXiv-2506.04405v2",
747
+ "venue_id": "ICLR",
748
+ "paper_id": "arXiv-2506.04405v2",
749
+ "status": "generated",
750
+ "generated_compile_success": false,
751
+ "asset_path": "raw/ICLR/arXiv-2506.04405v2.tar.gz"
752
+ },
753
+ {
754
+ "case_id": "ICLR/arXiv-2509.11950v2",
755
+ "venue_id": "ICLR",
756
+ "paper_id": "arXiv-2509.11950v2",
757
+ "status": "generated",
758
+ "generated_compile_success": true,
759
+ "asset_path": "raw/ICLR/arXiv-2509.11950v2.tar.gz"
760
+ },
761
+ {
762
+ "case_id": "ICLR/arXiv-2510.20413v1",
763
+ "venue_id": "ICLR",
764
+ "paper_id": "arXiv-2510.20413v1",
765
+ "status": "generated",
766
+ "generated_compile_success": true,
767
+ "asset_path": "raw/ICLR/arXiv-2510.20413v1.tar.gz"
768
+ },
769
+ {
770
+ "case_id": "ICLR/arXiv-2511.05541v2",
771
+ "venue_id": "ICLR",
772
+ "paper_id": "arXiv-2511.05541v2",
773
+ "status": "generated",
774
+ "generated_compile_success": false,
775
+ "asset_path": "raw/ICLR/arXiv-2511.05541v2.tar.gz"
776
+ },
777
+ {
778
+ "case_id": "ICLR/arXiv-2601.00126v2",
779
+ "venue_id": "ICLR",
780
+ "paper_id": "arXiv-2601.00126v2",
781
+ "status": "generated",
782
+ "generated_compile_success": false,
783
+ "asset_path": "raw/ICLR/arXiv-2601.00126v2.tar.gz"
784
+ },
785
+ {
786
+ "case_id": "ICLR/arXiv-2602.21550v2",
787
+ "venue_id": "ICLR",
788
+ "paper_id": "arXiv-2602.21550v2",
789
+ "status": "generated",
790
+ "generated_compile_success": true,
791
+ "asset_path": "raw/ICLR/arXiv-2602.21550v2.tar.gz"
792
+ },
793
+ {
794
+ "case_id": "ICLR/arXiv-2602.22538v1",
795
+ "venue_id": "ICLR",
796
+ "paper_id": "arXiv-2602.22538v1",
797
+ "status": "generated",
798
+ "generated_compile_success": false,
799
+ "asset_path": "raw/ICLR/arXiv-2602.22538v1.tar.gz"
800
+ },
801
+ {
802
+ "case_id": "ICLR/arXiv-2603.02556v1",
803
+ "venue_id": "ICLR",
804
+ "paper_id": "arXiv-2603.02556v1",
805
+ "status": "generated",
806
+ "generated_compile_success": true,
807
+ "asset_path": "raw/ICLR/arXiv-2603.02556v1.tar.gz"
808
+ },
809
+ {
810
+ "case_id": "ICLR/arXiv-2603.13434v1",
811
+ "venue_id": "ICLR",
812
+ "paper_id": "arXiv-2603.13434v1",
813
+ "status": "generated",
814
+ "generated_compile_success": true,
815
+ "asset_path": "raw/ICLR/arXiv-2603.13434v1.tar.gz"
816
+ },
817
+ {
818
+ "case_id": "ICML/arXiv-2212.14041v5",
819
+ "venue_id": "ICML",
820
+ "paper_id": "arXiv-2212.14041v5",
821
+ "status": "generated",
822
+ "generated_compile_success": true,
823
+ "asset_path": "raw/ICML/arXiv-2212.14041v5.tar.gz"
824
+ },
825
+ {
826
+ "case_id": "ICML/arXiv-2402.02464v3",
827
+ "venue_id": "ICML",
828
+ "paper_id": "arXiv-2402.02464v3",
829
+ "status": "generated",
830
+ "generated_compile_success": true,
831
+ "asset_path": "raw/ICML/arXiv-2402.02464v3.tar.gz"
832
+ },
833
+ {
834
+ "case_id": "ICML/arXiv-2402.11459v2",
835
+ "venue_id": "ICML",
836
+ "paper_id": "arXiv-2402.11459v2",
837
+ "status": "generated",
838
+ "generated_compile_success": false,
839
+ "asset_path": "raw/ICML/arXiv-2402.11459v2.tar.gz"
840
+ },
841
+ {
842
+ "case_id": "ICML/arXiv-2405.10812v2",
843
+ "venue_id": "ICML",
844
+ "paper_id": "arXiv-2405.10812v2",
845
+ "status": "generated",
846
+ "generated_compile_success": true,
847
+ "asset_path": "raw/ICML/arXiv-2405.10812v2.tar.gz"
848
+ },
849
+ {
850
+ "case_id": "ICML/arXiv-2405.15991v3",
851
+ "venue_id": "ICML",
852
+ "paper_id": "arXiv-2405.15991v3",
853
+ "status": "generated",
854
+ "generated_compile_success": false,
855
+ "asset_path": "raw/ICML/arXiv-2405.15991v3.tar.gz"
856
+ },
857
+ {
858
+ "case_id": "ICML/arXiv-2501.18756v2",
859
+ "venue_id": "ICML",
860
+ "paper_id": "arXiv-2501.18756v2",
861
+ "status": "generated",
862
+ "generated_compile_success": true,
863
+ "asset_path": "raw/ICML/arXiv-2501.18756v2.tar.gz"
864
+ },
865
+ {
866
+ "case_id": "ICML/arXiv-2502.00816v3",
867
+ "venue_id": "ICML",
868
+ "paper_id": "arXiv-2502.00816v3",
869
+ "status": "generated",
870
+ "generated_compile_success": true,
871
+ "asset_path": "raw/ICML/arXiv-2502.00816v3.tar.gz"
872
+ },
873
+ {
874
+ "case_id": "ICML/arXiv-2502.01235v3",
875
+ "venue_id": "ICML",
876
+ "paper_id": "arXiv-2502.01235v3",
877
+ "status": "generated",
878
+ "generated_compile_success": false,
879
+ "asset_path": "raw/ICML/arXiv-2502.01235v3.tar.gz"
880
+ },
881
+ {
882
+ "case_id": "ICML/arXiv-2502.02384v2",
883
+ "venue_id": "ICML",
884
+ "paper_id": "arXiv-2502.02384v2",
885
+ "status": "generated",
886
+ "generated_compile_success": false,
887
+ "asset_path": "raw/ICML/arXiv-2502.02384v2.tar.gz"
888
+ },
889
+ {
890
+ "case_id": "ICML/arXiv-2502.02492v2",
891
+ "venue_id": "ICML",
892
+ "paper_id": "arXiv-2502.02492v2",
893
+ "status": "generated",
894
+ "generated_compile_success": true,
895
+ "asset_path": "raw/ICML/arXiv-2502.02492v2.tar.gz"
896
+ },
897
+ {
898
+ "case_id": "ICML/arXiv-2502.04320v2",
899
+ "venue_id": "ICML",
900
+ "paper_id": "arXiv-2502.04320v2",
901
+ "status": "generated",
902
+ "generated_compile_success": true,
903
+ "asset_path": "raw/ICML/arXiv-2502.04320v2.tar.gz"
904
+ },
905
+ {
906
+ "case_id": "ICML/arXiv-2502.05173v3",
907
+ "venue_id": "ICML",
908
+ "paper_id": "arXiv-2502.05173v3",
909
+ "status": "generated",
910
+ "generated_compile_success": true,
911
+ "asset_path": "raw/ICML/arXiv-2502.05173v3.tar.gz"
912
+ },
913
+ {
914
+ "case_id": "ICML/arXiv-2502.05352v1",
915
+ "venue_id": "ICML",
916
+ "paper_id": "arXiv-2502.05352v1",
917
+ "status": "generated",
918
+ "generated_compile_success": true,
919
+ "asset_path": "raw/ICML/arXiv-2502.05352v1.tar.gz"
920
+ },
921
+ {
922
+ "case_id": "ICML/arXiv-2502.06768v3",
923
+ "venue_id": "ICML",
924
+ "paper_id": "arXiv-2502.06768v3",
925
+ "status": "generated",
926
+ "generated_compile_success": true,
927
+ "asset_path": "raw/ICML/arXiv-2502.06768v3.tar.gz"
928
+ },
929
+ {
930
+ "case_id": "ICML/arXiv-2502.09560v3",
931
+ "venue_id": "ICML",
932
+ "paper_id": "arXiv-2502.09560v3",
933
+ "status": "generated",
934
+ "generated_compile_success": false,
935
+ "asset_path": "raw/ICML/arXiv-2502.09560v3.tar.gz"
936
+ },
937
+ {
938
+ "case_id": "ICML/arXiv-2502.15988v3",
939
+ "venue_id": "ICML",
940
+ "paper_id": "arXiv-2502.15988v3",
941
+ "status": "generated",
942
+ "generated_compile_success": false,
943
+ "asset_path": "raw/ICML/arXiv-2502.15988v3.tar.gz"
944
+ },
945
+ {
946
+ "case_id": "ICML/arXiv-2502.17543v4",
947
+ "venue_id": "ICML",
948
+ "paper_id": "arXiv-2502.17543v4",
949
+ "status": "generated",
950
+ "generated_compile_success": true,
951
+ "asset_path": "raw/ICML/arXiv-2502.17543v4.tar.gz"
952
+ },
953
+ {
954
+ "case_id": "ICML/arXiv-2503.01222v2",
955
+ "venue_id": "ICML",
956
+ "paper_id": "arXiv-2503.01222v2",
957
+ "status": "generated",
958
+ "generated_compile_success": true,
959
+ "asset_path": "raw/ICML/arXiv-2503.01222v2.tar.gz"
960
+ },
961
+ {
962
+ "case_id": "ICML/arXiv-2505.18963v1",
963
+ "venue_id": "ICML",
964
+ "paper_id": "arXiv-2505.18963v1",
965
+ "status": "generated",
966
+ "generated_compile_success": false,
967
+ "asset_path": "raw/ICML/arXiv-2505.18963v1.tar.gz"
968
+ },
969
+ {
970
+ "case_id": "ICML/arXiv-2505.20465v1",
971
+ "venue_id": "ICML",
972
+ "paper_id": "arXiv-2505.20465v1",
973
+ "status": "generated",
974
+ "generated_compile_success": false,
975
+ "asset_path": "raw/ICML/arXiv-2505.20465v1.tar.gz"
976
+ },
977
+ {
978
+ "case_id": "IEEE/arXiv-2105.07342v4",
979
+ "venue_id": "IEEE",
980
+ "paper_id": "arXiv-2105.07342v4",
981
+ "status": "generated",
982
+ "generated_compile_success": false,
983
+ "asset_path": "raw/IEEE/arXiv-2105.07342v4.tar.gz"
984
+ },
985
+ {
986
+ "case_id": "IEEE/arXiv-2209.02646v10",
987
+ "venue_id": "IEEE",
988
+ "paper_id": "arXiv-2209.02646v10",
989
+ "status": "generated",
990
+ "generated_compile_success": false,
991
+ "asset_path": "raw/IEEE/arXiv-2209.02646v10.tar.gz"
992
+ },
993
+ {
994
+ "case_id": "IEEE/arXiv-2310.05829v2",
995
+ "venue_id": "IEEE",
996
+ "paper_id": "arXiv-2310.05829v2",
997
+ "status": "generated",
998
+ "generated_compile_success": true,
999
+ "asset_path": "raw/IEEE/arXiv-2310.05829v2.tar.gz"
1000
+ },
1001
+ {
1002
+ "case_id": "IEEE/arXiv-2404.01975v1",
1003
+ "venue_id": "IEEE",
1004
+ "paper_id": "arXiv-2404.01975v1",
1005
+ "status": "generated",
1006
+ "generated_compile_success": true,
1007
+ "asset_path": "raw/IEEE/arXiv-2404.01975v1.tar.gz"
1008
+ },
1009
+ {
1010
+ "case_id": "IEEE/arXiv-2404.19141v1",
1011
+ "venue_id": "IEEE",
1012
+ "paper_id": "arXiv-2404.19141v1",
1013
+ "status": "generated",
1014
+ "generated_compile_success": false,
1015
+ "asset_path": "raw/IEEE/arXiv-2404.19141v1.tar.gz"
1016
+ },
1017
+ {
1018
+ "case_id": "IEEE/arXiv-2406.13200v2",
1019
+ "venue_id": "IEEE",
1020
+ "paper_id": "arXiv-2406.13200v2",
1021
+ "status": "generated",
1022
+ "generated_compile_success": true,
1023
+ "asset_path": "raw/IEEE/arXiv-2406.13200v2.tar.gz"
1024
+ },
1025
+ {
1026
+ "case_id": "IEEE/arXiv-2501.06786v1",
1027
+ "venue_id": "IEEE",
1028
+ "paper_id": "arXiv-2501.06786v1",
1029
+ "status": "generated",
1030
+ "generated_compile_success": false,
1031
+ "asset_path": "raw/IEEE/arXiv-2501.06786v1.tar.gz"
1032
+ },
1033
+ {
1034
+ "case_id": "IEEE/arXiv-2501.08900v1",
1035
+ "venue_id": "IEEE",
1036
+ "paper_id": "arXiv-2501.08900v1",
1037
+ "status": "generated",
1038
+ "generated_compile_success": false,
1039
+ "asset_path": "raw/IEEE/arXiv-2501.08900v1.tar.gz"
1040
+ },
1041
+ {
1042
+ "case_id": "IEEE/arXiv-2501.15147v2",
1043
+ "venue_id": "IEEE",
1044
+ "paper_id": "arXiv-2501.15147v2",
1045
+ "status": "generated",
1046
+ "generated_compile_success": false,
1047
+ "asset_path": "raw/IEEE/arXiv-2501.15147v2.tar.gz"
1048
+ },
1049
+ {
1050
+ "case_id": "IEEE/arXiv-2502.05964v1",
1051
+ "venue_id": "IEEE",
1052
+ "paper_id": "arXiv-2502.05964v1",
1053
+ "status": "generated",
1054
+ "generated_compile_success": false,
1055
+ "asset_path": "raw/IEEE/arXiv-2502.05964v1.tar.gz"
1056
+ },
1057
+ {
1058
+ "case_id": "IEEE/arXiv-2502.06490v4",
1059
+ "venue_id": "IEEE",
1060
+ "paper_id": "arXiv-2502.06490v4",
1061
+ "status": "generated",
1062
+ "generated_compile_success": false,
1063
+ "asset_path": "raw/IEEE/arXiv-2502.06490v4.tar.gz"
1064
+ },
1065
+ {
1066
+ "case_id": "IEEE/arXiv-2506.13328v1",
1067
+ "venue_id": "IEEE",
1068
+ "paper_id": "arXiv-2506.13328v1",
1069
+ "status": "generated",
1070
+ "generated_compile_success": false,
1071
+ "asset_path": "raw/IEEE/arXiv-2506.13328v1.tar.gz"
1072
+ },
1073
+ {
1074
+ "case_id": "IEEE/arXiv-2509.12076v1",
1075
+ "venue_id": "IEEE",
1076
+ "paper_id": "arXiv-2509.12076v1",
1077
+ "status": "generated",
1078
+ "generated_compile_success": false,
1079
+ "asset_path": "raw/IEEE/arXiv-2509.12076v1.tar.gz"
1080
+ },
1081
+ {
1082
+ "case_id": "IEEE/arXiv-2601.22179v1",
1083
+ "venue_id": "IEEE",
1084
+ "paper_id": "arXiv-2601.22179v1",
1085
+ "status": "generated",
1086
+ "generated_compile_success": false,
1087
+ "asset_path": "raw/IEEE/arXiv-2601.22179v1.tar.gz"
1088
+ },
1089
+ {
1090
+ "case_id": "IEEE/arXiv-2602.17354v1",
1091
+ "venue_id": "IEEE",
1092
+ "paper_id": "arXiv-2602.17354v1",
1093
+ "status": "generated",
1094
+ "generated_compile_success": false,
1095
+ "asset_path": "raw/IEEE/arXiv-2602.17354v1.tar.gz"
1096
+ },
1097
+ {
1098
+ "case_id": "IEEE/arXiv-2602.18043v1",
1099
+ "venue_id": "IEEE",
1100
+ "paper_id": "arXiv-2602.18043v1",
1101
+ "status": "generated",
1102
+ "generated_compile_success": true,
1103
+ "asset_path": "raw/IEEE/arXiv-2602.18043v1.tar.gz"
1104
+ },
1105
+ {
1106
+ "case_id": "IEEE/arXiv-2603.00870v1",
1107
+ "venue_id": "IEEE",
1108
+ "paper_id": "arXiv-2603.00870v1",
1109
+ "status": "generated",
1110
+ "generated_compile_success": false,
1111
+ "asset_path": "raw/IEEE/arXiv-2603.00870v1.tar.gz"
1112
+ },
1113
+ {
1114
+ "case_id": "IEEE/arXiv-2603.01535v2",
1115
+ "venue_id": "IEEE",
1116
+ "paper_id": "arXiv-2603.01535v2",
1117
+ "status": "generated",
1118
+ "generated_compile_success": false,
1119
+ "asset_path": "raw/IEEE/arXiv-2603.01535v2.tar.gz"
1120
+ },
1121
+ {
1122
+ "case_id": "IEEE/arXiv-2603.16569v1",
1123
+ "venue_id": "IEEE",
1124
+ "paper_id": "arXiv-2603.16569v1",
1125
+ "status": "generated",
1126
+ "generated_compile_success": false,
1127
+ "asset_path": "raw/IEEE/arXiv-2603.16569v1.tar.gz"
1128
+ },
1129
+ {
1130
+ "case_id": "IEEE/arXiv-2604.01617v1",
1131
+ "venue_id": "IEEE",
1132
+ "paper_id": "arXiv-2604.01617v1",
1133
+ "status": "generated",
1134
+ "generated_compile_success": false,
1135
+ "asset_path": "raw/IEEE/arXiv-2604.01617v1.tar.gz"
1136
+ },
1137
+ {
1138
+ "case_id": "IJCAI/arXiv-2308.10648v1",
1139
+ "venue_id": "IJCAI",
1140
+ "paper_id": "arXiv-2308.10648v1",
1141
+ "status": "generated",
1142
+ "generated_compile_success": true,
1143
+ "asset_path": "raw/IJCAI/arXiv-2308.10648v1.tar.gz"
1144
+ },
1145
+ {
1146
+ "case_id": "IJCAI/arXiv-2310.12086v3",
1147
+ "venue_id": "IJCAI",
1148
+ "paper_id": "arXiv-2310.12086v3",
1149
+ "status": "generated",
1150
+ "generated_compile_success": false,
1151
+ "asset_path": "raw/IJCAI/arXiv-2310.12086v3.tar.gz"
1152
+ },
1153
+ {
1154
+ "case_id": "IJCAI/arXiv-2401.01085v2",
1155
+ "venue_id": "IJCAI",
1156
+ "paper_id": "arXiv-2401.01085v2",
1157
+ "status": "generated",
1158
+ "generated_compile_success": false,
1159
+ "asset_path": "raw/IJCAI/arXiv-2401.01085v2.tar.gz"
1160
+ },
1161
+ {
1162
+ "case_id": "IJCAI/arXiv-2401.02414v1",
1163
+ "venue_id": "IJCAI",
1164
+ "paper_id": "arXiv-2401.02414v1",
1165
+ "status": "generated",
1166
+ "generated_compile_success": true,
1167
+ "asset_path": "raw/IJCAI/arXiv-2401.02414v1.tar.gz"
1168
+ },
1169
+ {
1170
+ "case_id": "IJCAI/arXiv-2401.16459v1",
1171
+ "venue_id": "IJCAI",
1172
+ "paper_id": "arXiv-2401.16459v1",
1173
+ "status": "generated",
1174
+ "generated_compile_success": true,
1175
+ "asset_path": "raw/IJCAI/arXiv-2401.16459v1.tar.gz"
1176
+ },
1177
+ {
1178
+ "case_id": "IJCAI/arXiv-2404.10933v1",
1179
+ "venue_id": "IJCAI",
1180
+ "paper_id": "arXiv-2404.10933v1",
1181
+ "status": "generated",
1182
+ "generated_compile_success": false,
1183
+ "asset_path": "raw/IJCAI/arXiv-2404.10933v1.tar.gz"
1184
+ },
1185
+ {
1186
+ "case_id": "IJCAI/arXiv-2404.10976v3",
1187
+ "venue_id": "IJCAI",
1188
+ "paper_id": "arXiv-2404.10976v3",
1189
+ "status": "generated",
1190
+ "generated_compile_success": false,
1191
+ "asset_path": "raw/IJCAI/arXiv-2404.10976v3.tar.gz"
1192
+ },
1193
+ {
1194
+ "case_id": "IJCAI/arXiv-2404.13645v1",
1195
+ "venue_id": "IJCAI",
1196
+ "paper_id": "arXiv-2404.13645v1",
1197
+ "status": "generated",
1198
+ "generated_compile_success": true,
1199
+ "asset_path": "raw/IJCAI/arXiv-2404.13645v1.tar.gz"
1200
+ },
1201
+ {
1202
+ "case_id": "IJCAI/arXiv-2404.14827v1",
1203
+ "venue_id": "IJCAI",
1204
+ "paper_id": "arXiv-2404.14827v1",
1205
+ "status": "generated",
1206
+ "generated_compile_success": true,
1207
+ "asset_path": "raw/IJCAI/arXiv-2404.14827v1.tar.gz"
1208
+ },
1209
+ {
1210
+ "case_id": "IJCAI/arXiv-2404.15700v2",
1211
+ "venue_id": "IJCAI",
1212
+ "paper_id": "arXiv-2404.15700v2",
1213
+ "status": "generated",
1214
+ "generated_compile_success": true,
1215
+ "asset_path": "raw/IJCAI/arXiv-2404.15700v2.tar.gz"
1216
+ },
1217
+ {
1218
+ "case_id": "IJCAI/arXiv-2404.17807v1",
1219
+ "venue_id": "IJCAI",
1220
+ "paper_id": "arXiv-2404.17807v1",
1221
+ "status": "generated",
1222
+ "generated_compile_success": true,
1223
+ "asset_path": "raw/IJCAI/arXiv-2404.17807v1.tar.gz"
1224
+ },
1225
+ {
1226
+ "case_id": "IJCAI/arXiv-2404.19518v1",
1227
+ "venue_id": "IJCAI",
1228
+ "paper_id": "arXiv-2404.19518v1",
1229
+ "status": "generated",
1230
+ "generated_compile_success": true,
1231
+ "asset_path": "raw/IJCAI/arXiv-2404.19518v1.tar.gz"
1232
+ },
1233
+ {
1234
+ "case_id": "IJCAI/arXiv-2405.02832v1",
1235
+ "venue_id": "IJCAI",
1236
+ "paper_id": "arXiv-2405.02832v1",
1237
+ "status": "generated",
1238
+ "generated_compile_success": true,
1239
+ "asset_path": "raw/IJCAI/arXiv-2405.02832v1.tar.gz"
1240
+ },
1241
+ {
1242
+ "case_id": "IJCAI/arXiv-2405.03301v1",
1243
+ "venue_id": "IJCAI",
1244
+ "paper_id": "arXiv-2405.03301v1",
1245
+ "status": "generated",
1246
+ "generated_compile_success": false,
1247
+ "asset_path": "raw/IJCAI/arXiv-2405.03301v1.tar.gz"
1248
+ },
1249
+ {
1250
+ "case_id": "IJCAI/arXiv-2405.03501v1",
1251
+ "venue_id": "IJCAI",
1252
+ "paper_id": "arXiv-2405.03501v1",
1253
+ "status": "generated",
1254
+ "generated_compile_success": true,
1255
+ "asset_path": "raw/IJCAI/arXiv-2405.03501v1.tar.gz"
1256
+ },
1257
+ {
1258
+ "case_id": "IJCAI/arXiv-2405.12262v1",
1259
+ "venue_id": "IJCAI",
1260
+ "paper_id": "arXiv-2405.12262v1",
1261
+ "status": "generated",
1262
+ "generated_compile_success": true,
1263
+ "asset_path": "raw/IJCAI/arXiv-2405.12262v1.tar.gz"
1264
+ },
1265
+ {
1266
+ "case_id": "IJCAI/arXiv-2407.17073v1",
1267
+ "venue_id": "IJCAI",
1268
+ "paper_id": "arXiv-2407.17073v1",
1269
+ "status": "generated",
1270
+ "generated_compile_success": true,
1271
+ "asset_path": "raw/IJCAI/arXiv-2407.17073v1.tar.gz"
1272
+ },
1273
+ {
1274
+ "case_id": "IJCAI/arXiv-2408.02207v1",
1275
+ "venue_id": "IJCAI",
1276
+ "paper_id": "arXiv-2408.02207v1",
1277
+ "status": "generated",
1278
+ "generated_compile_success": true,
1279
+ "asset_path": "raw/IJCAI/arXiv-2408.02207v1.tar.gz"
1280
+ },
1281
+ {
1282
+ "case_id": "IJCAI/arXiv-2508.01237v1",
1283
+ "venue_id": "IJCAI",
1284
+ "paper_id": "arXiv-2508.01237v1",
1285
+ "status": "generated",
1286
+ "generated_compile_success": true,
1287
+ "asset_path": "raw/IJCAI/arXiv-2508.01237v1.tar.gz"
1288
+ },
1289
+ {
1290
+ "case_id": "IJCAI/arXiv-2509.11782v1",
1291
+ "venue_id": "IJCAI",
1292
+ "paper_id": "arXiv-2509.11782v1",
1293
+ "status": "generated",
1294
+ "generated_compile_success": false,
1295
+ "asset_path": "raw/IJCAI/arXiv-2509.11782v1.tar.gz"
1296
+ },
1297
+ {
1298
+ "case_id": "IJCV/arXiv-2312.06660v3",
1299
+ "venue_id": "IJCV",
1300
+ "paper_id": "arXiv-2312.06660v3",
1301
+ "status": "generated",
1302
+ "generated_compile_success": true,
1303
+ "asset_path": "raw/IJCV/arXiv-2312.06660v3.tar.gz"
1304
+ },
1305
+ {
1306
+ "case_id": "IJCV/arXiv-2401.01445v1",
1307
+ "venue_id": "IJCV",
1308
+ "paper_id": "arXiv-2401.01445v1",
1309
+ "status": "generated",
1310
+ "generated_compile_success": true,
1311
+ "asset_path": "raw/IJCV/arXiv-2401.01445v1.tar.gz"
1312
+ },
1313
+ {
1314
+ "case_id": "IJCV/arXiv-2407.03240v1",
1315
+ "venue_id": "IJCV",
1316
+ "paper_id": "arXiv-2407.03240v1",
1317
+ "status": "generated",
1318
+ "generated_compile_success": true,
1319
+ "asset_path": "raw/IJCV/arXiv-2407.03240v1.tar.gz"
1320
+ },
1321
+ {
1322
+ "case_id": "IJCV/arXiv-2407.09191v1",
1323
+ "venue_id": "IJCV",
1324
+ "paper_id": "arXiv-2407.09191v1",
1325
+ "status": "generated",
1326
+ "generated_compile_success": true,
1327
+ "asset_path": "raw/IJCV/arXiv-2407.09191v1.tar.gz"
1328
+ },
1329
+ {
1330
+ "case_id": "IJCV/arXiv-2409.17453v1",
1331
+ "venue_id": "IJCV",
1332
+ "paper_id": "arXiv-2409.17453v1",
1333
+ "status": "generated",
1334
+ "generated_compile_success": true,
1335
+ "asset_path": "raw/IJCV/arXiv-2409.17453v1.tar.gz"
1336
+ },
1337
+ {
1338
+ "case_id": "IJCV/arXiv-2410.08824v1",
1339
+ "venue_id": "IJCV",
1340
+ "paper_id": "arXiv-2410.08824v1",
1341
+ "status": "generated",
1342
+ "generated_compile_success": true,
1343
+ "asset_path": "raw/IJCV/arXiv-2410.08824v1.tar.gz"
1344
+ },
1345
+ {
1346
+ "case_id": "IJCV/arXiv-2410.08895v1",
1347
+ "venue_id": "IJCV",
1348
+ "paper_id": "arXiv-2410.08895v1",
1349
+ "status": "generated",
1350
+ "generated_compile_success": true,
1351
+ "asset_path": "raw/IJCV/arXiv-2410.08895v1.tar.gz"
1352
+ },
1353
+ {
1354
+ "case_id": "IJCV/arXiv-2411.13145v1",
1355
+ "venue_id": "IJCV",
1356
+ "paper_id": "arXiv-2411.13145v1",
1357
+ "status": "generated",
1358
+ "generated_compile_success": true,
1359
+ "asset_path": "raw/IJCV/arXiv-2411.13145v1.tar.gz"
1360
+ },
1361
+ {
1362
+ "case_id": "IJCV/arXiv-2411.17040v2",
1363
+ "venue_id": "IJCV",
1364
+ "paper_id": "arXiv-2411.17040v2",
1365
+ "status": "generated",
1366
+ "generated_compile_success": false,
1367
+ "asset_path": "raw/IJCV/arXiv-2411.17040v2.tar.gz"
1368
+ },
1369
+ {
1370
+ "case_id": "IJCV/arXiv-2412.00542v1",
1371
+ "venue_id": "IJCV",
1372
+ "paper_id": "arXiv-2412.00542v1",
1373
+ "status": "generated",
1374
+ "generated_compile_success": false,
1375
+ "asset_path": "raw/IJCV/arXiv-2412.00542v1.tar.gz"
1376
+ },
1377
+ {
1378
+ "case_id": "IJCV/arXiv-2412.01240v3",
1379
+ "venue_id": "IJCV",
1380
+ "paper_id": "arXiv-2412.01240v3",
1381
+ "status": "generated",
1382
+ "generated_compile_success": false,
1383
+ "asset_path": "raw/IJCV/arXiv-2412.01240v3.tar.gz"
1384
+ },
1385
+ {
1386
+ "case_id": "IJCV/arXiv-2412.08973v4",
1387
+ "venue_id": "IJCV",
1388
+ "paper_id": "arXiv-2412.08973v4",
1389
+ "status": "generated",
1390
+ "generated_compile_success": true,
1391
+ "asset_path": "raw/IJCV/arXiv-2412.08973v4.tar.gz"
1392
+ },
1393
+ {
1394
+ "case_id": "IJCV/arXiv-2502.17053v3",
1395
+ "venue_id": "IJCV",
1396
+ "paper_id": "arXiv-2502.17053v3",
1397
+ "status": "generated",
1398
+ "generated_compile_success": false,
1399
+ "asset_path": "raw/IJCV/arXiv-2502.17053v3.tar.gz"
1400
+ },
1401
+ {
1402
+ "case_id": "IJCV/arXiv-2505.16976v1",
1403
+ "venue_id": "IJCV",
1404
+ "paper_id": "arXiv-2505.16976v1",
1405
+ "status": "generated",
1406
+ "generated_compile_success": true,
1407
+ "asset_path": "raw/IJCV/arXiv-2505.16976v1.tar.gz"
1408
+ },
1409
+ {
1410
+ "case_id": "IJCV/arXiv-2506.09954v1",
1411
+ "venue_id": "IJCV",
1412
+ "paper_id": "arXiv-2506.09954v1",
1413
+ "status": "generated",
1414
+ "generated_compile_success": true,
1415
+ "asset_path": "raw/IJCV/arXiv-2506.09954v1.tar.gz"
1416
+ },
1417
+ {
1418
+ "case_id": "IJCV/arXiv-2506.20342v1",
1419
+ "venue_id": "IJCV",
1420
+ "paper_id": "arXiv-2506.20342v1",
1421
+ "status": "generated",
1422
+ "generated_compile_success": true,
1423
+ "asset_path": "raw/IJCV/arXiv-2506.20342v1.tar.gz"
1424
+ },
1425
+ {
1426
+ "case_id": "IJCV/arXiv-2511.11009v1",
1427
+ "venue_id": "IJCV",
1428
+ "paper_id": "arXiv-2511.11009v1",
1429
+ "status": "generated",
1430
+ "generated_compile_success": true,
1431
+ "asset_path": "raw/IJCV/arXiv-2511.11009v1.tar.gz"
1432
+ },
1433
+ {
1434
+ "case_id": "IJCV/arXiv-2511.14279v1",
1435
+ "venue_id": "IJCV",
1436
+ "paper_id": "arXiv-2511.14279v1",
1437
+ "status": "generated",
1438
+ "generated_compile_success": true,
1439
+ "asset_path": "raw/IJCV/arXiv-2511.14279v1.tar.gz"
1440
+ },
1441
+ {
1442
+ "case_id": "IJCV/arXiv-2602.20627v1",
1443
+ "venue_id": "IJCV",
1444
+ "paper_id": "arXiv-2602.20627v1",
1445
+ "status": "generated",
1446
+ "generated_compile_success": false,
1447
+ "asset_path": "raw/IJCV/arXiv-2602.20627v1.tar.gz"
1448
+ },
1449
+ {
1450
+ "case_id": "IJCV/arXiv-2603.00853v1",
1451
+ "venue_id": "IJCV",
1452
+ "paper_id": "arXiv-2603.00853v1",
1453
+ "status": "generated",
1454
+ "generated_compile_success": true,
1455
+ "asset_path": "raw/IJCV/arXiv-2603.00853v1.tar.gz"
1456
+ },
1457
+ {
1458
+ "case_id": "NeurIPS/arXiv-2203.10761v3",
1459
+ "venue_id": "NeurIPS",
1460
+ "paper_id": "arXiv-2203.10761v3",
1461
+ "status": "generated",
1462
+ "generated_compile_success": true,
1463
+ "asset_path": "raw/NeurIPS/arXiv-2203.10761v3.tar.gz"
1464
+ },
1465
+ {
1466
+ "case_id": "NeurIPS/arXiv-2306.11249v2",
1467
+ "venue_id": "NeurIPS",
1468
+ "paper_id": "arXiv-2306.11249v2",
1469
+ "status": "generated",
1470
+ "generated_compile_success": true,
1471
+ "asset_path": "raw/NeurIPS/arXiv-2306.11249v2.tar.gz"
1472
+ },
1473
+ {
1474
+ "case_id": "NeurIPS/arXiv-2405.18968v1",
1475
+ "venue_id": "NeurIPS",
1476
+ "paper_id": "arXiv-2405.18968v1",
1477
+ "status": "generated",
1478
+ "generated_compile_success": true,
1479
+ "asset_path": "raw/NeurIPS/arXiv-2405.18968v1.tar.gz"
1480
+ },
1481
+ {
1482
+ "case_id": "NeurIPS/arXiv-2502.09992v3",
1483
+ "venue_id": "NeurIPS",
1484
+ "paper_id": "arXiv-2502.09992v3",
1485
+ "status": "generated",
1486
+ "generated_compile_success": true,
1487
+ "asset_path": "raw/NeurIPS/arXiv-2502.09992v3.tar.gz"
1488
+ },
1489
+ {
1490
+ "case_id": "NeurIPS/arXiv-2503.23793v2",
1491
+ "venue_id": "NeurIPS",
1492
+ "paper_id": "arXiv-2503.23793v2",
1493
+ "status": "generated",
1494
+ "generated_compile_success": false,
1495
+ "asset_path": "raw/NeurIPS/arXiv-2503.23793v2.tar.gz"
1496
+ },
1497
+ {
1498
+ "case_id": "NeurIPS/arXiv-2505.13447v1",
1499
+ "venue_id": "NeurIPS",
1500
+ "paper_id": "arXiv-2505.13447v1",
1501
+ "status": "generated",
1502
+ "generated_compile_success": false,
1503
+ "asset_path": "raw/NeurIPS/arXiv-2505.13447v1.tar.gz"
1504
+ },
1505
+ {
1506
+ "case_id": "NeurIPS/arXiv-2505.15201v4",
1507
+ "venue_id": "NeurIPS",
1508
+ "paper_id": "arXiv-2505.15201v4",
1509
+ "status": "generated",
1510
+ "generated_compile_success": true,
1511
+ "asset_path": "raw/NeurIPS/arXiv-2505.15201v4.tar.gz"
1512
+ },
1513
+ {
1514
+ "case_id": "NeurIPS/arXiv-2505.15277v2",
1515
+ "venue_id": "NeurIPS",
1516
+ "paper_id": "arXiv-2505.15277v2",
1517
+ "status": "generated",
1518
+ "generated_compile_success": false,
1519
+ "asset_path": "raw/NeurIPS/arXiv-2505.15277v2.tar.gz"
1520
+ },
1521
+ {
1522
+ "case_id": "NeurIPS/arXiv-2505.18705v1",
1523
+ "venue_id": "NeurIPS",
1524
+ "paper_id": "arXiv-2505.18705v1",
1525
+ "status": "generated",
1526
+ "generated_compile_success": true,
1527
+ "asset_path": "raw/NeurIPS/arXiv-2505.18705v1.tar.gz"
1528
+ },
1529
+ {
1530
+ "case_id": "NeurIPS/arXiv-2506.00711v2",
1531
+ "venue_id": "NeurIPS",
1532
+ "paper_id": "arXiv-2506.00711v2",
1533
+ "status": "generated",
1534
+ "generated_compile_success": true,
1535
+ "asset_path": "raw/NeurIPS/arXiv-2506.00711v2.tar.gz"
1536
+ },
1537
+ {
1538
+ "case_id": "NeurIPS/arXiv-2506.05259v1",
1539
+ "venue_id": "NeurIPS",
1540
+ "paper_id": "arXiv-2506.05259v1",
1541
+ "status": "generated",
1542
+ "generated_compile_success": true,
1543
+ "asset_path": "raw/NeurIPS/arXiv-2506.05259v1.tar.gz"
1544
+ },
1545
+ {
1546
+ "case_id": "NeurIPS/arXiv-2506.09995v3",
1547
+ "venue_id": "NeurIPS",
1548
+ "paper_id": "arXiv-2506.09995v3",
1549
+ "status": "generated",
1550
+ "generated_compile_success": true,
1551
+ "asset_path": "raw/NeurIPS/arXiv-2506.09995v3.tar.gz"
1552
+ },
1553
+ {
1554
+ "case_id": "NeurIPS/arXiv-2506.10038v1",
1555
+ "venue_id": "NeurIPS",
1556
+ "paper_id": "arXiv-2506.10038v1",
1557
+ "status": "generated",
1558
+ "generated_compile_success": true,
1559
+ "asset_path": "raw/NeurIPS/arXiv-2506.10038v1.tar.gz"
1560
+ },
1561
+ {
1562
+ "case_id": "NeurIPS/arXiv-2506.21028v2",
1563
+ "venue_id": "NeurIPS",
1564
+ "paper_id": "arXiv-2506.21028v2",
1565
+ "status": "generated",
1566
+ "generated_compile_success": true,
1567
+ "asset_path": "raw/NeurIPS/arXiv-2506.21028v2.tar.gz"
1568
+ },
1569
+ {
1570
+ "case_id": "NeurIPS/arXiv-2507.18624v2",
1571
+ "venue_id": "NeurIPS",
1572
+ "paper_id": "arXiv-2507.18624v2",
1573
+ "status": "generated",
1574
+ "generated_compile_success": true,
1575
+ "asset_path": "raw/NeurIPS/arXiv-2507.18624v2.tar.gz"
1576
+ },
1577
+ {
1578
+ "case_id": "NeurIPS/arXiv-2508.17054v3",
1579
+ "venue_id": "NeurIPS",
1580
+ "paper_id": "arXiv-2508.17054v3",
1581
+ "status": "generated",
1582
+ "generated_compile_success": true,
1583
+ "asset_path": "raw/NeurIPS/arXiv-2508.17054v3.tar.gz"
1584
+ },
1585
+ {
1586
+ "case_id": "NeurIPS/arXiv-2509.20234v5",
1587
+ "venue_id": "NeurIPS",
1588
+ "paper_id": "arXiv-2509.20234v5",
1589
+ "status": "generated",
1590
+ "generated_compile_success": true,
1591
+ "asset_path": "raw/NeurIPS/arXiv-2509.20234v5.tar.gz"
1592
+ },
1593
+ {
1594
+ "case_id": "NeurIPS/arXiv-2510.19980v1",
1595
+ "venue_id": "NeurIPS",
1596
+ "paper_id": "arXiv-2510.19980v1",
1597
+ "status": "generated",
1598
+ "generated_compile_success": true,
1599
+ "asset_path": "raw/NeurIPS/arXiv-2510.19980v1.tar.gz"
1600
+ },
1601
+ {
1602
+ "case_id": "NeurIPS/arXiv-2511.04675v2",
1603
+ "venue_id": "NeurIPS",
1604
+ "paper_id": "arXiv-2511.04675v2",
1605
+ "status": "generated",
1606
+ "generated_compile_success": true,
1607
+ "asset_path": "raw/NeurIPS/arXiv-2511.04675v2.tar.gz"
1608
+ },
1609
+ {
1610
+ "case_id": "NeurIPS/arXiv-2602.20517v1",
1611
+ "venue_id": "NeurIPS",
1612
+ "paper_id": "arXiv-2602.20517v1",
1613
+ "status": "generated",
1614
+ "generated_compile_success": true,
1615
+ "asset_path": "raw/NeurIPS/arXiv-2602.20517v1.tar.gz"
1616
+ }
1617
+ ]
1618
+ }
metadata/cases.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
metadata/perturbations.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
metadata/raw_assets.json ADDED
@@ -0,0 +1,1202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "case_id": "AAAI/arXiv-2305.09480v5",
4
+ "asset_path": "raw/AAAI/arXiv-2305.09480v5.tar.gz",
5
+ "asset_file_count": 40,
6
+ "asset_bytes": 17875375
7
+ },
8
+ {
9
+ "case_id": "AAAI/arXiv-2402.08198v1",
10
+ "asset_path": "raw/AAAI/arXiv-2402.08198v1.tar.gz",
11
+ "asset_file_count": 57,
12
+ "asset_bytes": 20426705
13
+ },
14
+ {
15
+ "case_id": "AAAI/arXiv-2403.09673v2",
16
+ "asset_path": "raw/AAAI/arXiv-2403.09673v2.tar.gz",
17
+ "asset_file_count": 48,
18
+ "asset_bytes": 27628440
19
+ },
20
+ {
21
+ "case_id": "AAAI/arXiv-2406.11280v2",
22
+ "asset_path": "raw/AAAI/arXiv-2406.11280v2.tar.gz",
23
+ "asset_file_count": 25,
24
+ "asset_bytes": 32872545
25
+ },
26
+ {
27
+ "case_id": "AAAI/arXiv-2406.16531v2",
28
+ "asset_path": "raw/AAAI/arXiv-2406.16531v2.tar.gz",
29
+ "asset_file_count": 21,
30
+ "asset_bytes": 39677774
31
+ },
32
+ {
33
+ "case_id": "AAAI/arXiv-2408.09469v4",
34
+ "asset_path": "raw/AAAI/arXiv-2408.09469v4.tar.gz",
35
+ "asset_file_count": 18,
36
+ "asset_bytes": 979774
37
+ },
38
+ {
39
+ "case_id": "AAAI/arXiv-2411.10351v4",
40
+ "asset_path": "raw/AAAI/arXiv-2411.10351v4.tar.gz",
41
+ "asset_file_count": 38,
42
+ "asset_bytes": 2008538
43
+ },
44
+ {
45
+ "case_id": "AAAI/arXiv-2412.13569v1",
46
+ "asset_path": "raw/AAAI/arXiv-2412.13569v1.tar.gz",
47
+ "asset_file_count": 16,
48
+ "asset_bytes": 16673685
49
+ },
50
+ {
51
+ "case_id": "AAAI/arXiv-2412.13656v2",
52
+ "asset_path": "raw/AAAI/arXiv-2412.13656v2.tar.gz",
53
+ "asset_file_count": 16,
54
+ "asset_bytes": 2548735
55
+ },
56
+ {
57
+ "case_id": "AAAI/arXiv-2412.15623v1",
58
+ "asset_path": "raw/AAAI/arXiv-2412.15623v1.tar.gz",
59
+ "asset_file_count": 19,
60
+ "asset_bytes": 1345417
61
+ },
62
+ {
63
+ "case_id": "AAAI/arXiv-2412.17432v1",
64
+ "asset_path": "raw/AAAI/arXiv-2412.17432v1.tar.gz",
65
+ "asset_file_count": 16,
66
+ "asset_bytes": 600427
67
+ },
68
+ {
69
+ "case_id": "AAAI/arXiv-2412.20170v1",
70
+ "asset_path": "raw/AAAI/arXiv-2412.20170v1.tar.gz",
71
+ "asset_file_count": 16,
72
+ "asset_bytes": 2874592
73
+ },
74
+ {
75
+ "case_id": "AAAI/arXiv-2501.00013v1",
76
+ "asset_path": "raw/AAAI/arXiv-2501.00013v1.tar.gz",
77
+ "asset_file_count": 56,
78
+ "asset_bytes": 28532711
79
+ },
80
+ {
81
+ "case_id": "AAAI/arXiv-2501.14356v1",
82
+ "asset_path": "raw/AAAI/arXiv-2501.14356v1.tar.gz",
83
+ "asset_file_count": 27,
84
+ "asset_bytes": 18315419
85
+ },
86
+ {
87
+ "case_id": "AAAI/arXiv-2503.01910v1",
88
+ "asset_path": "raw/AAAI/arXiv-2503.01910v1.tar.gz",
89
+ "asset_file_count": 49,
90
+ "asset_bytes": 25736121
91
+ },
92
+ {
93
+ "case_id": "AAAI/arXiv-2508.04531v1",
94
+ "asset_path": "raw/AAAI/arXiv-2508.04531v1.tar.gz",
95
+ "asset_file_count": 31,
96
+ "asset_bytes": 8004688
97
+ },
98
+ {
99
+ "case_id": "AAAI/arXiv-2511.10320v1",
100
+ "asset_path": "raw/AAAI/arXiv-2511.10320v1.tar.gz",
101
+ "asset_file_count": 20,
102
+ "asset_bytes": 8394574
103
+ },
104
+ {
105
+ "case_id": "AAAI/arXiv-2511.11817v2",
106
+ "asset_path": "raw/AAAI/arXiv-2511.11817v2.tar.gz",
107
+ "asset_file_count": 48,
108
+ "asset_bytes": 3031539
109
+ },
110
+ {
111
+ "case_id": "AAAI/arXiv-2512.18189v1",
112
+ "asset_path": "raw/AAAI/arXiv-2512.18189v1.tar.gz",
113
+ "asset_file_count": 16,
114
+ "asset_bytes": 9695309
115
+ },
116
+ {
117
+ "case_id": "AAAI/arXiv-2601.02401v1",
118
+ "asset_path": "raw/AAAI/arXiv-2601.02401v1.tar.gz",
119
+ "asset_file_count": 20,
120
+ "asset_bytes": 1209953
121
+ },
122
+ {
123
+ "case_id": "ACMmm/arXiv-2108.04063v4",
124
+ "asset_path": "raw/ACMmm/arXiv-2108.04063v4.tar.gz",
125
+ "asset_file_count": 28,
126
+ "asset_bytes": 5379739
127
+ },
128
+ {
129
+ "case_id": "ACMmm/arXiv-2308.08963v3",
130
+ "asset_path": "raw/ACMmm/arXiv-2308.08963v3.tar.gz",
131
+ "asset_file_count": 53,
132
+ "asset_bytes": 7509546
133
+ },
134
+ {
135
+ "case_id": "ACMmm/arXiv-2507.21529v1",
136
+ "asset_path": "raw/ACMmm/arXiv-2507.21529v1.tar.gz",
137
+ "asset_file_count": 15,
138
+ "asset_bytes": 11507292
139
+ },
140
+ {
141
+ "case_id": "ACMmm/arXiv-2508.01427v2",
142
+ "asset_path": "raw/ACMmm/arXiv-2508.01427v2.tar.gz",
143
+ "asset_file_count": 14,
144
+ "asset_bytes": 8422677
145
+ },
146
+ {
147
+ "case_id": "ACMmm/arXiv-2508.04197v1",
148
+ "asset_path": "raw/ACMmm/arXiv-2508.04197v1.tar.gz",
149
+ "asset_file_count": 14,
150
+ "asset_bytes": 4542291
151
+ },
152
+ {
153
+ "case_id": "ACMmm/arXiv-2508.04273v3",
154
+ "asset_path": "raw/ACMmm/arXiv-2508.04273v3.tar.gz",
155
+ "asset_file_count": 50,
156
+ "asset_bytes": 7860520
157
+ },
158
+ {
159
+ "case_id": "ACMmm/arXiv-2508.05658v2",
160
+ "asset_path": "raw/ACMmm/arXiv-2508.05658v2.tar.gz",
161
+ "asset_file_count": 18,
162
+ "asset_bytes": 5451684
163
+ },
164
+ {
165
+ "case_id": "ACMmm/arXiv-2508.07608v1",
166
+ "asset_path": "raw/ACMmm/arXiv-2508.07608v1.tar.gz",
167
+ "asset_file_count": 11,
168
+ "asset_bytes": 3778886
169
+ },
170
+ {
171
+ "case_id": "ACMmm/arXiv-2508.11058v1",
172
+ "asset_path": "raw/ACMmm/arXiv-2508.11058v1.tar.gz",
173
+ "asset_file_count": 19,
174
+ "asset_bytes": 1955925
175
+ },
176
+ {
177
+ "case_id": "ACMmm/arXiv-2508.13921v1",
178
+ "asset_path": "raw/ACMmm/arXiv-2508.13921v1.tar.gz",
179
+ "asset_file_count": 27,
180
+ "asset_bytes": 9011836
181
+ },
182
+ {
183
+ "case_id": "ACMmm/arXiv-2508.14058v1",
184
+ "asset_path": "raw/ACMmm/arXiv-2508.14058v1.tar.gz",
185
+ "asset_file_count": 15,
186
+ "asset_bytes": 4162011
187
+ },
188
+ {
189
+ "case_id": "ACMmm/arXiv-2508.14609v1",
190
+ "asset_path": "raw/ACMmm/arXiv-2508.14609v1.tar.gz",
191
+ "asset_file_count": 19,
192
+ "asset_bytes": 93117880
193
+ },
194
+ {
195
+ "case_id": "ACMmm/arXiv-2508.17439v2",
196
+ "asset_path": "raw/ACMmm/arXiv-2508.17439v2.tar.gz",
197
+ "asset_file_count": 28,
198
+ "asset_bytes": 1565150
199
+ },
200
+ {
201
+ "case_id": "ACMmm/arXiv-2508.18733v5",
202
+ "asset_path": "raw/ACMmm/arXiv-2508.18733v5.tar.gz",
203
+ "asset_file_count": 31,
204
+ "asset_bytes": 3617666
205
+ },
206
+ {
207
+ "case_id": "ACMmm/arXiv-2511.18751v3",
208
+ "asset_path": "raw/ACMmm/arXiv-2511.18751v3.tar.gz",
209
+ "asset_file_count": 19,
210
+ "asset_bytes": 1524846
211
+ },
212
+ {
213
+ "case_id": "ACMmm/arXiv-2512.02792v2",
214
+ "asset_path": "raw/ACMmm/arXiv-2512.02792v2.tar.gz",
215
+ "asset_file_count": 23,
216
+ "asset_bytes": 12681676
217
+ },
218
+ {
219
+ "case_id": "ACMmm/arXiv-2512.14225v1",
220
+ "asset_path": "raw/ACMmm/arXiv-2512.14225v1.tar.gz",
221
+ "asset_file_count": 42,
222
+ "asset_bytes": 10156390
223
+ },
224
+ {
225
+ "case_id": "ACMmm/arXiv-2601.02107v1",
226
+ "asset_path": "raw/ACMmm/arXiv-2601.02107v1.tar.gz",
227
+ "asset_file_count": 18,
228
+ "asset_bytes": 20271353
229
+ },
230
+ {
231
+ "case_id": "ACMmm/arXiv-2602.10546v1",
232
+ "asset_path": "raw/ACMmm/arXiv-2602.10546v1.tar.gz",
233
+ "asset_file_count": 14,
234
+ "asset_bytes": 7731398
235
+ },
236
+ {
237
+ "case_id": "ACMmm/arXiv-2602.24133v2",
238
+ "asset_path": "raw/ACMmm/arXiv-2602.24133v2.tar.gz",
239
+ "asset_file_count": 24,
240
+ "asset_bytes": 960291
241
+ },
242
+ {
243
+ "case_id": "CVPRICCV/arXiv-2206.00845v1",
244
+ "asset_path": "raw/CVPRICCV/arXiv-2206.00845v1.tar.gz",
245
+ "asset_file_count": 20,
246
+ "asset_bytes": 6017044
247
+ },
248
+ {
249
+ "case_id": "CVPRICCV/arXiv-2206.05099v1",
250
+ "asset_path": "raw/CVPRICCV/arXiv-2206.05099v1.tar.gz",
251
+ "asset_file_count": 23,
252
+ "asset_bytes": 13131535
253
+ },
254
+ {
255
+ "case_id": "CVPRICCV/arXiv-2206.12126v3",
256
+ "asset_path": "raw/CVPRICCV/arXiv-2206.12126v3.tar.gz",
257
+ "asset_file_count": 20,
258
+ "asset_bytes": 1332735
259
+ },
260
+ {
261
+ "case_id": "CVPRICCV/arXiv-2303.05725v4",
262
+ "asset_path": "raw/CVPRICCV/arXiv-2303.05725v4.tar.gz",
263
+ "asset_file_count": 13,
264
+ "asset_bytes": 1170485
265
+ },
266
+ {
267
+ "case_id": "CVPRICCV/arXiv-2310.16861v1",
268
+ "asset_path": "raw/CVPRICCV/arXiv-2310.16861v1.tar.gz",
269
+ "asset_file_count": 23,
270
+ "asset_bytes": 3946582
271
+ },
272
+ {
273
+ "case_id": "CVPRICCV/arXiv-2402.02045v1",
274
+ "asset_path": "raw/CVPRICCV/arXiv-2402.02045v1.tar.gz",
275
+ "asset_file_count": 35,
276
+ "asset_bytes": 5091456
277
+ },
278
+ {
279
+ "case_id": "CVPRICCV/arXiv-2411.00144v3",
280
+ "asset_path": "raw/CVPRICCV/arXiv-2411.00144v3.tar.gz",
281
+ "asset_file_count": 32,
282
+ "asset_bytes": 9802365
283
+ },
284
+ {
285
+ "case_id": "CVPRICCV/arXiv-2411.11916v1",
286
+ "asset_path": "raw/CVPRICCV/arXiv-2411.11916v1.tar.gz",
287
+ "asset_file_count": 66,
288
+ "asset_bytes": 38002805
289
+ },
290
+ {
291
+ "case_id": "CVPRICCV/arXiv-2411.15099v1",
292
+ "asset_path": "raw/CVPRICCV/arXiv-2411.15099v1.tar.gz",
293
+ "asset_file_count": 35,
294
+ "asset_bytes": 576037
295
+ },
296
+ {
297
+ "case_id": "CVPRICCV/arXiv-2503.05638v1",
298
+ "asset_path": "raw/CVPRICCV/arXiv-2503.05638v1.tar.gz",
299
+ "asset_file_count": 38,
300
+ "asset_bytes": 11635007
301
+ },
302
+ {
303
+ "case_id": "CVPRICCV/arXiv-2503.11849v3",
304
+ "asset_path": "raw/CVPRICCV/arXiv-2503.11849v3.tar.gz",
305
+ "asset_file_count": 76,
306
+ "asset_bytes": 18325663
307
+ },
308
+ {
309
+ "case_id": "CVPRICCV/arXiv-2503.21732v1",
310
+ "asset_path": "raw/CVPRICCV/arXiv-2503.21732v1.tar.gz",
311
+ "asset_file_count": 27,
312
+ "asset_bytes": 20940222
313
+ },
314
+ {
315
+ "case_id": "CVPRICCV/arXiv-2504.00999v1",
316
+ "asset_path": "raw/CVPRICCV/arXiv-2504.00999v1.tar.gz",
317
+ "asset_file_count": 36,
318
+ "asset_bytes": 15329827
319
+ },
320
+ {
321
+ "case_id": "CVPRICCV/arXiv-2504.14516v2",
322
+ "asset_path": "raw/CVPRICCV/arXiv-2504.14516v2.tar.gz",
323
+ "asset_file_count": 65,
324
+ "asset_bytes": 85535321
325
+ },
326
+ {
327
+ "case_id": "CVPRICCV/arXiv-2505.00702v1",
328
+ "asset_path": "raw/CVPRICCV/arXiv-2505.00702v1.tar.gz",
329
+ "asset_file_count": 64,
330
+ "asset_bytes": 36454464
331
+ },
332
+ {
333
+ "case_id": "CVPRICCV/arXiv-2506.23270v1",
334
+ "asset_path": "raw/CVPRICCV/arXiv-2506.23270v1.tar.gz",
335
+ "asset_file_count": 41,
336
+ "asset_bytes": 27012712
337
+ },
338
+ {
339
+ "case_id": "CVPRICCV/arXiv-2507.22627v2",
340
+ "asset_path": "raw/CVPRICCV/arXiv-2507.22627v2.tar.gz",
341
+ "asset_file_count": 27,
342
+ "asset_bytes": 13371260
343
+ },
344
+ {
345
+ "case_id": "CVPRICCV/arXiv-2508.03173v1",
346
+ "asset_path": "raw/CVPRICCV/arXiv-2508.03173v1.tar.gz",
347
+ "asset_file_count": 19,
348
+ "asset_bytes": 2743638
349
+ },
350
+ {
351
+ "case_id": "CVPRICCV/arXiv-2508.07647v1",
352
+ "asset_path": "raw/CVPRICCV/arXiv-2508.07647v1.tar.gz",
353
+ "asset_file_count": 32,
354
+ "asset_bytes": 58593724
355
+ },
356
+ {
357
+ "case_id": "CVPRICCV/arXiv-2508.07775v1",
358
+ "asset_path": "raw/CVPRICCV/arXiv-2508.07775v1.tar.gz",
359
+ "asset_file_count": 32,
360
+ "asset_bytes": 7272016
361
+ },
362
+ {
363
+ "case_id": "ECCV/arXiv-2311.14109v2",
364
+ "asset_path": "raw/ECCV/arXiv-2311.14109v2.tar.gz",
365
+ "asset_file_count": 20,
366
+ "asset_bytes": 1160356
367
+ },
368
+ {
369
+ "case_id": "ECCV/arXiv-2312.07530v3",
370
+ "asset_path": "raw/ECCV/arXiv-2312.07530v3.tar.gz",
371
+ "asset_file_count": 36,
372
+ "asset_bytes": 7759980
373
+ },
374
+ {
375
+ "case_id": "ECCV/arXiv-2403.09394v1",
376
+ "asset_path": "raw/ECCV/arXiv-2403.09394v1.tar.gz",
377
+ "asset_file_count": 26,
378
+ "asset_bytes": 4349145
379
+ },
380
+ {
381
+ "case_id": "ECCV/arXiv-2403.11021v3",
382
+ "asset_path": "raw/ECCV/arXiv-2403.11021v3.tar.gz",
383
+ "asset_file_count": 30,
384
+ "asset_bytes": 16040078
385
+ },
386
+ {
387
+ "case_id": "ECCV/arXiv-2404.00636v4",
388
+ "asset_path": "raw/ECCV/arXiv-2404.00636v4.tar.gz",
389
+ "asset_file_count": 39,
390
+ "asset_bytes": 6624895
391
+ },
392
+ {
393
+ "case_id": "ECCV/arXiv-2404.03590v1",
394
+ "asset_path": "raw/ECCV/arXiv-2404.03590v1.tar.gz",
395
+ "asset_file_count": 44,
396
+ "asset_bytes": 7699919
397
+ },
398
+ {
399
+ "case_id": "ECCV/arXiv-2404.07204v1",
400
+ "asset_path": "raw/ECCV/arXiv-2404.07204v1.tar.gz",
401
+ "asset_file_count": 18,
402
+ "asset_bytes": 15513207
403
+ },
404
+ {
405
+ "case_id": "ECCV/arXiv-2404.12139v1",
406
+ "asset_path": "raw/ECCV/arXiv-2404.12139v1.tar.gz",
407
+ "asset_file_count": 32,
408
+ "asset_bytes": 11306032
409
+ },
410
+ {
411
+ "case_id": "ECCV/arXiv-2407.02159v2",
412
+ "asset_path": "raw/ECCV/arXiv-2407.02159v2.tar.gz",
413
+ "asset_file_count": 29,
414
+ "asset_bytes": 3747598
415
+ },
416
+ {
417
+ "case_id": "ECCV/arXiv-2407.05878v1",
418
+ "asset_path": "raw/ECCV/arXiv-2407.05878v1.tar.gz",
419
+ "asset_file_count": 236,
420
+ "asset_bytes": 8436707
421
+ },
422
+ {
423
+ "case_id": "ECCV/arXiv-2407.06190v2",
424
+ "asset_path": "raw/ECCV/arXiv-2407.06190v2.tar.gz",
425
+ "asset_file_count": 95,
426
+ "asset_bytes": 13928753
427
+ },
428
+ {
429
+ "case_id": "ECCV/arXiv-2407.07171v3",
430
+ "asset_path": "raw/ECCV/arXiv-2407.07171v3.tar.gz",
431
+ "asset_file_count": 137,
432
+ "asset_bytes": 42709128
433
+ },
434
+ {
435
+ "case_id": "ECCV/arXiv-2407.07554v1",
436
+ "asset_path": "raw/ECCV/arXiv-2407.07554v1.tar.gz",
437
+ "asset_file_count": 38,
438
+ "asset_bytes": 7280615
439
+ },
440
+ {
441
+ "case_id": "ECCV/arXiv-2407.12727v1",
442
+ "asset_path": "raw/ECCV/arXiv-2407.12727v1.tar.gz",
443
+ "asset_file_count": 38,
444
+ "asset_bytes": 2807548
445
+ },
446
+ {
447
+ "case_id": "ECCV/arXiv-2407.18658v1",
448
+ "asset_path": "raw/ECCV/arXiv-2407.18658v1.tar.gz",
449
+ "asset_file_count": 74,
450
+ "asset_bytes": 6085097
451
+ },
452
+ {
453
+ "case_id": "ECCV/arXiv-2407.20708v4",
454
+ "asset_path": "raw/ECCV/arXiv-2407.20708v4.tar.gz",
455
+ "asset_file_count": 21,
456
+ "asset_bytes": 2940540
457
+ },
458
+ {
459
+ "case_id": "ECCV/arXiv-2408.06110v1",
460
+ "asset_path": "raw/ECCV/arXiv-2408.06110v1.tar.gz",
461
+ "asset_file_count": 19,
462
+ "asset_bytes": 4290110
463
+ },
464
+ {
465
+ "case_id": "ECCV/arXiv-2408.13890v1",
466
+ "asset_path": "raw/ECCV/arXiv-2408.13890v1.tar.gz",
467
+ "asset_file_count": 38,
468
+ "asset_bytes": 4598093
469
+ },
470
+ {
471
+ "case_id": "ECCV/arXiv-2409.14538v1",
472
+ "asset_path": "raw/ECCV/arXiv-2409.14538v1.tar.gz",
473
+ "asset_file_count": 31,
474
+ "asset_bytes": 2267721
475
+ },
476
+ {
477
+ "case_id": "ECCV/arXiv-2409.15875v1",
478
+ "asset_path": "raw/ECCV/arXiv-2409.15875v1.tar.gz",
479
+ "asset_file_count": 16,
480
+ "asset_bytes": 4801209
481
+ },
482
+ {
483
+ "case_id": "ICLR/arXiv-2209.12643v4",
484
+ "asset_path": "raw/ICLR/arXiv-2209.12643v4.tar.gz",
485
+ "asset_file_count": 17,
486
+ "asset_bytes": 1871766
487
+ },
488
+ {
489
+ "case_id": "ICLR/arXiv-2211.03295v4",
490
+ "asset_path": "raw/ICLR/arXiv-2211.03295v4.tar.gz",
491
+ "asset_file_count": 59,
492
+ "asset_bytes": 13047971
493
+ },
494
+ {
495
+ "case_id": "ICLR/arXiv-2301.10774v3",
496
+ "asset_path": "raw/ICLR/arXiv-2301.10774v3.tar.gz",
497
+ "asset_file_count": 39,
498
+ "asset_bytes": 8325628
499
+ },
500
+ {
501
+ "case_id": "ICLR/arXiv-2305.15151v4",
502
+ "asset_path": "raw/ICLR/arXiv-2305.15151v4.tar.gz",
503
+ "asset_file_count": 30,
504
+ "asset_bytes": 4097706
505
+ },
506
+ {
507
+ "case_id": "ICLR/arXiv-2310.03013v2",
508
+ "asset_path": "raw/ICLR/arXiv-2310.03013v2.tar.gz",
509
+ "asset_file_count": 62,
510
+ "asset_bytes": 1937657
511
+ },
512
+ {
513
+ "case_id": "ICLR/arXiv-2403.01400v1",
514
+ "asset_path": "raw/ICLR/arXiv-2403.01400v1.tar.gz",
515
+ "asset_file_count": 47,
516
+ "asset_bytes": 1796997
517
+ },
518
+ {
519
+ "case_id": "ICLR/arXiv-2406.10840v3",
520
+ "asset_path": "raw/ICLR/arXiv-2406.10840v3.tar.gz",
521
+ "asset_file_count": 105,
522
+ "asset_bytes": 6420113
523
+ },
524
+ {
525
+ "case_id": "ICLR/arXiv-2411.01856v1",
526
+ "asset_path": "raw/ICLR/arXiv-2411.01856v1.tar.gz",
527
+ "asset_file_count": 31,
528
+ "asset_bytes": 3860652
529
+ },
530
+ {
531
+ "case_id": "ICLR/arXiv-2502.00639v3",
532
+ "asset_path": "raw/ICLR/arXiv-2502.00639v3.tar.gz",
533
+ "asset_file_count": 25,
534
+ "asset_bytes": 16237349
535
+ },
536
+ {
537
+ "case_id": "ICLR/arXiv-2503.01448v3",
538
+ "asset_path": "raw/ICLR/arXiv-2503.01448v3.tar.gz",
539
+ "asset_file_count": 32,
540
+ "asset_bytes": 35149387
541
+ },
542
+ {
543
+ "case_id": "ICLR/arXiv-2505.21936v5",
544
+ "asset_path": "raw/ICLR/arXiv-2505.21936v5.tar.gz",
545
+ "asset_file_count": 38,
546
+ "asset_bytes": 3814881
547
+ },
548
+ {
549
+ "case_id": "ICLR/arXiv-2506.04405v2",
550
+ "asset_path": "raw/ICLR/arXiv-2506.04405v2.tar.gz",
551
+ "asset_file_count": 84,
552
+ "asset_bytes": 3627887
553
+ },
554
+ {
555
+ "case_id": "ICLR/arXiv-2509.11950v2",
556
+ "asset_path": "raw/ICLR/arXiv-2509.11950v2.tar.gz",
557
+ "asset_file_count": 25,
558
+ "asset_bytes": 3413702
559
+ },
560
+ {
561
+ "case_id": "ICLR/arXiv-2510.20413v1",
562
+ "asset_path": "raw/ICLR/arXiv-2510.20413v1.tar.gz",
563
+ "asset_file_count": 20,
564
+ "asset_bytes": 2048451
565
+ },
566
+ {
567
+ "case_id": "ICLR/arXiv-2511.05541v2",
568
+ "asset_path": "raw/ICLR/arXiv-2511.05541v2.tar.gz",
569
+ "asset_file_count": 46,
570
+ "asset_bytes": 58238719
571
+ },
572
+ {
573
+ "case_id": "ICLR/arXiv-2601.00126v2",
574
+ "asset_path": "raw/ICLR/arXiv-2601.00126v2.tar.gz",
575
+ "asset_file_count": 56,
576
+ "asset_bytes": 34093228
577
+ },
578
+ {
579
+ "case_id": "ICLR/arXiv-2602.21550v2",
580
+ "asset_path": "raw/ICLR/arXiv-2602.21550v2.tar.gz",
581
+ "asset_file_count": 33,
582
+ "asset_bytes": 1451264
583
+ },
584
+ {
585
+ "case_id": "ICLR/arXiv-2602.22538v1",
586
+ "asset_path": "raw/ICLR/arXiv-2602.22538v1.tar.gz",
587
+ "asset_file_count": 67,
588
+ "asset_bytes": 5146136
589
+ },
590
+ {
591
+ "case_id": "ICLR/arXiv-2603.02556v1",
592
+ "asset_path": "raw/ICLR/arXiv-2603.02556v1.tar.gz",
593
+ "asset_file_count": 24,
594
+ "asset_bytes": 8930735
595
+ },
596
+ {
597
+ "case_id": "ICLR/arXiv-2603.13434v1",
598
+ "asset_path": "raw/ICLR/arXiv-2603.13434v1.tar.gz",
599
+ "asset_file_count": 35,
600
+ "asset_bytes": 905964
601
+ },
602
+ {
603
+ "case_id": "ICML/arXiv-2212.14041v5",
604
+ "asset_path": "raw/ICML/arXiv-2212.14041v5.tar.gz",
605
+ "asset_file_count": 51,
606
+ "asset_bytes": 21961186
607
+ },
608
+ {
609
+ "case_id": "ICML/arXiv-2402.02464v3",
610
+ "asset_path": "raw/ICML/arXiv-2402.02464v3.tar.gz",
611
+ "asset_file_count": 150,
612
+ "asset_bytes": 38262094
613
+ },
614
+ {
615
+ "case_id": "ICML/arXiv-2402.11459v2",
616
+ "asset_path": "raw/ICML/arXiv-2402.11459v2.tar.gz",
617
+ "asset_file_count": 26,
618
+ "asset_bytes": 8603174
619
+ },
620
+ {
621
+ "case_id": "ICML/arXiv-2405.10812v2",
622
+ "asset_path": "raw/ICML/arXiv-2405.10812v2.tar.gz",
623
+ "asset_file_count": 34,
624
+ "asset_bytes": 1381266
625
+ },
626
+ {
627
+ "case_id": "ICML/arXiv-2405.15991v3",
628
+ "asset_path": "raw/ICML/arXiv-2405.15991v3.tar.gz",
629
+ "asset_file_count": 56,
630
+ "asset_bytes": 7800062
631
+ },
632
+ {
633
+ "case_id": "ICML/arXiv-2501.18756v2",
634
+ "asset_path": "raw/ICML/arXiv-2501.18756v2.tar.gz",
635
+ "asset_file_count": 20,
636
+ "asset_bytes": 2145820
637
+ },
638
+ {
639
+ "case_id": "ICML/arXiv-2502.00816v3",
640
+ "asset_path": "raw/ICML/arXiv-2502.00816v3.tar.gz",
641
+ "asset_file_count": 62,
642
+ "asset_bytes": 25699376
643
+ },
644
+ {
645
+ "case_id": "ICML/arXiv-2502.01235v3",
646
+ "asset_path": "raw/ICML/arXiv-2502.01235v3.tar.gz",
647
+ "asset_file_count": 41,
648
+ "asset_bytes": 880667
649
+ },
650
+ {
651
+ "case_id": "ICML/arXiv-2502.02384v2",
652
+ "asset_path": "raw/ICML/arXiv-2502.02384v2.tar.gz",
653
+ "asset_file_count": 27,
654
+ "asset_bytes": 2065969
655
+ },
656
+ {
657
+ "case_id": "ICML/arXiv-2502.02492v2",
658
+ "asset_path": "raw/ICML/arXiv-2502.02492v2.tar.gz",
659
+ "asset_file_count": 56,
660
+ "asset_bytes": 47306604
661
+ },
662
+ {
663
+ "case_id": "ICML/arXiv-2502.04320v2",
664
+ "asset_path": "raw/ICML/arXiv-2502.04320v2.tar.gz",
665
+ "asset_file_count": 29,
666
+ "asset_bytes": 20703524
667
+ },
668
+ {
669
+ "case_id": "ICML/arXiv-2502.05173v3",
670
+ "asset_path": "raw/ICML/arXiv-2502.05173v3.tar.gz",
671
+ "asset_file_count": 105,
672
+ "asset_bytes": 29234784
673
+ },
674
+ {
675
+ "case_id": "ICML/arXiv-2502.05352v1",
676
+ "asset_path": "raw/ICML/arXiv-2502.05352v1.tar.gz",
677
+ "asset_file_count": 98,
678
+ "asset_bytes": 21749454
679
+ },
680
+ {
681
+ "case_id": "ICML/arXiv-2502.06768v3",
682
+ "asset_path": "raw/ICML/arXiv-2502.06768v3.tar.gz",
683
+ "asset_file_count": 16,
684
+ "asset_bytes": 1884453
685
+ },
686
+ {
687
+ "case_id": "ICML/arXiv-2502.09560v3",
688
+ "asset_path": "raw/ICML/arXiv-2502.09560v3.tar.gz",
689
+ "asset_file_count": 51,
690
+ "asset_bytes": 10007324
691
+ },
692
+ {
693
+ "case_id": "ICML/arXiv-2502.15988v3",
694
+ "asset_path": "raw/ICML/arXiv-2502.15988v3.tar.gz",
695
+ "asset_file_count": 51,
696
+ "asset_bytes": 1862622
697
+ },
698
+ {
699
+ "case_id": "ICML/arXiv-2502.17543v4",
700
+ "asset_path": "raw/ICML/arXiv-2502.17543v4.tar.gz",
701
+ "asset_file_count": 46,
702
+ "asset_bytes": 2038297
703
+ },
704
+ {
705
+ "case_id": "ICML/arXiv-2503.01222v2",
706
+ "asset_path": "raw/ICML/arXiv-2503.01222v2.tar.gz",
707
+ "asset_file_count": 31,
708
+ "asset_bytes": 10485977
709
+ },
710
+ {
711
+ "case_id": "ICML/arXiv-2505.18963v1",
712
+ "asset_path": "raw/ICML/arXiv-2505.18963v1.tar.gz",
713
+ "asset_file_count": 60,
714
+ "asset_bytes": 15285808
715
+ },
716
+ {
717
+ "case_id": "ICML/arXiv-2505.20465v1",
718
+ "asset_path": "raw/ICML/arXiv-2505.20465v1.tar.gz",
719
+ "asset_file_count": 14,
720
+ "asset_bytes": 787002
721
+ },
722
+ {
723
+ "case_id": "IEEE/arXiv-2105.07342v4",
724
+ "asset_path": "raw/IEEE/arXiv-2105.07342v4.tar.gz",
725
+ "asset_file_count": 48,
726
+ "asset_bytes": 3673900
727
+ },
728
+ {
729
+ "case_id": "IEEE/arXiv-2209.02646v10",
730
+ "asset_path": "raw/IEEE/arXiv-2209.02646v10.tar.gz",
731
+ "asset_file_count": 26,
732
+ "asset_bytes": 7113543
733
+ },
734
+ {
735
+ "case_id": "IEEE/arXiv-2310.05829v2",
736
+ "asset_path": "raw/IEEE/arXiv-2310.05829v2.tar.gz",
737
+ "asset_file_count": 86,
738
+ "asset_bytes": 8463634
739
+ },
740
+ {
741
+ "case_id": "IEEE/arXiv-2404.01975v1",
742
+ "asset_path": "raw/IEEE/arXiv-2404.01975v1.tar.gz",
743
+ "asset_file_count": 15,
744
+ "asset_bytes": 2770044
745
+ },
746
+ {
747
+ "case_id": "IEEE/arXiv-2404.19141v1",
748
+ "asset_path": "raw/IEEE/arXiv-2404.19141v1.tar.gz",
749
+ "asset_file_count": 49,
750
+ "asset_bytes": 12552658
751
+ },
752
+ {
753
+ "case_id": "IEEE/arXiv-2406.13200v2",
754
+ "asset_path": "raw/IEEE/arXiv-2406.13200v2.tar.gz",
755
+ "asset_file_count": 33,
756
+ "asset_bytes": 1735059
757
+ },
758
+ {
759
+ "case_id": "IEEE/arXiv-2501.06786v1",
760
+ "asset_path": "raw/IEEE/arXiv-2501.06786v1.tar.gz",
761
+ "asset_file_count": 13,
762
+ "asset_bytes": 457004
763
+ },
764
+ {
765
+ "case_id": "IEEE/arXiv-2501.08900v1",
766
+ "asset_path": "raw/IEEE/arXiv-2501.08900v1.tar.gz",
767
+ "asset_file_count": 28,
768
+ "asset_bytes": 15358616
769
+ },
770
+ {
771
+ "case_id": "IEEE/arXiv-2501.15147v2",
772
+ "asset_path": "raw/IEEE/arXiv-2501.15147v2.tar.gz",
773
+ "asset_file_count": 56,
774
+ "asset_bytes": 36385615
775
+ },
776
+ {
777
+ "case_id": "IEEE/arXiv-2502.05964v1",
778
+ "asset_path": "raw/IEEE/arXiv-2502.05964v1.tar.gz",
779
+ "asset_file_count": 30,
780
+ "asset_bytes": 2019670
781
+ },
782
+ {
783
+ "case_id": "IEEE/arXiv-2502.06490v4",
784
+ "asset_path": "raw/IEEE/arXiv-2502.06490v4.tar.gz",
785
+ "asset_file_count": 25,
786
+ "asset_bytes": 807495
787
+ },
788
+ {
789
+ "case_id": "IEEE/arXiv-2506.13328v1",
790
+ "asset_path": "raw/IEEE/arXiv-2506.13328v1.tar.gz",
791
+ "asset_file_count": 25,
792
+ "asset_bytes": 1349331
793
+ },
794
+ {
795
+ "case_id": "IEEE/arXiv-2509.12076v1",
796
+ "asset_path": "raw/IEEE/arXiv-2509.12076v1.tar.gz",
797
+ "asset_file_count": 23,
798
+ "asset_bytes": 2878655
799
+ },
800
+ {
801
+ "case_id": "IEEE/arXiv-2601.22179v1",
802
+ "asset_path": "raw/IEEE/arXiv-2601.22179v1.tar.gz",
803
+ "asset_file_count": 16,
804
+ "asset_bytes": 1556231
805
+ },
806
+ {
807
+ "case_id": "IEEE/arXiv-2602.17354v1",
808
+ "asset_path": "raw/IEEE/arXiv-2602.17354v1.tar.gz",
809
+ "asset_file_count": 50,
810
+ "asset_bytes": 4313660
811
+ },
812
+ {
813
+ "case_id": "IEEE/arXiv-2602.18043v1",
814
+ "asset_path": "raw/IEEE/arXiv-2602.18043v1.tar.gz",
815
+ "asset_file_count": 25,
816
+ "asset_bytes": 5146966
817
+ },
818
+ {
819
+ "case_id": "IEEE/arXiv-2603.00870v1",
820
+ "asset_path": "raw/IEEE/arXiv-2603.00870v1.tar.gz",
821
+ "asset_file_count": 18,
822
+ "asset_bytes": 54687242
823
+ },
824
+ {
825
+ "case_id": "IEEE/arXiv-2603.01535v2",
826
+ "asset_path": "raw/IEEE/arXiv-2603.01535v2.tar.gz",
827
+ "asset_file_count": 37,
828
+ "asset_bytes": 22556366
829
+ },
830
+ {
831
+ "case_id": "IEEE/arXiv-2603.16569v1",
832
+ "asset_path": "raw/IEEE/arXiv-2603.16569v1.tar.gz",
833
+ "asset_file_count": 125,
834
+ "asset_bytes": 998065
835
+ },
836
+ {
837
+ "case_id": "IEEE/arXiv-2604.01617v1",
838
+ "asset_path": "raw/IEEE/arXiv-2604.01617v1.tar.gz",
839
+ "asset_file_count": 23,
840
+ "asset_bytes": 5965600
841
+ },
842
+ {
843
+ "case_id": "IJCAI/arXiv-2308.10648v1",
844
+ "asset_path": "raw/IJCAI/arXiv-2308.10648v1.tar.gz",
845
+ "asset_file_count": 15,
846
+ "asset_bytes": 6277824
847
+ },
848
+ {
849
+ "case_id": "IJCAI/arXiv-2310.12086v3",
850
+ "asset_path": "raw/IJCAI/arXiv-2310.12086v3.tar.gz",
851
+ "asset_file_count": 37,
852
+ "asset_bytes": 6536095
853
+ },
854
+ {
855
+ "case_id": "IJCAI/arXiv-2401.01085v2",
856
+ "asset_path": "raw/IJCAI/arXiv-2401.01085v2.tar.gz",
857
+ "asset_file_count": 99,
858
+ "asset_bytes": 2224653
859
+ },
860
+ {
861
+ "case_id": "IJCAI/arXiv-2401.02414v1",
862
+ "asset_path": "raw/IJCAI/arXiv-2401.02414v1.tar.gz",
863
+ "asset_file_count": 31,
864
+ "asset_bytes": 7010252
865
+ },
866
+ {
867
+ "case_id": "IJCAI/arXiv-2401.16459v1",
868
+ "asset_path": "raw/IJCAI/arXiv-2401.16459v1.tar.gz",
869
+ "asset_file_count": 59,
870
+ "asset_bytes": 23942885
871
+ },
872
+ {
873
+ "case_id": "IJCAI/arXiv-2404.10933v1",
874
+ "asset_path": "raw/IJCAI/arXiv-2404.10933v1.tar.gz",
875
+ "asset_file_count": 31,
876
+ "asset_bytes": 1026676
877
+ },
878
+ {
879
+ "case_id": "IJCAI/arXiv-2404.10976v3",
880
+ "asset_path": "raw/IJCAI/arXiv-2404.10976v3.tar.gz",
881
+ "asset_file_count": 15,
882
+ "asset_bytes": 510874
883
+ },
884
+ {
885
+ "case_id": "IJCAI/arXiv-2404.13645v1",
886
+ "asset_path": "raw/IJCAI/arXiv-2404.13645v1.tar.gz",
887
+ "asset_file_count": 43,
888
+ "asset_bytes": 21420892
889
+ },
890
+ {
891
+ "case_id": "IJCAI/arXiv-2404.14827v1",
892
+ "asset_path": "raw/IJCAI/arXiv-2404.14827v1.tar.gz",
893
+ "asset_file_count": 10,
894
+ "asset_bytes": 483567
895
+ },
896
+ {
897
+ "case_id": "IJCAI/arXiv-2404.15700v2",
898
+ "asset_path": "raw/IJCAI/arXiv-2404.15700v2.tar.gz",
899
+ "asset_file_count": 286,
900
+ "asset_bytes": 4459631
901
+ },
902
+ {
903
+ "case_id": "IJCAI/arXiv-2404.17807v1",
904
+ "asset_path": "raw/IJCAI/arXiv-2404.17807v1.tar.gz",
905
+ "asset_file_count": 13,
906
+ "asset_bytes": 1553178
907
+ },
908
+ {
909
+ "case_id": "IJCAI/arXiv-2404.19518v1",
910
+ "asset_path": "raw/IJCAI/arXiv-2404.19518v1.tar.gz",
911
+ "asset_file_count": 13,
912
+ "asset_bytes": 1707909
913
+ },
914
+ {
915
+ "case_id": "IJCAI/arXiv-2405.02832v1",
916
+ "asset_path": "raw/IJCAI/arXiv-2405.02832v1.tar.gz",
917
+ "asset_file_count": 15,
918
+ "asset_bytes": 975040
919
+ },
920
+ {
921
+ "case_id": "IJCAI/arXiv-2405.03301v1",
922
+ "asset_path": "raw/IJCAI/arXiv-2405.03301v1.tar.gz",
923
+ "asset_file_count": 12,
924
+ "asset_bytes": 5791607
925
+ },
926
+ {
927
+ "case_id": "IJCAI/arXiv-2405.03501v1",
928
+ "asset_path": "raw/IJCAI/arXiv-2405.03501v1.tar.gz",
929
+ "asset_file_count": 25,
930
+ "asset_bytes": 5731620
931
+ },
932
+ {
933
+ "case_id": "IJCAI/arXiv-2405.12262v1",
934
+ "asset_path": "raw/IJCAI/arXiv-2405.12262v1.tar.gz",
935
+ "asset_file_count": 14,
936
+ "asset_bytes": 772258
937
+ },
938
+ {
939
+ "case_id": "IJCAI/arXiv-2407.17073v1",
940
+ "asset_path": "raw/IJCAI/arXiv-2407.17073v1.tar.gz",
941
+ "asset_file_count": 25,
942
+ "asset_bytes": 3545467
943
+ },
944
+ {
945
+ "case_id": "IJCAI/arXiv-2408.02207v1",
946
+ "asset_path": "raw/IJCAI/arXiv-2408.02207v1.tar.gz",
947
+ "asset_file_count": 21,
948
+ "asset_bytes": 5400985
949
+ },
950
+ {
951
+ "case_id": "IJCAI/arXiv-2508.01237v1",
952
+ "asset_path": "raw/IJCAI/arXiv-2508.01237v1.tar.gz",
953
+ "asset_file_count": 16,
954
+ "asset_bytes": 4118054
955
+ },
956
+ {
957
+ "case_id": "IJCAI/arXiv-2509.11782v1",
958
+ "asset_path": "raw/IJCAI/arXiv-2509.11782v1.tar.gz",
959
+ "asset_file_count": 13,
960
+ "asset_bytes": 252523
961
+ },
962
+ {
963
+ "case_id": "IJCV/arXiv-2312.06660v3",
964
+ "asset_path": "raw/IJCV/arXiv-2312.06660v3.tar.gz",
965
+ "asset_file_count": 16,
966
+ "asset_bytes": 26643313
967
+ },
968
+ {
969
+ "case_id": "IJCV/arXiv-2401.01445v1",
970
+ "asset_path": "raw/IJCV/arXiv-2401.01445v1.tar.gz",
971
+ "asset_file_count": 32,
972
+ "asset_bytes": 19674773
973
+ },
974
+ {
975
+ "case_id": "IJCV/arXiv-2407.03240v1",
976
+ "asset_path": "raw/IJCV/arXiv-2407.03240v1.tar.gz",
977
+ "asset_file_count": 26,
978
+ "asset_bytes": 63888520
979
+ },
980
+ {
981
+ "case_id": "IJCV/arXiv-2407.09191v1",
982
+ "asset_path": "raw/IJCV/arXiv-2407.09191v1.tar.gz",
983
+ "asset_file_count": 36,
984
+ "asset_bytes": 6174995
985
+ },
986
+ {
987
+ "case_id": "IJCV/arXiv-2409.17453v1",
988
+ "asset_path": "raw/IJCV/arXiv-2409.17453v1.tar.gz",
989
+ "asset_file_count": 34,
990
+ "asset_bytes": 57734211
991
+ },
992
+ {
993
+ "case_id": "IJCV/arXiv-2410.08824v1",
994
+ "asset_path": "raw/IJCV/arXiv-2410.08824v1.tar.gz",
995
+ "asset_file_count": 36,
996
+ "asset_bytes": 18516413
997
+ },
998
+ {
999
+ "case_id": "IJCV/arXiv-2410.08895v1",
1000
+ "asset_path": "raw/IJCV/arXiv-2410.08895v1.tar.gz",
1001
+ "asset_file_count": 51,
1002
+ "asset_bytes": 65396792
1003
+ },
1004
+ {
1005
+ "case_id": "IJCV/arXiv-2411.13145v1",
1006
+ "asset_path": "raw/IJCV/arXiv-2411.13145v1.tar.gz",
1007
+ "asset_file_count": 26,
1008
+ "asset_bytes": 14564374
1009
+ },
1010
+ {
1011
+ "case_id": "IJCV/arXiv-2411.17040v2",
1012
+ "asset_path": "raw/IJCV/arXiv-2411.17040v2.tar.gz",
1013
+ "asset_file_count": 19,
1014
+ "asset_bytes": 969484
1015
+ },
1016
+ {
1017
+ "case_id": "IJCV/arXiv-2412.00542v1",
1018
+ "asset_path": "raw/IJCV/arXiv-2412.00542v1.tar.gz",
1019
+ "asset_file_count": 23,
1020
+ "asset_bytes": 4070477
1021
+ },
1022
+ {
1023
+ "case_id": "IJCV/arXiv-2412.01240v3",
1024
+ "asset_path": "raw/IJCV/arXiv-2412.01240v3.tar.gz",
1025
+ "asset_file_count": 49,
1026
+ "asset_bytes": 11936820
1027
+ },
1028
+ {
1029
+ "case_id": "IJCV/arXiv-2412.08973v4",
1030
+ "asset_path": "raw/IJCV/arXiv-2412.08973v4.tar.gz",
1031
+ "asset_file_count": 21,
1032
+ "asset_bytes": 4903207
1033
+ },
1034
+ {
1035
+ "case_id": "IJCV/arXiv-2502.17053v3",
1036
+ "asset_path": "raw/IJCV/arXiv-2502.17053v3.tar.gz",
1037
+ "asset_file_count": 33,
1038
+ "asset_bytes": 47270244
1039
+ },
1040
+ {
1041
+ "case_id": "IJCV/arXiv-2505.16976v1",
1042
+ "asset_path": "raw/IJCV/arXiv-2505.16976v1.tar.gz",
1043
+ "asset_file_count": 20,
1044
+ "asset_bytes": 43679957
1045
+ },
1046
+ {
1047
+ "case_id": "IJCV/arXiv-2506.09954v1",
1048
+ "asset_path": "raw/IJCV/arXiv-2506.09954v1.tar.gz",
1049
+ "asset_file_count": 16,
1050
+ "asset_bytes": 845945
1051
+ },
1052
+ {
1053
+ "case_id": "IJCV/arXiv-2506.20342v1",
1054
+ "asset_path": "raw/IJCV/arXiv-2506.20342v1.tar.gz",
1055
+ "asset_file_count": 37,
1056
+ "asset_bytes": 2785914
1057
+ },
1058
+ {
1059
+ "case_id": "IJCV/arXiv-2511.11009v1",
1060
+ "asset_path": "raw/IJCV/arXiv-2511.11009v1.tar.gz",
1061
+ "asset_file_count": 20,
1062
+ "asset_bytes": 14244098
1063
+ },
1064
+ {
1065
+ "case_id": "IJCV/arXiv-2511.14279v1",
1066
+ "asset_path": "raw/IJCV/arXiv-2511.14279v1.tar.gz",
1067
+ "asset_file_count": 59,
1068
+ "asset_bytes": 37190617
1069
+ },
1070
+ {
1071
+ "case_id": "IJCV/arXiv-2602.20627v1",
1072
+ "asset_path": "raw/IJCV/arXiv-2602.20627v1.tar.gz",
1073
+ "asset_file_count": 45,
1074
+ "asset_bytes": 46959684
1075
+ },
1076
+ {
1077
+ "case_id": "IJCV/arXiv-2603.00853v1",
1078
+ "asset_path": "raw/IJCV/arXiv-2603.00853v1.tar.gz",
1079
+ "asset_file_count": 26,
1080
+ "asset_bytes": 61377103
1081
+ },
1082
+ {
1083
+ "case_id": "NeurIPS/arXiv-2203.10761v3",
1084
+ "asset_path": "raw/NeurIPS/arXiv-2203.10761v3.tar.gz",
1085
+ "asset_file_count": 54,
1086
+ "asset_bytes": 11801207
1087
+ },
1088
+ {
1089
+ "case_id": "NeurIPS/arXiv-2306.11249v2",
1090
+ "asset_path": "raw/NeurIPS/arXiv-2306.11249v2.tar.gz",
1091
+ "asset_file_count": 24,
1092
+ "asset_bytes": 22548990
1093
+ },
1094
+ {
1095
+ "case_id": "NeurIPS/arXiv-2405.18968v1",
1096
+ "asset_path": "raw/NeurIPS/arXiv-2405.18968v1.tar.gz",
1097
+ "asset_file_count": 26,
1098
+ "asset_bytes": 18119128
1099
+ },
1100
+ {
1101
+ "case_id": "NeurIPS/arXiv-2502.09992v3",
1102
+ "asset_path": "raw/NeurIPS/arXiv-2502.09992v3.tar.gz",
1103
+ "asset_file_count": 29,
1104
+ "asset_bytes": 1892671
1105
+ },
1106
+ {
1107
+ "case_id": "NeurIPS/arXiv-2503.23793v2",
1108
+ "asset_path": "raw/NeurIPS/arXiv-2503.23793v2.tar.gz",
1109
+ "asset_file_count": 14,
1110
+ "asset_bytes": 7056961
1111
+ },
1112
+ {
1113
+ "case_id": "NeurIPS/arXiv-2505.13447v1",
1114
+ "asset_path": "raw/NeurIPS/arXiv-2505.13447v1.tar.gz",
1115
+ "asset_file_count": 60,
1116
+ "asset_bytes": 5724753
1117
+ },
1118
+ {
1119
+ "case_id": "NeurIPS/arXiv-2505.15201v4",
1120
+ "asset_path": "raw/NeurIPS/arXiv-2505.15201v4.tar.gz",
1121
+ "asset_file_count": 43,
1122
+ "asset_bytes": 1309092
1123
+ },
1124
+ {
1125
+ "case_id": "NeurIPS/arXiv-2505.15277v2",
1126
+ "asset_path": "raw/NeurIPS/arXiv-2505.15277v2.tar.gz",
1127
+ "asset_file_count": 89,
1128
+ "asset_bytes": 20847784
1129
+ },
1130
+ {
1131
+ "case_id": "NeurIPS/arXiv-2505.18705v1",
1132
+ "asset_path": "raw/NeurIPS/arXiv-2505.18705v1.tar.gz",
1133
+ "asset_file_count": 41,
1134
+ "asset_bytes": 15401135
1135
+ },
1136
+ {
1137
+ "case_id": "NeurIPS/arXiv-2506.00711v2",
1138
+ "asset_path": "raw/NeurIPS/arXiv-2506.00711v2.tar.gz",
1139
+ "asset_file_count": 48,
1140
+ "asset_bytes": 20612879
1141
+ },
1142
+ {
1143
+ "case_id": "NeurIPS/arXiv-2506.05259v1",
1144
+ "asset_path": "raw/NeurIPS/arXiv-2506.05259v1.tar.gz",
1145
+ "asset_file_count": 16,
1146
+ "asset_bytes": 1133453
1147
+ },
1148
+ {
1149
+ "case_id": "NeurIPS/arXiv-2506.09995v3",
1150
+ "asset_path": "raw/NeurIPS/arXiv-2506.09995v3.tar.gz",
1151
+ "asset_file_count": 45,
1152
+ "asset_bytes": 93405025
1153
+ },
1154
+ {
1155
+ "case_id": "NeurIPS/arXiv-2506.10038v1",
1156
+ "asset_path": "raw/NeurIPS/arXiv-2506.10038v1.tar.gz",
1157
+ "asset_file_count": 86,
1158
+ "asset_bytes": 46311424
1159
+ },
1160
+ {
1161
+ "case_id": "NeurIPS/arXiv-2506.21028v2",
1162
+ "asset_path": "raw/NeurIPS/arXiv-2506.21028v2.tar.gz",
1163
+ "asset_file_count": 11,
1164
+ "asset_bytes": 1174272
1165
+ },
1166
+ {
1167
+ "case_id": "NeurIPS/arXiv-2507.18624v2",
1168
+ "asset_path": "raw/NeurIPS/arXiv-2507.18624v2.tar.gz",
1169
+ "asset_file_count": 15,
1170
+ "asset_bytes": 536388
1171
+ },
1172
+ {
1173
+ "case_id": "NeurIPS/arXiv-2508.17054v3",
1174
+ "asset_path": "raw/NeurIPS/arXiv-2508.17054v3.tar.gz",
1175
+ "asset_file_count": 35,
1176
+ "asset_bytes": 3426845
1177
+ },
1178
+ {
1179
+ "case_id": "NeurIPS/arXiv-2509.20234v5",
1180
+ "asset_path": "raw/NeurIPS/arXiv-2509.20234v5.tar.gz",
1181
+ "asset_file_count": 114,
1182
+ "asset_bytes": 10744823
1183
+ },
1184
+ {
1185
+ "case_id": "NeurIPS/arXiv-2510.19980v1",
1186
+ "asset_path": "raw/NeurIPS/arXiv-2510.19980v1.tar.gz",
1187
+ "asset_file_count": 21,
1188
+ "asset_bytes": 11050885
1189
+ },
1190
+ {
1191
+ "case_id": "NeurIPS/arXiv-2511.04675v2",
1192
+ "asset_path": "raw/NeurIPS/arXiv-2511.04675v2.tar.gz",
1193
+ "asset_file_count": 34,
1194
+ "asset_bytes": 26075341
1195
+ },
1196
+ {
1197
+ "case_id": "NeurIPS/arXiv-2602.20517v1",
1198
+ "asset_path": "raw/NeurIPS/arXiv-2602.20517v1.tar.gz",
1199
+ "asset_file_count": 77,
1200
+ "asset_bytes": 6914160
1201
+ }
1202
+ ]
raw/ACMmm/arXiv-2508.04197v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a52d79d27c320736a652f802702b8d12035329a2aa859948fb0ec6656b63abd
3
+ size 4542291
raw/ACMmm/arXiv-2508.14058v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c34dcbd0b4619d5758715f25b62938e75b8d89bdbdc598df1bf80b13c48acf5
3
+ size 4162011
raw/ACMmm/arXiv-2508.18733v5.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66f2f21ebd3ede2b203112a19c4550b69d63fb08fc8cd76a9bb155c520e9d17
3
+ size 3617666
raw/ECCV/arXiv-2311.14109v2.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed6817d8b7573b99c21030ff7c26a77378ebe937241513b96f52a8b9170bb29
3
+ size 1160356
raw/ECCV/arXiv-2312.07530v3.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f96a1ef2e74e806fc504426a9158a4de5212adf1bdd532332be672e4e122192
3
+ size 7759980
raw/ECCV/arXiv-2403.09394v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e83acb287c3d151cfc0cbb38597c5176ca426ecd382dc440135a6e546fd4c1f
3
+ size 4349145
raw/ECCV/arXiv-2403.11021v3.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9848d1c9a9f039db3393af8ede24276aa2a0ada66f7b7245a8e1c67fad7f54dd
3
+ size 16040078
raw/ECCV/arXiv-2404.00636v4.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24a2f428177e88ddb7988abfbf275f5ab2851478b4c6fb05a2327f41149c4491
3
+ size 6624895
raw/ECCV/arXiv-2404.03590v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10eda471336c5c174dced396bd22efcc23075b08075cf68e40c304744da532dc
3
+ size 7699919
raw/ECCV/arXiv-2404.07204v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d533ab9c2d62ba5c4de4ec13218e93c9acf5946045e45def731424660408eea0
3
+ size 15513207
raw/ECCV/arXiv-2404.12139v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd33c1339166406f695a9df60c8d08971c29efc9874a18143018f19e4053e76f
3
+ size 11306032
raw/ECCV/arXiv-2407.02159v2.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d16de750145c3b180496754eeba751c6923febd459a56e7a90c347aaab85630d
3
+ size 3747598
raw/ECCV/arXiv-2407.05878v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acdd3990b0442ad0533f309b12614e2eae7e0883cfe8eeacdd1404c68ad3c1e8
3
+ size 8436707
raw/ECCV/arXiv-2407.06190v2.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e10129fd74f85ed1b6575858e895ff1165abc7a0867acfbff84a5c1191d761e8
3
+ size 13928753
raw/ECCV/arXiv-2407.07171v3.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b476204008fa6f259178f589a92179b3c994a4137efb993190199f51fb078ea
3
+ size 42709128
raw/ECCV/arXiv-2407.07554v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b6c38908f7ecf5b4c67af3a8ca9c83e93e270e0ee974790007bfc81ecc78aec
3
+ size 7280615
raw/ECCV/arXiv-2407.12727v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb50623c326d64ecff3a1614640556aa953df66a216ac37d1808e8f775981d3b
3
+ size 2807548
raw/ECCV/arXiv-2407.18658v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a41944108ba841ff1e31ab927e07f2ea8847b214e5dac3c1d226a14b59e7a50
3
+ size 6085097
raw/ECCV/arXiv-2407.20708v4.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7ed965f07e72cbee50958a4732b03a4b6900abb80da8967c774733109c7def
3
+ size 2940540
raw/ECCV/arXiv-2408.06110v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c03abeb5cc6f2e25a62711599aa1b9ff1c4a9216ba45d45df2360b3da41982
3
+ size 4290110
raw/ECCV/arXiv-2408.13890v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa94dcafcdc17de9c1e9dc83a77f2ee9741947f03d9095949122536c29f31034
3
+ size 4598093
raw/ECCV/arXiv-2409.14538v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b00308ef816937c9571293bcbce6a37ab75692d826c8cdd9c823dde998b928e
3
+ size 2267721
raw/ECCV/arXiv-2409.15875v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:632280eea71ea7b6babefc47d0681cd71ef5a857bb576eecddd88a3b9d335814
3
+ size 4801209
raw/IEEE/arXiv-2404.19141v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ab17bed4cdfb062844dc7c1ce5c3ae083fd6864c45f508fde384290fc778867
3
+ size 12552658
raw/IEEE/arXiv-2501.08900v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdfcdc1ee69ef12451b28b29b063c8a468cef285b3c8261c4e5ed914e26c1c26
3
+ size 15358616
raw/IJCAI/arXiv-2308.10648v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a1ce59537363bfab82308521866ed36b7bb12aaee942d67b45d6e0f3bee3816
3
+ size 6277824
raw/IJCAI/arXiv-2310.12086v3.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bae024e5d07ce0e027e8760a8aeca34414088ae99f3a795509a26fbf9b7131fd
3
+ size 6536095
raw/IJCAI/arXiv-2401.01085v2.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ccb5be73c072ef222889345b2109e566bd78ab04ebe3055adf9080406ce9be
3
+ size 2224653
raw/IJCAI/arXiv-2401.02414v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b477ff23689849ed70e45d9ee2dff4947e5ef2456a44bcef6b8226bcb967024c
3
+ size 7010252
raw/IJCAI/arXiv-2401.16459v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce7a1944087fbe8560d3ad6b7169ccf87126f3d8625ea866f7fb68d0ec971985
3
+ size 23942885
raw/IJCAI/arXiv-2404.10933v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f23060b6571ee7b8de699b5f6fd81be930e46c4e3ba8fcf6b6f27e132c5f5a
3
+ size 1026676
raw/IJCAI/arXiv-2404.10976v3.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:624abae93c3aa4bab523294f21ae05f4effd5b76079fa8eee59b2c4cf6fe8688
3
+ size 510874
raw/IJCAI/arXiv-2404.13645v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2992e904f985c173aabbff2951a0bb1ed9617ba3040b704c4deab5e8eaea081
3
+ size 21420892
raw/IJCAI/arXiv-2404.14827v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607da347662c694cec8bb6d1cebd468643a4e63ec21fe72c0f6bb82c7f4d0f93
3
+ size 483567
raw/IJCAI/arXiv-2404.15700v2.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d5fd85038d343b1d0aefd46a251d4649a44143a1b279e3d2a4dbd100fddc2f3
3
+ size 4459631
raw/IJCAI/arXiv-2404.17807v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf224d60a882bd419947fceb768e8de1273d44af00d77fe675b022f22197dd6
3
+ size 1553178
raw/IJCAI/arXiv-2404.19518v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d500007a5cfc2a9eb251cfae0b008724f5ed0eb59ecfe5130c52915f7ca3fe1e
3
+ size 1707909
raw/IJCAI/arXiv-2405.02832v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6711b71d83c22f1d38825bac8fcc00e7002360dcb71ec3783a1a4610054cd936
3
+ size 975040
raw/IJCAI/arXiv-2405.03301v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7139387098891fa88bc38e3cf5c7587b187ae86ff08307b2f1d4df7f8012cd1c
3
+ size 5791607
raw/IJCAI/arXiv-2405.03501v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e671c7ccecfe8bcfd73f69fe6cfae6f74ae69d181528a5a1547efef76307cdfb
3
+ size 5731620
raw/IJCAI/arXiv-2405.12262v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20eaabc38a37b001f36647f48165be3f3e4cdc6ca13a69b4af3ba7dfa19452f7
3
+ size 772258
raw/IJCAI/arXiv-2407.17073v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0662492d62f1e3aaf1e4e8d203f5d1aa8ae6b2b59d738d2c11bd28484d40aca
3
+ size 3545467
raw/IJCAI/arXiv-2408.02207v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf4fe77b9ad6245e2fe0b0394e8fb927f248b15804e09fd24dac0ec47ed6f86
3
+ size 5400985
raw/IJCAI/arXiv-2508.01237v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82b01891529fef9cf154d96e8cb5a1f407be9f3e61e30241d985d2011e63360c
3
+ size 4118054
raw/IJCAI/arXiv-2509.11782v1.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:138bd0367f8750a6f9b0d685e9484cc3a6e55cc734eb52651886f763c2bc08f4
3
+ size 252523