阿里巴巴研究型实习生-大模型自进化(RSI)与 Agentic 前沿算法研究
实习兼职阿里巴巴研究型实习生地点:北京 | 杭州状态:招聘
工作描述
任职要求 1、计算机、人工智能、自动化、软件工程、信息安全、数学、统计等相关专业硕士/博士在读,博士在读优先; 2、具备扎实的机器学习、深度学习与强化学习基础,理解大语言模型的预训练、SFT、DPO、PPO/GRPO、RLHF/RLAIF/RLVR、奖励建模等主流技术; 3、熟悉 Agent 关键技术与范式,如 ReAct、Tool Calling、Planning、Memory、Reflection、Multi-Agent、MCP 等;有从零搭建 Agent、训练环境、Benchmark 或自动化评测系统的经验; 4、熟练使用 Python 与 PyTorch,具备良好的算法实现、系统调试和实验分析能力;熟悉至少一种主流后训练/RL 框架(如 verl、OpenRLHF、TRL、AReaL、slime 等),有多机多卡训练经验者优先; 5、具备较强的科研能力与研究品味,能够独立完成文献调研、问题定义、方案设计、实验验证、消融分析和结果归因;具备良好的英文论文阅读、写作与技术表达能力; 6、对“模型如何自主发现问题并持续改进”有强烈兴趣,愿意挑战长程信用分配、开放环境泛化、自动化评测和自我进化等高不确定性问题。 加分项(满足其一即可) 1、在 NeurIPS、ICML、ICLR、ACL、EMNLP、KDD、WWW、AAAI、IJCAI、SOSP/OSDI、USENIX Security、CCS、NDSS 等国际顶级会议或期刊以主要作者身份发表过论文,或拥有高质量 arXiv、开源项目及竞赛成果; 2、有 Agentic RL、Long-Horizon Agent、Self-Play、Automated Curriculum、Synthetic …
登录查看完整工作描述
微信扫码,1秒登录
包括英文材料
机器学习+
https://www.youtube.com/watch?v=0oyDqO8PjIg
Learn about machine learning and AI with this comprehensive 11-hour course from @LunarTech_ai.
https://www.youtube.com/watch?v=i_LwzRVP7bg
Learn Machine Learning in a way that is accessible to absolute beginners.
https://www.youtube.com/watch?v=NWONeJKn6kc
Learn the theory and practical application of machine learning concepts in this comprehensive course for beginners.
https://www.youtube.com/watch?v=PcbuKRNtCUc
Learn about all the most important concepts and terms related to machine learning and AI.
深度学习+
https://d2l.ai/
Interactive deep learning book with code, math, and discussions.
强化学习+
https://cloud.google.com/discover/what-is-reinforcement-learning?hl=en
Reinforcement learning (RL) is a type of machine learning where an "agent" learns optimal behavior through interaction with its environment.
https://huggingface.co/learn/deep-rl-course/unit0/introduction
This course will teach you about Deep Reinforcement Learning from beginner to expert. It’s completely free and open-source!
https://www.kaggle.com/learn/intro-to-game-ai-and-reinforcement-learning
Build your own video game bots, using classic and cutting-edge algorithms.
SFT+
https://cameronrwolfe.substack.com/p/understanding-and-using-supervised
Understanding how SFT works from the idea to a working implementation...
GRPO+
https://cameronrwolfe.substack.com/p/grpo
Most early work on RL for LLMs used Proximal Policy Optimization (PPO) as the default RL optimizer, but recent reasoning research relies upon Group Relative Policy Optimization (GRPO).
RLHF+
[英文] What is RLHF?
https://aws.amazon.com/what-is/reinforcement-learning-from-human-feedback/
Reinforcement learning from human feedback (RLHF) is a machine learning (ML) technique that uses human feedback to optimize ML models to self-learn more efficiently.
https://www.ibm.com/think/topics/rlhf
Reinforcement learning from human feedback (RLHF) is a machine learning technique in which a “reward model” is trained with direct human feedback, then used to optimize the performance of an artificial intelligence agent through reinforcement learning.
AI agent+
https://www.ibm.com/think/ai-agents
Your one-stop resource for gaining in-depth knowledge and hands-on applications of AI agents.
React+
[英文] Quick Start - React
https://react.dev/learn
This page will give you an introduction to 80% of the React concepts that you will use on a daily basis.
https://www.youtube.com/watch?v=SqcY0GlETPk
Master React 18 with TypeScript! ⚛️ Build amazing front-end apps with this beginner-friendly tutorial.
https://www.youtube.com/watch?v=x4rFhThSX04
Learn modern React basics in the most interactive, hands-on way possible in the full course for beginners.
MCP+
https://www.youtube.com/watch?v=eur8dUO9mvE
Unlock the secrets of MCP! 🚀 Dive into the world of Model Context Protocol and learn how to seamlessly connect AI agents to databases, APIs, and more. Roy Derks breaks down its components, from hosts to servers, and showcases real-world applications. Gain the knowledge to revolutionize your AI projects!
https://www.youtube.com/watch?v=L94WBLL0KjY
Let's talk about MCP or the Model Context Protocol.
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
PyTorch+
https://datawhalechina.github.io/thorough-pytorch/
PyTorch是利用深度学习进行数据科学研究的重要工具,在灵活性、可读性和性能上都具备相当的优势,近年来已成为学术界实现深度学习算法最常用的框架。
https://www.youtube.com/watch?v=V_xro1bcAuA
Learn PyTorch for deep learning in this comprehensive course for beginners. PyTorch is a machine learning framework written in Python.
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
NeurIPS+
https://neurips.cc/
还有更多 •••
相关职位
实习阿里巴巴研究型实
1. 在读研究生以上学历,具备LLM/RAG/Agent研发经验,第一作者发表过顶级会议论文。 2. 扎实的算法能力,优良的编程风格,熟悉Python语言,具备复杂系统的设计开发调试能力。 3. 优良
更新于 2026-08-14北京|杭州
实习阿里巴巴研究型实
1. 在读博士研究生,计算机相关专业; 2.有大模型后训练或者强化学习相关经验和工作背景; 3.有A类会议或者期刊论文发表经历; 4.有较强的代码能力,熟练掌握Python编程。 工作职责 我们正在
更新于 2026-05-06北京|杭州
实习阿里巴巴研究型实
1. 具备大模型相关领域的研发经验,熟悉Qwen等主流大模型架构、具备丰富的模型训练优化经验及LLM Agent、Agent RL等大模型训练技术。 2. NLP/多模态/ML相关专业背景,博士在读
更新于 2026-04-27杭州