← Search

Jiaming Shen

20 accepted papers

2026

RAS: Retrieval-And-Structuring for Knowledge-Intensive LLM Generation

ICLR 2026poster

Large language models (LLMs) have achieved impressive performance on knowledge-intensive tasks, yet they often struggle with multi-step reasoning due to the unstructured nature of retrieved context. While retrieval-augmented generation (RAG) methods provide external information, the lack of explicit…

Cited by 0SourcecodeScholar
2025

Building Math Agents with Multi-Turn Iterative Preference Learning

ICLR 2025poster

Recent studies have shown that large language models' (LLMs) mathematical problem-solving capabilities can be enhanced by integrating external tools, such as code interpreters, and employing multi-turn Chain-of-Thought (CoT) reasoning. While current methods focus on synthetic data generation and Sup…

Cited by 24SourcePDFScholar
2025

HeMeNet: Heterogeneous Multichannel Equivariant Network for Protein Multi-task Learning

AAAI 2025technical

Understanding and leveraging the 3D structures of proteins is central to a variety of biological and drug discovery tasks. While deep learning has been applied successfully for structure-based protein function prediction tasks, current methods usually employ distinct training for each task. However,…

2025

LiPO: Listwise Preference Optimization through Learning-to-Rank

NAACL 2025long

Aligning language models (LMs) with curated human feedback is critical to control their behaviors in real-world applications. Several recent policy optimization methods, such as DPO and SLiC, serve as promising alternatives to the traditional Reinforcement Learning from Human Feedback (RLHF) approac…

Cited by 44SourcePDFScholar
2025

RRM: Robust Reward Model Training Mitigates Reward Hacking

ICLR 2025poster

Reward models (RMs) play a pivotal role in aligning large language models (LLMs) with human preferences. However, traditional RM training, which relies on response pairs tied to specific prompts, struggles to disentangle prompt-driven preferences from prompt-independent artifacts, such as response l…

Cited by 0SourcePDFScholar
2024

Explanation-aware Soft Ensemble Empowers Large Language Model In-context Learning

ACL 2024long

Large language models (LLMs) have shown remarkable capabilities in various natural language understanding tasks with a few demonstration examples via in-context learning. Common strategies to boost such “in-context” learning ability are to ensemble multiple model decoded results and require the mode…

2024

Large Language Models are Effective Text Rankers with Pairwise Ranking Prompting

NAACL 2024findings

Ranking documents using Large Language Models (LLMs) by directly feeding the query and candidate documents into the prompt is an interesting and practical problem. However, researchers have found it difficult to outperform fine-tuned baseline rankers on benchmark datasets.We analyze pointwise and li…

Cited by 255SourcePDFScholar
2024

Multilingual Fine-Grained News Headline Hallucination Detection

EMNLP 2024finding

The popularity of automated news headline generation has surged with advancements in pre-trained language models. However, these models often suffer from the “hallucination” problem, where the generated headline is not fully supported by its source article. Efforts to address this issue have predomi…

2024

PLaD: Preference-based Large Language Model Distillation with Pseudo-Preference Pairs

ACL 2024findings

Large Language Models (LLMs) have exhibited impressive capabilities in various tasks, yet their vast parameter sizes restrict their applicability in resource-constrained settings. Knowledge distillation (KD) offers a viable solution by transferring expertise from large teacher models to compact stud…

Cited by 5SourcePDFScholar
2024

Predicting Text Preference Via Structured Comparative Reasoning

ACL 2024long

Comparative reasoning plays a crucial role in predicting text preferences; however, large language models (LLMs) often demonstrate inconsistencies in their reasoning, leading to incorrect preference predictions. While approaches like Chain-of-Thought improve accuracy in many settings, they struggle…

Cited by 6SourcePDFScholar
2023

Cold-Start Data Selection for Better Few-shot Language Model Fine-tuning: A Prompt-based Uncertainty Propagation Approach

ACL 2023long

We present PATRON, a prompt-based data selection method for pre-trained language model fine-tuning under cold-start scenarios, i.e., no initial labeled data are available. In PATRON, we design (1) a prompt-based uncertainty propagation approach to estimate the importance of data points and (2) a par…

2023

Large Language Model as Attributed Training Data Generator: A Tale of Diversity and Bias

NeurIPS 2023poster

Large language models (LLMs) have been recently leveraged as training data generators for various natural language processing (NLP) tasks. While previous research has explored different approaches to training models using generated data, they generally rely on simple class-conditional prompts, which…

2023

ReGen: Zero-Shot Text Classification via Training Data Generation with Progressive Dense Retrieval

ACL 2023findings

With the development of large language models (LLMs), zero-shot learning has attracted much attention for various NLP tasks. Different from prior works that generate training data with billion-scale natural language generation (NLG) models, we propose a retrieval-enhanced framework to create trainin…

2023

Towards Understanding Chain-of-Thought Prompting: An Empirical Study of What Matters

ACL 2023long

Chain-of-Thought (CoT) prompting can dramatically improve the multi-step reasoning abilities of large language models (LLMs). CoT explicitly encourages the LLM to generate intermediate rationales for solving a problem, by providing a series of reasoning steps in the demonstrations. Despite its succe…

2022

Eider: Empowering Document-level Relation Extraction with Efficient Evidence Extraction and Inference-stage Fusion

ACL 2022findings

Document-level relation extraction (DocRE) aims to extract semantic relations among entity pairs in a document. Typical DocRE methods blindly take the full document as input, while a subset of the sentences in the document, noted as the evidence, are often sufficient for humans to predict the relati…

2022

Topic Taxonomy Expansion via Hierarchy-Aware Topic Phrase Generation

EMNLP 2022finding

Topic taxonomies display hierarchical topic structures of a text corpus and provide topical knowledge to enhance various NLP applications. To dynamically incorporate new topic information, several recent studies have tried to expand (or complete) a topic taxonomy by inserting emerging topics identif…

2021

TaxoClass: Hierarchical Multi-Label Text Classification Using Only Class Names

NAACL 2021long

Hierarchical multi-label text classification (HMTC) aims to tag each document with a set of classes from a taxonomic class hierarchy. Most existing HMTC methods train classifiers using massive human-labeled documents, which are often too costly to obtain in real-world applications. In this paper, we…

2021

Taxonomy Completion via Triplet Matching Network

AAAI 2021technical

Automatically constructing taxonomy finds many applications in e-commerce and web search. One critical challenge is as data and business scope grow in real applications, new concepts are emerging and needed to be added to the existing taxonomy. Previous approaches focus on the taxonomy expansion, i.…