AI Papers of the Week
Every paper worth reading in AI, hand-picked one week at a time.

TrustLLM (Trustworthiness in LLMs)
A 100+ page study that defines a principled framework for trustworthy LLMs and benchmarks 16 mainstream models across it.

Chain-of-Table
Google's Chain-of-Table prompts LLMs to iteratively transform a complex table step-by-step to answer questions reliably, extending CoT reasoning to tabular data.

Persuasive Adversarial Prompts (PAP)
Turns 40 human-persuasion techniques into a taxonomy of jailbreaks that achieve 92% attack success on frontier models without any optimization.

RAISE
RAISE is an advanced agent architecture that adds a dual-memory system on top of a ReAct-style backbone to better support long-running conversational agents.

Quantifying Prompt-Format Sensitivity
CMU researchers show that LLM few-shot performance is shockingly sensitive to superficial prompt-formatting choices.

Adversarial Machine Learning (NIST)
NIST's official taxonomy of adversarial machine learning, intended to standardize terminology for policy and practice.

Mobile ALOHA
Stanford's Mobile ALOHA is a low-cost bimanual mobile-manipulation platform that learns dexterous household tasks via whole-body teleoperation and behavior cloning.

Mitigating Hallucination in LLMs
A survey cataloging 32 hallucination-mitigation techniques and organizing them into a practical taxonomy.

Self-Play Fine-Tuning (SPIN)
SPIN shows that a supervised fine-tuned LLM can keep improving via self-play alone, without any additional human annotations.

LLaMA Pro
LLaMA Pro introduces block expansion as a recipe for adding new knowledge to a pretrained LLM without catastrophic forgetting.

LLM Augmented LLMs (CALM)
Google's CALM composes a large anchor LLM with smaller specialist models via learned cross-attention, unlocking new capabilities without retraining either model.

Fast Inference of Mixture-of-Experts
Achieves practical Mixtral-8x7B inference on consumer hardware through MoE-aware quantization and offloading.

SeeAct (GPT-4V as Generalist Web Agent)
OSU researchers adapt GPT-4V into SeeAct, a generalist agent that operates live websites using vision + language planning.

DocLLM
JPMorgan's DocLLM is a lightweight extension to LLMs for visual-document understanding that uses bounding-box spatial information rather than image pixels.

How Code Empowers LLMs
A survey on why training LLMs with code data produces capabilities well beyond coding itself.

Instruct-Imagen
Google's Instruct-Imagen is a multimodal instruction-tuned image generation model that generalizes across heterogeneous generation tasks, including unseen ones.