← Search

Jiangtao Feng

11 accepted papers

2026

MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent

ICLR 2026oral

Despite improvements by length extrapolation, efficient attention and memory modules, handling infinitely long documents without performance degradation during extrapolation remains the ultimate challenge in long-text processing. To solve this problem, We introduce a novel agent workflow, \method, w…

Cited by 0SourceScholar
2025

Retro-R1: LLM-based Agentic Retrosynthesis

NeurIPS 2025poster

Retrosynthetic planning is a fundamental task in chemical discovery. Due to the vast combinatorial search space, identifying viable synthetic routes remains a significant challenge--even for expert chemists. Recent advances in Large Language Models (LLMs), particularly equipped with reinforcement le…

Cited by 0SourceScholar
2023

CAB: Comprehensive Attention Benchmarking on Long Sequence Modeling

ICML 2023poster

Transformer has achieved remarkable success in language, image, and speech processing. Recently, various efficient attention architectures have been proposed to improve transformer's efficiency while largely preserving its efficacy, especially in modeling long sequences. A widely-used benchmark to t…

2023

Compositional Exemplars for In-context Learning

ICML 2023poster

Large pretrained language models (LMs) have shown impressive In-Context Learning (ICL) ability, where the model learns to do an unseen task simply by conditioning on a prompt consisting of input-output examples as demonstration, without any parameter updates. The performance of ICL is highly dominat…

2023

DiffuSeq-v2: Bridging Discrete and Continuous Text Spaces for Accelerated Seq2Seq Diffusion Models

EMNLP 2023short findings

Diffusion models have gained prominence in generating high-quality sequences of text. Nevertheless, current approaches predominantly represent discrete text within a continuous diffusion space, which incurs substantial computational overhead during training and results in slower sampling speeds. In…

Cited by 0SourcecodeScholar
2023

DiffuSeq: Sequence to Sequence Text Generation with Diffusion Models

ICLR 2023poster

Recently, diffusion models have emerged as a new paradigm for generative models. Despite the success in domains using continuous signals such as vision and audio, adapting diffusion models to natural language is under-explored due to the discrete nature of texts, especially for conditional generatio…

2022

CoNT: Contrastive Neural Text Generation

NeurIPS 2022accept

Recently, contrastive learning attracts increasing interests in neural text generation as a new solution to alleviate the exposure bias problem. It introduces a sequence-level training signal which is crucial to generation tasks that always rely on auto-regressive decoding. However, previous method…

Cited by 52SourcePDFScholar
2022

ProGen: Progressive Zero-shot Dataset Generation via In-context Feedback

EMNLP 2022finding

Recently, dataset-generation-based zero-shot learning has shown promising results by training a task-specific model with a dataset synthesized from large pre-trained language models (PLMs). The final task-specific model often achieves compatible or even better performance than PLMs under the zero-sh…

2022

ZeroGen: Efficient Zero-shot Learning via Dataset Generation

EMNLP 2022main

There is a growing interest in dataset generation recently due to the superior generative capacity of large pre-trained language models (PLMs). In this paper, we study a flexible and efficient zero-short learning method, ZeroGen.Given a zero-shot task, we first generate a dataset from scratch using…

2021

Counter-Interference Adapter for Multilingual Machine Translation

EMNLP 2021finding

Developing a unified multilingual model has been a long pursuing goal for machine translation. However, existing approaches suffer from performance degradation - a single multilingual model is inferior to separately trained bilingual ones on rich-resource languages. We conjecture that such a phenome…

2021

Learning Logic Rules for Document-Level Relation Extraction

EMNLP 2021main

Document-level relation extraction aims to identify relations between entities in a whole document. Prior efforts to capture long-range dependencies have relied heavily on implicitly powerful representations learned through (graph) neural networks, which makes the model less transparent. To tackle t…