Research.

Retrieval-augmented generation, LLM long-term memory, and when agents should intervene: formalizing production practice into reproducible research. MS in Artificial Intelligence, Hawaii Pacific University (2026).

Publications & Patents

Under ReviewScientometrics · Technical checks2026Metascience
What Citations Get Wrong: A Full-Corpus Audit of Reference Existence and Claim Support in a Major NLP Conference

Existence errors are a rounding error; a single-run claim-support audit has not established that it measured anything.

Tao An — Audits both promises a citation makes on the ACL 2026 proceedings treated as a census: 4,459 papers and 209,985 references. Existence holds: 91.0% of references resolve, and two references (0.001%) are confirmed nonexistent. Claim support, scored by a two-stage language-model judge, does not repeat. An audit of 2,110 claim citations from 100 papers put the confirmed support-defect rate at 0.95%; two further independent draws at the same commit returned 5.66% and 6.12%, pooling to 5.90% [5.12, 6.80] over 3,033 claim citations (7.9 SE from the audited figure). The gap sits in the support-judgment layer and traces to a first-pass judge whose model was read from an unlogged environment variable. The paper reports all three runs and takes the non-replication, not any single rate, as the principal finding: pin and log the judge, and repeatability returns. The existence census is unaffected.

Under ReviewScientometrics · With editor2026Metascience
Weakening in Real Time: The Association Between Artifact Reuse and Citation in Artifact-Dense Research, 2015–2024

Reuse and citation came apart by half over a decade: a calendar-period effect, not an LLM effect, and it spares the tail.

Tao An — Links 20,529 arXiv papers published 2015–2025 to their author-designated GitHub repositories and estimates the rank association between annual fork flow and annual citation flow in every cohort-by-period cell. The association falls from roughly 0.45–0.50 in the late 2010s to roughly 0.25 by 2024, and the variation sits on the calendar-period axis rather than the publication-cohort axis: with period included the cohort coefficient is −0.0017 (p = 0.74), and the 2015 cohort, the same 262 papers throughout, declines from 0.49 to 0.04 over its own lifetime. Two candidate explanations fail on the correct axis. There is no discontinuity at the public release of general-purpose language models (−0.002, 95% CI [−0.061, +0.057]) and no gradient in field-level exposure to them (p = 0.82); nor does the citation mix degrade, with the share of substantively influential citations flat across the decade. Enumerating the full frame of 160,150 papers rather than sampling from it, the association among works that are both substantially reused and substantially cited shows no trend (−0.0031 per year, 95% CI [−0.0156, +0.0094], n = 3,885), an interval that excludes the full-sample estimate: the decoupling is a property of the population, not of its high-impact tail.

Under ReviewTMLR · Assigned AESurvey2026Human–AI
When Should the Agent Speak? A Survey of Intervention Timing for Always-On AI Assistants

Intervene only when expected benefit exceeds interruption cost—and evaluate that cost term explicitly.

Tao An — Surveys intervention timing for always-on assistants around one decision rule: intervene iff the expected benefit of acting exceeds the expected cost of interrupting. Reconnects two literatures that do not cite each other, the 1999–2017 interruptibility line that formalized interruption cost but had no capable actor, and the 2024–2026 proactive-agent wave that has actors but rediscovers the cost term only in fragments. Argues evaluation is the gating layer, and proposes a benchmark design for open-world intervention timing with an explicit cost term.

Under ReviewEMNLP 2026 Workshop · BlackboxNLP2026Interpretability
Registers, Not Plans: What Lives in a Language Model's Workspace That Isn't on Its Tongue

Covert workspace content is mostly context registers, not content plans—and it is causally load-bearing.

Tao An — An independent replication and reframing of Anthropic's “global workspace” (Jacobian-lens) claim on open Qwen3 models. A mouth-exclusion audit—scoring a lens readout as covert only when its token is far outside the model's own next-token distribution—splits the workspace: covert content survives almost only for context registers (the conversation's language, a corrupted word's intended form), while content plans (rhyme, arithmetic, associations) fall to a permutation floor. The surviving registers are causally load-bearing under amplitude-matched steering, and workspace edits rewrite the model's representation of the question itself across a 1.7B–14B scale ladder. The register and capture findings reproduce on a second architecture (Gemma-2-2B).

Under ReviewEMNLP 2026 Workshop · NLP4PI2026AI Safety
CGEP: Toward Detecting and Attributing GEO Poisoning in Chinese AI Search

