Papers by Yunqi Mi
Duplicate-Aware Controlled Code Generation: Enhancing Copyright Protection with Targeted Reordering Beam Search in LLMs (2026.findings-acl)
Copied to clipboard
| Challenge: | Experimental results demonstrate that TRBS effectively reduces verbatim repetition while maintaining functional adequacy. |
| Approach: | They propose a plug-and-play decoding method that dynamically reorders beam candidates to reduce direct copying. |
| Outcome: | The proposed method reduces verbatim repetition while maintaining functional adequacy on a multi-language code generation benchmark. |
Learning to Paraphrase for Alignment with LLM Preference (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) exhibit the issue of paraphrase divergence, which means that when a question is phrased in a slightly different but semantically similar way, LLM may output a wrong response . retraining faces challenges in meeting the computational costs and privacy security demands of LLMs. |
| Approach: | They propose a black-box method that enhances model performance by paraphrasing questions in expressions preferred by the model. |
| Outcome: | The proposed method improves performance by paraphrasing questions in expressions preferred by the model. |