Igor Melnyk

Arxiv Papers

Science EN ↓ 2489 episodes

Running out of time to catch up with new arXiv papers? We take the most impactful papers and present them as convenient podcasts. If you're a visual learner, we offer these papers in an engaging video format. Our service fills the gap between overly brief paper summaries and time-consuming full paper reads. You gain academic insights in a time-efficient, digestible format. Code behind this work: https://github.com/imelnyk/ArxivPapers

Author

Igor Melnyk

Category

Science

Podcast website

github.com

Latest episode

Sep 1, 2025

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android almost 10M downloads · 4.8 rating iOS soon

Episodes

QMoE: Practical Sub-1-Bit Compression of Trillion-Parameter Models 26.10.2023

The paper introduces QMoE, a compression and execution framework that allows trillion-parameter language models to be run efficiently on affordable hardware with minimal accuracy loss. https://arxiv.org/abs//2310.16795 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://podcasts.apple.com/us/podcast/arxiv-papers/id1692476016 Spotify: h...

[short] Function Vectors in Large Language Models 25.10.2023

The paper discusses the presence of a neural mechanism in autoregressive transformer language models that represents input-output functions as vectors. These vectors, called function vectors (FVs), are robust and can be used to trigger execution of tasks in various contexts. The study also explores the internal structure of FVs and their potential for semantic vector composition. https://arxiv.org...

Function Vectors in Large Language Models 25.10.2023

The paper discusses the presence of a neural mechanism in autoregressive transformer language models that represents input-output functions as vectors. These vectors, called function vectors (FVs), are robust and can be used to trigger execution of tasks in various contexts. The study also explores the internal structure of FVs and their potential for semantic vector composition. https://arxiv.org...

[short] In-Context Learning Creates Task Vectors 25.10.2023

In-context learning in large language models (LLMs) is a powerful learning paradigm, but its underlying mechanism is not well understood. This paper shows that the functions learned by in-context learning have a simple structure and can be seen as compressing the training set into a single task vector. Experimental evidence is provided to support this claim. https://arxiv.org/abs//2310.15916 YouTu...

In-Context Learning Creates Task Vectors 25.10.2023

In-context learning in large language models (LLMs) is a powerful learning paradigm, but its underlying mechanism is not well understood. This paper shows that the functions learned by in-context learning have a simple structure and can be seen as compressing the training set into a single task vector. Experimental evidence is provided to support this claim. https://arxiv.org/abs//2310.15916 YouTu...

[short] Woodpecker: Hallucination Correction for Multimodal Large Language Models 25.10.2023

This paper introduces Woodpecker, a training-free method to mitigate hallucinations in Multimodal Large Language Models. It corrects hallucinations in generated text by extracting key concepts, validating visual knowledge, and generating visual claims. Woodpecker shows promising results on benchmark tests. https://arxiv.org/abs//2310.16045 YouTube: https://www.youtube.com/@ArxivPapers TikTok: http...

Woodpecker: Hallucination Correction for Multimodal Large Language Models 25.10.2023

This paper introduces Woodpecker, a training-free method to mitigate hallucinations in Multimodal Large Language Models. It corrects hallucinations in generated text by extracting key concepts, validating visual knowledge, and generating visual claims. Woodpecker shows promising results on benchmark tests. https://arxiv.org/abs//2310.16045 YouTube: https://www.youtube.com/@ArxivPapers TikTok: http...

[short] Matryoshka Diffusion Models 24.10.2023

The paper introduces Matryoshka Diffusion (MDM), an end-to-end framework for high-resolution image and video synthesis. MDM uses a diffusion process and a NestedUNet architecture to denoise inputs at multiple resolutions and enables progressive training for high-resolution generation. The approach is effective on various benchmarks and can train a single pixel-space model at high resolutions. http...

Matryoshka Diffusion Models 24.10.2023

The paper introduces Matryoshka Diffusion (MDM), an end-to-end framework for high-resolution image and video synthesis. MDM uses a diffusion process and a NestedUNet architecture to denoise inputs at multiple resolutions and enables progressive training for high-resolution generation. The approach is effective on various benchmarks and can train a single pixel-space model at high resolutions. http...

[short] SpecTr: Fast Speculative Decoding via Optimal Transport 24.10.2023

The paper introduces a new autoregressive sampling algorithm called SpecTr, which uses speculative decoding to speed up the sampling process while maintaining the quality of the output. The proposed approach achieves a significant speedup compared to existing methods. https://arxiv.org/abs//2310.15141 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple...

SpecTr: Fast Speculative Decoding via Optimal Transport 24.10.2023

The paper introduces a new autoregressive sampling algorithm called SpecTr, which uses speculative decoding to speed up the sampling process while maintaining the quality of the output. The proposed approach achieves a significant speedup compared to existing methods. https://arxiv.org/abs//2310.15141 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple...

[short] Linear Representations of Sentiment in Large Language Models 24.10.2023

This study investigates how sentiment is represented in Large Language Models (LLMs). The authors find that sentiment is represented linearly and identify the mechanisms involved, including a phenomenon called the summarization motif. Ablating the sentiment direction significantly reduces classification accuracy. https://arxiv.org/abs//2310.15154 YouTube: https://www.youtube.com/@ArxivPapers TikTo...

