paper-with-me

Papers

Gated Tree Cross-Attention for Checkpoint-Compatible Syntax Injection in Decoder-Only LLMs

2026-01-23 · Xinyu Gao, Shaonan Wang, Nai Ding arxiv

Decoder-only large language models achieve strong broad performance but are brittle to minor grammatical perturbations, undermining reliability for downstream reasoning. However, directly injecting explicit syntactic structure into an existing checkpoint can interfere with its pretrained competence. We introduce a checkpoint-compatible gated tree cross-attention (GTCA) branch that reads precomputed constituency chunk memory while leaving backbone architecture unchanged. Our design uses a token update mask and staged training to control the scope and timing of structural updates. Across benchmarks and Transformer backbones, GTCA strengthens syntactic robustness beyond continued-training baselines without compromising Multiple-Choice QA performance or commonsense reasoning, providing a practical checkpoint-compatible route to more syntax-robust decoder-only LLMs.

📄 PDF Abstract BibTeX arXiv:2602.15846

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tail-Replay: Escaping the Curse of Linear Attention in Prefix Caching for Hybrid LLMs

2026-08-31 · Yirui Liu, Ruoling Qi, Xuaner Wu, Penghang Liu 외 arxiv

Hybrid large language models interleave full-attention layers with linear-attention layers to reduce the cost of long-context inference. This structure complicates prefix caching: full-attention key-value caches are toke…

Training Leaves Traces: Centered Residual Signatures for Language Model Lineage Verification

2026-08-14 · Aman Singh Thakur, Rayan Khoury hf

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 mo…

DASC: Decay-Aware State Compression for Hybrid Linear-Attention Serving

2026-08-31 · Yanqi Yu, Pingwei Sun, Jianchao Tan, Tao Zhang 외 arxiv

Hybrid linear-attention architectures have recently scaled to large open-weight models, offering quality competitive with full attention while substantially reducing key/value (KV) cache growth. However, their in-place r…

StructLens: A Structural Lens for Language Models via Maximum Spanning Trees

2026-02-10 · Haruki Sakajo, Frederikus Hudi, Yusuke Sakai, Hidetaka Kamigaito 외 arxiv

Language exhibits inherent structures, a property that explains both language acquisition and language change. Given this characteristic, we expect language models to manifest their own internal structures as well. While…

Language AcquisitionDependency Parsing

LimiX-2M: Mitigating Low-Rank Collapse and Attention Bottlenecks in Tabular Foundation Models

2026-06-03 · Yuanrui Wang, Xingxuan Zhang, Han Yu, Mingchao Hao 외 arxiv

Tabular foundation models (TFMs) increasingly rival tree ensembles, but their performance is often compute-inefficient: with standard affine scalar tokenization, each feature injects value variation through an essentiall…