transformer

Tag

Cards List
#transformer

Long-Horizon Forecasting of Complete Financial Statements with Forma

arXiv cs.LG · 11h ago Cached

This paper introduces ProForma-20Q, a benchmark for forecasting 78 financial statement line items 1–20 quarters ahead, and Forma, a transformer-based model that beats generalist approaches, especially at long horizons, with near-accounting-identity coherence.

0 favorites 0 likes
#transformer

LabelFusion-TS: Fusing Large Language Models, Transformer Encoders, and Financial Time Series for Monetary-Policy Stance Classification

arXiv cs.CL · 11h ago Cached

This paper introduces LabelFusion-TS, which fuses a fine-tuned RoBERTa encoder, a prompted LLM, and time-series transformers over market data to classify Federal Reserve communication as hawkish, dovish, or neutral. The fused system achieves 70.2% weighted F1, outperforming a zero-shot LLM and showing early evidence that market time series help financial text classification.

0 favorites 0 likes
#transformer

ODE-Based Transformer Decoders for Iterative Sign Language Translation

arXiv cs.CL · 11h ago Cached

This paper proposes ODE-based Transformer decoders using Runge-Kutta integration methods to improve iterative refinement for sign language translation, achieving better BLEU scores than the IPSLT baseline without increasing model size.

0 favorites 0 likes
#transformer

Assessing Reliability of BERT-Based Models on Question Answering Tasks

arXiv cs.CL · yesterday Cached

This paper evaluates the reliability of BERT-based QA models (RoBERTa, ALBERT, DistilBERT) under Monte Carlo Dropout and input paraphrasing, finding RoBERTa more consistent and validating MCD as a reliability metric.

0 favorites 0 likes
#transformer

Share First, Route What Remains: A Unified Framework for Token-Adaptive MoE Computation

arXiv cs.LG · yesterday Cached

This paper proposes UniF-MoE, a unified framework for token-adaptive Mixture-of-Experts computation that first shares reusable computation across experts and then routes the remaining residual demand, improving performance while reducing activated computation, latency, and memory on DomainBed and GLUE benchmarks.

0 favorites 0 likes
#transformer

CRHT: A Continuous Regression Hybrid Transformer for Vessel Trajectory Prediction with Online Cluster Sampling

arXiv cs.LG · yesterday Cached

This paper proposes CRHT, a Continuous Regression Hybrid Transformer for vessel trajectory prediction using AIS data, featuring an online K-means cluster sampling strategy and a CNN-Transformer hybrid architecture to address geographic bias and improve short-term forecasting accuracy.

0 favorites 0 likes
#transformer

From Prediction to Incrementality: Causal Optimization for Large-Scale Targeting and Recommendation

arXiv cs.LG · yesterday Cached

This paper presents a decision-centric causal optimization framework for large-scale targeting and recommendation, combining a causal Transformer, Bayesian bandit layer, and dual-based linear programming. It reports a statistically significant +7.20% lift in LinkedIn Feed marketing traffic via online A/B testing.

0 favorites 0 likes
#transformer

DoGMA: A Central-Dogma-Guided Foundation Model for Multi-Omics Alignment and Multi-Task Learning in Oncology

arXiv cs.LG · 2d ago Cached

DoGMA is a central-dogma-guided foundation model for pan-cancer multi-omics analysis, using a Transformer-MoE architecture with directed attention to align DNA-RNA-protein flows and pretraining via masked hierarchical omics reconstruction. It shows strong performance across cancer representation learning, survival prediction, and metastasis prediction tasks.

0 favorites 0 likes
#transformer

Spectral Outliers Reveal Dominant Learned Structure in Transformer Attention

arXiv cs.LG · 2d ago Cached

This paper applies Marchenko-Pastur random matrix theory to pre-trained attention weights, separating each projection matrix into a random-like bulk and spectral outliers. Causal experiments show zeroing these outliers in Mistral-7B drives performance near random chance, revealing that spectral outliers encode dominant learned structure across 11 transformers.

0 favorites 0 likes
#transformer

Beyond Attention: Signed Integrated Gradients Attribution in a BiomeGPT-Style Microbiome Transformer

arXiv cs.LG · 3d ago Cached

This paper proposes using signed, fusion-aware Integrated Gradients for attributing predictions in feature-tokenized transformers like BiomeGPT, overcoming limitations of CLS attention weights and revealing disease-supporting versus protective microbial signals.

