Papers by Bolong Zheng
DSCD: Large Language Model Detoxification with Self-Constrained Decoding (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for decoding large language models (LLMs) are based on external constraints and require additional resource overhead and loss of generation fluency. |
| Approach: | They propose a method for LLMs detoxification without parameter fine-tuning that strengthens the inner token distribution while weakening that of hallucination and toxic layer during output generation. |
| Outcome: | Extensive experiments on open-source LLMs and public datasets demonstrate DSCD's state-of-the-art (SOTA) performance in detoxification and generation fluency, with superior efficiency compared to existing methods. |
HiGoE: Hierarchical Graph of Evidence to Enhance Retrieval-Augmented Generation for Long-context Summarization (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods for long-context summarization fail to capture high-level thematic structures and long-range dependencies. |
| Approach: | They propose a hierarchical Graph of Evidence to reduce hallucination and attention dilution by replacing unreliable chunk-based methods with a filtered proposition–evidence graph. |
| Outcome: | Experiments show that HiGoE surpasses baselines in quality and efficiency. |
Joint Document-Level Event Extraction via Token-Token Bidirectional Event Completed Graph (2023.acl-long)
Copied to clipboard
| Challenge: | a joint exaction method can be used to extract document-level event records . it avoids inefficiency and error propagation issues in traditional pipeline methods . |
| Approach: | They propose a joint exaction method that can avoid inefficiency and error propagation issues . they propose eType-Role1-Roul2 as the edge type to reveal which tokens play argument roles . |
| Outcome: | The proposed method can avoid inefficiency and error propagation issues in traditional pipeline methods. |