← Search

Jiazhan Feng

16 accepted papers

2026

ReTool: Reinforcement Learning for Strategic Tool Use in LLMs

ICLR 2026poster

While reasoning models trained with reinforcement learning (RL) excel in reasoning, they struggle in scenarios requiring structured problem-solving, such as geometric reasoning, concise computation, or complex equation solving—areas where computational tools like code interpreters (CI) demonstrate d…

Cited by 0SourcecodeScholar
2026

Reverse-Engineered Reasoning for Open-Ended Generation

ICLR 2026poster

While the "deep reasoning" paradigm has spurred significant advances in verifiable domains like mathematics, its application to open-ended, creative generation remains a critical challenge. The two dominant methods for instilling reasoning—reinforcement learning (RL) and instruction distillation --…

Cited by 0SourcecodeScholar
2024

Language Models can be Deductive Solvers

NAACL 2024findings

Logical reasoning is a fundamental aspect of human intelligence and a key component of tasks like problem-solving and decision-making. Recent advancements have enabled Large Language Models (LLMs) to potentially exhibit reasoning capabilities, but complex logical reasoning remains a challenge. The s…

2024

Synergistic Interplay between Search and Large Language Models for Information Retrieval

ACL 2024long

Information retrieval (IR) plays a crucial role in locating relevant resources from vast amounts of data, and its applications have evolved from traditional knowledge bases to modern retrieval models (RMs). The emergence of large language models (LLMs) has further revolutionized the IR field by enab…

2024

WizardLM: Empowering Large Pre-Trained Language Models to Follow Complex Instructions

ICLR 2024poster

Training large language models (LLMs) with open-domain instruction following data brings colossal success. However, manually creating such instruction data is very time-consuming and labor-intensive. Moreover, humans may struggle to produce high-complexity instructions. In this paper, we show an ave…

Cited by 175SourcePDFScholar
2023

Attend, Select and Eliminate: Accelerating Multi-turn Response Selection with Dual-attention-based Content Elimination

ACL 2023findings

Although the incorporation of pre-trained language models (PLMs) significantly pushes the research frontier of multi-turn response selection, it brings a new issue of heavy computation costs. To alleviate this problem and make the PLM-based response selection model both effective and efficient, we p…

Cited by 1SourcePDFScholar
2023

CORE: Cooperative Training of Retriever-Reranker for Effective Dialogue Response Selection

ACL 2023long

Establishing retrieval-based dialogue systems that can select appropriate responses from the pre-built index has gained increasing attention. Recent common practice is to construct a two-stage pipeline with a fast retriever (e.g., bi-encoder) for first-stage recall followed by a smart response reran…

Cited by 5SourcePDFScholar
2023

FAA: Fine-grained Attention Alignment for Cascade Document Ranking

ACL 2023long

Document ranking aims at sorting a collection of documents with their relevance to a query. Contemporary methods explore more efficient transformers or divide long documents into passages to handle the long input. However, intensive query-irrelevant content may lead to harmful distraction and high q…

Cited by 4SourcePDFScholar
2023

Length-Adaptive Distillation: Customizing Small Language Model for Dynamic Token Pruning

EMNLP 2023long findings

Pre-trained language models greatly improve the performance of various tasks but at a cost of high computation overhead. To facilitate practical applications, there are mainly two lines of research to accelerate model inference: model compression and dynamic computation (e.g., dynamic token pruning)…

Cited by 0SourceScholar
2023

MMDialog: A Large-scale Multi-turn Dialogue Dataset Towards Multi-modal Open-domain Conversation

ACL 2023long

Responding with multi-modal content has been recognized as an essential capability for an intelligent conversational agent. In this paper, we introduce the MMDialog dataset to facilitate multi-modal conversation better. MMDialog is composed of a curated set of 1.08 million real-world dialogues with…

2022

How to Represent Context Better? An Empirical Study on Context Modeling for Multi-turn Response Selection

EMNLP 2022finding

Building retrieval-based dialogue models that can predict appropriate responses based on the understanding of multi-turn context messages is a challenging problem. Early models usually concatenate all utterances or independently encode each dialogue turn, which may lead to an inadequate understandin…

Cited by 4SourcePDFScholar
2022

Multi-Granularity Structural Knowledge Distillation for Language Model Compression

ACL 2022long

Transferring the knowledge to a small model through distillation has raised great interest in recent years. Prevailing methods transfer the knowledge derived from mono-granularity language units (e.g., token-level or sample-level), which is not enough to represent the rich semantics of a text and ma…

2022

Reciprocal Learning of Knowledge Retriever and Response Ranker for Knowledge-Grounded Conversations

COLING 2022main

Grounding dialogue agents with knowledge documents has sparked increased attention in both academia and industry. Recently, a growing body of work is trying to build retrieval-based knowledge-grounded dialogue systems. While promising, these approaches require collecting pairs of dialogue context an…

Cited by 4SourcePDFScholar
2022

Rethinking Task-Specific Knowledge Distillation: Contextualized Corpus as Better Textbook

EMNLP 2022main

Knowledge distillation has been proven effective when customizing small language models for specific tasks. Here, a corpus as ‘textbook’ plays an indispensable role, only through which the teacher can teach the student. Prevailing methods adopt a two-stage distillation paradigm: general distillation…

Cited by 9SourcePDFScholar
2021

A Pre-training Strategy for Zero-Resource Response Selection in Knowledge-Grounded Conversations

ACL 2021long

Recently, many studies are emerging towards building a retrieval-based dialogue system that is able to effectively leverage background knowledge (e.g., documents) when conversing with humans. However, it is non-trivial to collect large-scale dialogues that are naturally grounded on the background do…

Cited by 9SourcePDFScholar
2021

A Survey on Response Selection for Retrieval-based Dialogues

IJCAI 2021poster

Building an intelligent dialogue system capable of naturally and coherently conversing with humans has been a long-standing goal of artificial intelligence. In the past decade, with the development of machine/deep learning technology and the explosive growth of available conversation data in social…

Cited by 36SourcePDFScholar