Igor Melnyk
Arxiv Papers
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
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Training Dynamics of Deep Network Linear Regions 20.10.2023 17:30
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...
AgentTuning: Enabling Generalized Agent Abilities for LLMs 20.10.2023 31:41
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] Eliciting Human Preferences with Language Models 19.10.2023 2:33
The paper introduces generative active task elicitation (GATE), a learning framework where language models interact with users to elicit and infer intended behavior. Experiments show that LM-driven elicitation is more informative and requires less effort than user-written prompts or labels. https://arxiv.org/abs//2310.11589 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.c...
Eliciting Human Preferences with Language Models 19.10.2023 19:17
The paper introduces generative active task elicitation (GATE), a learning framework where language models interact with users to elicit and infer intended behavior. Experiments show that LM-driven elicitation is more informative and requires less effort than user-written prompts or labels. https://arxiv.org/abs//2310.11589 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.c...
[short] Emptying the Ocean with a Spoon: Should We Edit Models? 19.10.2023 2:00
The paper questions the effectiveness of direct model editing for correcting factual errors in language models. It suggests alternative approaches such as retrieval-based architectures, concept erasure methods, and attribution methods, and emphasizes the need for cautious use of model editing in language model deployment. https://arxiv.org/abs//2310.11958 YouTube: https://www.youtube.com/@ArxivPap...
Emptying the Ocean with a Spoon: Should We Edit Models? 19.10.2023 15:49
The paper questions the effectiveness of direct model editing for correcting factual errors in language models. It suggests alternative approaches such as retrieval-based architectures, concept erasure methods, and attribution methods, and emphasizes the need for cautious use of model editing in language model deployment. https://arxiv.org/abs//2310.11958 YouTube: https://www.youtube.com/@ArxivPap...
[short] SELF-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection 19.10.2023 2:18
The paper introduces a framework called Self-Reflective Retrieval-Augmented Generation (SELF-RAG) that enhances the quality and factuality of large language models (LLMs) by incorporating retrieval and self-reflection. SELF-RAG outperforms existing models on various tasks. https://arxiv.org/abs//2310.11511 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers A...
SELF-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection 19.10.2023 21:11
The paper introduces a framework called Self-Reflective Retrieval-Augmented Generation (SELF-RAG) that enhances the quality and factuality of large language models (LLMs) by incorporating retrieval and self-reflection. SELF-RAG outperforms existing models on various tasks. https://arxiv.org/abs//2310.11511 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers A...
[short] Approximating Two-Layer Feedforward Networks for Efficient Transformers 18.10.2023 2:06
The paper introduces a general framework for approximating two-layer neural networks using sparse Mixtures of Experts (MoEs) and product-key memories (PKMs). The proposed methods improve both MoEs and PKMs, showing that they are competitive with dense models while being more resource efficient. https://arxiv.org/abs//2310.10837 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tikt...
Approximating Two-Layer Feedforward Networks for Efficient Transformers 18.10.2023 26:11
The paper introduces a general framework for approximating two-layer neural networks using sparse Mixtures of Experts (MoEs) and product-key memories (PKMs). The proposed methods improve both MoEs and PKMs, showing that they are competitive with dense models while being more resource efficient. https://arxiv.org/abs//2310.10837 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tikt...
[short] Context-Aware Meta-Learning 18.10.2023 1:53
This paper proposes a meta-learning algorithm that allows visual models to learn new concepts during inference without fine-tuning, similar to how large language models like ChatGPT learn new concepts. The approach outperforms state-of-the-art algorithms on several benchmarks without meta-training or fine-tuning. https://arxiv.org/abs//2310.10971 YouTube: https://www.youtube.com/@ArxivPapers TikTo...
Context-Aware Meta-Learning 18.10.2023 20:35
This paper proposes a meta-learning algorithm that allows visual models to learn new concepts during inference without fine-tuning, similar to how large language models like ChatGPT learn new concepts. The approach outperforms state-of-the-art algorithms on several benchmarks without meta-training or fine-tuning. https://arxiv.org/abs//2310.10971 YouTube: https://www.youtube.com/@ArxivPapers TikTo...
[short] In-Context Pretraining: Language Modeling Beyond Document Boundaries 17.10.2023 2:37
In this paper, the authors propose in-context pretraining for language models, where models are pretrained on sequences of related documents to encourage reasoning across document boundaries. They introduce algorithms for finding related documents and constructing coherent input contexts, and show that in-context pretraining improves performance on various tasks. https://arxiv.org/abs//2310.10638...
In-Context Pretraining: Language Modeling Beyond Document Boundaries 17.10.2023 18:49
In this paper, the authors propose in-context pretraining for language models, where models are pretrained on sequences of related documents to encourage reasoning across document boundaries. They introduce algorithms for finding related documents and constructing coherent input contexts, and show that in-context pretraining improves performance on various tasks. https://arxiv.org/abs//2310.10638...
[short] Improving Large Language Model Fine-tuning for Solving Math Problems 17.10.2023 2:00
Fine-tuning large language models (LLMs) using solution fine-tuning, solution-cluster re-ranking, and multi-task sequential fine-tuning improves their performance in solving math problems, achieving 58.8% accuracy on the MATH dataset. https://arxiv.org/abs//2310.10047 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://podcasts.apple.c...
Improving Large Language Model Fine-tuning for Solving Math Problems 17.10.2023 16:07
Fine-tuning large language models (LLMs) using solution fine-tuning, solution-cluster re-ranking, and multi-task sequential fine-tuning improves their performance in solving math problems, achieving 58.8% accuracy on the MATH dataset. https://arxiv.org/abs//2310.10047 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://podcasts.apple.c...
[short] Reward-Augmented Decoding: Efficient Controlled Text Generation With a Unidirectional Reward Model 17.10.2023 1:54
The paper introduces Reward-Augmented Decoding (RAD), a text generation procedure that uses a reward model to encourage a language model to generate text with desired properties. RAD outperforms other methods and has minimal computational overhead. https://arxiv.org/abs//2310.09520 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://po...
Reward-Augmented Decoding: Efficient Controlled Text Generation With a Unidirectional Reward Model 17.10.2023 9:43
The paper introduces Reward-Augmented Decoding (RAD), a text generation procedure that uses a reward model to encourage a language model to generate text with desired properties. RAD outperforms other methods and has minimal computational overhead. https://arxiv.org/abs//2310.09520 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://po...
[short] MemGPT: Towards LLMs as Operating Systems 16.10.2023 2:58
The paper introduces MemGPT, a system that uses virtual context management to extend the limited context windows of large language models (LLMs), enabling tasks like document analysis and extended conversations. MemGPT is evaluated in document analysis and multi-session chat, showing improved performance. Code and data are released at https://memgpt.ai. https://arxiv.org/abs//2310.08560 YouTube: h...
MemGPT: Towards LLMs as Operating Systems 16.10.2023 26:39
The paper introduces MemGPT, a system that uses virtual context management to extend the limited context windows of large language models (LLMs), enabling tasks like document analysis and extended conversations. MemGPT is evaluated in document analysis and multi-session chat, showing improved performance. Code and data are released at https://memgpt.ai. https://arxiv.org/abs//2310.08560 YouTube: h...
[short] Neural Diffusion Models 13.10.2023 2:29
This paper introduces Neural Diffusion Models (NDMs), which allow for non-linear transformations of data. NDMs outperform conventional diffusion models in terms of likelihood and sample quality. https://arxiv.org/abs//2310.08337 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://podcasts.apple.com/us/podcast/arxiv-papers/id1692476016...
Neural Diffusion Models 13.10.2023 22:22
This paper introduces Neural Diffusion Models (NDMs), which allow for non-linear transformations of data. NDMs outperform conventional diffusion models in terms of likelihood and sample quality. https://arxiv.org/abs//2310.08337 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://podcasts.apple.com/us/podcast/arxiv-papers/id1692476016...
[short] Offline pRetraining for Online RL: Decoupled Policy Learning to Mitigate Exploration Bias 13.10.2023 3:07
Offline retraining, a policy extraction step at the end of online fine-tuning, decouples policies used for data collection and evaluation, reducing bias and improving performance in reinforcement learning. https://arxiv.org/abs//2310.08558 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://podcasts.apple.com/us/podcast/arxiv-papers/id...
Offline pRetraining for Online RL: Decoupled Policy Learning to Mitigate Exploration Bias 13.10.2023 20:39
Offline retraining, a policy extraction step at the end of online fine-tuning, decouples policies used for data collection and evaluation, reducing bias and improving performance in reinforcement learning. https://arxiv.org/abs//2310.08558 YouTube: https://www.youtube.com/@ArxivPapers TikTok: https://www.tiktok.com/@arxiv_papers Apple Podcasts: https://podcasts.apple.com/us/podcast/arxiv-papers/id...
[short] Online Speculative Decoding 12.10.2023 2:15
Online speculative decoding is introduced as a technique to improve the efficacy of speculative decoding in large language models. By continually updating draft models using excess computational power, the draft models can more accurately predict the target model's outputs, resulting in reduced latency. https://arxiv.org/abs//2310.07177 YouTube: https://www.youtube.com/@ArxivPapers TikTok: htt...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.