-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproposal.bib
More file actions
343 lines (303 loc) · 10.7 KB
/
proposal.bib
File metadata and controls
343 lines (303 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
%===============================================================================
% Sample bibliopgraphy file for ifaconf.bst style to be used in
% IFAC meeting papers
% Copyright (c) 2007-2008 International Federation of Automatic Control
%===============================================================================
% Used in Introduction section, background on Transformer architecture
@misc{vaswani2017attentionneed,
title={Attention Is All You Need},
author={Ashish Vaswani and Noam Shazeer and others},
year={2017},
eprint={1706.03762},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/1706.03762}},
}
% Used in Introduction section, parameter to qaulity of output
@misc{touvron2023llamaopenefficientfoundation,
title={LLaMA: Open and Efficient Foundation Language Models},
author={Hugo Touvron and Thibaut Lavril and others},
year={2023},
eprint={2302.13971},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/2302.13971}},
}
% Used in Introduction section, the required GPUs for foundational models
@misc{bommasani2022opportunitiesrisksfoundationmodels,
title={On the Opportunities and Risks of Foundation Models},
author={Rishi Bommasani and Drew A. Hudson and others},
year={2022},
eprint={2108.07258},
archivePrefix={arXiv},
primaryClass={cs.LG},
note={\url{https://arxiv.org/abs/2108.07258}},
}
% =========================== Benchmarks ==================================
% HellaSwag
@misc{zellers2019hellaswagmachinereallyfinish,
title={HellaSwag: Can a Machine Really Finish Your Sentence?},
author={Rowan Zellers and Ari Holtzman and others},
year={2019},
eprint={1905.07830},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/1905.07830}},
}
% WinoGrande
@misc{sakaguchi2019winograndeadversarialwinogradschema,
title={WinoGrande: An Adversarial Winograd Schema Challenge at Scale},
author={Keisuke Sakaguchi and Ronan Le Bras and others},
year={2019},
eprint={1907.10641},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/1907.10641}},
}
% Arc
@misc{clark2018thinksolvedquestionanswering,
title={Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge},
author={Peter Clark and Isaac Cowhey and others},
year={2018},
eprint={1803.05457},
archivePrefix={arXiv},
primaryClass={cs.AI},
note={\url{https://arxiv.org/abs/1803.05457}},
}
% OpenBookQA
@misc{mihaylov2018suitarmorconductelectricity,
title={Can a Suit of Armor Conduct Electricity? A New Dataset for Open Book Question Answering},
author={Todor Mihaylov and Peter Clark and others},
year={2018},
eprint={1809.02789},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/1809.02789}},
}
% ======================== Quantizations ==================================
@misc{llamacpp,
author = {Georgi Gerganov},
title = {llama.cpp},
year = {2023},
publisher = {GitHub},
journal = {GitHub repository},
url = {\url{https://github.com/ggerganov/llama.cpp}},
note = {\url{https://github.com/ggerganov/llama.cpp}}
}
@misc{ggml,
author = {Georgi Gerganov},
title = {ggml},
year = {2022},
publisher = {GitHub},
journal = {GitHub repository},
url = {\url{https://github.com/ggerganov/ggml}},
note = {\url{https://github.com/ggerganov/ggml}}
}
@misc{lin2024awqactivationawareweightquantization,
title={AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration},
author={Ji Lin and Jiaming Tang and others},
year={2024},
eprint={2306.00978},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/2306.00978}},
}
@misc{liu2024vptqextremelowbitvector,
title={VPTQ: Extreme Low-bit Vector Post-Training Quantization for Large Language Models},
author={Yifei Liu and Jicheng Wen and others},
year={2024},
eprint={2409.17066},
archivePrefix={arXiv},
primaryClass={cs.AI},
note={\url{https://arxiv.org/abs/2409.17066}},
}
% =========================================================================
% ============================== Selected LLMs ===========================
@misc{gemmateam2024gemma2improvingopen,
title={Gemma 2: Improving Open Language Models at a Practical Size},
author={Gemma Team and Morgane Riviere and others},
year={2024},
eprint={2408.00118},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/2408.00118}},
}
@misc{dubey2024llama3herdmodels,
title={The Llama 3 Herd of Models},
author={Abhimanyu Dubey and Abhinav Jauhri and others},
year={2024},
eprint={2407.21783},
archivePrefix={arXiv},
primaryClass={cs.AI},
note={\url{https://arxiv.org/abs/2407.21783}},
}
@misc{qwen2.5,
title = {Qwen2.5: A Party of Foundation Models},
note = {\url{https://qwenlm.github.io/blog/qwen2.5/}},
author = {Qwen Team},
month = {September},
year = {2024}
}
% =========================================================================
@manual{raspberrypi4,
title = {Raspberry Pi 4 Model B},
organization = {Raspberry Pi Ltd},
year = {2024},
month = {4},
note = {\url{https://datasheets.raspberrypi.com/rpi4/raspberry-pi-4-product-brief.pdf}}
}
@misc{ggmlhuggingface,
author = {Georgi Gerganov and Xuan Son Nguyen},
title = {Introduction to ggml},
year = 2024,
note = {\url{https://huggingface.co/blog/introduction-to-ggml}}
}
@misc{ggmlgithubdocs,
author = {Georgi Gerganov},
title = {GGML},
year = 2024,
note = {\url{https://github.com/ggerganov/ggml/blob/master/docs/gguf.md}}
}
@misc{ggufgithub,
author = {Georgi Gerganov},
title = {GGUF},
year = 2024,
note = {\url{https://github.com/ggerganov/ggml}}
}
@misc{ggufgithubquantdoc,
author = {Georgi Gerganov},
title = {GGUF Quantize},
year = 2024,
note = {\url{https://github.com/ggerganov/llama.cpp/tree/master/examples/quantize}}
}
@misc{ggufgithubkquantpr,
author = {Georgi Gerganov and Kawrakow},
title = {GGUF K Quants Pull Request},
year = 2024,
note = {\url{https://github.com/ggerganov/llama.cpp/pull/1684}}
}
@misc{ggufgithubiquantpr,
author = {Georgi Gerganov and Kawrakow},
title = {GGUF I Quants Pull Request},
year = 2024,
note = {\url{https://github.com/ggerganov/llama.cpp/pull/4773}}
}
@misc{tseng2024quipbetterllmquantization,
title={QuIP\#: Even Better LLM Quantization with Hadamard Incoherence and Lattice Codebooks},
author={Albert Tseng and Jerry Chee and Qingyao Sun and Volodymyr Kuleshov and Christopher De Sa},
year={2024},
eprint={2402.04396},
archivePrefix={arXiv},
primaryClass={cs.LG},
note={\url{https://arxiv.org/abs/2402.04396}},
}
@misc{awqgithub,
author = {MIT HAN Lab },
title = {AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration},
year = 2024,
note = {\url{https://github.com/mit-han-lab/llm-awq}}
}
@misc{vptqgithub,
author = {Microsoft},
title = {VPTQ: Extreme Low-bit Vector Post-Training Quantization for Large Language Models},
year = 2024,
note = {\url{https://github.com/microsoft/VPTQ/blob/main/README.md}}
}
@misc{huang2024largelanguagemodelpruning,
title={Large Language Model Pruning},
author={Hanjuan Huang and Hao-Jia Song and Hsing-Kuo Pao},
year={2024},
eprint={2406.00030},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/2406.00030}},
}
@misc{ma2023llmprunerstructuralpruninglarge,
title={LLM-Pruner: On the Structural Pruning of Large Language Models},
author={Xinyin Ma and Gongfan Fang and Xinchao Wang},
year={2023},
eprint={2305.11627},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/2305.11627}},
}
@misc{dery2024everybodyprunenowstructured,
title={Everybody Prune Now: Structured Pruning of LLMs with only Forward Passes},
author={Lucio Dery and Steven Kolawole and Jean-François Kagy and Virginia Smith and Graham Neubig and Ameet Talwalkar},
year={2024},
eprint={2402.05406},
archivePrefix={arXiv},
primaryClass={cs.LG},
note={\url{https://arxiv.org/abs/2402.05406}},
}
% ========================== Benchmarks ===================================
@misc{wang2024mmluprorobustchallengingmultitask,
title={MMLU-Pro: A More Robust and Challenging Multi-Task Language Understanding Benchmark (Published at NeurIPS 2024 Track Datasets and Benchmarks)},
author={Yubo Wang and Xueguang Ma and Ge Zhang and Yuansheng Ni and others},
year={2024},
eprint={2406.01574},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/2406.01574}},
}
@misc{mmluprohuggingface,
author = {Yubo Wang and Xueguang Ma and Ge Zhang and Yuansheng Ni and others},
title = {MMLU-Pro Huggingface},
year = 2024,
note = {\url{https://huggingface.co/datasets/TIGER-Lab/MMLU-Pro}}
}
@misc{zhong2023agievalhumancentricbenchmarkevaluating,
title={AGIEval: A Human-Centric Benchmark for Evaluating Foundation Models},
author={Wanjun Zhong and Ruixiang Cui and Yiduo Guo and others},
year={2023},
eprint={2304.06364},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/2304.06364}},
}
@misc{lin2022truthfulqameasuringmodelsmimic,
title={TruthfulQA: Measuring How Models Mimic Human Falsehoods},
author={Stephanie Lin and Jacob Hilton and Owain Evans},
year={2022},
eprint={2109.07958},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/2109.07958}},
}
@misc{zhou2023instructionfollowingevaluationlargelanguage,
title={Instruction-Following Evaluation for Large Language Models},
author={Jeffrey Zhou and Tianjian Lu and Swaroop Mishra and others},
year={2023},
eprint={2311.07911},
archivePrefix={arXiv},
primaryClass={cs.CL},
note={\url{https://arxiv.org/abs/2311.07911}},
}
% =========================================================================
@misc{eval-harness,
author = {Gao, Leo and Tow, Jonathan and others},
title = {lm-evaluation-harness: A framework for few-shot language model evaluation},
month = 07,
year = 2024,
publisher = {Zenodo},
version = {v0.4.3},
doi = {10.5281/zenodo.12608602},
note = {\url{https://zenodo.org/records/12608602}}
}
@inproceedings{vllm,
title={Efficient Memory Management for Large Language Model Serving with PagedAttention},
author={Woosuk Kwon and Zhuohan Li and Siyuan Zhuang and Ying Sheng and Lianmin Zheng and Cody Hao Yu and Joseph E. Gonzalez and Hao Zhang and Ion Stoica},
booktitle={Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles},
year={2023},
note= {\url{https://github.com/vllm-project/vllm}}
}
@misc{vllm-pr-14766,
author = {Isotr0py},
title = {[Quantization] Add Gemma2 and Gemma3 text model GGUF support},
note = {\url{https://github.com/vllm-project/vllm/pull/14766}},
year = {2025}
}
@misc{lllm-compressor,
title = {llm-compressor: an easy-to-use library for optimizing models for deployment with vllm},
note = {\url{https://github.com/vllm-project/llm-compressor}}
}