paper-with-me

홈 › Papers

Context-aware Execution Migration Tool for Data Science Jupyter Notebooks on Hybrid Clouds

2021-07-01 · Renato L. F. Cunha, Lucas V. Real, Renan Souza, Bruno Silva, Marco A. S. Netto

Interactive computing notebooks, such as Jupyter notebooks, have become a popular tool for developing and improving data-driven models. Such notebooks tend to be executed either in the user's own machine or in a cloud environment, having drawbacks and benefits in both approaches. This paper presents a solution developed as a Jupyter extension that automatically selects which cells, as well as in which scenarios, such cells should be migrated to a more suitable platform for execution. We describe how we reduce the execution state of the notebook to decrease migration time and we explore the knowledge of user interactivity patterns with the notebook to determine which blocks of cells should be migrated. Using notebooks from Earth science (remote sensing), image recognition, and hand written digit identification (machine learning), our experiments show notebook state reductions of up to 55x and migration decisions leading to performance gains of up to 3.25x when the user interactivity with the notebook is taken into consideration.

📄 PDF Abstract BibTeX arXiv:2107.00187

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Heddle: A Distributed Orchestration System for Agentic RL Rollout

2026-03-30 · Zili Zhang, Yinmin Zhong, Chengxu Yang, Chao Jin 외 arxiv

Agentic Reinforcement Learning (RL) enables LLMs to solve complex tasks by alternating between a data-collection rollout phase and a policy training phase. During rollout, the agent generates trajectories, i.e., multi-st…

Reinforcement Learning

MigrationMiner: An Automated Detection Tool of Third-Party Java Library Migration at the Method Level

2019-07-05 · Hussein Alrubaye, Mohamed Wiem Mkaouer, Ali Ouni

In this paper we introduce, MigrationMiner, an automated tool that detects code migrations performed between Java third-party library. Given a list of open source projects, the tool detects potential library migration co…

Robust and Efficient Tool Orchestration via Layered Execution Structures with Reflective Correction

2026-02-21 · Tao Zhe, Haoyu Wang, Bo Luo, Min Wu 외 arxiv

Tool invocation is a core capability of agentic systems, yet failures often arise not from individual tool calls but from how multiple tools are organized and executed together. Existing approaches tightly couple tool ex…

10Cache: Heterogeneous Resource-Aware Tensor Caching and Migration for LLM Training

2025-11-18 · Sabiha Afroz, Redwan Ibne Seraj Khan, Hadeel Albahar, Jingoo Han 외 arxiv

Training large language models (LLMs) in the cloud faces growing memory bottlenecks due to the limited capacity and high cost of GPUs. While GPU memory offloading to CPU and NVMe has made large-scale training more feasib…

ToolSelf: Unifying Task Execution and Self-Reconfiguration via Tool-Driven Emergent Adaptation

2026-02-08 · Jingqi Zhou, Sheng Wang, Dezhao Deng, Junwen Lu 외 arxiv

LLM-powered agentic systems excel at complex long-horizon tasks, but remain constrained by static configurations fixed before execution. Such rigidity forces a trade-off between domain-specific performance and cross-task…

Reinforcement Learning