paper-with-me

Papers

Illuminating Patterns of Divergence: DataDios SmartDiff for Large-Scale Data Difference Analysis

2025-08-30 · Aryan Poduri, Yashwant Tailor arxiv

Data engineering workflows require reliable differencing across files, databases, and query outputs, yet existing tools falter under schema drift, heterogeneous types, and limited explainability. SmartDiff is a unified system that combines schema-aware mapping, type-specific comparators, and parallel execution. It aligns evolving schemas, compares structured and semi-structured data (strings, numbers, dates, JSON/XML), and clusters results with labels that explain how and why differences occur. On multi-million-row datasets, SmartDiff achieves over 95 percent precision and recall, runs 30 to 40 percent faster, and uses 30 to 50 percent less memory than baselines; in user studies, it reduces root-cause analysis time from 10 hours to 12 minutes. An LLM-assisted labeling pipeline produces deterministic, schema-valid multilabel explanations using retrieval augmentation and constrained decoding; ablations show further gains in label accuracy and time to diagnosis over rules-only baselines. These results indicate SmartDiff's utility for migration validation, regression testing, compliance auditing, and continuous data quality monitoring. Index Terms: data differencing, schema evolution, data quality, parallel processing, clustering, explainable validation, big data

📄 PDF Abstract BibTeX arXiv:2509.00293

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Execution Scheduler for DataDios SmartDiff

2025-10-09 · Aryan Poduri arxiv

We present an adaptive scheduler for a single differencing engine (SmartDiff) with two execution modes: (i) in-memory threads and (ii) Dask based parallelism. The scheduler continuously tunes batch size and worker/thread…

Holographic Imaging with XL-MIMO and RIS: Illumination and Reflection Design

2023-12-18 · Giulia Torcolacci, Anna Guerra, Haiyang Zhang, Francesco Guidi 외

This paper addresses a near-field imaging problem utilizing extremely large-scale multiple-input multiple-output (XL-MIMO) antennas and reconfigurable intelligent surfaces (RISs) already in place for wireless communicati…

Illuminating the Black Box: A Psychometric Investigation into the Multifaceted Nature of Large Language Models

2023-12-21 · Yang Lu, Jordan Yu, Shou-Hsuan Stephen Huang

This study explores the idea of AI Personality or AInality suggesting that Large Language Models (LLMs) exhibit patterns similar to human personalities. Assuming that LLMs share these patterns with humans, we investigate…

SentenceSentence Completion

Surgery: Mitigating Harmful Fine-Tuning for Large Language Models via Attention Sink

2026-02-05 · Guozhi Liu, Weiwei Lin, Tiansheng Huang, Ruichao Mo 외 arxiv

Harmful fine-tuning can invalidate safety alignment of large language models, exposing significant safety risks. In this paper, we utilize the attention sink mechanism to mitigate harmful fine-tuning. Specifically, we fi…

An Empirical Study on Noisy Data and LLM Pretraining Loss Divergence

2026-02-02 · Qizhen Zhang, Ankush Garg, Jakob Foerster, Niladri Chatterji 외 arxiv

Large-scale pretraining datasets drive the success of large language models (LLMs). However, these web-scale corpora inevitably contain large amounts of noisy data due to unregulated web content or randomness inherent in…