lzyrapx/Papers-Books-Reading

📚Some papers & books I’ve read.

Markdown

31

191 commits

updated May 7, 2026

See the code

README

Papers-Reading

LLM

Survey

Generative Recommendation

DatePaperKey Words
2025.5.7Towards Large-scale Generative RankingGenRank & xiaohongshu

Models

Kernel Optimization

Serving

DatePaperKey Words
2024.5.7QServe: W4A8KV4 Quantization and System Co-design for Efficient LLM ServingBoosts efficiency with W4A8KV4 quantization & Reduces dequantization overheads
2025.2.20LServe: Efficient Long-sequence LLM Serving with Unified Sparse AttentionAccelerates long-context LLM inference through unified sparse attention & Hierarchical KV cache management

Training

Attention

Quantization

DatePaperKey Words
2022.6.4ZeroQuant: Efficient and Affordable Post-Training Quantization for Large-Scale TransformersINT8 weights and INT8 activations
2022.8.15LLM.int8(): 8-bit Matrix Multiplication for Transformers at ScaleLLM.int8
2022.11.18SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models8-bit Weight,8-bit Activation (W8A8)
2023.5.23Memory-Efficient Fine-Tuning of Compressed Large Language Models via sub-4-bit Integer QuantizationParameter-Efficient and Quantization-aware Adaptation (PEQA) [LLM-QAT]
2023.5.23QLoRA: Efficient Finetuning of Quantized LLMsQLoRA & NF4 (4-bit NormalFloat) [LLM-QAT]
2023.5.29LLM-QAT: Data-Free Quantization Aware Training for Large Language ModelsLLM Quantization Aware Training [LLM-QAT]
2023.3.13FlexGen: High-Throughput Generative Inference of Large Language Models with a Single GPUKV Cache 4-bit
2023.6.1AWQ: Activation-aware Weight Quantization for LLM Compression and AccelerationActivation-aware Weight Quantization (AWQ)
2023.6.13SqueezeLLM: Dense-and-Sparse QuantizationKV Cache 3-bit
2024.1.31KVQuant: Towards 10 Million Context Length LLM Inference with KV Cache QuantizationKV Cache 2、3、4-bit
2024.2.5KIVI: A Tuning-Free Asymmetric 2bit Quantization for KV CacheKV Cache 2-bit
2024.2.26A Comprehensive Evaluation of Quantization Strategies for Large Language ModelsPTQ
2024.3.8GEAR: An Efficient KV Cache Compression Recipe for Near-Lossless Generative Inference of LLMKV Cache Compression
2024.6.5QJL: 1-Bit Quantized JL Transform for KV Cache Quantization with Zero Overhead3 Bits KV Cache
2024.11.26Efficient LLM Inference with I/O-Aware Partial KV Cache RecomputationKV Cache Recomputation
2025.1.25RotateKV: Accurate and Robust 2-Bit KV Cache Quantization for LLMs via Outlier-Aware Adaptive Rotations2-Bit KV Cache
2025.2.4ParetoQ: Scaling Laws in Extremely Low-bit LLM QuantizationLow-bit LLM Quantization
2025.2.15CalibQuant: 1-Bit KV Cache Quantization for Multimodal LLMs1-Bit KV Cache
2025.3.25LogQuant: Log-Distributed 2-Bit Quantization of KV Cache with Superior Accuracy Preservation2-Bit KV Cache

MOE

Inference

DatePaperKey Words
2017.6.12Attention Is All You NeedTransformer & Attention
2018.6.11Improving Language Understanding by Generative Pre-TrainingGenerative transformer model
2018.10.11BERT: Pre-training of Deep Bidirectional Transformers for Language UnderstandingBERT (Bidirectional Encoder Representations from Transformers)
2019.1.9Transformer-XL: Attentive Language Models Beyond a Fixed-Length ContextTransformer-XL (extra-long)
2019.5.17ERNIE: Enhanced Language Representation with Informative EntitiesKnowledge graphs with BERT
2024.1.19Medusa: Simple LLM Inference Acceleration Framework with Multiple Decoding HeadsSpeculative decoding: Medusa
2024.1.26EAGLE: Speculative Sampling Requires Rethinking Feature UncertaintySpeculative decoding: Eagle
2024.2.27Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative RecommendationsLLM for Large-scale recommendation systems
2024.3.19When Do We Not Need Larger Vision Models?Scaling on Scales
2024.6.24EAGLE-2: Faster Inference of Language Models with Dynamic Draft TreesSpeculative decoding: Eagle 2
2024.7.19LazyLLM: Dynamic Token Pruning for Efficient Long Context LLM InferenceDynamic Token Pruning
2024.7.28Enhancing Taobao Display Advertising with Multimodal Representations: Challenges, Approaches and InsightsAdvertising with Multimodal
2024.8.22NanoFlow: Towards Optimal Large Language Model Serving ThroughputA novel serving framework: NanoFlow
2025.3.3EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time TestSpeculative decoding: Eagle 3
2025.5.8Scaling Laws for Speculative DecodingScaling Laws for Speculative Decoding
2025.5.12PrefillOnly: An Inference Engine for Prefill-only Workloads in Large Language Model ApplicationsPrefill Only Inference

