Papers by Minyu Chen
Repo4QA: Answering Coding Questions via Dense Retrieval on GitHub Repositories (2022.coling-1)
Copied to clipboard
| Challenge: | Stack Overflow and GitHub are open source communities that are gaining popularity . developers need to raise programming questions in coding forums and navigate to GitHub repositories . |
| Approach: | They propose a questionrepository matching task that bridges the gap between repositories and real-world coding questions. |
| Outcome: | The proposed model outperforms state-of-the-art methods on coding questions and repositories . it can find suitable coding repositoriels and bridge the gap between them . |
DCE-LLM: Dead Code Elimination with Large Language Models (2025.naacl-long)
Copied to clipboard
| Challenge: | Dead code can obscure logical errors and be exploited for obfuscation in malware. |
| Approach: | They propose a framework for automated dead code elimination using a codeBERT model with an attribution-based line selector. |
| Outcome: | Experimental results show that DCE-LLM outperforms existing tools for dead code elimination . dead code can obscure logical errors and be exploited for obfuscation in malware . |
Co-Eval: Augmenting LLM-based Evaluation with Machine Metrics (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing LLMs suffer from biases and misalignment due to limited functional understanding and knowledge gaps. |
| Approach: | They introduce a framework that leverages a criteria planner model and optimized machine metrics to enhance the scalability and fairness of LLM-based evaluation. |
| Outcome: | The proposed framework reduces biases and improves alignment with human preferences, with gains of up to 0.324 in Spearman correlation. |
Think Earlier, Not Longer: Prompt Optimization via Reducing Unhealthy Exploration (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing approaches to improve reasoning performance ignore the presence of unhealthy exploration that increases token usage without contributing to effective problem-solving. |
| Approach: | They propose an entropy-dynamics-aware prompt optimization framework that trains a lightweight optimizer to generate concise clarifications. |
| Outcome: | The proposed framework reduces ambiguity-induced early-stage uncertainty while preserving the model's reasoning capabilities. |