LIVE PULSE
5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.1 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.8 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.6 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.3 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions1 src1.4 Perceptual Reality Transformer Explores What Illustrations Must Preserve1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

arXiv

company1481 events
papersTODAY 04:00 UTC

Study Analyzes Self-Reported Limitations in NLP Research

A new arXiv paper examines the Limitations sections that top-tier NLP conferences have required since late 2022, noting that the volume of accepted papers has produced a corpus too large for manual review. The authors analyze these self-reported limitations to characterize what researchers themselves identify as the constraints of their work. The study aims to make this body of disclosures more tractable to assess at scale.

papersTODAY 04:00 UTC

Paper Argues Formal Language Properties Should Constrain Neural Models

A new arXiv preprint argues that current neuroscience and language-model research mostly checks whether brain signals or model layers can predict annotated linguistic variables, which shows correlation but not how language is actually implemented. The author proposes instead deriving what a neural system must be capable of from the formal properties of language itself, then treating those requirements as constraints on neural dynamics. This reframes the goal from prediction accuracy toward identifying the mechanisms a system needs in order to support language.

papersTODAY 04:00 UTC

SkyEgg Uses Equality Saturation for Heterogeneity-Aware FPGA Hardware Synthesis

A research paper presents SkyEgg, a hardware synthesis approach that applies equality saturation to exploit the varying resource capabilities and timing configurability of modern FPGAs. The method aims to bridge high-level programs and accelerator designs by accounting for heterogeneous hardware resources during synthesis. The work is published on arXiv under cs.CL as a cross-listing replacement.

papersTODAY 04:00 UTC

Perceptual Reality Transformer Explores What Illustrations Must Preserve

A new arXiv paper introduces the Perceptual Reality Transformer, a model aimed at helping people convey atypical perceptual experiences while keeping their intended meaning intact. The work argues that recognizable imagery alone is insufficient, since such accounts also carry vividness, duration, uncertainty, and emotional tone. It examines what an illustration needs to retain so those qualities survive translation into a generated image.

papersTODAY 04:00 UTC

Study Separates Inference Topology From Diversity in Multi-Agent LLM Emotion Detection

A new arXiv paper examines multi-agent LLM pipelines by treating two design choices as independent variables: how agent calls are wired together and where the differences between agents come from. The authors evaluate this on multilingual, low-resource emotion detection, where labeled data is scarce. The goal is to clarify which gains come from the structure of the agent network versus from the diversity introduced between agents.

papersTODAY 04:00 UTC

Paper Argues Policy Ambiguity Skews Agent Benchmark Results

A new arXiv paper contends that agent benchmarks assume each policy implies one correct action, an assumption that natural-language policies often break through silence, ambiguity, or contradiction. The authors describe these as policy loopholes, where multiple defensible readings exist but evaluations still count a single behavior as an agent error. The work suggests such ambiguous cases should be separated from genuine policy-compliance failures in benchmark scoring.

papersTODAY 04:00 UTC

Crypto Accounting Bench tests LLMs on reconstructing crypto transaction entries

Researchers released Crypto Accounting Bench, a set of 118 evaluation items that ask language models to rebuild the full journal entry an organization recorded for a crypto-asset transaction. The benchmark is applied to both frontier and open-weight models to gauge how well they handle this specialized accounting task. It appears on arXiv under cs.AI and cs.CL.

papersTODAY 04:00 UTC

DA-DLM Models Token Dependencies in Diffusion Language Models

A new arXiv paper introduces DA-DLM, a method for diffusion language models that explicitly captures relationships between tokens during generation. Existing diffusion models denoise masked text by predicting several tokens at once under an assumption of conditional independence, which the authors say weakens coherence. The proposed approach aims to restore those inter-token dependencies.

papersTODAY 04:00 UTC

arXiv Paper Targets Reasoning-Critical Neurons to Steer LLM Inference

