← Search

Hailin Chen

4 accepted papers

2024

CodeChain: Towards Modular Code Generation Through Chain of Self-revisions with Representative Sub-modules

ICLR 2024poster

Large Language Models (LLMs) have already become quite proficient at solving simpler programming tasks like those in HumanEval or MBPP benchmarks. However, solving more complex and competitive programming tasks is still quite challenging for these models - possibly due to their tendency to generate…

2023

Personalized Distillation: Empowering Open-Sourced LLMs with Adaptive Learning for Code Generation

EMNLP 2023long main

With the rise of powerful closed-sourced LLMs (ChatGPT, GPT-4), there are increasing interests in distilling the capabilies of close-sourced LLMs to smaller open-sourced LLMs. Previous distillation methods usually prompt ChatGPT to generate a set of instructions and answers, for the student model to…

Cited by 0SourceScholar
2023

Retrieving Multimodal Information for Augmented Generation: A Survey

EMNLP 2023long findings

As Large Language Models (LLMs) become popular, there emerged an important trend of using multimodality to augment the LLMs' generation ability, which enables LLMs to better interact with the world. However, there lacks a unified perception of at which stage and how to incorporate different modaliti…

Cited by 0SourceScholar
2022

Learning Label Modular Prompts for Text Classification in the Wild

EMNLP 2022main

Machine learning models usually assume i.i.d data during training and testing, but data and tasks in real world often change over time. To emulate the transient nature of real world, we propose a challenging but practical task: text classification in-the-wild, which introduces different non-stationa…