Transformer

DatePaperKey Words
2020.10.22An Image is Worth 16x16 Words: Transformers for Image Recognition at ScaleVision Transformer (ViT)

Prompt Engineering

DatePaperKey Words
2025.10.6Mind Your Tone: Investigating How Prompt Politeness Affects LLM Accuracy (short paper)Politeness Affects LLM Accuracy

AI Agent

Others

Algorithm

DatePaperKey Words
1972Karp's 21 NP-complete problemsKarp's 21 NP-complete problems
1973An n^{5/2} algorithm for maximum matchings in bipartite graphsHopcroft-Karp Algorithm
2002A 27/26-Approximation Algorithm for the Chromatic Sum Coloring of Bipartite GraphsChromatic Sum Coloring of Bipartite Graphs
2015.6.16An Efficient Data Structure for Processing Palindromes in StringsPalindromic Tree
2017.8.11An Introduction to Quantum Computing, Without the PhysicsQuantum Computing, Without the Physics
2018.7.30A Simple Near-Linear Pseudopolynomial Time Randomized Algorithm for Subset SumA Simple Near-Linear Pseudopolynomial Time Randomized Algorithm for Subset Sum
2021.2.11Hybrid Neural Fusion for Full-frame Video StabilizationVideo Stabilization Algorithm
2022.11.21The Berlekamp-Massey Algorithm revisitedBerlekamp-Massey Algorithm
2025.4.23Breaking the Sorting Barrier for Directed Single-Source Shortest PathsO(mlog2/3n)-time algorithm for single-source shortest paths
books
code
life
papers

Contributors

lzyrapx

191 commits

lzyrapx/Papers-Books-Reading

📚Some papers & books I’ve read.

Markdown

31

191 commits

updated May 7, 2026

See the code

README

Papers-Reading

LLM

Survey

Generative Recommendation

DatePaperKey Words
2025.5.7Towards Large-scale Generative RankingGenRank & xiaohongshu

Models

Kernel Optimization

Serving

DatePaperKey Words
2024.5.7QServe: W4A8KV4 Quantization and System Co-design for Efficient LLM ServingBoosts efficiency with W4A8KV4 quantization & Reduces dequantization overheads
2025.2.20LServe: Efficient Long-sequence LLM Serving with Unified Sparse AttentionAccelerates long-context LLM inference through unified sparse attention & Hierarchical KV cache management

Training

Attention

Quantization

DatePaperKey Words
2022.6.4ZeroQuant: Efficient and Affordable Post-Training Quantization for Large-Scale TransformersINT8 weights and INT8 activations
2022.8.15LLM.int8(): 8-bit Matrix Multiplication for Transformers at ScaleLLM.int8
2022.11.18SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models8-bit Weight,8-bit Activation (W8A8)
2023.5.23Memory-Efficient Fine-Tuning of Compressed Large Language Models via sub-4-bit Integer QuantizationParameter-Efficient and Quantization-aware Adaptation (PEQA) [LLM-QAT]
2023.5.23QLoRA: Efficient Finetuning of Quantized LLMsQLoRA & NF4 (4-bit NormalFloat) [LLM-QAT]
2023.5.29LLM-QAT: Data-Free Quantization Aware Training for Large Language ModelsLLM Quantization Aware Training [LLM-QAT]
2023.3.13FlexGen: High-Throughput Generative Inference of Large Language Models with a Single GPUKV Cache 4-bit
2023.6.1AWQ: Activation-aware Weight Quantization for LLM Compression and AccelerationActivation-aware Weight Quantization (AWQ)
2023.6.13SqueezeLLM: Dense-and-Sparse QuantizationKV Cache 3-bit
2024.1.31KVQuant: Towards 10 Million Context Length LLM Inference with KV Cache QuantizationKV Cache 2、3、4-bit
2024.2.5KIVI: A Tuning-Free Asymmetric 2bit Quantization for KV CacheKV Cache 2-bit
2024.2.26A Comprehensive Evaluation of Quantization Strategies for Large Language ModelsPTQ
2024.3.8GEAR: An Efficient KV Cache Compression Recipe for Near-Lossless Generative Inference of LLMKV Cache Compression
2024.6.5QJL: 1-Bit Quantized JL Transform for KV Cache Quantization with Zero Overhead3 Bits KV Cache
2024.11.26Efficient LLM Inference with I/O-Aware Partial KV Cache RecomputationKV Cache Recomputation
2025.1.25RotateKV: Accurate and Robust 2-Bit KV Cache Quantization for LLMs via Outlier-Aware Adaptive Rotations2-Bit KV Cache
2025.2.4ParetoQ: Scaling Laws in Extremely Low-bit LLM QuantizationLow-bit LLM Quantization
2025.2.15CalibQuant: 1-Bit KV Cache Quantization for Multimodal LLMs1-Bit KV Cache
2025.3.25LogQuant: Log-Distributed 2-Bit Quantization of KV Cache with Superior Accuracy Preservation2-Bit KV Cache