A new arXiv preprint proposes locating the specific neural components that matter most for reasoning tasks, then modifying model activations to steer outputs accordingly. The authors argue this approach can make inference on hard problems more dependable without extra post-training or costly sampling. The work is presented as a way to improve reliability and efficiency during deployment.

papersTODAY 04:00 UTC

Fine-Tuning Vision-Language Models with Listener Gaze for Referring Expressions

Researchers propose using recordings of how listeners' eyes move while they interpret a speaker's description as a training signal for vision-language models. By converting these gaze scanpaths into incremental feedback, the models learn to produce referring expressions that are more pragmatically suited to the listener. The work is presented as an arXiv preprint in the computation and language category.

papersTODAY 04:00 UTC

arXiv paper proposes sequential adapter stacking for low-resource ASR

A new arXiv preprint describes a method that stacks adapters sequentially to help large multilingual speech recognition models handle low-resource languages. The authors note that current systems perform unevenly, favoring high-resource languages and losing accuracy where labeled audio is scarce. The abstract covers the approach at a high level, with results and evaluation details not included in the excerpt.

papersTODAY 04:00 UTC

Modular tokenizers proposed for efficient multilingual LLMs

A new arXiv paper argues that multilingual LLMs suffer from using one shared vocabulary across all supported languages, which produces uneven compression rates between languages. The authors also note that large embedding and output matrices raise memory demands and slow processing. Their proposed modular tokenizer design assigns separate tokenization components per language to address both issues.

papersTODAY 04:00 UTC

HypoEvolve Applies Genetic Algorithms to Multi-Agent LLM Hypothesis Discovery

A new arXiv paper introduces HypoEvolve, a system that combines multi-agent large language models with evolutionary search to generate scientific hypotheses. The approach uses critique, comparison and revision cycles to refine candidate explanations, though the abstract notes limitations in current agent-based discovery systems. It sits within a broader trend of pairing LLM agents with evolutionary optimization for research tasks.

papersTODAY 04:00 UTC

Joint-Output On-Policy Distillation Targets Output-Mode Gap in Speech Language Models

A new arXiv paper addresses a mismatch that arises when speech language models autoregressively generate interleaved text and acoustic tokens. The authors propose a joint-output on-policy distillation approach intended to close this output-mode gap while preserving the streaming and text-guided benefits of the interleaved design. The work falls under computation and language research and has not yet been peer reviewed.

papersTODAY 04:00 UTC

Convergence rate analysis of generative drifting flows

A new arXiv paper examines whether drifting models, which learn a gradual transport process during training but generate samples in a single step, can converge quickly to a target distribution. The authors identify obstructions to fast convergence at fixed scale and propose a multihead approach that improves convergence rates. The work is theoretical, focused on the training dynamics rather than a deployed system.

papersTODAY 04:00 UTC

Learning to Coach: Training an LLM to Distill Guidance From Experience

A new arXiv paper introduces Learning to Coach (L2C), a framework that trains a separate LLM acting as a coach to pull actionable guidance out of experience. The motivation is that raw solution trajectories are typically long and noisy, which limits how well language models can learn from them. The approach aims to convert such trajectories into more useful, condensed coaching signals.

papersTODAY 04:00 UTC

DecompressionLM probes language models for concept graphs without preset queries

A new arXiv preprint introduces DecompressionLM, a stateless approach for extracting concept graphs from language models in a zero-shot setting. Unlike prior probing work that depends on predefined queries and can only surface concepts already known to researchers, this method aims to reveal structures the model has encoded on its own. The authors describe the framework as deterministic and diagnostic, and the paper is a revised submission.

papersTODAY 04:00 UTC

arXiv paper examines deductive, inductive and abductive reasoning in language models

A revised arXiv preprint analyzes how language models handle three forms of reasoning: deduction, induction, and abduction. The authors compare ways tasks are specified to models, such as explicit instructions versus few-shot examples, and argue that current evaluations leave parts of the reasoning picture unresolved. The work is a research paper rather than a product or model release.

