← Search

Tianxing He

26 accepted papers

2026

A Visualized Framework for Event Cooperation with Generative Agents

AAAI 2026technical

Large Language Models (LLMs) have revolutionized the simulation of agent societies, enabling autonomous planning, memory formation, and social interactions. However, existing frameworks often overlook systematic evaluations for event organization and lack visualized integration with physically groun

Cited by 0SourcePDFScholar
2026

AICrypto: Evaluating Cryptography Capabilities of Large Language Models

ICML 2026poster

Large language models (LLMs) have demonstrated remarkable capabilities across a variety of domains. However, their applications in cryptography, which serve as a foundational pillar of cybersecurity, remain largely unexplored. To address this gap, we build \textbf{AICrypto}, a comprehensive benchmar…

Cited by 0SourceScholar
2026

Position: Preparing for AI Systems That Deceive Developers

ICML 2026poster

AI systems may exhibit deceptive behaviors that mislead developers about their capabilities, propensities, or actions. Such deception can take distinct forms across the development lifecycle: training subversion, evaluation gaming, and control evasion. We argue that the AI community should prioritiz…

Cited by 0SourceScholar
2025

Jailbreak Large Vision-Language Models Through Multi-Modal Linkage

ACL 2025long

With the rapid advancement of Large Vision-Language Models (VLMs), concerns about their ‌potential misuse and abuse have grown rapidly. Prior research has exposed VLMs’ vulnerability to jailbreak attacks, where carefully crafted inputs can lead the model to produce content that violates ethical and…

2025

SATA: A Paradigm for LLM Jailbreak via Simple Assistive Task Linkage

ACL 2025finding

Large language models (LLMs) have made significant advancements across various tasks, but their safety alignment remains a major concern. Exploring jailbreak prompts can expose LLMs’ vulnerabilities and guide efforts to secure them. Existing methods primarily design sophisticated instructions for th…

2025

Towards Black-Box Membership Inference Attack for Diffusion Models

ICML 2025poster

Given the rising popularity of AI-generated art and the associated copyright concerns, identifying whether an artwork was used to train a diffusion model is an important research topic. The work approaches this problem from the membership inference attack (MIA) perspective. We first identify the lim…

Cited by 4SourcePDFScholar
2024

Can LLM Graph Reasoning Generalize beyond Pattern Memorization?

EMNLP 2024finding

Large language models (LLMs) demonstrate great potential for problems with implicit graphical structures, while recent works seek to enhance the graph reasoning capabilities of LLMs through specialized instruction tuning. The resulting “graph LLMs” are evaluated with in-distribution settings only, t…

2024

Knowledge Card: Filling LLMs' Knowledge Gaps with Plug-in Specialized Language Models

ICLR 2024oral

By design, large language models (LLMs) are static general-purpose models, expensive to retrain or update frequently. As they are increasingly adopted for knowledge-intensive tasks, it becomes evident that these design choices lead to failures to generate factual, relevant, and up-to-date knowledge.…

2024

Knowledge Crosswords: Geometric Knowledge Reasoning with Large Language Models

ACL 2024findings

We propose Knowledge Crosswords, a geometric knowledge reasoning benchmark consisting of incomplete knowledge networks bounded by structured factual constraints, where LLMs are tasked with inferring the missing facts to meet all constraints. The novel setting of geometric knowledge reasoning necessi…

2024

LatticeGen: Hiding Generated Text in a Lattice for Privacy-Aware Large Language Model Generation on Cloud

NAACL 2024findings

In the current user-server interaction paradigm of prompted generation with large language models (LLMs) on cloud, the server fully controls the generation process, which leaves zero options for users who want to keep the generated text private to themselves. For privacy-aware text generation on clo…

Cited by 1SourcePDFScholar
2024

SemStamp: A Semantic Watermark with Paraphrastic Robustness for Text Generation

NAACL 2024long

Existing watermarked generation algorithms employ token-level designs and therefore, are vulnerable to paraphrase attacks. To address this issue, we introduce watermarking on the semantic representation of sentences. We propose SemStamp, a robust sentence-level semantic watermarking algorithm that u…

2024

Stumbling Blocks: Stress Testing the Robustness of Machine-Generated Text Detectors Under Attacks

