← Search

Zhanming Jie

7 accepted papers

2025

ThinK: Thinner Key Cache by Query-Driven Pruning

ICLR 2025spotlight

Large Language Models (LLMs) have revolutionized the field of natural language processing, achieving unprecedented performance across a variety of applications. However, their increased computational and memory demands present significant challenges, especially when handling long sequences. This pa…

2024

ReFT: Reasoning with Reinforced Fine-Tuning

ACL 2024long

One way to enhance the reasoning capability of Large Language Models (LLMs) is to conduct Supervised Fine-Tuning (SFT) using Chain-of-Thought (CoT) annotations. This approach does not show sufficiently strong generalization ability, however, because the training only relies on the given CoT data. In…

2022

Learning to Reason Deductively: Math Word Problem Solving as Complex Relation Extraction

ACL 2022long

Solving math word problems requires deductive reasoning over the quantities in the text. Various recent research efforts mostly relied on sequence-to-sequence or sequence-to-tree models to generate mathematical expressions without explicitly performing relational reasoning between quantities in the…

2021

To be Closer: Learning to Link up Aspects with Opinions

EMNLP 2021main

Dependency parse trees are helpful for discovering the opinion words in aspect-based sentiment analysis (ABSA) (CITATION). However, the trees obtained from off-the-shelf dependency parsers are static, and could be sub-optimal in ABSA. This is because the syntactic trees are not designed for capturin…