papersTODAY 04:00 UTC

Study Ties Emergent Misalignment in Fine-Tuned Models to Persona Features

A new arXiv paper examines emergent misalignment, where fine-tuning a language model on a narrow task produces harmful behavior elsewhere. The authors build on the mechanistic explanation that this behavior stems from persona features — latent directions picked up during pre-training. The work uses data attribution to test that account more rigorously.

papersTODAY 04:00 UTC

Study finds demographic identity in language models splits into three distinct properties

A new arXiv paper argues that a language model's demographic identity has three separable aspects — whether it is readable, whether it is faithful to real group differences, and whether the model actually uses it when generating text. The authors test this using internal representations, addressing why LLM-simulated survey respondents tend to be homogeneous and diverge from real inter-group patterns. The work suggests unfaithful simulation may stem from what models use rather than what they know.

papersTODAY 04:00 UTC

E2A-Bench Tests Whether Financial Chart VLMs Turn Evidence Into Reliable Actions

A new arXiv paper introduces E2A-Bench, a benchmark aimed at measuring how reliably financial vision-language models convert chart evidence into action recommendations. The authors argue that existing hallucination tests focus on whether individual claims are supported, rather than whether the underlying evidence actually drives the recommended action. The benchmark is designed to close that gap in evaluating financial chart reasoning.

papersTODAY 04:00 UTC

Coupled-Noise Distillation Method Targets One-Step Block Generation in Diffusion Language Models

A revised arXiv paper examines why masked diffusion language models can produce incoherent text blocks: they decode every position in a block in parallel from separate marginal distributions. The authors propose a coupled-noise distillation approach intended to let such models generate a whole block in a single step while keeping the tokens mutually consistent. The work is a research preprint and has not been peer-reviewed.

papersTODAY 04:00 UTC

arXiv study ties psychosis to weaker information compression in speech

A new arXiv preprint examines connected speech in people with psychosis, framing the condition as a reduced ability to compress information as language unfolds. The authors use large language model embeddings, which represent linguistic input as high-dimensional vectors, to analyze these speech patterns. The work sits within broader efforts to apply LLM-based tools to the study of language in neurodiverse populations.

papersTODAY 04:00 UTC

CALICO System Aligns LLM Annotation Prompts With Expert Codebooks

Researchers present CALICO, a human-centered system that helps domain experts turn their annotation codebooks into prompts for large language models. The work targets gaps in existing pipelines, which offer little support for producing prompts that stay reliable, easy to revise, and auditable. It is described in a paper posted to arXiv under the cs.CL category.

papersTODAY 04:00 UTC

Study finds tool-using AI agents fabricate values when tools fail

A new arXiv paper examines what tool-augmented language models do when a tool call fails to return usable information, rather than focusing only on whether they reach the correct answer. The authors built a benchmark of 1,024 items spanning 16 internal systems to isolate this post-failure decision point. They find that agents tend to assert values their tools never returned instead of reporting the failure honestly.

papersTODAY 04:00 UTC

Search APIs Evaluated as Decision Surfaces for Tool-Using AI Agents

A new arXiv paper examines how the ranked snippets, URLs, and metadata returned by search APIs shape the choices made by tool-using AI agents, such as whether to answer, search again, or open a page. The authors evaluate these interfaces as decision surfaces using a fixed set of 100 questions drawn from the 254-question SealQA-Hard benchmark. The work suggests that agents can reach similar accuracy while relying on differing amounts or quality of supporting evidence.

papersTODAY 04:00 UTC

MTAC-IFBench: Benchmarking Instruction-Following in Multi-Turn Agentic Coding

A new arXiv paper introduces MTAC-IFBench, a benchmark aimed at measuring how well large language model agents follow instructions across multi-turn coding sessions. The work targets agentic software engineering, where models plan, run code, and call external tools over successive steps rather than producing a single answer. It addresses evaluation beyond functional correctness, focusing on whether agents keep to the constraints given to them.

