Papers by Tianpeng Bu
Enhanced Data Synthesis for LLM through Reasoning Structures Generated by Hierarchical GFlowNet (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing methods to optimize instruction-response pairs lack a systematic design for the underlying reasoning structure. |
| Approach: | They propose a Reasoning Structure driven data Synthesis method that leverages a coarse-to-fine directed acyclic graph to construct reasoning structures efficiently. |
| Outcome: | The proposed method outperforms existing methods in 48.50%, 84.00%, 79.90% of the synthetic datasets trained on the proposed model. |
MemTR: Enhancing Tool-Calling Reliability via Uncertainty-Triggered FFN-Space Retracing (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing tool-calling methods rely on costly tool-use training data or only constrain syntax, leaving tool selection and argument value errors largely unsolved. |
| Approach: | They propose a method that decodes tool evidence from the tool library and mixes it into the output at the uncertain layer. |
| Outcome: | The proposed method reduces tool calling failures by 2%–9% with only 1%–2% runtime overhead. |