Integrating Data Validation with Large Language Models for Regulation-Guided Tabular Anomaly Detection (2026.acl-long)
Copied to clipboard
| Challenge: | Existing tabular anomaly detection methods focus on detecting anomalies based on data distribution without considering regulatory compliance. |
| Approach: | They propose a task that leverages regulations to detect anomalies in tabular data . they also develop three new datasets to address this task . |
| Outcome: | The proposed method outperforms baselines on three new datasets. |
Similar Papers
TABARD: A Novel Benchmark for Tabular Anomaly Analysis, Reasoning and Detection (2025.findings-emnlp)
Copied to clipboard
Manan Roy Choudhury, Anirudh Iyengar Kaniyar Narayana Iyengar, Shikhhar Siingh, Sugeeth Puranam, Vivek Gupta
| Challenge: | a new benchmark is constructed to evaluate the accuracy of large language models for tabular data . the benchmark uses direct, indirect, and Chain-of-Thought prompting . |
| Approach: | They propose a framework that uses prompting, self-verification and constraint-based rule execution to improve accuracy. |
| Outcome: | The proposed framework significantly improves accuracy and recall in tabular data. |
TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios (2025.findings-acl)
Copied to clipboard
Xiaokang Zhang, Sijia Luo, Bohan Zhang, Zeyao Ma, Jing Zhang, Yang Li, Guanlin Li, Zijun Yao, Kangli Xu, Jinchang Zhou, Daniel Zhang-Li, Jifan Yu, Shu Zhao, Juanzi Li, Jie Tang
| Challenge: | TableLLM is a robust large language model capable of handling tabular data manipulation tasks. |
| Approach: | They propose a distant supervision method for training which includes a reasoning process extension strategy and a cross-way validation strategy. |
| Outcome: | The proposed model has 8 billion parameters and is capable of handling tabular data tasks. |
Quality Assessment of Tabular Data using Large Language Models and Code Generation (2025.emnlp-industry)
Copied to clipboard
| Challenge: | Data quality is vital for business decisions; poor data quality costs organizations an average of $12.9 million annually. |
| Approach: | They propose a framework that combines statistical inliner detection with LLM-driven rule and code generation. |
| Outcome: | The proposed framework produces semantically valid quality rules and validates them with retrieval-augmented generation (RAG) Extensive evaluations on benchmark datasets confirm the effectiveness of the proposed framework. |
AutoAnoEval: Semantic-Aware Model Selection via Tree-Guided LLM Reasoning for Tabular Anomaly Detection (2026.findings-eacl)
Copied to clipboard
Suhee Yoon, Sanghyu Yoon, Ye Seul Sim, Seungdong Yoa, Dongmin Kim, Soonyoung Lee, Hankook Lee, Woohyung Lim
| Challenge: | Existing approaches to tabular anomaly detection fail to reflect domain specific nature of real-world anomalies. |
| Approach: | They propose a framework that constructs pseudo-evaluation sets with semantically grounded synthetic anomalies. |
| Outcome: | The proposed framework generates pseudo-evaluation sets with semantically grounded synthetic anomalies. |
Can LLMs Find a Needle in a Haystack? A Look at Anomaly Detection Language Modeling (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Anomaly detection (AD) is a problem in machine learning, but it is not always competitive on certain datasets. |
| Approach: | They propose a new approach to Anomaly detection based on large pre-trained language models in three modalities. |
| Outcome: | The proposed model beats baselines on anomaly detection when presented as imbalanced classification problem regardless of the concentration of anomalous samples. |
AD-LLM: Benchmarking Large Language Models for Anomaly Detection (2025.findings-acl)
Copied to clipboard
Tiankai Yang, Yi Nian, Li Li, Ruiyao Xu, Yuangang Li, Jiaqi Li, Zhuo Xiao, Xiyang Hu, Ryan A. Rossi, Kaize Ding, Xia Hu, Yue Zhao
| Challenge: | Anomaly detection (AD) is an important machine learning task with many real-world uses, including fraud detection, medical diagnosis, and industrial monitoring. |
| Approach: | They propose a benchmark that evaluates how large language models (LLMs) can help with NLP anomaly detection. |
| Outcome: | The proposed model can perform zero-shot detection without tasks-specific training, data augmentation and model selection, and it can suggest unsupervised AD models. |
Large Language Models for Anomaly and Out-of-Distribution Detection: A Survey (2025.findings-naacl)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have demonstrated their effectiveness in natural language processing but also in broader applications due to their advanced comprehension and generative capabilities. |
| Approach: | They propose a taxonomy to categorize existing approaches into two classes based on the role played by LLMs. |
| Outcome: | The proposed taxonomy categorizes existing approaches into two classes based on the role played by LLMs. |
From Complexity to Clarity: AI/NLP’s Role in Regulatory Compliance (2025.findings-acl)
Copied to clipboard
| Challenge: | Recent advances in natural language processing have demonstrated remarkable capabilities in text analysis and reasoning. |
| Approach: | They propose to use standardized evaluation frameworks and balanced human-AI collaboration to address these challenges. |
| Outcome: | The proposed research will focus on standardized evaluation frameworks and balanced human-AI collaboration to address these challenges. |
SEC-FinTables: Evaluating Large Language Models for Detecting Logical Inconsistencies on Tabular Data (2026.findings-acl)
Copied to clipboard
| Challenge: | Large language models are increasingly deployed in high-stakes domains where logical inconsistencies are unrecognized. |
| Approach: | They propose a benchmarking system that decomposes inconsistency detection into granular subtasks and a protocol that decompiles it into subtask. |
| Outcome: | The proposed model decomposes inconsistencies into subtasks and identifies them in 103,395 real-world and error-injected table instances. |
TablePilot: Recommending Human-Preferred Tabular Data Analysis with Large Language Models (2025.acl-industry)
Copied to clipboard
| Challenge: | Tabular data analysis is crucial in many scenarios, yet its complexity and density can make it challenging to determine the most appropriate analysis operations for a new table. |
| Approach: | They propose a tabular data analysis framework that recommends query-code-result triplets for new tables . they propose Rec-Align, a method to further improve recommendation quality . |
| Outcome: | The proposed framework achieves 77.0% top-5 recommendation recall on a dataset designed for tabular data analysis recommendation. |