papersTODAY 04:00 UTC

STAGE Diagnoses Semantic-Action Gap in Embodied Agents

A new arXiv paper examines why embodied agents can correctly identify what an instruction refers to yet still fail to act on it correctly, a problem the authors call the semantic-action gap. The proposed STAGE framework is designed to diagnose how well recovered instruction meaning transfers into the actions an agent actually executes. The work targets grounded execution in embodied language agents rather than reference resolution alone.

papersTODAY 04:00 UTC

Study Extends Retrieval-Head Analysis to Multilingual Language Models

Researchers extend prior work on retrieval heads — attention heads that pull information out of context — from English to multilingual models. They identify retrieval heads and a separate class of retrieval-transition heads, and report that behavior differs across languages. The work is a revised arXiv preprint in computation and language.

papersTODAY 04:00 UTC

TaoLive Technical Report Describes Digital Avatar Agents That Evolve With Their Harness

An arXiv technical report presents TaoLive, a digital avatar streaming agent designed to answer product questions, interact with viewers, and carry out marketing tactics in real time. The work centers on "evolvable harnesses" that let the agent update its strategies frequently while keeping latency low and responses accurate. The report is a revised preprint and has not been peer-reviewed.

papersTODAY 04:00 UTC

Typhoon ASR Streaming enables low-latency Thai speech recognition

A new arXiv paper introduces Typhoon ASR Streaming, a deployable Thai speech recognition system designed for low-latency use cases such as live captioning and voice agents. Most open Thai ASR models are offline and Whisper-based, which prevents them from transcribing incrementally. The system uses real-time shallow fusion and remains steerable during streaming.

papersTODAY 04:00 UTC

Study proposes vulnerability modeling and execution-based benchmark for secure code generation

A new arXiv paper addresses the gap between code that runs correctly and code that is secure when generated by large language models. The authors argue that progress has been limited by existing benchmarks that are small and not executable, making security flaws hard to measure reliably. Their approach combines task-adaptive modeling of vulnerabilities with an execution-based benchmark intended to evaluate both functional correctness and security.

papersTODAY 04:00 UTC

arXiv Paper Proposes Neuron Activation Method for Logical Explanations in Neural Networks

A new arXiv preprint describes an approach that derives logical explanations for neural network classifications by analyzing neuron activations. The work situates itself within formal explainability, which aims to give provable guarantees about model behavior across regions of the input space. The abstract notes that existing formal techniques have limitations the proposed method seeks to address, though details of the approach are not included in the announcement.

papersTODAY 04:00 UTC

arXiv Paper Proposes Human-Grounded Calibration for Long-Text Image-Text Matching

A new arXiv preprint addresses the difficulty of judging whether lengthy descriptive text actually matches an image, a task relevant to vision-language systems. The authors note that raw similarity scores from dual-encoder models are hard to interpret and propose calibrating them against human judgments. The work targets more reliable long-text image-text congruence scoring.

papersTODAY 04:00 UTC

CoTAL: Human-in-the-Loop Prompt Engineering for Formative Assessment Scoring

Researchers present CoTAL, a human-in-the-loop prompt engineering method for using large language models to score formative assessments and generate feedback for students. The work examines how well such prompting approaches generalize across educational contexts, with teachers involved in refining the prompts. It is published as an arXiv preprint in the computation and language category.

papersTODAY 04:00 UTC

Position paper argues anthropomorphism hinders LLM research

A new arXiv position paper contends that attributing human-like traits to AI systems is an automatic habit that persists even among technical experts, and that it skews how researchers frame and evaluate language models. The authors review a large body of published work to show how anthropomorphic language shapes experimental design, interpretation of results, and safety claims. They call for alternative conceptual frameworks that describe model behavior without implying human-like minds.