AIBullisharXiv – CS AI · Jun 237/10
🧠Researchers introduce VADAOrchestra, a neurosymbolic framework that combines Large Language Model-based orchestration with symbolic logic programming to execute complex, adaptive workflows. The system addresses key limitations of both traditional business process management and pure LLM-based agents by providing verifiable reasoning traces, improved scalability, and explainability while maintaining runtime adaptability.
AINeutralarXiv – CS AI · Jun 237/10
🧠Researchers introduce Agent Behavior Mining, a governance framework that applies process mining techniques to make generative AI agent decision-making observable and traceable within business processes. The approach translates agent activities into standardized process logs, enabling organizations to detect policy deviations and quantify operational variability while addressing the control challenges posed by non-deterministic AI systems.
AIBullisharXiv – CS AI · Jun 237/10
🧠MammoExpert introduces the first large-scale mammography dataset with Chain-of-Thought reasoning annotations, comprising 2,379 images across 67 histopathology subtypes. The dataset demonstrates significant improvements in breast lesion classification accuracy (4-7.1% gains) and provides a benchmark for interpretable AI diagnostic reasoning in medical imaging.
AIBearisharXiv – CS AI · Jun 237/10
🧠Researchers have discovered a new class of attacks called Targeted Identity Re-Association (TIRA) that can manipulate machine learning fairness audits and SHAP explainability tools without leaving detectable traces. The attacks use probabilistic output manipulation techniques to mask the influence of protected features, demonstrating that critical AI accountability mechanisms are vulnerable to sophisticated gaming.
AIBullisharXiv – CS AI · Jun 237/10
🧠Researchers present GraphRAG, a production-grade system for medical LLMs that reduces hallucinations by constraining answers to verifiable paths within a 700K-node medical knowledge graph. Using Pruned Landmark Labeling and AStarNet heuristics, the system improves clinical reasoning accuracy while reducing latency and hallucination rates in fertility assistant applications.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduce OpenMedReason, a 450K-instance dataset of medical images paired with reasoning traces derived from scientific literature, designed to improve vision-language models for clinical applications. The dataset enables 20% accuracy improvements in medical visual question-answering and demonstrates that AI models can learn to ground diagnostic reasoning in evidence rather than producing answers without justification.
🏢 Hugging Face
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduced MoCA-Agent, a novel AI system that improves financial and numerical reasoning by decomposing questions into atomic claims verified through a market-based mechanism rather than free-form debate. The system achieved strong performance across ten benchmarks, including 78.3% on FinQA and 86.9% on ESGenius, demonstrating that claim-level verification enhances accuracy in high-stakes numerical reasoning tasks.
AIBullisharXiv – CS AI · Jun 27/10
🧠Researchers have developed a monosemantic attribution framework to improve interpretability of Transformer-based language models in clinical applications, particularly for Alzheimer's disease diagnosis. The framework addresses instability in existing attribution methods by reducing inter-method variability and providing stable, explicit importance scores for model predictions.
AIBullisharXiv – CS AI · Jun 17/10
🧠Researchers propose DEM (Distilled Explanation Model), a glass-box framework for anomaly detection in physiological sensor networks that distills gradient boosting expertise into interpretable decision trees while maintaining high accuracy (AUC 0.9964). The model achieves 1235x faster inference than SHAP-based methods, making it practical for real-time medical monitoring with clinically meaningful explanations rather than post-hoc approximations.
AIBullisharXiv – CS AI · May 287/10
🧠Researchers propose a framework for modeling AI moral reasoning as a probabilistic distribution across multiple ethical theories rather than binary judgments. The approach achieves 88.89% accuracy in classifying ethical dilemmas by integrating consequentialism, virtue ethics, and deontology, advancing AI alignment and accountability in decision-making systems.
AIBearisharXiv – CS AI · May 287/10
🧠A comprehensive survey reveals that machine learning systems deployed in regulated financial sectors—credit risk, fraud detection, and anti-money laundering—suffer from reproducibility failures caused by hardware-level nondeterminism in neural networks and generative AI. The research quantifies specific vulnerabilities across tabular models, graph networks, and LLM-based workflows, proposing evaluation frameworks to improve auditability in financial AI systems.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers introduce Deep Arguing, a neurosymbolic method that combines deep learning with argumentation reasoning to create interpretable AI classification models. The approach constructs argumentative structures where data points support or attack predictions, enabling end-to-end learning while providing human-understandable explanations for model decisions.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers introduce HA-HeteroGNN, a Graph Neural Network framework that improves both interpretability and efficiency through hierarchical attention mechanisms and relevance-driven pruning. The approach achieves a 27% reduction in graph edges while improving classification accuracy by up to 2.46%, alongside 43.9% training time reductions.
AIBullisharXiv – CS AI · Apr 207/10
🧠Researchers introduce EVIL, an LLM-guided evolutionary approach that discovers interpretable Python algorithms for zero-shot inference on time series and event sequences without traditional neural network training. The evolved algorithms match or exceed deep learning performance while remaining transparent and significantly faster, demonstrating a novel paradigm for dynamical systems inference.
AIBullisharXiv – CS AI · Apr 207/10
🧠Researchers introduce Prototype-Grounded Concept Models (PGCMs), a new approach to interpretable AI that grounds abstract concepts in visual prototypes—concrete image parts that serve as evidence. Unlike previous Concept Bottleneck Models, PGCMs enable direct verification of whether learned concepts match human intentions, substantially improving transparency and allowing targeted corrections without sacrificing predictive performance.
AINeutralarXiv – CS AI · Apr 77/10
🧠Researchers introduce 'error verifiability' as a new metric to measure whether AI-generated justifications help users distinguish correct from incorrect answers. The study found that common AI improvement methods don't enhance verifiability, but two new domain-specific approaches successfully improved users' ability to assess answer correctness.
AIBullisharXiv – CS AI · Jun 256/10
🧠Researchers present novel algorithms for computing Asymmetric Shapley Values (ASV), a machine learning explainability method that integrates causal knowledge. The work demonstrates polynomial-time computation in contexts where standard SHAP is #P-hard, with specialized algorithms for tree-structured causal graphs and approximation techniques for general directed acyclic graphs.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers have released UnBias-Plus, an open-source toolkit designed to detect, explain, and rewrite bias in natural language across human-written and AI-generated content. The platform offers multi-class bias classification, span localization, neutral text rewriting, and interpretable reasoning, addressing a significant gap in bias mitigation tools with publicly available models and multiple interface options.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers introduce CQD-SHAP, a framework that explains how neural models answer complex queries over incomplete knowledge graphs by computing the contribution of each query component using Shapley values from game theory. This approach addresses the black-box nature of existing complex query answering methods and demonstrates consistent effectiveness across multiple datasets.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers demonstrate that language models can encode verifiable information in their hidden representations while still generating unfaithful explanations, revealing a critical gap between decodability and actual reasoning transparency. Using consistency training across formal theorem proving, game AI, and code generation tasks, the study shows that models can reliably output correct claims yet describe unrelated algorithmic processes, indicating that consistency losses alone cannot guarantee interpretable or trustworthy AI reasoning.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers introduce ForEx, a framework that translates LLM-generated explanations into formal logic (Lean4) to verify whether reasoning actually supports predicted labels on logical fallacy detection tasks. The study reveals a critical gap: while 90% of LLM outputs can be formally verified as logically sound, agreement with human annotations remains around 20%, exposing that formal correctness differs fundamentally from label accuracy.
AINeutralarXiv – CS AI · Jun 196/10
🧠Researchers introduce JustDiag, an AI-powered diagnostic justification engine that improves root cause analysis (RCA) by maintaining explicit process states, competing hypotheses, and evidence tracking rather than relying solely on fluent final answers. Evaluated on 66 real-world incidents, the system demonstrates stronger accountability and process quality in high-stakes operational environments where transparency and calibrated uncertainty matter more than confident completion.
AINeutralarXiv – CS AI · Jun 116/10
🧠A comprehensive survey examines how large language models can reason about time series data through three structural topologies: direct reasoning, linear chain reasoning, and branch-structured reasoning. The research organizes methods across objectives including analysis, explanation, causal inference, and generation, emphasizing the need for evaluation practices that maintain evidence visibility and temporal alignment while balancing computational cost against reliability and reproducibility.
AINeutralarXiv – CS AI · Jun 116/10
🧠Researchers propose treating AI behavior forecasting as a learnable task rather than relying on explainability methods, training specialized models to predict how large reasoning models will perform on new inputs. Behavior Forecasters outperform GPT-5.4 and Claude Opus-4.6 at predicting LRM consistency and input-sensitivity while operating at significantly lower inference costs.
🧠 GPT-5🧠 Claude
AINeutralarXiv – CS AI · Jun 116/10
🧠Researchers introduce ERTS, an explainability-based training method that reduces computational costs for ECG classification by using attention map quality to identify which training samples are genuinely informative versus noisy. The approach demonstrates consistent performance improvements across multiple datasets while significantly lowering training expenses, offering practical efficiency gains for resource-constrained healthcare environments.