~/reading

12

Issue 12/August 16, 2026/10 entries

Curriculum sandboxes, draft trees, and intent-group safety

Recent papers isolate knowledge exposure via grade-level pretraining, measure trajectory-level data influence without downstream tasks, verbalize sparse autoencoder features from decoder directions, probe Gricean specificity retreats at knowledge boundaries, construct diffusion-AR draft trees for speculative decoding, virtualize KV tokens for reclaimable caches, and supervise refusal by intent groups rather than surface form. Supporting results cover long-horizon Earth observation reasoning and open hierarchical models trained only on permissible data.

  1. paperarXiv
    LittleLearner: Language Models Under Pedagogically Controlled Knowledge Exposure

    Fanfei Li, Jana Zeller, Manuel Prada-Corral, Thaddäus Wiedemer, Prasanna Mayilvahanan, Ryan Cotterell, Wieland Brendel

    The authors construct LittleCurriculum, an 88B-token corpus filtered to U.S. K-5 material that excludes higher-grade concepts, facts, and vocabulary, then train a 5B model (LittleLearner) from scratch on it. The resulting sandbox yields a model with clear, curriculum-mapped knowledge boundaries that still supports open-ended evaluation. Post-training and in-context learning improve utilization of in-scope knowledge but do not lift out-of-scope capabilities, establishing a controlled testbed for studying acquisition under known exposure.

    pretrainingcurriculumknowledge-boundariessandbox
  2. paperarXiv
    DARTree: Speculative Diffusion Decoding with Autoregressive Draft Trees

    Tianyi Li, Yaxin Luo, Xinyi Shang, Zhiqiang Shen

    DARTree is a training-free speculative method that builds a fixed-width candidate tree from a diffusion drafter, scores nodes in batch, then applies best-first pruning before verification while extending a pretrained AR correction head from chains to trees. It decouples AR-head inference from sequential heap operations. Across math, code, and chat benchmarks it records the highest average acceptance lengths (up to 12.97 tokens per round) and lossless speedups (up to 9.73×) relative to strong baselines.

    speculative-decodingdiffusiontreesefficiency
  3. paperarXiv
    Defensive Boosting for Online Probabilistic Forecasting

    Georgy Noarov, Aaron Roth

    The Defensive Booster simultaneously matches online gradient boosting’s Brier-score competition against the span of a weak class H on every adaptive sequence and, whenever a smooth weak-learning condition holds, drives classification error to zero at the rates of online weak-to-strong boosting. It operationalizes the dual view of boosting: high randomized error produces a smooth hard-core certificate that weak learning has failed. A strongly adaptive variant holds on every interval, and the algorithm uses only a single weak learner while outperforming ensemble baselines in both accuracy and runtime.

    online-learningboostingprobabilistic-forecastingtheory
  4. paperarXiv
    Measuring Task-Agnostic Training Data Influence Across Language Model Pretraining

    Yuto Nishida, Hirokazu Kiyomaru, Yusuke Oda, Takashi Kodama, Chaoran Liu, Daisuke Kawahara, Yusuke Miyao, Max Müller-Eberstein, Masaru Isonuma

    Influence of a training example is defined by how much its gradient update reduces squared distance to the final parameters of a pretraining run, estimated from intermediate checkpoints without retraining or any downstream task. Applied to 18 Pythia and PolyPythia configurations, the measure reveals a systematic crossover: literature-related data dominate early trajectory alignment while STEM data dominate later stages. The qualitative pattern is consistent across model scales and provides a trajectory-level view complementary to task-specific attribution.

    data-influencepretrainingtrajectoryattribution
  5. paperarXiv
    SAEVerbalizer: Generating Explanations for Sparse Autoencoder Features via Representation Verbalization

    Weihan Meng, Hongzhu Guo, Yi Jing, Dewen Liu, Zijun Yao, Xiaozhi Wang, Lei Hou, Juanzi Li

    SAEVerbalizer injects SAE decoder directions into an LLM’s residual stream and fine-tunes downstream layers so the model produces natural-language explanations of the injected features. Once trained, explanations are generated directly from decoder directions without collecting behavioral evidence. The verbalizer generalizes to unseen features, transfers across SAE dictionaries, and, with a light adapter, works on features from other base models; multi-direction injections combine meanings while polarity flips reverse them.

    interpretabilitysparse-autoencodersverbalizationmechanistic
  6. paperarXiv
    Toward a Gricean Retreat: Probing LLMs for Knowledge Boundaries and Referent Specificity

    Dananjay Srinivas, Saksham Khatwani, Maria Pacheco

    Using a T-REx benchmark that varies entity familiarity and referent specificity, the authors show that LLM activations encode both whether a referent lies inside the knowledge boundary and the specificity of the forthcoming generation. Despite these signals, models strongly prefer specific referents even for unknown entities and even when correct generic alternatives are offered. The substrate for a cooperative Gricean retreat (trading informativeness for truthfulness) is present, but the generation policy that would couple the two signals is not.

    knowledge-boundarieshallucinationpragmaticsspecificity
  7. paperarXiv
    vToken: Token-Level Virtualization for Reclaimable KV Caches

    Yuanhang Gao, Xiangrui Yang, Yuanfeng Chen, Hongjia Chen, Qianru Lv, Wenfei Wu, Dongsheng Li

    vToken inserts a lightweight token-level virtualization layer over PagedAttention that decouples logical token liveness from physical block placement via indirection tables and asynchronous repacking of live tokens. It preserves existing kernels and CUDA Graphs while eliminating intra-block fragmentation caused by token-granularity eviction. Integrated in vLLM, it cuts retained KV blocks 27–72 percent, raises SLA throughput up to 1.37×, and doubles feasible concurrency under tight active-KV budgets, reducing per-policy integration code from hundreds of lines to under fifty.

    KV-cacheservingvirtualizationsystems
  8. paperarXiv
    LongEarth-R1: Benchmarking and Aligning Vision-Language Models for Long-Horizon Earth Observation Reasoning

    Yupan Ding, Jing Xiao, Zhenyuan Zhang, Chaofeng Chen, Liang Liao, Gui-Song Xia, Mi Wang

    LongEarth-Bench supplies roughly 120k QA samples over sequences averaging 15 frames (up to 30) spanning evolution summarization, spatial change, anomaly detection, and future inference, with a 30k subset containing structured reasoning traces. LongEarth is first SFT’d with explicit sequence identifiers and chain-of-thought, then LongEarth-R1 is refined by group-relative policy optimization using format, temporal, and spatial rewards. The resulting model leads all 12 long-sequence tasks while remaining competitive on standard remote-sensing benchmarks.

    long-horizonearth-observationVLMRL
  9. paperarXiv
    Refusing Intent, Not Form: Wrapper-Based Intent-Group Supervision for LLM Safety

    Ping Wu, Haibo Tong, Feifei Zhao, Han Shen, Yu Shi, Yilin Zhao, Sicheng Shen, Guobin Shen, Yun Luo, Yi Zeng

    WIFA automatically pairs wrapped harmful prompts with structurally matched wrapped benign counterexamples, creating intent groups without external teachers or per-wrapper labels. Two fine-tuning recipes use this data: WIFA-Boost for high transformed-harmful refusal and A-GCRT, which regularizes decision scores within intent groups and anchors harmful versus benign groups across a margin. On Qwen and Llama the methods raise refusal of transformed harmful queries while lowering over-refusal on OR-Bench relative to both base models and reproduced baselines.

    safetyrefusalintentfine-tuning
  10. essayarXiv
    Sovereign by necessity? Frontier AI export controls, cyber security, and the limits of national AI capability

    Alan Woodward, Andrew Rogoyski

    The essay analyzes the interaction of recent U.S. frontier-model export licensing, documented autonomous AI cyber operations, and the extreme concentration of training compute and talent. It argues that access to frontier systems is becoming integral to national cyber defence yet can be revoked, while full sovereign training capability remains feasible for only a few states. A layered strategy is proposed: negotiated access guarantees, sovereignty at inference, open-weight hedging, regional pooling, talent pipelines, and continued investment in basic cyber resilience, with open weights judged both more capable and more politically exposed than often assumed.

    export-controlssovereigntycyberpolicy

Get the daily tools digest

RSS