Papers by Jingyang Gong
Make Prompt-based Black-Box Tuning Colorful: Boosting Model Generalization from Three Orthogonal Perspectives (2024.lrec-main)
Copied to clipboard
| Challenge: | Large language models (LLMs) have shown increasing power on NLP tasks. however, tuning these models for downstream tasks usually requires exorbitant costs. |
| Approach: | They propose a black-box tuning technique that optimizes task-specific prompts without accessing gradients and hidden representations. |
| Outcome: | The proposed method improves performance under few-shot learning scenarios. |
CodeEvo: Interaction-Driven Synthesis of Code-centric Data through Hybrid and Iterative Feedback (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods for generating instruction-code pairs rely on rigid heuristics and are labor-intensive. |
| Approach: | They propose a dual-agent architecture that integrates a Coder and a Reviewer to orchestrate the generation trajectory. |
| Outcome: | The proposed architecture outperforms baselines on a large-scale dataset of instruction-code pairs with stepped difficulty levels. |