TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Taxonomy for Data Transformations in AI Systems

3 点作者 jamesblonde10 个月前

1 comment

jamesblonde10 个月前
The taxonomy is a contribution from a paper we published in SIGMOD&#x27;24 (<a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;3626246.3653389" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;3626246.3653389</a>)<p>The insight of the taxonomy is that not all data transformations in AI systems are equivalent. Some data transformations (aggregations, binning, data compression) produce features that can be reused in many models. Some data transformations (feature encoding&#x2F;scaling, LLM text encoding) are specific to one model. Some data transformations in real-time AI systems require data only available at request-time.