← Search

Jiayang Chen

6 accepted papers

2026

Beyond Prediction: Tail-Aware Scheduling for LLM Inference

ICML 2026poster

LLM serving exhibits extreme length variability, making size-based scheduling difficult in practice. Recent LLM schedulers approximate SJF/SRPT using predicted decode lengths or rank and primarily report mean-centric metrics (e.g., TTFT/TBT). We show these prediction-driven policies can be fragile u…

Cited by 0SourceScholar
2026

Investigating Data Pruning for Pretraining Biological Foundation Models at Scale

AAAI 2026technical

Biological foundation models (BioFMs), pretrained on large-scale biological sequences, have recently shown strong potential in providing meaningful representations for diverse downstream bioinformatics tasks. However, such models often rely on millions to billions of training sequences and billions

Cited by 0SourcePDFScholar
2026

RMSAGen: Integrating Multiple Sequence Alignment for Function RNA Design

AAAI 2026technical

Biological sequences, including RNAs and proteins, share similarities with natural languages, enabling the application of advanced language models to various biological tasks. However, due to its flexibility and lack of experimental data, RNA is a particularly challenging biological ``language

Cited by 0SourcePDFScholar
2024

Document Hashing with Multi-Grained Prototype-Induced Hierarchical Generative Model

EMNLP 2024finding

Document hashing plays a crucial role in large-scale information retrieval. However, existing unsupervised document hashing methods merely consider flat semantics of documents, resulting in the inability of preserving hierarchical semantics in hash codes. In this paper, we propose a hierarchical gen…

Cited by 1SourcePDFScholar
2024

MSA Generation with Seqs2Seqs Pretraining: Advancing Protein Structure Predictions

NeurIPS 2024poster

Deep learning models like AlphaFold2 have revolutionized protein structure prediction, achieving unprecedented accuracy. However, the dependence on robust multiple sequence alignments (MSAs) continues to pose a challenge, especially for proteins that lack a wealth of homologous sequences. To overcom…

2022

Contact-Distil: Boosting Low Homologous Protein Contact Map Prediction by Self-Supervised Distillation

AAAI 2022technical

Accurate protein contact map prediction (PCMP) is essential for precise protein structure estimation and further biological studies. Recent works achieve significant performance on this task with high quality multiple sequence alignment (MSA). However, the PCMP accuracy drops dramatically while only…