← Search

Ruifeng Yuan

14 accepted papers

2026

Disease-Centric Vision-Language Pretraining with Hybrid Visual Encoding for 3D Computed Tomography

ICML 2026poster

Vision–language pre-training (VLP) holds great promise for general-purpose medical AI by leveraging radiology reports as rich textual supervision, yet existing methods struggle with 3D CT imaging due to inefficient visual backbones and coarse semantic alignment. To address these issues, we propose a…

Cited by 0SourceScholar
2026

SCALE: Selective Resource Allocation for Overcoming Performance Bottlenecks in Mathematical Test-time Scaling

AAAI 2026technical

Test-time compute scaling has emerged as a powerful paradigm for enhancing mathematical reasoning in large language models (LLMs) by allocating additional computational resources during inference. However, current methods employ uniform resource distribution across all reasoning sub-problems, creati

Cited by 0SourcePDFScholar
2025

LIMOPro: Reasoning Refinement for Efficient and Effective Test-time Scaling

NeurIPS 2025poster

Large language models (LLMs) have demonstrated remarkable reasoning capabilities through test-time scaling approaches, particularly when fine-tuned with chain-of-thought (CoT) data distilled from more powerful large reasoning models (LRMs). However, these reasoning chains often contain verbose eleme…

Cited by 0SourcecodeScholar
2025

OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models

ACL 2025long

Code LLMs have been widely used in various domains, including code generation, logical reasoning, and agent systems. However, open-access code LLMs mostly only release weights, lacking key features such as reproducible data pipelines and transparent training protocols, which are crucial for advancin…

2025

Personalized Large Language Model Assistant with Evolving Conditional Memory

COLING 2025main

With the rapid development of large language models, AI assistants like ChatGPT have become increasingly integrated into people’s works and lives but are limited in personalized services. In this paper, we present a plug-and-play framework that could facilitate personalized large language model assi…

Cited by 3SourcePDFScholar
2024

QuerySum: A Multi-Document Query-Focused Summarization Dataset Augmented with Similar Query Clusters

AAAI 2024technical

Query-focused summarization (QFS) aims to summarize the source document(s) with regard to a specific aspect of information given in a query. It plays an important role in presenting users with a concise answer summary from a set of query-relevant documents retrieved by the information retrieval syst…

2023

Data Selection Curriculum for Abstractive Text Summarization

EMNLP 2023short findings

Abstractive Text Summarization (ATS) models are commonly trained using large-scale data that is randomly shuffled. However, the impact of data selection and data ordering on ATS models remains a relatively unexplored research area, where a significant challenge lies in accurately assessing the learn…

Cited by 0SourceScholar
2023

Improving Sentence Similarity Estimation for Unsupervised Extractive Summarization

ICASSP 2023accepted

Unsupervised extractive summarization aims to extract salient sentences from a document as the summary without labeled data. Recent literatures mostly research how to leverage sentence similarity to rank sentences in the order of salience. However, sentence similarity estimation using pre-trained la…

Cited by 0SourceScholar
2023

Preserve Context Information for Extract-Generate Long-Input Summarization Framework

AAAI 2023technical

The Extract-generate framework has been a classic approach for text summarization. As pretrained language models struggling with long-input summarization for their high memory cost, extract-generate framework regains researchers' interests. However, the cost of its effectiveness in dealing with long…

Cited by 3SourcePDFScholar
2023

RefGPT: Dialogue Generation of GPT, by GPT, and for GPT

EMNLP 2023long findings

Large Language Models (LLMs) have attained the impressive capability to resolve a wide range of NLP tasks by fine-tuning high-quality instruction data. However, collecting human-written data of high quality, especially multi-turn dialogues, is expensive and unattainable for most people. Though previ…

Cited by 0SourcecodeScholar
2023

Separating Context and Pattern: Learning Disentangled Sentence Representations for Low-Resource Extractive Summarization

ACL 2023findings

Extractive summarization aims to select a set of salient sentences from the source document to form a summary. Context information has been considered one of the key factors for this task. Meanwhile, there also exist other pattern factors that can identify sentence importance, such as sentence posit…

Cited by 4SourcePDFScholar
2020

Fact-level Extractive Summarization with Hierarchical Graph Mask on BERT

COLING 2020main

Most current extractive summarization models generate summaries by selecting salient sentences. However, one of the problems with sentence-level extractive summarization is that there exists a gap between the human-written gold summary and the oracle sentence labels. In this paper, we propose to ext…