GEO poisoning needs detection and account-cluster attribution on different substrates—not just attack success.

Tao An — Defines GEO-poisoning detection and attribution for Chinese generative search (DeepSeek, Doubao, Kimi): a five-technique taxonomy of coordinated, inauthentic manipulation, a task reframing from attack-success to detection → classification → account-cluster attribution, and a legally-constructed synthetic benchmark. A provenance pilot shows detection and attribution need different substrates—content features detect that manipulation happened (F1 0.93) but only an account-interaction graph attributes it to a seller cluster (0.96)—and a confidence-gated fusion covers the taxonomy where a learned GNN and a zero-shot LLM both fail.

Under ReviewTMLR2026Human–AI
The Preference Centroid: Consensus Density Governs Output Dispersion in Aligned LLMs

Output dispersion tracks task consensus density; alignment amplifies a gradient the base model already carries.

Tao An, Shuai Feng — Sampling an aligned LLM repeatedly and embedding the completions, output dispersion (mean pairwise cosine distance) is governed by the consensus density of the task—near-zero on factual prompts, wide on open-ended ones (Spearman ρ = 0.85), replicating on a second model and predicted by held-out judges that score only the prompt (ρ = −0.91). A matched base-vs-instruct comparison shows alignment amplifies a gradient the pretrained base already carries, compressing the high-consensus end ~8.7-fold against 1.8-fold at the low end—grounding the “equalizer vs. amplifier” boundary at the distribution level rather than in posited task complexity.

Under ReviewARR 2026 August → EACL 20272026LLM Memory
Fidelity Before Structure: Verbatim Chunks Beat Lossy Artifact Extraction in Long-Conversation LLM Memory

Verbatim chunks beat lossy extracted artifacts by large margins—structure should augment text, not replace it.

Tao An — A controlled ablation isolating the stored memory representation inside one fixed retrieve–rerank–reason pipeline: LLM-extracted typed artifacts versus verbatim conversation chunks, holding the model, retriever, reranker, and judge constant. Verbatim chunks win by 15.9 points on LoCoMo (43.9% vs. 28.0%) and 22.0 points on LongMemEval-S (67.4% vs. 45.4%); the extracted-artifact pipeline never beats naive RAG. The mechanism is lossy distillation—extraction discards verbatim detail that chunks retain for free—so structured memory should augment verbatim text, not replace it. (ARR Aug 2026 resubmission of the March cycle; former title It's Fidelity, Not Structure.)

HHAI 2026IOS Press2026Human–AI
AI as Equalizer or Amplifier? Task Complexity as the Moderating Factor for Human Expertise in Hybrid Intelligence Systems

AI equalizes on routine tasks and amplifies expertise on complex ones—domain skill beats prompt craft.

Tao An — Published in the proceedings of the 5th International Conference on Hybrid Human-Artificial Intelligence (HHAI 2026, Brussels), IOS Press Frontiers in Artificial Intelligence and Applications vol. 423, pp. 212–220 (open access, CC BY-NC). Drawing on structured field observations since mid-2024, this position paper reconciles the “AI as equalizer” and “AI as amplifier” debates: AI narrows novice–expert gaps on routine, well-structured tasks but amplifies them on complex tasks requiring deep judgment. Domain expertise—not prompt engineering—determines who benefits most from AI.

Preprint2025LLM Memory
Cognitive Workspace: Active Memory Management for LLMs

Active memory management over pure RAG: hierarchical buffers and task-driven reuse (with later caveats).

Tao An — Proposes Cognitive Workspace, a paradigm transcending traditional RAG by emulating human cognitive mechanisms: active memory management, hierarchical cognitive buffers, and task-driven context optimization. Achieves a 58.6% memory-reuse rate (vs. 0% for RAG) with 17–18% net efficiency gain.

PatentPending2026Knowledge Graphs
A Graph-Neural-Network Method for Data-Information Recommendation

Chinese invention patent (pending): GNN recommendation over heterogeneous graphs.

Tao An — Chinese invention patent, under examination. GNN-based recommendation over heterogeneous data–information graphs.

Academic Service

Ethics ReviewerNeurIPS 20262026
Ethics Review Committee — Conference on Neural Information Processing Systems (NeurIPS 2026)

Reviewing submissions flagged for ethical concerns against the NeurIPS Code of Ethics—data provenance and informed consent, dual-use and misuse risk, human-subjects considerations, and broader societal impact.