Findings
-
[1] 2026-09-24 Estimating suicide risk from text
When people reach out during a mental health crisis, a top priority for counselors is identifying those with a high risk of suicide. The distressed person’s language holds critical clues, and a new tool developed by scientists at MIT’s McGovern… However, they say they often use their lexicon in parallel to guarantee flagging certain terms, as well as to maintain data privacy.Low stresses that while the team used the power of a large language model to develop its lexicon, its…
-
[2] 2026-09-24 The promise and peril of using visual AI to study cities
A few months ago, researchers from the MIT Senseable City Lab published a study about pollution in New York City featuring some new methods. For instance: With machine learning, they identified the types of vehicles appearing in 331 traffic cameras… this year as well. In evaluating the potential safety gains from intensive video recording, the authors write, “the benefits must be weighed against the significant erosion of personal freedom and the potential for abuse inherent in a system of constant monitoring.”Meanwhile,…
-
[3] 2026-09-24 Large Knowledge Model: From Papers to a Scientific Reasoning Landscape
arXiv:2609.27297v1 Announce Type: cross Abstract: Accumulated scientific knowledge advances inquiry when prior findings help researchers choose new questions, design investigations, and interpret results. Realizing this value at scale requires access to the reasoning that connects research problems, scientific procedures, conclusions, and evidence. We introduce the Large Knowledge Model (LKM), a scientific knowledge infrastructure that transforms the literature into a shared,…
-
[4] 2026-09-24 NADI 2026: The Second Multidialectal Arabic Speech Processing Shared Task
arXiv:2609.27086v1 Announce Type: new Abstract: NADI 2026 is the seventh edition of the Nuanced Arabic Dialect Identification (NADI) shared task series and the second dedicated to multidialectal Arabic speech processing. This edition comprises five tasks and eight subtasks spanning Automatic Speech Recognition (ASR), Spoken Dialect Identification (SDID), Text-to-Speech (TTS), Spoken Language Translation (SLT), and Spoken Language Understanding (SLU). NADI 2026…
-
[5] 2026-09-24 Algorithmic Unverifiability of Safety for Fixed and Recursively Self-Improving Systems
arXiv:2606.28639v3 Announce Type: replace-cross Abstract: We establish mathematical limits of algorithmic safety verification for Turing-complete self-modifying systems, the class in which recursive self-improvement takes place, both for a fixed system and across its own modification. Statically, no verifier is sound, complete and tractable: over unbounded domains by Rice's and G"odel's theorems, over all finite configurations by Trakhtenbrot's theorem, and over…
-
[6] 2026-09-24 What Changes When Fact-Verification Scores Improve? Evidence and Answer Accounting Across Trained Verifiers and LLMs
arXiv:2609.27064v1 Announce Type: new Abstract: A joint fact-verification score assesses answers and submitted evidence together. When the score improves, how much of the gain remains if the answers are held fixed? On FEVEROUS, strict score is the percentage of claims with a correct answer and a complete annotated evidence group in the submitted evidence. Across four trained DeBERTa checkpoints and…
-
[7] 2026-09-24 Preserving What Matters: Semantic Scaffolds Beyond Saturation in Summarization Evaluation
arXiv:2609.22603v2 Announce Type: replace Abstract: Summarization ships in countless production systems, making model selection a routine decision that depends on measuring summary quality. Existing metrics struggle to support this: ROUGE captures only surface overlap, while LLM-as-judge scores saturate to near-identical values that fail to rank models effectively. We observe this saturation across three public datasets, two proprietary datasets, and multilingual…
-
arXiv:2609.27059v1 Announce Type: new Abstract: We introduce the Illinois Social Attitudes Aggregate Corpus (ISAAC), an open, modular, and accessible corpus of 527 million+ English-language Reddit posts selected for relevance to six key social group distinctions based on race, sexuality, age, ability, body weight, and skin tone, covering the 17-year period from 2007 to 2023. A multi-step, human-audited filtering pipeline was…
-
[9] 2026-09-24 Training Leaves Traces: Centered Residual Signatures for Language Model Lineage Verification
arXiv:2608.14929v2 Announce Type: replace Abstract: Open-weight language models are fine-tuned, quantized, pruned, and merged, yet their provenance is often undocumented. We study data-free white-box lineage verification: can weights alone reveal whether two compatible model checkpoints share ancestry? Residual training produces a shared identity-aligned component in branch products, so this structure alone cannot establish ancestry. We remove it and compare checkpoint-specific…
-
[10] 2026-09-24 Recognized but Not Produced: A Generation Benchmark for Culturally Specific Kinship Terms
arXiv:2609.26942v1 Announce Type: new Abstract: Current literature evaluates large language models (LLMs) on multilingual kinship understanding using multiple choice benchmarks, treating it as a recognition problem. We instead prompt five open weight LLMs to generate kinship terms in three non Western languages (Hindi, Tamil, and Korean) across two communicative tasks and pair this with a matched option-supported selection baseline. On…
-
[11] 2026-09-24 Classifying Interpretive Canons at the Sentence Level: A Benchmark from the German Federal Constitutional Court
arXiv:2609.26945v1 Announce Type: new Abstract: Judicial reasoning remains challenging for large language models (LLMs) to analyze. This paper contributes a sentence-level benchmark for evaluating the ability of LLMs to classify interpretive canons as articulated by Larenz in the tradition of Savigny. Our contributions are threefold. First, we operationalize this conception of interpretation as classification criteria. Second, we provide a dataset…
-
[12] 2026-09-24 When Learned Context Planning Fails to Beat Strong Retrieval: A Controlled Study of Planning, Routing, and Reranking for Long-Context QA
arXiv:2609.26976v1 Announce Type: new Abstract: Learned context planning selects evidence atoms before an answer model reasons over them. We test whether this learned selection improves long-context multiple-choice QA after strong retrieval, routing, budgeted-selector, and reranking controls. Our primary diagnostic uses all 503 LongBench-v2 MCQ questions with Qwen2.5-7B-Instruct. The planner is SFT-trained on outcome-selected traces from 140 training and 28 development…
-
[13] 2026-09-24 LexLattice: Multilingual Extractive Summarization via Neural Cellular Automata on Document Hierarchies
arXiv:2609.27032v1 Announce Type: new Abstract: Faithfulness is a central concern in legal text summarization, which motivates extractive approaches that select verbatim content traceable to its source. Such methods typically rank paragraphs or other structural units in isolation, yet give little attention to consolidating evidence that is distributed across, and shares salience between, distant parts of a document. We introduce LexLattice,…
-
[14] 2026-09-24 LEGO: Synergizing Expert GraphRAG and Expert Chain-of-Thought for Legal Reasoning
arXiv:2609.27009v1 Announce Type: new Abstract: Large language models are increasingly applied to high-risk domains such as law, yet complex legal reasoning remains limited by two structural challenges. First, existing RAG and GraphRAG methods emphasize lexical or semantic similarity while overlooking normative relations among legal provisions. Second, vanilla Chain-of-Thought prompting may generate plausible rationales without enforcing the normative structure of legal…
-
[15] 2026-09-24 Self-Improvement as Coherence Optimization: A Theoretical Account
arXiv:2601.13566v2 Announce Type: replace-cross Abstract: Can language models improve their accuracy without external supervision? Methods such as debate, bootstrap, and internal coherence maximization achieve this surprising feat, even matching golden finetuning performance. Yet why they work remains theoretically unclear. We show that they can all be understood as coherence optimization, the search for a context-to-behavior mapping that is most compressible…
-
[16] 2026-09-24 EduBehaviors: Assertion-based Schemas for Auditable Coding of Educational Dialogues
arXiv:2609.27043v1 Announce Type: new Abstract: Large language models have allowed the rapid deployment of pedagogical annotations corresponding to constructs of interest, allowing a natural language interface for generating classifications on a conversational dataset. However due to the opaque nature of LLM reasoning, we have no verifiable, mechanistic insight into why a model chose a label for an utterance. We introduce…
-
[17] 2026-09-24 What Looks Like a Capability Limit in Vision-Language Models Is a Readout Limit
arXiv:2609.27408v1 Announce Type: cross Abstract: Benchmarks for vision-language models offer their answer choices in some convention: a letter, a color name, a pixel coordinate. That convention is treated as neutral. We find it is not, and that the limits a benchmark reports can belong to the readout rather than to the model. On 200 COCO photographs, Qwen3-VL-4B picks the correct…
-
[18] 2026-09-24 Learn Your Own Thoughts: Abstract Token Curriculum
arXiv:2609.19717v2 Announce Type: replace-cross Abstract: Large Language Models (LLMs) have achieved remarkable reasoning capabilities by utilizing chain-of-thought (CoT) as a scratchpad for intermediate stages of thinking. However, CoT techniques require explicit supervision on thinking tokens, which requires rich, task-specific data. In this work, we propose Abstract Token Curriculum (ATC), a novel curriculum learning framework that elicits effective continuous intermediate representations…
-
[19] 2026-09-24 Order-Invariant Answers, Order-Sensitive Representations in Mathematical Reasoning
arXiv:2609.28442v1 Announce Type: cross Abstract: Reordering a set of mathematical rules without changing its meaning should preserve the correct answer, but must a model's internal representations stay invariant too? We investigate this question using synthetic multi-step function-composition problems, each presented under multiple rule orderings with the same correct answer. We measure accuracy and permutation signal-to-noise ratio (SNR), which quantifies how…
-
[20] 2026-09-24 What Confidence Routing Is Actually Doing: Auditing Routing, Calibration, and Commitment in Multi-Agent Deliberation
arXiv:2609.27822v1 Announce Type: cross Abstract: A common multi-agent design asks agents to report confidence and lets the highest-scoring agent speak next, implicitly using one scalar both to route the conversation and to estimate uncertainty. We audit this confidence-routed broadcast protocol by separating three trace-level questions: whether it selects the right candidate (routing), whether reported confidence behaves like a probability (calibration),…
-
[21] 2026-09-24 TukaBench: A Culturally Grounded Jailbreak Benchmark for African Languages
arXiv:2606.01322v2 Announce Type: replace Abstract: Safety evaluation of Large Language Models (LLMs) remains heavily English-centric, leaving Low-Resource Languages (LRLs), particularly African ones, critically underexplored. We introduce TUKABENCH, a jailbreak benchmark for seven African languages that extends JailbreakBench (JBB) beyond direct translation through four settings: human translation of JBB prompts, English adaptation to African contexts followed by human translation, human-curated prompts…
-
[22] 2026-09-24 EnComp: Lightweight Encoder-Only Context Compression for Retrieval-Augmented Question Answering
arXiv:2603.09222v2 Announce Type: replace Abstract: Efficient context compression is critical for retrieval-augmented question answering in resource-constrained settings, where long retrieved contexts increase latency, memory use, and LLM reader cost. We propose a lightweight encoder-only framework for query-driven sentence pruning that preserves answer-critical evidence while aggressively reducing irrelevant context. Our method learns marginal contribution scores for sentences using counterfactual training signals…
-
[23] 2026-09-24 On Preference Coverage Collapse from Hindsight Relabeling in Multi-Objective Reinforcement Learning
arXiv:2609.26918v1 Announce Type: new Abstract: Hindsight relabeling which retroactively replacing a transition's goal with the outcome the agent actually achieved is an effective tool for improving sample-efficiency in Reinforcement Learning (RL). A natural extension to preference-conditioned multi-objective RL (MORL) relabels transitions with the preference direction the agent achieved rather than the one asked for. We show that this extension is…
-
[24] 2026-09-24 Silent Failures Beyond the 32-Bit Index Range: A Differential Characterization of Large-Tensor Matrix Multiplication in PyTorch's MPS Backend
arXiv:2609.22991v2 Announce Type: replace-cross Abstract: Apple Silicon machines with large unified memory make it possible to hold large tensors on a desktop GPU. However, we found that PyTorch's Metal Performance Shaders (MPS) backend silently returns wrong results for batched matrix multiplication with more than $2^{32}$ elements. torch bmm, including its wrappers matmul and eager attention, returns relative errors above 1…
-
[25] 2026-09-24 CORE-STACK+: Meta-Learning for Deep Stacked Generalization
arXiv:2609.26905v1 Announce Type: new Abstract: Stacking heterogeneous vision backbones (CNNs, ViTs, and hybrids) is the de facto recipe for accuracy, calibration, and robustness, yet two coupled pathologies limit its returns. Prediction-space multicollinearity ill-conditions the meta-learner's Gram matrix, inflating weight variance and producing brittle solutions on a thin manifold. Calibration collapse compounds constituent miscalibration through naive linear stacking, so adding more…
-
[26] 2026-09-24 An Adaptive Machine Learning Framework for Fluid Flow in Dual-Network Porous Media
arXiv:2603.19561v2 Announce Type: replace-cross Abstract: Porous materials — natural or engineered — often exhibit dual pore-network structures that govern processes such as mineral exploration and hydrocarbon recovery from tight shales. Double porosity/permeability (DPP) mathematical models describe incompressible fluid flow through two interacting pore networks with inter-network mass exchange. Despite significant advances in numerical methods, there remains a need for computational…
-
[27] 2026-09-24 PR-Smoother: Simulator-Preserving Non-Gaussian Smoothing for Data Assimilation
arXiv:2609.26890v1 Announce Type: new Abstract: Many physical data assimilation (DA) workflows require smoothing methods that represent non-Gaussian posteriors over physical state variables, scale to high-dimensional simulators, train from observation windows alone, and remain compatible with calibration of the prescribed simulator. We introduce PR-Smoother, a simulator-preserving amortized smoother designed for this prescribed-simulator DA regime. Its key design principle is to keep…
-
[28] 2026-09-24 Intervention, Not Shared Latents: Blocking Visual Shortcuts in Audio-Video Generation
arXiv:2609.22361v3 Announce Type: replace Abstract: Joint audio–video (AV) generators are trained on data in which emph{what an event looks like} and emph{what it sounds like} are spuriously correlated. We present a emph{controlled causal study} of the resulting failure mode. In an AV structural causal model where the audio is, by construction, independent of the video's nuisance appearance, models that let…
-
[29] 2026-09-24 HARN: Hierarchical Associative Resonance Network for Event-Driven Multi-Timeframe Forecasting
arXiv:2609.26822v1 Announce Type: new Abstract: Financial time series evolve across multiple temporal resolutions, challenging forecasting systems to incorporate newly available information without repeatedly recomputing unchanged representations. We introduce HARN, a Hierarchical Associative Resonance Network for event-driven multi-timeframe forecasting. HARN maintains persistent representations across temporal levels and updates each level only when its corresponding completed bar becomes available. The architecture combines…
-
[30] 2026-09-24 What Makes a Terminal-Bench Task Hard? Separating Genuine Hardness from Fake-Hardness on an Adjudicated Agentic Corpus
arXiv:2609.26826v1 Announce Type: new Abstract: Frontier benchmarks need tasks that current models cannot solve. But a task that no model solves is not automatically a hard task. The same zero pass rate can come from a real capability gap, but it can also come from missing context, a broken reference solution, infrastructure failure, or a verifier that can be bypassed.…
-
[31] 2026-09-24 LWCal: Loss-Weighted Calibration for Tabular Classifiers with Noisy Calibration Labels
arXiv:2609.26839v1 Announce Type: new Abstract: Post-hoc probability calibration is usually evaluated under an optimistic assumption: the held-out calibration labels are clean. In many AI deployment settings, however, labels come from weak annotators, historical decisions, heuristics, or distant supervision, so the same label noise that corrupts training also corrupts calibration. We study this overlooked failure mode for tabular classifiers and propose…
-
[32] 2026-09-24 COPE: Continual Personalization of LLMs under Sparse User Feedback via User Embeddings and Self-Evaluation
arXiv:2609.26853v1 Announce Type: new Abstract: While Large Language Models (LLMs) have achieved remarkable results across various benchmarks, their alignment with normative values often results in homogenized responses that fail to address diverse user preferences. Existing training-free methods often occupy valuable context windows through prompt engineering, while training-based methods typically remain static post-training, failing to support the continual optimization required in…
-
[33] 2026-09-24 A Leakage-Aware Multimodal Evaluation Framework for Early Intraoperative Acute Kidney Injury Prediction
arXiv:2609.26848v1 Announce Type: new Abstract: Postoperative acute kidney injury (AKI) after major non-cardiac surgery carries substantial morbidity, yet early intraoperative risk stratification remains difficult. In this retrospective cohort study, we propose SynerT, a waveform-only hybrid temporal backbone that combines a causal dilated TCN with a hierarchy of dilated recurrent layers to encode early intraoperative physiologic trajectories for AKI risk prediction.…
-
[34] 2026-09-24 Marginally Correct Tool Caches Can Reverse Group-Normalized Policy Updates
arXiv:2609.26866v1 Announce Type: new Abstract: Tool-result caching reduces repeated execution in agent training, but also couples rollout randomness. We study a two-action model in which independent and shared execution preserve every rollout's conditional reward distribution. Despite this marginal agreement, sharing one stochastic result per group can reverse the expected group-normalized policy update. We derive an exact finite-group expression: against a…
-
[35] 2026-09-24 QUARTET: Quad-branch cross-Attention and Random-walk Traces for Enhancing Transformers on Relational Graphs
arXiv:2609.26855v1 Announce Type: new Abstract: Relational Deep Learning (RDL) models multi-table databases as heterogeneous temporal graphs, and graph transformers currently achieve state-of-the-art performance on benchmarks like RelBench. However, the current leading model, RelGT, suffers from two key limitations: its random local sampler yields loosely connected subgraphs that hinder message passing, and its global attention module relies on a single, seed-feature-based…
-
[36] 2026-09-24 M3D-Net: Hierarchical Coordination of Spatial Context, Feature Reuse, and Differential Attention for Mammography Classification
arXiv:2609.27523v1 Announce Type: cross Abstract: Breast image classification requires local detail and global tissue context, yet these cues can weaken as representations deepen. We present M3D-Net, a mammography encoder that hierarchically coordinates multi-scale coordinate attention, bounded dynamic feature reuse, and differential attention through resolution-aware operator placement. Within-stage retrieval preserves access to earlier features, coordinate-aware aggregation integrates local and global context,…
-
[37] 2026-09-24 The Chandra-Gaia Catalog of Counterparts: Resolving ambiguous Gaia matches to X-ray sources in the Chandra Source Catalog using Machine Learning
arXiv:2606.19329v2 Announce Type: replace-cross Abstract: We present a framework to cross-match sources from the Chandra Source Catalog (CSC v2.1) with optical sources from Gaia Data Release 3. Unlike purely spatial approaches, we use source properties such as magnitudes, colors, and distances to identify true counterparts, detect chance coincidences, and resolve ambiguities when multiple plausible candidates exist. We define a training…
-
[38] 2026-09-24 Finite-Sample Probabilistic Safety Certification for AI-Based Grid-Edge Coordination
arXiv:2609.28182v1 Announce Type: cross Abstract: Coordinating large population of flexible grid-edge devices can alleviate the need for time-consuming and capital-intensive network upgrades, and AI-based control methods such as multi-agent reinforcement learning or imitation learning are promising in their real-time decision scalability. However, system operators still need an independent and rigorous way to decide whether a given AI system is safe…
-
[39] 2026-09-24 The Recall Ceiling of LLM Recommendation Reranking
arXiv:2609.27953v1 Announce Type: cross Abstract: Some LLM-based recommendation rerankers are evaluated under an oracle protocol that guarantees the ground-truth item is present in the scored set, either by injecting it into the candidate list or by scoring it against sampled negatives. Across three primary Amazon datasets, we show that this protocol overestimates realistic NDCG@10 by 92–95%. The cause is a…
-
[40] 2026-09-24 Variational Bayesian Flow Network for Graph Generation
arXiv:2601.22524v2 Announce Type: replace Abstract: Graph generation aims to sample discrete node and edge attributes while satisfying coupled structural constraints. Diffusion models for graphs often adopt largely factorized forward-noising, and many flow-matching methods start from factorized reference noise and coordinate-wise interpolation, so node-edge coupling is not encoded by the generative geometry and must be recovered implicitly by the core network,…
-
[41] 2026-09-24 On the Diffusibility of High-Dimensional Latents
arXiv:2609.28473v1 Announce Type: cross Abstract: Representation Autoencoders (RAEs) enable diffusion models to operate in the feature spaces of pretrained visual encoders. However, many off-the-shelf encoders are not optimized for faithful reconstruction, discarding fine-grained visual details. As expected, finetuning these encoders for image reconstruction recovers such details. However, perhaps counterintuitively, this procedure reduces the effective dimensionality of the resulting representation, and…
-
[42] 2026-09-24 Molt: A Scalable PyTorch-Native Training Framework for Agentic Reinforcement Learning
arXiv:2607.21653v3 Announce Type: replace Abstract: Agentic reinforcement learning requires rapid experimentation with agents and learning algorithms, yet large policies and long, multimodal trajectories demand substantial distributed infrastructure. We present MOLT, a lightweight, PyTorch- and Hugging Face-native framework that brings these goals together through four contributions. MOLT combines direct loading of Hugging Face models with experimentally validated trillion-parameter scalability in approximately…
-
[43] 2026-09-24 Evaluating Feedback Focus and Pedagogical Adaptivity in LLM-Generated Feedback on Student Writing
arXiv:2609.28026v1 Announce Type: cross Abstract: We investigate whether state-of-the-art large language models (LLMs) generate feedback that reflects the pedagogical practices of expert teachers in terms of feedback focus and adaptivity. Previous evaluation efforts have examined feedback characteristics, its impact on learning, and its target, yet the focus of feedback and its adaptivity remains largely overlooked. To bridge this gap, we…
-
[44] 2026-09-24 Math Reasoning in LLMs is Organized by Approach, Not Topic
arXiv:2609.27041v1 Announce Type: new Abstract: Mathematical reasoning benchmarks are typically organized by topic, but language models may organize their internal computation by reusable reasoning approach instead. In this paper, we investigate whether open math-capable LLMs organize internally by topical sub-skill or by reasoning approach, and we present evidence that the approach is the key. We introduce a generation-replay protocol: a…
-
[45] 2026-09-24 Evaluating ADC-only deep learning pipelines for breast cancer detection and segmentation using standalone diffusion-weighted MRI
arXiv:2609.27815v1 Announce Type: cross Abstract: Dynamic contrast-enhanced (DCE) imaging is the gold standard technique for the detection and characterization of breast cancer using magnetic resonance imaging (MRI). However, DCE-MRI requires long acquisition times and the administration of contrast into the bloodstream, which can cause allergic reactions. Alternatively, diffusion-weighted MRI (DW-MRI) is a standard complementary technique for breast MRI that does…
-
[46] 2026-09-24 Are Stated Reasoning Steps Causally Load-Bearing?
arXiv:2609.27038v1 Announce Type: new Abstract: Chain-of-thought (CoT) monitoring assumes that the reasoning a model writes reflects the computation that directly produces its answer. Previous faithfulness metrics have been predominantly behavioral, as they simply edit the reasoning text and observe the resulting answer. However, our methodology aims to measure faithfulness causally at the activation level, specifically on self-generated reasoning. Unlike previous…
-
[47] 2026-09-24 BIDETA: Brain-Inspired Data-Efficient Tactile Adaptation for Unseen Sensors
arXiv:2609.08673v2 Announce Type: replace-cross Abstract: Vision-based tactile sensors provide high-resolution contact information for robotic perception and contact-rich manipulation, advancing embodied intelligence through more reliable physical interaction. However, device-specific sensing mechanisms cause tactile foundation models to degrade on unfamiliar hardware. Existing cross-sensor methods often require calibration data, paired observations, or iterative training. To address this problem, we propose Brain-Inspired Data-Efficient Tactile…
-
[48] 2026-09-24 Training Intelligent Voice Assistant Wakeup with Controllable Synthetic Conversations
arXiv:2609.27037v1 Announce Type: new Abstract: Wake word detection is a critical component of virtual assistants, serving as the gateway to seamless user interactions. This paper introduces a novel wake-up system that extends traditional direct keyword detection with contextual trigger detection. After an initial wake word activation, the system uses reasoning to distinguish between user commands and unrelated speech, ensuring efficient…
-
[49] 2026-09-24 Helping Customers in Distress: An LLM-powered Agent that Converses, Probes, and Routes
arXiv:2605.16268v2 Announce Type: replace-cross Abstract: Banks receive millions of reports of fraud, scams, and disputed transactions every year, making it challenging to accurately direct customers to the appropriate specialist teams for assistance. The existing manual process driven by humans is slow and stressful for both customers and staff. To address this, we develop a customer-facing AI powered triaging agent that…
-
[50] 2026-09-24 TwinCheck: Evidence-Grounded Negative-Twin Verification for Stateful Tool Agents
arXiv:2609.26911v1 Announce Type: new Abstract: A single locally plausible tool call can derail an otherwise successful agent trajectory. Suspicion alone does not justify intervention, because the replacement itself can introduce the very failure verification is meant to prevent. We introduce TwinCheck, an inference-time verification policy that considers replacement only when the trace satisfies an evidence condition tied to a trace-local…
-
[51] 2026-09-24 Building Socio-Affective Artificial Intelligence for Interactive Multi-Agent Simulations
arXiv:2609.26927v1 Announce Type: new Abstract: The objective of this article is to provide design principles and a software architecture for enabling interaction between humans and multiple agents in simulated dynamic worlds. This connects the current era of general artificial intelligence (AI/AGI) with the proliferation of transformer-based conversational agents and the increased computational capabilities. Given an overview of current and previous…
-
[52] 2026-09-24 Which Objectives Need a Dial? Predicting Objective Conflict and Covering Trade-offs in Steerable Pluralistic Alignment
arXiv:2609.26929v1 Announce Type: new Abstract: People hold diverse, sometimes conflicting values, so no single aligned model can satisfy everyone. Pluralistic alignment therefore calls for steerable models that can balance competing objectives differently. Multi-Objective Direct Preference Optimization (MODPO) does this by using an objective weight to span a continuum of trade-offs. We study two questions: when can one model improve two…
-
[53] 2026-09-24 Same evidence, different judgments: Evidence noncommutative in vision/speech-text conflicts
arXiv:2609.26986v1 Announce Type: new Abstract: For multimodal large language models, when images or speech conflict with accompanying text, measured text reliance can entangle modality preference with evidence position. Earlier studies of text bias often used a fixed evidence order or moved task instructions with the evidence, leaving the contribution of order unclear. In this paper, we use a paired comparison…
-
[54] 2026-09-24 Escaping Python Dependency Hell: A Hybrid Replay-and-Repair Pipeline for Python Dependency Resolution
arXiv:2609.26952v1 Announce Type: new Abstract: Dependency conflicts in Python ecosystems arise from incompatible version constraints, missing packages, and undocumented compatibility relationships, causing many real-world code snippets to fail at execution. This paper presents PLLM+, a hybrid dependency-repair pipeline evaluated on the HG2.9K benchmark of 2,891 dependency-failing snippets. PLLM+ prioritizes inexpensive deterministic steps before invoking LLM-based repair: static AST-based interpreter inference,…
-
[55] 2026-09-24 ActiveArena: Benchmarking and Understanding Active Perception in Robotic Manipulation
arXiv:2609.24124v2 Announce Type: replace-cross Abstract: Active perception and manipulation are crucial for robots to interact with complex scenes. Existing benchmarks struggle to evaluate how robots effectively acquire and maintain information in memory in an active manner. To this end, we introduce ActiveArena-Sim, an active-perception simulator with controllable viewpoints and large-scale workspaces as the foundation. Built on this, we propose ActiveArena-Bench,…
-
[56] 2026-09-24 Reinforcement Learning with Decomposed Subtasks
arXiv:2609.27035v1 Announce Type: new Abstract: Group Relative Policy Optimization (GRPO) and related policy-gradient methods for training language model agents collapse an entire multi-turn rollout into a single scalar trajectory reward before it enters the policy update. When the task composes distinct skills, especially under sparse and delayed environmental feedback, this collapsing is lossy: the optimizer must implicitly infer which competency…
-
[57] 2026-09-24 Field-of-View Extension in Dental Cone-Beam CT via Implicit Neural Representations and Diffusion Model-Based Refinement
arXiv:2609.28110v1 Announce Type: cross Abstract: Dental cone-beam computed tomography (CBCT) systems often employ detector configurations that provide a truncated field of view (FOV) that only captures a small part of the patient's anatomy. In this work, we aim to reconstruct an extended FOV using projections of truncated FOV scans. To this end, we propose a three-stage framework that consists of…
-
[58] 2026-09-24 False-science induction in autonomous scientific discovery
arXiv:2609.27883v1 Announce Type: cross Abstract: Closed-loop discovery systems increasingly execute experiments and update decisions autonomously, turning record integrity into part of the experimental apparatus. We show that false-science induction arises when legitimate physical objects and measurements are paired incorrectly, driving neural surrogates to faithfully learn record-induced associations that do not correspond to the true object-outcome relationship while marginal data distributions…
-
[59] 2026-09-24 Memory Is Not Always Needed: Characterizing Conditional Memory in Scientific Reasoning
arXiv:2608.23982v2 Announce Type: replace Abstract: Scientific reasoning requires language models to retrieve specialized knowledge and incorporate it reliably into multi-step computation. Conditional memory provides an explicit lookup pathway that complements dense neural representations, but its usefulness is inherently input- and computation-dependent: retrieved information may repair missing scientific associations, yet it may also introduce distracting shortcuts or interfere with reasoning that…
-
[60] 2026-09-24 Can LLMs Reason About Runtime Behavior? A Repository-Level Dynamic Benchmark
arXiv:2609.28449v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used in coding tasks, but their ability to reason about code execution remains unclear. Existing repository-level QA benchmarks mainly evaluate static code understanding and often rely on LLM-based evaluation, while execution-reasoning benchmarks are mostly limited to snippets or functions. We introduce SWE-Flux, a repository-level benchmark for dynamic execution reasoning…
-
[61] 2026-09-24 A Very Big Video Reasoning Suite
arXiv:2602.20159v4 Announce Type: replace-cross Abstract: Rapid progress in video models has largely focused on visual quality, leaving their reasoning capabilities underexplored. Video reasoning grounds intelligence in spatiotemporally consistent visual environments that go beyond what text can naturally capture, enabling intuitive reasoning over spatiotemporal structure such as continuity, interaction, and causality. However, systematically studying video reasoning and its scaling behavior is…
-
[62] 2026-09-24 A Scalable Multi-Robot Framework for Decentralized and Asynchronous Perception-Action-Communication Loops
arXiv:2309.10164v3 Announce Type: replace-cross Abstract: We develop a decentralized Perception-Action-Communication (PAC) system for multi-robot teams that enables them to collaborate in large scale, outdoor environments. Our system natively supports deployments at any scale by leveraging a graph neural network (GNN) to diffuse information hop-by-hop across the fleet's network. This achieves global collaboration from individual robots limited to local sensing and…
-
[63] 2026-09-23 Offloaded inference for real-world physical AI robotics
At a glance Challenges a core assumption in robotics AI: Our research shows that running physical AI inference exclusively on onboard GPUs can limit robot performance, battery life, and scalability, and that offloading inference to edge or cloud GPUs can… The AI Revolution in Medicine, Revisited Join Microsoft’s Peter Lee on a journey to discover how AI is impacting healthcare and what it means for the future of medicine. Listen now Opens in a new tab Toolset for automatic offload…
Where Kimbodo Comes In
Kimbodo builds and operates this in production for businesses — see our AI Consulting & Strategy practice, or Request an AI Roadmap.
Sources
- [1] Estimating suicide risk from text
- [2] The promise and peril of using visual AI to study cities
- [3] Large Knowledge Model: From Papers to a Scientific Reasoning Landscape
- [4] NADI 2026: The Second Multidialectal Arabic Speech Processing Shared Task
- [5] Algorithmic Unverifiability of Safety for Fixed and Recursively Self-Improving Systems
- [6] What Changes When Fact-Verification Scores Improve? Evidence and Answer Accounting Across Trained Verifiers and LLMs
- [7] Preserving What Matters: Semantic Scaffolds Beyond Saturation in Summarization Evaluation
- [8] The Illinois Social Attitudes Aggregate Corpus (ISAAC): An Open Tool and Reproducible Pipeline for Analyzing Social Group Discourse at Scale
- [9] Training Leaves Traces: Centered Residual Signatures for Language Model Lineage Verification
- [10] Recognized but Not Produced: A Generation Benchmark for Culturally Specific Kinship Terms
- [11] Classifying Interpretive Canons at the Sentence Level: A Benchmark from the German Federal Constitutional Court
- [12] When Learned Context Planning Fails to Beat Strong Retrieval: A Controlled Study of Planning, Routing, and Reranking for Long-Context QA
- [13] LexLattice: Multilingual Extractive Summarization via Neural Cellular Automata on Document Hierarchies
- [14] LEGO: Synergizing Expert GraphRAG and Expert Chain-of-Thought for Legal Reasoning
- [15] Self-Improvement as Coherence Optimization: A Theoretical Account
- [16] EduBehaviors: Assertion-based Schemas for Auditable Coding of Educational Dialogues
- [17] What Looks Like a Capability Limit in Vision-Language Models Is a Readout Limit
- [18] Learn Your Own Thoughts: Abstract Token Curriculum
- [19] Order-Invariant Answers, Order-Sensitive Representations in Mathematical Reasoning
- [20] What Confidence Routing Is Actually Doing: Auditing Routing, Calibration, and Commitment in Multi-Agent Deliberation
- [21] TukaBench: A Culturally Grounded Jailbreak Benchmark for African Languages
- [22] EnComp: Lightweight Encoder-Only Context Compression for Retrieval-Augmented Question Answering
- [23] On Preference Coverage Collapse from Hindsight Relabeling in Multi-Objective Reinforcement Learning
- [24] Silent Failures Beyond the 32-Bit Index Range: A Differential Characterization of Large-Tensor Matrix Multiplication in PyTorch's MPS Backend
- [25] CORE-STACK+: Meta-Learning for Deep Stacked Generalization
- [26] An Adaptive Machine Learning Framework for Fluid Flow in Dual-Network Porous Media
- [27] PR-Smoother: Simulator-Preserving Non-Gaussian Smoothing for Data Assimilation
- [28] Intervention, Not Shared Latents: Blocking Visual Shortcuts in Audio-Video Generation
- [29] HARN: Hierarchical Associative Resonance Network for Event-Driven Multi-Timeframe Forecasting
- [30] What Makes a Terminal-Bench Task Hard? Separating Genuine Hardness from Fake-Hardness on an Adjudicated Agentic Corpus
- [31] LWCal: Loss-Weighted Calibration for Tabular Classifiers with Noisy Calibration Labels
- [32] COPE: Continual Personalization of LLMs under Sparse User Feedback via User Embeddings and Self-Evaluation
- [33] A Leakage-Aware Multimodal Evaluation Framework for Early Intraoperative Acute Kidney Injury Prediction
- [34] Marginally Correct Tool Caches Can Reverse Group-Normalized Policy Updates
- [35] QUARTET: Quad-branch cross-Attention and Random-walk Traces for Enhancing Transformers on Relational Graphs
- [36] M3D-Net: Hierarchical Coordination of Spatial Context, Feature Reuse, and Differential Attention for Mammography Classification
- [37] The Chandra-Gaia Catalog of Counterparts: Resolving ambiguous Gaia matches to X-ray sources in the Chandra Source Catalog using Machine Learning
- [38] Finite-Sample Probabilistic Safety Certification for AI-Based Grid-Edge Coordination
- [39] The Recall Ceiling of LLM Recommendation Reranking
- [40] Variational Bayesian Flow Network for Graph Generation
- [41] On the Diffusibility of High-Dimensional Latents
- [42] Molt: A Scalable PyTorch-Native Training Framework for Agentic Reinforcement Learning
- [43] Evaluating Feedback Focus and Pedagogical Adaptivity in LLM-Generated Feedback on Student Writing
- [44] Math Reasoning in LLMs is Organized by Approach, Not Topic
- [45] Evaluating ADC-only deep learning pipelines for breast cancer detection and segmentation using standalone diffusion-weighted MRI
- [46] Are Stated Reasoning Steps Causally Load-Bearing?
- [47] BIDETA: Brain-Inspired Data-Efficient Tactile Adaptation for Unseen Sensors
- [48] Training Intelligent Voice Assistant Wakeup with Controllable Synthetic Conversations
- [49] Helping Customers in Distress: An LLM-powered Agent that Converses, Probes, and Routes
- [50] TwinCheck: Evidence-Grounded Negative-Twin Verification for Stateful Tool Agents
- [51] Building Socio-Affective Artificial Intelligence for Interactive Multi-Agent Simulations
- [52] Which Objectives Need a Dial? Predicting Objective Conflict and Covering Trade-offs in Steerable Pluralistic Alignment
- [53] Same evidence, different judgments: Evidence noncommutative in vision/speech-text conflicts
- [54] Escaping Python Dependency Hell: A Hybrid Replay-and-Repair Pipeline for Python Dependency Resolution
- [55] ActiveArena: Benchmarking and Understanding Active Perception in Robotic Manipulation
- [56] Reinforcement Learning with Decomposed Subtasks
- [57] Field-of-View Extension in Dental Cone-Beam CT via Implicit Neural Representations and Diffusion Model-Based Refinement
- [58] False-science induction in autonomous scientific discovery
- [59] Memory Is Not Always Needed: Characterizing Conditional Memory in Scientific Reasoning
- [60] Can LLMs Reason About Runtime Behavior? A Repository-Level Dynamic Benchmark
- [61] A Very Big Video Reasoning Suite
- [62] A Scalable Multi-Robot Framework for Decentralized and Asynchronous Perception-Action-Communication Loops
- [63] Offloaded inference for real-world physical AI robotics