任雨山
Seventy3
73播客,名字取材于Sheldon最喜欢的数字,内容由NotebookLM生成,每天跟随AI读AI业界论文。
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
【第174期】MMOA-RAG:Multi-Agent RL for Enhanced RAG 23.03.2025 12:34
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Improving Retrieval-Augmented Generation through Multi-Agent Reinforcement Learning Summary The paper introduces MMOA-RAG, a novel approach to improve Retrieval-Augmented Generation (RAG) by framing it as a multi-agent reinforcement learning problem. It addresses the issue of independently optimized RAG components by treat...
【第173期】Docling:开源的文档转换工具包 22.03.2025 17:49
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Docling: An Efficient Open-Source Toolkit for AI-driven Document Conversion Summary Docling is a new open-source toolkit for document conversion, designed to parse various document formats into a structured representation using AI models for layout analysis and table recognition. It aims to provide an efficient and customi...
【第172期】AI 安全性方面使用强化学习(RL)的挑战 21.03.2025 13:00
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Challenges in Ensuring AI Safety in DeepSeek-R1 Models: The Shortcomings of Reinforcement Learning Strategies Summary The provided paper investigates the challenges of using Reinforcement Learning (RL) to ensure AI safety, particularly in models like DeepSeek-R1. It highlights limitations such as reward hacking, language i...
【第171期】DivPO:Diverse Preference Optimization 20.03.2025 18:07
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Diverse Preference Optimization Summary The research introduces Diverse Preference Optimization (DivPO), a novel training method designed to enhance the diversity of language model outputs while maintaining quality. Current optimization techniques often lead to a reduction in diversity, especially in creative tasks. DivPO...
【第170期】Chain of RAG 19.03.2025 10:03
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Chain-of-Retrieval Augmented Generation Summary This paper introduces Chain-of-Retrieval Augmented Generation (CoRAG), a method that allows language models to iteratively retrieve and reason over relevant information. Unlike traditional RAG, CoRAG dynamically reformulates queries based on the evolving information state. To...
【第169期】LiT:Linear Diffusion Transformer 18.03.2025 10:29
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: LiT: Delving into a Simplified Linear Diffusion Transformer for Image Generation Summary The provided document introduces LiT, a Linear Diffusion Transformer, designed for efficient image generation. LiT simplifies linear attention mechanisms and employs a novel training strategy involving weight inheritance and hybrid kno...
【第168期】多机器人系统中的“观察-计算-移动”方法 17.03.2025 27:39
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Knowledge in multi-robot systems: an interplay of dynamics, computation and communication Summary This paper bridges the gap between control theory, distributed computing, and temporal epistemic logic to analyze multi-robot systems. It formulates robot behaviors using both hybrid dynamical systems and state machines execut...
【第167期】GCBF+:安全的多智能体避障控制算法 16.03.2025 23:24
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: GCBF+: A Neural Graph Control Barrier Function Framework for Distributed Safe Multi-Agent Control Summary This research introduces a novel framework, GCBF+, for safe and scalable control of multi-agent systems using Graph Control Barrier Functions (GCBFs). The framework employs graph neural networks to learn GCBFs and dist...
【第166期】underthinking:模型思考不够深入的问题 15.03.2025 17:34
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Thoughts Are All Over the Place: On the Underthinking of o1-Like LLMs Summary This research investigates "underthinking" in large language models (LLMs), where models prematurely switch between reasoning strategies on complex tasks. The authors found that this frequent thought-switching correlates with incorrect answers an...
【第165期】DeepSeek-R1 和 OpenAI 的 o3-mini 安全性比较 14.03.2025 16:09
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: o3-mini vs DeepSeek-R1: Which One is Safer? Summary The study assesses the safety of two large language models (LLMs), DeepSeek-R1 and OpenAI's o3-mini, using an automated testing tool called ASTRAL. It explores how these models respond to unsafe prompts across various categories, writing styles, and persuasion techniques....
【第164期】CodeMonkeys:软件工程中一种test time compute方法 13.03.2025 17:45
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: CodeMonkeys: Scaling Test-Time Compute for Software Engineering Summary The "CodeMonkeys" paper introduces a system that improves large language model (LLM) performance on software engineering tasks by scaling test-time compute. This scaling is achieved by iteratively generating and testing code edits, both serially (more...
【第163期】Encoder-Decoder架构的SLM 12.03.2025 16:17
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Return of the Encoder: Maximizing Parameter Efficiency for SLMs Summary This paper challenges the current trend of using decoder-only architectures for language models, particularly for smaller language models (SLMs). It argues that encoder-decoder architectures offer superior efficiency and performance in resource-constra...
【第162期】ICRL:一种通用问题解决方法 11.03.2025 15:25
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: RL + Transformer = A General-Purpose Problem Solver Summary This paper introduces an innovative approach called In-Context Reinforcement Learning (ICRL) that utilizes a pre-trained transformer model to solve problems, even those it hasn't seen before. The model, Llama 3.1 8B, is fine-tuned with reinforcement learning, enab...
【第161期】VideoWorld:从无标签视频数据中学习复杂知识 10.03.2025 16:25
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: VideoWorld: Exploring Knowledge Learning from Unlabeled Videos Summary The paper introduces VideoWorld, a novel approach to learning complex knowledge directly from unlabeled video data. It presents a video generation model that, unlike traditional language models, learns rules, reasoning, and planning skills solely from v...
【第160期】AI Red Teaming实践经验总结 09.03.2025 19:22
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Lessons From Red Teaming 100 Generative AI Products Summary AI red teaming, a practice for assessing the safety and security of generative AI systems, is explored in this paper, drawing from Microsoft's experience red teaming over 100 GenAI products. The authors share their internal threat model ontology and eight lessons...
【第159期】TheAgentCompany:评估 AI 代理在真实工作场景中执行任务的新基准 08.03.2025 18:58
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: TheAgentCompany: Benchmarking LLM Agents on Consequential Real World Tasks Summary TheAgentCompany is introduced as a new benchmark for evaluating AI agents on real-world workplace tasks. This benchmark simulates a software company environment where agents perform tasks like web browsing, coding, and communication with sim...
【第158期】图像生成CoT是什么样的 07.03.2025 17:31
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Can We Generate Images with CoT? Let's Verify and Reinforce Image Generation Step by Step Summary This research explores enhancing autoregressive image generation using Chain-of-Thought (CoT) reasoning strategies commonly applied to language models. The study adapts techniques like test-time verification and preference ali...
【第157期】DiffuEraser:利用稳定扩散技术修复视频 06.03.2025 21:18
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: DiffuEraser: A Diffusion Model for Video Inpainting Summary DiffuEraser is a novel video inpainting model leveraging stable diffusion to address limitations in existing methods. Current video inpainting techniques often struggle with blurring and temporal inconsistencies, especially with large masked areas. DiffuEraser enh...
【第156期】Mobile-Agent-E:智能手机上的Agent 05.03.2025 12:15
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Mobile-Agent-E: Self-Evolving Mobile Assistant for Complex Tasks Summary This research introduces Mobile-Agent-E, an innovative mobile assistant designed to handle complex, real-world tasks on smartphones. The system employs a hierarchical multi-agent framework with a self-evolution module, enabling it to learn from past e...
【第155期】IntellAgent:多智能体框架 04.03.2025 12:38
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: IntellAgent: A Multi-Agent Framework for Evaluating Conversational AI Systems Summary This document introduces IntellAgent, a novel, open-source multi-agent framework designed to evaluate conversational AI systems. IntellAgent addresses the shortcomings of traditional methods by automating the creation of diverse, realisti...
【第154期】Agentic RAG survey 03.03.2025 13:14
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Agentic Retrieval-Augmented Generation: A Survey on Agentic RAG Summary The provided text is a survey of Agentic Retrieval-Augmented Generation (RAG), a paradigm that enhances large language models by integrating autonomous AI agents into the RAG pipeline. This allows for dynamic retrieval strategies, contextual understand...
【第153期】Chain-of-Agents框架 02.03.2025 14:46
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Chain of Agents: Large Language Models Collaborating on Long-Context Tasks Summary Large language models (LLMs) struggle with long contexts due to limitations in processing extensive information. The "Chain-of-Agents" (CoA) framework addresses this by using multiple LLM agents that collaborate to process long documents. Co...
【第152期】Kimi k1.5 01.03.2025 22:03
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Kimi k1.5: Scaling Reinforcement Learning with LLMs Summary This technical report introduces Kimi k1.5, a multimodal large language model trained with reinforcement learning (RL). The report highlights the model's training techniques, including long context scaling and policy optimization, emphasizing a simplistic yet effe...
【第151期】Humanity’s Last Exam 28.02.2025 11:51
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: Humanity’s Last Exam Summary "Humanity's Last Exam" (HLE) introduces a new benchmark designed to assess the knowledge of large language models (LLMs) at the frontier of human expertise. This dataset contains 3,000 multiple-choice and short-answer questions across various subjects, emphasizing deep reasoning skills and resi...
【第150期】DeepSeek-R1 27.02.2025 15:30
Seventy3: 用NotebookLM将论文生成播客,让大家跟着AI一起进步。 今天的主题是: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning Summary DeepSeek-AI introduces DeepSeek-R1-Zero and DeepSeek-R1, reasoning-focused large language models. DeepSeek-R1-Zero uses reinforcement learning (RL) without supervised fine-tuning (SFT) to achieve remarkable reasoning capabilities. De...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.