← Search

Jiasi Chen

6 accepted papers

2026

SmartChunk Retrieval: Query-Aware Chunk Compression with Planning for Efficient Document RAG

ICLR 2026poster

Retrieval-augmented generation (RAG) has strong potential for producing accurate and factual outputs by combining language models (LMs) with evidence retrieved from large text corpora. However, current pipelines are limited by static chunking and flat retrieval: documents are split into short, prede…

Cited by 1SourceScholar
2025

BREAD: Branched Rollouts from Expert Anchors Bridge SFT & RL for Reasoning

NeurIPS 2025poster

Small language models (SLMs) struggle to learn complex reasoning behaviors, especially when high-quality traces are scarce or difficult to learn from. A typical approach for training such models combines a supervised fine-tuning (SFT) stage, often to distill reasoning capabilities from a larger mode…

Cited by 0SourceScholar
2024

Class-Attribute Priors: Adapting Optimization to Heterogeneity and Fairness Objective

AAAI 2024technical

Modern classification problems exhibit heterogeneities across individual classes: Each class may have unique attributes, such as sample size, label quality, or predictability (easy vs difficult), and variable importance at test-time. Without care, these heterogeneities impede the learning process, m…

Cited by 2SourcePDFScholar
2024

Efficient Contextual LLM Cascades through Budget-Constrained Policy Learning

NeurIPS 2024poster

Recent successes in natural language processing have led to the proliferation of large language models (LLMs) by multiple providers. Each LLM offering has different inference accuracy, monetary cost, and latency, and their accuracy further depends on the exact wording of the question (i.e., the spec…

Cited by 0SourcePDFScholar
2024

Selective Attention: Enhancing Transformer through Principled Context Control

NeurIPS 2024poster

The attention mechanism within the transformer architecture enables the model to weigh and combine tokens based on their relevance to the query. While self-attention has enjoyed major success, it notably treats all queries $q$ in the same way by applying the mapping $V^\top\text{softmax}(Kq)$, where…

2021

AutoBalance: Optimized Loss Functions for Imbalanced Data

NeurIPS 2021poster

Imbalanced datasets are commonplace in modern machine learning problems. The presence of under-represented classes or groups with sensitive attributes results in concerns about generalization and fairness. Such concerns are further exacerbated by the fact that large capacity deep nets can perfectly…