← Search

Fanxu Meng

12 accepted papers

2026

LIFT: A Novel Framework for Enhancing Long-Context Understanding of LLMs via Long Input Fine-Tuning

ICML 2026poster

Long context understanding remains challenging for large language models due to their limited context windows. This paper introduces Long Input Fine-Tuning (LIFT), a novel framework for long-context modeling that can enhance the long-context performance of arbitrary short-context LLMs by dynamically…

Cited by 0SourceScholar
2025

HD-PiSSA: High-Rank Distributed Orthogonal Adaptation

EMNLP 2025

Existing parameter-efficient fine-tuning (PEFT) methods for large language models (LLMs), such as LoRA and PiSSA, constrain model updates to low-rank subspaces, limiting their expressiveness and leading to suboptimal performance on complex tasks. To address this, we introduce **H**igh-rank **D**istr

Cited by 0SourcePDFScholar
2025

Hierarchically Encapsulated Representation for Protocol Design in Self-Driving Labs

ICLR 2025poster

Self-driving laboratories have begun to replace human experimenters in performing single experimental skills or predetermined experimental protocols. However, as the pace of idea iteration in scientific research has been intensified by Artificial Intelligence, the demand for rapid design of new prot…

Cited by 0SourcePDFScholar
2025

LoRASuite: Efficient LoRA Adaptation Across Large Language Model Upgrades

NeurIPS 2025poster

As Large Language Models (LLMs) are frequently updated, LoRA weights trained on earlier versions quickly become obsolete. The conventional practice of retraining LoRA weights from scratch on the latest model is costly, time-consuming, and environmentally detrimental, particularly as the diversity of…

Cited by 0SourceScholar
2025

TransMLA: Migrating GQA Models to MLA with Full DeepSeek Compatibility and Speedup

NeurIPS 2025spotlight

Modern large-language models often face communication bottlenecks on current hardware rather than computational limitations. *Multi-head latent attention (MLA)* addresses this by compressing the key-value cache using low-rank matrices, while the Absorb operation prevents the KV cache from reverting…

Cited by 0SourceScholar
2024

AutoDSL: Automated domain-specific language design for structural representation of procedures with constraints

ACL 2024long

Accurate representation of procedures in restricted scenarios, such as non-standardized scientific experiments, requires precise depiction of constraints. Unfortunately, Domain-specific Language (DSL), as an effective tool to express constraints structurally, often requires case-by-case hand-craftin…

Cited by 3SourcePDFScholar
2024

Expert-level protocol translation for self-driving labs

NeurIPS 2024poster

Recent development in Artificial Intelligence (AI) models has propelled their application in scientific discovery, but the validation and exploration of these discoveries require subsequent empirical experimentation. The concept of self-driving laboratories promises to automate and thus boost the ex…

Cited by 1SourcePDFScholar
2024

PiSSA: Principal Singular Values and Singular Vectors Adaptation of Large Language Models

NeurIPS 2024spotlight

To parameter-efficiently fine-tune (PEFT) large language models (LLMs), the low-rank adaptation (LoRA) method approximates the model changes $\Delta W \in \mathbb{R}^{m \times n}$ through the product of two matrices $A \in \mathbb{R}^{m \times r}$ and $B \in \mathbb{R}^{r \times n}$, where $r \ll \m…

2023

Improved Algorithm for Regret Ratio Minimization in Multi-Objective Submodular Maximization

AAAI 2023technical

Submodular maximization has attracted extensive attention due to its numerous applications in machine learning and artificial intelligence. Many real-world problems require maximizing multiple submodular objective functions at the same time. In such cases, a common approach is to select a representa…