Reliable execution of complex, long-horizon tasks in real-world environments
My broader research interest is how AI agents can sustain reliable execution as their tasks, state, and environment evolve over time.
Long-horizon tasks involve dependent actions, evolving state, and feedback that may arrive late or with noise. These properties make failures structural: an early mistake can enter the system state and influence many later decisions. I study the mechanisms and evaluation principles that help agents remain reliable under these conditions, rather than assuming that reliability will emerge automatically from increasingly capable base models.
01 · Current direction
State organization and maintenance
Within this broader agenda, my current entry point is the organization and maintenance of execution state: an inspectable external representation of task state and the evidence supporting an agent’s decisions. Rather than treating the entire interaction history as an undifferentiated context, an agent should be able to preserve what remains relevant as a task and its environment evolve.
I view this maintained state as a candidate foundation for recognizing execution deviations and making recovery decisions. Reliable experience reuse is a longer-term extension: an agent must determine when experience from an earlier task remains applicable to a new one. Together, these questions offer one focused path into the broader challenge of reliable execution over longer and more dynamic tasks.
Current focus
Dynamic execution state
A focused entry point into verification and recovery, with reliable experience reuse as a longer-term extension.
02 · Initial step
MemSIF: structuring interaction history into reusable memory
MemSIF organizes long-term interactions and turns emerging information utility into reusable facts.
MemSIF is an initial exploration along this direction. It addresses two problems in long-term memory: related evidence may be distributed across distant interactions, and information that appears unimportant when first observed may become useful only later.
The framework combines Structured Interaction Memory with Dual-Track Fact Memory to organize interactions by their underlying relationships and construct reusable facts both proactively and when their utility emerges through queries.
Across LoCoMo and LongMemEval-S with five backbone LLMs, MemSIF achieved the highest Total ACC in every evaluated setting, outperforming the strongest baseline by 2.29%–8.79% and 2.87%–6.15%, respectively.
MemSIF focuses on organizing what an agent has experienced. It provides an empirical starting point for my future work on maintaining the evolving execution state that guides what an agent should do next.
Toward reliable linguistic steganalysis under realistic deployment constraints
Linguistic steganography conceals secret information in text designed to appear ordinary. Text without a hidden payload is called cover text, while text carrying hidden information is called stego text. Linguistic steganalysis is the defensive task of determining whether a given text is cover or stego, usually without needing to recover the hidden message itself.
This detection capability matters because text can serve as a difficult-to-observe channel for covert communication. However, a detector developed under controlled conditions may not remain dependable after deployment: text domains, steganographic algorithms, embedding rates, and class proportions can change, while labeled target data, original source data, or stego training samples may be unavailable.
Research trajectory across deployment constraints
Rather than following a single progression of difficulty, these studies examine complementary constraints that arise in practice: distribution shift, restricted access to source data, scarce stego examples, and the complete absence of stego training samples.
01
Cross-domain adaptation
Transferring a detector to an unlabeled target domain
I first studied settings in which labeled source data remain available but the target domain is unlabeled. PDTS combines shared and task-specific representations with progressive pseudo-label self-training; across six corpus-transfer tasks and five embedding rates, it improved the average accuracy and F1 over the compared domain-adaptation baselines. Building on this work, CADA addresses class misalignment and ambiguous target boundaries through class-aware adversarial alignment and balanced progressive pseudo-label fine-tuning, improving average detection accuracy by 2.78%, 2.47%, and 0.38% on VLC, AC, and ADG, respectively.
Domain mismatch can leave target samples aligned with the wrong source class. View full size ↗
02
Source-free adaptation
Adapting without retaining the original source data
I then removed access to source data during adaptation. CPSLS uses clustering structure in the unlabeled target domain to generate pseudo-labels, weights classification by prediction uncertainty, and maintains prediction diversity to limit noisy-label accumulation and posterior collapse. It achieved the strongest average accuracy among the tested cross-domain methods, exceeding the best competing averages by 1.24, 0.82, and 0.53 percentage points on VLC, AC, and ADG.
Source-free adaptation retains the trained source model rather than the source data. View full size ↗
03
Few-shot learning
Learning with scarce stego examples and class imbalance
In collaborative work, I also studied settings where stego samples are scarce while cover text is abundant. DAF-Stega uses multi-domain cover text to pretrain a transferable target-domain boundary, then combines few-shot fine-tuning with MC-dropout-based dynamic voting for pseudo-label self-training. It outperformed both reported few-shot baselines across every tested shot count from 30 to 200 on three corpora.
Detecting stego text after training on cover text alone
Finally, I considered cover-only training with no stego samples. CHLS builds a hypersphere around cover representations, generates contrastive negatives by applying word-level random swaps to boundary samples, and uses a boundary-aware contrastive objective to learn a compact cover region. Across three corpora and two steganographic algorithms, it achieved the strongest overall average AUC, accuracy, and F1 among the compared methods.
CHLS learns a hypersphere for cover-only detection. View full size ↗
What this line of work taught me
This research taught me to begin with the assumptions that fail at deployment and to reformulate the learning problem around the evidence that remains available. It also showed me why distribution alignment must preserve class separation, and why methods based on pseudo-labels must control the accumulation of their own errors.
Linguistic steganalysis and agent memory involve different tasks and methods, but they share a question that continues to shape my research: how can an intelligent system remain reliable when its operating conditions depart from the assumptions available during training or design?
During a research internship at Lenovo Research Institute, I studied how multimodal and multi-turn dialogue systems can select relevant context and appropriate reasoning strategies across extended interactions. This experience broadened my interest from model-level prediction toward system-level reliability.