← Search

Jianfeng Liu

16 accepted papers

2026

RPG: A Repository Planning Graph for Unified and Scalable Codebase Generation

ICLR 2026poster

Large language models excel at generating individual functions or single files of code, yet generating complete repositories from scratch remains a fundamental challenge. This capability is key to building coherent software systems from high-level specifications and realizing the full potential of a…

Cited by 0SourcecodeScholar
2026

RePrompt: Reasoning-Augmented Reprompting for Text-to-Image Generation via Reinforcement Learning

ICLR 2026poster

Despite recent progress in text-to-image (T2I) generation, existing models often struggle to faithfully capture user intentions from short and under-specified prompts. While prior work has attempted to enhance prompts using large language models (LLMs), these methods frequently generate stylistic or…

Cited by 0SourcecodeScholar
2025

GeAR: Generation Augmented Retrieval

ACL 2025finding

Document retrieval techniques are essential for developing large-scale information systems. The common approach involves using a bi-encoder to compute the semantic similarity between a query and documents. However, the scalar similarity often fail to reflect enough information, hindering the interpr…

2025

MAIN: Mutual Alignment Is Necessary for instruction tuning

EMNLP 2025

Instruction tuning has empowered large language models (LLMs) to achieve remarkable performance, yet its success heavily depends on the availability of large-scale, high-quality instruction-response pairs. To meet this demand, various methods have been developed to synthesize data at scale. However,

Cited by 0SourcePDFScholar
2025

MTL-LoRA: Low-Rank Adaptation for Multi-Task Learning

AAAI 2025technical

Parameter-efficient fine-tuning (PEFT) has been widely employed for domain adaptation, with LoRA being one of the most prominent methods due to its simplicity and effectiveness. However, in multi-task learning (MTL) scenarios, LoRA tends to obscure the distinction between tasks by projecting sparse…

2025

Subobject-level Image Tokenization

ICML 2025poster

Patch-based image tokenization ignores the morphology of the visual world, limiting effective and efficient learning of image understanding. Inspired by subword tokenization, we introduce subobject-level adaptive token segmentation and explore several approaches, including superpixel, SAM, and a pro…

2025

Token-level Proximal Policy Optimization for Query Generation

EMNLP 2025

Query generation is a critical task for web search engines (e.g. Google, Bing) and recommendation systems. Recently, state-of-the-art query generation methods leverage Large Language Models (LLMs) for their strong capabilities in context understanding and text generation. However, they still face ch

Cited by 0SourcePDFScholar
2024

Se2: Sequential Example Selection for In-Context Learning

ACL 2024findings

The remarkable capability of large language models(LLMs) for in-context learning(ICL) needs to be activated by demonstration examples. Prior work has extensively explored the selection of examples for ICL, predominantly following the “select then organize” paradigm, such approaches often neglect the…

2023

Orca: A Few-shot Benchmark for Chinese Conversational Machine Reading Comprehension

EMNLP 2023long findings

The conversational machine reading comprehension (CMRC) task aims to answer questions in conversations, which has been a hot research topic in recent years because of its wide applications. However, existing CMRC benchmarks in which each conversation is assigned a static passage are inconsistent wit…

Cited by 0SourcecodeScholar
2023

UPRISE: Universal Prompt Retrieval for Improving Zero-Shot Evaluation

EMNLP 2023long main

Large Language Models (LLMs) are popular for their impressive abilities, but the need for model-specific fine-tuning or task-specific prompt engineering can hinder their generalization. We propose UPRISE (Universal Prompt Retrieval for Improving zero-Shot Evaluation), which tunes a lightweight and v…

Cited by 0SourcecodeScholar
2022

HCLD: A Hierarchical Framework for Zero-shot Cross-lingual Dialogue System

COLING 2022main

Recently, many task-oriented dialogue systems need to serve users in different languages. However, it is time-consuming to collect enough data of each language for training. Thus, zero-shot adaptation of cross-lingual task-oriented dialog systems has been studied. Most of existing methods consider t…

2022

Snapshot-Guided Domain Adaptation for ELECTRA

EMNLP 2022finding

Discriminative pre-trained language models, such as ELECTRA, have achieved promising performances in a variety of general tasks. However, these generic pre-trained models struggle to capture domain-specific knowledge of domain-related tasks. In this work, we propose a novel domain-adaptation method…

2021

An Efficient Paper Anti-Counterfeiting Method Based on Microstructure Orientation Estimation

ICASSP 2021accepted

Forgery of paper invoices and certificates negatively causes huge economic loss every year. In the molding process of paper, plant fibres inside will distribute randomly and form the unique microscopic surface. Accordingly, forensic researchers have presented many techniques to build its feature des…

Cited by 0SourceScholar
2020

Meet Changes with Constancy: Learning Invariance in Multi-Source Translation

COLING 2020main

Multi-source neural machine translation aims to translate from parallel sources of information (e.g. languages, images, etc.) to a single target language, which has shown better performance than most one-to-one systems. Despite the remarkable success of existing models, they usually neglect the fact…