MOE

Inference

DatePaperKey Words
2017.6.12Attention Is All You NeedTransformer & Attention
2018.6.11Improving Language Understanding by Generative Pre-TrainingGenerative transformer model
2018.10.11BERT: Pre-training of Deep Bidirectional Transformers for Language UnderstandingBERT (Bidirectional Encoder Representations from Transformers)
2019.1.9Transformer-XL: Attentive Language Models Beyond a Fixed-Length ContextTransformer-XL (extra-long)
2019.5.17ERNIE: Enhanced Language Representation with Informative EntitiesKnowledge graphs with BERT
2024.1.19Medusa: Simple LLM Inference Acceleration Framework with Multiple Decoding HeadsSpeculative decoding: Medusa
2024.1.26EAGLE: Speculative Sampling Requires Rethinking Feature UncertaintySpeculative decoding: Eagle
2024.2.27Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative RecommendationsLLM for Large-scale recommendation systems
2024.3.19When Do We Not Need Larger Vision Models?Scaling on Scales
2024.6.24EAGLE-2: Faster Inference of Language Models with Dynamic Draft TreesSpeculative decoding: Eagle 2
2024.7.19LazyLLM: Dynamic Token Pruning for Efficient Long Context LLM InferenceDynamic Token Pruning
2024.7.28Enhancing Taobao Display Advertising with Multimodal Representations: Challenges, Approaches and InsightsAdvertising with Multimodal
2024.8.22NanoFlow: Towards Optimal Large Language Model Serving ThroughputA novel serving framework: NanoFlow
2025.3.3EAGLE-3: Scaling up Inference Acceleration of Large Language Models via Training-Time TestSpeculative decoding: Eagle 3
2025.5.8Scaling Laws for Speculative DecodingScaling Laws for Speculative Decoding
2025.5.12PrefillOnly: An Inference Engine for Prefill-only Workloads in Large Language Model ApplicationsPrefill Only Inference

Transformer

DatePaperKey Words
2020.10.22An Image is Worth 16x16 Words: Transformers for Image Recognition at ScaleVision Transformer (ViT)

Prompt Engineering

DatePaperKey Words
2025.10.6Mind Your Tone: Investigating How Prompt Politeness Affects LLM Accuracy (short paper)Politeness Affects LLM Accuracy

AI Agent

Others

Algorithm

DatePaperKey Words
1972Karp's 21 NP-complete problemsKarp's 21 NP-complete problems
1973An n^{5/2} algorithm for maximum matchings in bipartite graphsHopcroft-Karp Algorithm
2002A 27/26-Approximation Algorithm for the Chromatic Sum Coloring of Bipartite GraphsChromatic Sum Coloring of Bipartite Graphs
2015.6.16An Efficient Data Structure for Processing Palindromes in StringsPalindromic Tree
2017.8.11An Introduction to Quantum Computing, Without the PhysicsQuantum Computing, Without the Physics
2018.7.30A Simple Near-Linear Pseudopolynomial Time Randomized Algorithm for Subset SumA Simple Near-Linear Pseudopolynomial Time Randomized Algorithm for Subset Sum
2021.2.11Hybrid Neural Fusion for Full-frame Video StabilizationVideo Stabilization Algorithm
2022.11.21The Berlekamp-Massey Algorithm revisitedBerlekamp-Massey Algorithm
2025.4.23Breaking the Sorting Barrier for Directed Single-Source Shortest PathsO(mlog2/3n)-time algorithm for single-source shortest paths
books
code
life
papers

Contributors

lzyrapx

191 commits

Languages

Markdown

100.0%