Three ArXiv Papers Address LLM Memory, Security, and Educational Applications

New research tackles conversational memory systems, encrypted guardrails against jailbreaks, and AI tutoring for programming students.

Three recent papers published on arxiv.org address different challenges in large language model applications.

AutoViewMem: Conversational Memory System

According to arxiv.org, researchers have introduced AutoViewMem, a framework that organizes long-term conversational memory for LLM agents into “self-configuring, low-overlap semantic views.” The system addresses limitations in existing memory systems that “rely on fixed granularities or static schemas” and struggle with heterogeneous information types. The paper reports that experiments on the LoCoMo and PersonaMem benchmarks using Qwen3-8B and Qwen3-14B models show AutoViewMem “improves long-horizon question answering and personalization over strong memory baselines.”

HE-Guardrail: Encrypted Security Framework

A separate arxiv.org paper presents HE-Guardrail, which evaluates guardrail mechanisms over encrypted data using homomorphic encryption. The research identifies that “HE-LLM inference is vulnerable to malicious clients that submit adversarial prompts, such as jailbreak attacks.” According to the paper, HE-Guardrail was instantiated with three guardrails—Llama Guard, JBShield, and GradSafe—and results show it “closely reproduces the decisions of the corresponding plaintext guardrails in the encrypted domain.”

ESSE: Self-Explanation Tutor

According to a third arxiv.org paper, researchers built ESSE, a self-explanation tutor for introductory programming that uses LLMs to assess student explanations. Deployed in an introductory Java course, the system’s feedback “leads students to persist and revise rather than abandon a line,” with explanations growing “more complete and conceptually richer across attempts.”