ACL 2024long

The widespread use of large language models (LLMs) is increasing the demand for methods that detect machine-generated text to prevent misuse. The goal of our study is to stress test the detectors’ robustness to malicious attacks under realistic scenarios. We comprehensively study the robustness of p…

2024

Style-Compress: An LLM-Based Prompt Compression Framework Considering Task-Specific Styles

EMNLP 2024finding

Prompt compression condenses contexts while maintaining their informativeness for different usage scenarios. It not only shortens the inference time and reduces computational costs during the usage of large language models, but also lowers expenses when using closed-source models. In a preliminary s…

2024

k-SemStamp: A Clustering-Based Semantic Watermark for Detection of Machine-Generated Text

ACL 2024findings

Recent watermarked generation algorithms inject detectable signatures during language generation to facilitate post-hoc detection. While token-level watermarks are vulnerable to paraphrase attacks, SemStamp (Hou et al., 2023) applies watermark on the semantic representation of sentences and demonstr…

2023

Can Language Models Solve Graph Problems in Natural Language?

NeurIPS 2023spotlight

Large language models (LLMs) are increasingly adopted for a variety of tasks with implicit graphical structures, such as planning in robotics, multi-hop question answering or knowledge probing, structured commonsense reasoning, and more. While LLMs have advanced the state-of-the-art on these tasks w…

2023

Learning Time-Invariant Representations for Individual Neurons from Population Dynamics

NeurIPS 2023poster

Neurons can display highly variable dynamics. While such variability presumably supports the wide range of behaviors generated by the organism, their gene expressions are relatively stable in the adult brain. This suggests that neuronal activity is a combination of its time-invariant identity and th…

2023

On the Blind Spots of Model-Based Evaluation Metrics for Text Generation

ACL 2023long

In this work, we explore a useful but often neglected methodology for robustness analysis of text generation evaluation metrics: stress tests with synthetic data. Basically, we design and synthesize a wide range of potential errors and check whether they result in a commensurate drop in the metric s…

2023

On the Zero-Shot Generalization of Machine-Generated Text Detectors

EMNLP 2023short findings

The rampant proliferation of large language models, fluent enough to generate text indistinguishable from human-written language, gives unprecedented importance to the detection of machine-generated text. This work is motivated by an important research question: How will the detectors of machine-gen…

Cited by 0SourceScholar
2022

Controlling the Focus of Pretrained Language Generation Models

ACL 2022findings

The finetuning of pretrained transformer-based language generation models are typically conducted in an end-to-end manner, where the model learns to attend to relevant parts of the input by itself. However, there does not exist a mechanism to directly control the model’s focus. This work aims to dev…

2021

Exposure Bias versus Self-Recovery: Are Distortions Really Incremental for Autoregressive Text Generation?

EMNLP 2021main

Exposure bias has been regarded as a central problem for auto-regressive language models (LM). It claims that teacher forcing would cause the test-time generation to be incrementally distorted due to the training-generation discrepancy. Although a lot of algorithms have been proposed to avoid teache…

2020

An Empirical Study of Transformer-Based Neural Language Model Adaptation

ICASSP 2020accepted

We explore two adaptation approaches of deep Transformer based neural language models (LMs) for automatic speech recognition. The first approach is a pretrain-finetune framework, where we first pretrain a Transformer LM on a large-scale text corpus from scratch and then adapt it to relatively small…

Cited by 32SourceScholar
2020

Why Gradient Clipping Accelerates Training: A Theoretical Justification for Adaptivity

ICLR 2020talk

We provide a theoretical explanation for the effectiveness of gradient clipping in training deep neural networks. The key ingredient is a new smoothness condition derived from practical neural network training examples. We observe that gradient smoothness, a concept central to the analysis of first-…

Cited by 609SourcecodeScholar
2015

Recurrent neural network language model with structured word embeddings for speech recognition

ICASSP 2015accepted

Due to effective word context encoding and long-term context preserving, recurrent neural network language model (RNNLM) has attracted great interest by showing better performance over back-off n-gram models and feed-forward neural network language models (FNNLM). However, it still has the difficult…

Cited by 0SourceScholar