paper-with-me

홈 › Papers

Rethinking and Recomputing the Value of ML Models

2022-09-30 · Burcu Sayin, Fabio Casati, Andrea Passerini, Jie Yang, Xinyue Chen

In this paper, we argue that the way we have been training and evaluating ML models has largely forgotten the fact that they are applied in an organization or societal context as they provide value to people. We show that with this perspective we fundamentally change how we evaluate, select and deploy ML models - and to some extent even what it means to learn. Specifically, we stress that the notion of value plays a central role in learning and evaluating, and different models may require different learning practices and provide different values based on the application context they are applied. We also show that this concretely impacts how we select and embed models into human workflows based on experimental datasets. Nothing of what is presented here is hard: to a large extent is a series of fairly trivial observations with massive practical implications.

📄 PDF Abstract BibTeX arXiv:2209.15157

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Residual Stream Is All You Need: On the Redundancy of the KV Cache in Transformer Inference

2026-03-20 · Kaleem Ullah Qasim, Jiashu Zhang, Muhammad Kafeel Shaheen, Razan Alharith 외 arxiv

The key-value (KV) cache is widely treated as essential state in transformer inference, and a large body of work engineers policies to compress, evict, or approximate its entries. We prove that this state is entirely red…

KV Packet: Recomputation-Free Context-Independent KV Caching for LLMs

2026-04-14 · Chuangtao Chen, Grace Li Zhang, Xunzhao Yin, Cheng Zhuo 외 arxiv

Large Language Models (LLMs) rely heavily on Key-Value (KV) caching to minimize inference latency. However, standard KV caches are context-dependent: reusing a cached document in a new context requires recomputing KV sta…

Recomputing Solutions to Perturbed Multi-Commodity Pickup and Delivery Vehicle Routing Problems using Monte Carlo Tree Search

2023-04-22 · Mithun Goutham, Stephanie Stockar

The Multi-Commodity Pickup and Delivery Vehicle Routing Problem aims to optimize the pickup and delivery of multiple unique commodities using a fleet of several agents with limited payload capacities. This paper addresse…

Fill in the Blanks: Accelerating Q-Learning with a Handful of Demonstrations in Sparse Reward Settings

2025-10-28 · Seyed Mahdi Basiri Azad, Joschka Boedecker arxiv

Reinforcement learning (RL) in sparse-reward environments remains a significant challenge due to the lack of informative feedback. We propose a simple yet effective method that uses a small number of successful demonstra…

Reinforcement Learning

Set-Based Retrograde Analysis: Precomputing the Solution to 24-card Bridge Double Dummy Deals

2024-11-13 · Isaac Stone, Nathan R. Sturtevant, Jonathan Schaeffer

Retrograde analysis is used in game-playing programs to solve states at the end of a game, working backwards toward the start of the game. The algorithm iterates through and computes the perfect-play value for as many st…