0 favorites 0 likes
#transformer

Latent Fact-Checking: Detecting Misinformation through Activation Engineering

arXiv cs.LG · 3d ago Cached

This paper introduces a misinformation detection framework using activation engineering, projecting last-token activations onto a learned 'falsehood direction' in LLM residual streams. It evaluates across Gemma, Llama, and Qwen models on fact-checking benchmarks, showing truthfulness is linearly separable in latent space.

0 favorites 0 likes
#transformer

bioMoR: Biology-Guided Mixture-of-Recursions for Effective Genomic Learning

arXiv cs.AI · 3d ago Cached

This paper introduces bioMoR, a biology-guided Mixture-of-Recursions framework for genomic learning that integrates structured biological knowledge into recursive Transformer architectures, improving efficiency and accuracy across omics benchmarks.

0 favorites 0 likes
#transformer

@shikhargupta02: I’ve been learning about latent attention (by deepseek). Instead of storing a full K and a V vector per token, it rathe…

X AI KOLs Timeline · 5d ago Cached

The author shares insights from training a small model with DeepSeek's latent attention, observing layer-dependent latent usage and a test-time trick that reduces KV cache 4x without loss change.

0 favorites 0 likes
#transformer

MACRO: Markov Chain Routing of Transformer Layers

arXiv cs.CL · 6d ago Cached

MACRO is a framework that learns task-specific execution routes over frozen LLM layers using Markov chain-based routing, improving reasoning accuracy without modifying model weights. It outperforms prior routing approaches while reducing search time significantly.

0 favorites 0 likes
#transformer

Spectral Aliasing Pretext: A novel task for Self-Supervised fault diagnosis in rotating machinery

arXiv cs.LG · 6d ago Cached

This paper introduces Spectral Aliasing Pretext (SAP), a self-supervised learning method for fault diagnosis in rotating machinery. By deliberately undersampling vibration signals and training a Transformer to reconstruct the original spectrum, SAP learns discriminative frequency-domain representations that achieve strong classification performance with limited labeled data.

0 favorites 0 likes
#transformer

Spatiotemporal Graph Transformer for Traffic Intelligence in Edge Computing

arXiv cs.LG · 2026-08-06 Cached

This paper proposes a spatiotemporal graph Transformer framework for traffic forecasting in edge computing, combining graph neural networks for spatial correlations and Transformer self-attention for long-range temporal dependencies. Experiments on real-world cellular data show it outperforms recurrent graph-based baselines like GCN-LSTM and GCN-GRU.

0 favorites 0 likes
#transformer

@seclink: There are a few obvious interview questions: 1. Can Transformer do large-model inference? It can, so why not use it, and why must we use sglang and vllm? - Essentially because Transformer's performance is too poor; the bottlenecks are memory (KV cache) and slow token-by-token decoding...

X AI KOLs Timeline · 2026-08-05 Cached

Discusses the bottlenecks of using Transformer for large-scale inference and reviews the evolution of inference optimization technologies for large models from 2023 to 2026, including KV cache quantization, speculative decoding, architectural innovation, and hardware-software co-design.

0 favorites 0 likes
#transformer

An SLM trained on $8 ESP32-S3

Hacker News Top · 2026-08-05 Cached

Qapla' is a project that demonstrates training a small transformer language model from scratch on an $8 ESP32-S3 microcontroller, showing that on-device training is feasible without a GPU or datacenter.

0 favorites 0 likes
#transformer

Scaling an Autoregressive Transformer for Single-Cell Generation

arXiv cs.LG · 2026-08-05 Cached

This paper studies a self-supervised task for generating single-cell gene expression vectors using an autoregressive transformer with a quantized VAE tokenizer. It reports scaling laws and a compute-optimal frontier for single-cell foundation models, with potential fine-tuning for perturbation prediction.

0 favorites 0 likes
#transformer

Forecasting Revenue with its Customer-Base Drivers: When and Why Coordination Helps

arXiv cs.LG · 2026-08-05 Cached

This paper introduces the Customer-Based Multi-task Transformer (CBMT), a model that forecasts revenue by jointly predicting customer acquisition, repeat orders, and average order value. It claims improved forecast accuracy over existing benchmarks and analyzes when coordinated forecasting helps.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback