Papers by Chengjie Wang
Time-for-Accuracy: Formalizing Chain-of-Thought as an Expansion of Logical Depth (2026.findings-acl)
Copied to clipboard
| Challenge: | Chain-of-thought (CoT) prompting can improve multi-step reasoning, but it is unclear what kind of additional sequential computation longer traces actually enable. |
| Approach: | They propose a deletion-based measure of step necessity under a specified inference interface to operationalize realized depth beyond raw length. |
| Outcome: | The proposed method combines effective logical depth with Bennett's logical depth to show that it is more efficient than a linear model. |
AdaMARP: An Adaptive Multi-Agent Interaction Framework for General Immersive Role-Playing (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing LLMs lack immersion and adaptability, resulting in limited character orchestration and on-the-fly character introduction. |
| Approach: | They propose an LLM-based framework that allows actors to interact with users in an ongoing narrative. |
| Outcome: | The proposed framework outperforms commercial LLMs in character consistency, environment grounding, and narrative coherence. |
Disco-RAG: Discourse-Aware Retrieval-Augmented Generation (2026.acl-long)
Copied to clipboard
Dongqi Liu, Hang Ding, Qiming Feng, Xurong Xie, Zhucun Xue, Chengjie Wang, Jian Li, Jiangning Zhang, Yabiao Wang
| Challenge: | Existing RAG strategies treat retrieved passages in a flat and unstructured way, which prevents the model from capturing structural cues and constrains its ability to synthesize knowledge from dispersed evidence across documents. |
| Approach: | They propose a framework that explicitly injects discourse signals into the generation process. |
| Outcome: | Experiments on question answering and long-document summarization benchmarks show the efficacy of the proposed framework. |