Linear Representations of Sentiment in Large Language Models 24.10.2023

This study investigates how sentiment is represented in Large Language Models (LLMs). The authors find that sentiment is represented linearly and identify the mechanisms involved, including a phenomenon called the summarization motif. Ablating the sentiment direction significantly reduces classification accuracy. https://arxiv.org/abs//2310.15154 YouTube: https://www.youtube.com/@ArxivPapers TikTo...

Towards Understanding Sycophancy in Language Models 23.10.2023

Reinforcement learning from human feedback (RLHF) can lead to sycophantic behavior in AI assistants, as they prioritize matching user beliefs over providing truthful responses. This behavior is driven by human preference judgments favoring sycophantic responses. https://arxiv.org/abs//2310.13548 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcas...

[short] Contrastive Preference Learning: Learning from Human Feedback without RL 23.10.2023

This paper introduces Contrastive Preference Learning (CPL), a new algorithm for optimizing behavior from human feedback without learning reward functions. CPL is fully off-policy and can be applied to arbitrary MDPs, making it scalable and simpler than prior methods. https://arxiv.org/abs//2310.13639 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple...

Contrastive Preference Learning: Learning from Human Feedback without RL 23.10.2023

This paper introduces Contrastive Preference Learning (CPL), a new algorithm for optimizing behavior from human feedback without learning reward functions. CPL is fully off-policy and can be applied to arbitrary MDPs, making it scalable and simpler than prior methods. https://arxiv.org/abs//2310.13639 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple...

[short] Demystifying the Myths and Legends of Nonconvex Convergence of SGD 22.10.2023

This paper proves that stochastic gradient descent (SGD) algorithms converge to an ε-stationary point in the final iterates, providing a stronger result than existing studies on nonconvex convergence. https://arxiv.org/abs//2310.12969 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://podcasts.apple.com/us/podcast/arxiv-papers/id16924...

Demystifying the Myths and Legends of Nonconvex Convergence of SGD 22.10.2023

This paper proves that stochastic gradient descent (SGD) algorithms converge to an ε-stationary point in the final iterates, providing a stronger result than existing studies on nonconvex convergence. https://arxiv.org/abs//2310.12969 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://podcasts.apple.com/us/podcast/arxiv-papers/id16924...

3D-GPT: Procedural 3D Modeling with Large Language Models 20.10.2023

The paper introduces 3D-GPT, a framework that utilizes large language models for instruction-driven 3D modeling. It demonstrates that 3D-GPT can interpret and execute instructions effectively, collaborate with human designers, and seamlessly integrate with Blender. https://arxiv.org/abs//2310.12945 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Pod...

[short] An Emulator for Fine-Tuning Large Language Models using Small Language Models 20.10.2023

The paper introduces emulated fine-tuning (EFT), a method for combining the knowledge learned by a large language model during pre-training with the knowledge learned by a small model during fine-tuning. EFT allows for test-time adjustment of behavioral traits and improves helpfulness and factuality without additional training. https://arxiv.org/abs//2310.12962 YouTube: https://www.youtube.com/@Ar...

An Emulator for Fine-Tuning Large Language Models using Small Language Models 20.10.2023

The paper introduces emulated fine-tuning (EFT), a method for combining the knowledge learned by a large language model during pre-training with the knowledge learned by a small model during fine-tuning. EFT allows for test-time adjustment of behavioral traits and improves helpfulness and factuality without additional training. https://arxiv.org/abs//2310.12962 YouTube: https://www.youtube.com/@Ar...

[short] Frozen Transformers in Language Models Are Effective Visual Encoder Layers 20.10.2023

Large language models (LLMs) can be used as strong encoders for visual tasks without language by employing a frozen transformer block from pre-trained LLMs. This approach improves performance across various computer vision tasks and is supported by the information filtering hypothesis. https://arxiv.org/abs//2310.12973 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@a...

Frozen Transformers in Language Models Are Effective Visual Encoder Layers 20.10.2023

Large language models (LLMs) can be used as strong encoders for visual tasks without language by employing a frozen transformer block from pre-trained LLMs. This approach improves performance across various computer vision tasks and is supported by the information filtering hypothesis. https://arxiv.org/abs//2310.12973 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@a...

[short] AgentTuning: Enabling Generalized Agent Abilities for LLMs 20.10.2023

AgentTuning is a method to enhance the agent capabilities of large language models (LLMs) without compromising their general abilities. It uses a hybrid instruction-tuning strategy and achieves comparable performance to commercial LLMs on agent tasks. https://arxiv.org/abs//2310.12823 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https:/...

[short] Training Dynamics of Deep Network Linear Regions 20.10.2023

This study examines the training dynamics of deep networks and introduces a novel statistic called local complexity (LC) to measure the concentration of linear regions around data points. The study finds that LC undergoes different phases during training, with linear regions migrating towards the decision boundary in the final phase. These phases are closely related to the memorization and general...

Listen to the Arxiv Papers podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.