中文
相关论文

相关论文: An adaptable JSON Diff Framework

200 篇论文

In many IoT applications, the central interest lies not in individual sensor signals but in their differences, yet interpreting such differences requires expert knowledge. We propose DiffNator, a framework for structured explanations of…

计算与语言 · 计算机科学 2025-09-25 Kota Dohi , Tomoya Nishida , Harsh Purohit , Takashi Endo , Yohei Kawaguchi

Multimodal recommendation systems integrate diverse multimodal information into the feature representations of both items and users, thereby enabling a more comprehensive modeling of user preferences. However, existing methods are hindered…

多媒体 · 计算机科学 2025-01-03 Qiya Song , Jiajun Hu , Lin Xiao , Bin Sun , Xieping Gao , Shutao Li

Schema discovery is an important aspect to working with data in formats such as JSON. Unlike relational databases, JSON data sets often do not have associated structural information. Consumers of such datasets are often left to browse…

数据库 · 计算机科学 2023-07-07 Michael J. Mior

Many applications model their data in a general-purpose storage format such as JSON. This data structure is modified by the application as a result of user input. Such modifications are well understood if performed sequentially on a single…

分布式、并行与集群计算 · 计算机科学 2017-08-16 Martin Kleppmann , Alastair R. Beresford

Parallel programs require software support to coordinate access to shared data. For this purpose, modern programming languages provide strongly-consistent shared objects. To account for their many usages, these objects offer a large API.…

分布式、并行与集群计算 · 计算机科学 2025-04-30 Boubacar Kane , Pierre Sutra

Reliable handling of code diffs is central to agents that edit and refactor repositories at scale. We introduce Diff-XYZ, a compact benchmark for code-diff understanding with three supervised tasks: apply (old code $+$ diff $\rightarrow$…

软件工程 · 计算机科学 2025-11-18 Evgeniy Glukhov , Michele Conti , Egor Bogomolov , Yaroslav Golubev , Alexander Bezzubov

We introduce JAX FDM, a differentiable solver to design mechanically efficient shapes for 3D structures conditioned on target architectural, fabrication and structural properties. Examples of such structures are domes, cable nets and…

计算工程、金融与科学 · 计算机科学 2023-10-31 Rafael Pastrana , Deniz Oktay , Ryan P. Adams , Sigrid Adriaenssens

The dynamic nature of Web data gives rise to a multitude of problems related to the identification, computation and management of the evolving versions and the related changes. In this paper, we consider the problem of change recognition in…

数据库 · 计算机科学 2015-01-13 Yannis Roussakis , Ioannis Chrysakis , Kostas Stefanidis , Giorgos Flouris , Yannis Stavrakas

Distributed model fitting refers to the process of fitting a mathematical or statistical model to the data using distributed computing resources, such that computing tasks are divided among multiple interconnected computers or nodes, often…

统计计算 · 统计学 2024-06-04 Xiaofei Wu , Rongmei Liang , Fabio Roli , Marcello Pelillo , Jing Yuan

In this paper we propose an optimization-based framework to multiple object matching. The framework takes maps computed between pairs of objects as input, and outputs maps that are consistent among all pairs of objects. The central idea of…

数据结构与算法 · 计算机科学 2018-04-12 Nan Hu , Qixing Huang , Boris Thibert , Leonidas Guibas

JSON Schema is the de facto standard for describing the structure of JSON documents. Reasoning about JSON Schema inclusion -- whether every instance satisfying a schema S1 also satisfies a schema S2 -- is a key building block for a variety…

We present a principled theoretical framework for inferring and checking the union types, and show its work in practice on JSON data structures. The framework poses a union type inference as a learning problem from multiple examples. The…

编程语言 · 计算机科学 2021-01-13 Michał J. Gajda

A comprehensive research framework for a comparative analysis of candidate network architectures and protocols in the clean-slate design of next-generation optical access is proposed. The proposed research framework consists of a…

网络与互联网体系结构 · 计算机科学 2014-03-25 Kyeong Soo Kim

JSON (JavaScript Object Notation) is a data encoding that allows structured data to be used in a standardized and straightforward manner across systems. Schemas for JSON-formatted data can be constructed using the JSON Schema standard,…

编程语言 · 计算机科学 2025-08-13 Jack Stanek , Daniel Killough

We propose DIVERSE, a framework for systematically exploring the Rashomon set of deep neural networks, the collection of models that match a reference model's accuracy while differing in their predictive behavior. DIVERSE augments a…

机器学习 · 计算机科学 2026-01-29 Gilles Eerlings , Brent Zoomers , Jori Liesenborgs , Gustavo Rovelo Ruiz , Kris Luyten

JSON is a popular standard for data interchange on the Internet. Ingesting JSON documents can be a performance bottleneck. A popular parsing strategy consists in converting the input text into a tree-based data structure -- sometimes called…

数据库 · 计算机科学 2024-08-02 John Keiser , Daniel Lemire

This paper proposes Relational Similarity Machines (RSM): a fast, accurate, and flexible relational learning framework for supervised and semi-supervised learning tasks. Despite the importance of relational learning, most existing methods…

机器学习 · 统计学 2016-08-03 Ryan A. Rossi , Rong Zhou , Nesreen K. Ahmed

Linearizable datastores are desirable because they provide users with the illusion that the datastore is run on a single machine that performs client operations one at a time. To reduce the performance cost of providing this illusion, many…

分布式、并行与集群计算 · 计算机科学 2024-04-09 Myles Thiessen , Aleksey Panas , Guy Khazma , Eyal de Lara

We introduce the problem of performing set-difference range queries, where answers to queries are set-theoretic symmetric differences between sets of items in two geometric ranges. We describe a general framework for answering such queries…

数据结构与算法 · 计算机科学 2013-06-17 David Eppstein , Michael T. Goodrich , Joseph A. Simons

Semi-structured data formats such as JSON have proved to be useful data models for applications that require flexibility in the format of data stored. However, JSON data often come without the schemas that are typically available with…

数据库 · 计算机科学 2024-07-04 Michael J. Mior
‹ 上一页 1 2 3 10 下一页 ›