← Search

Taifeng Wang

18 accepted papers

2026

InfoLaw: Information Scaling Laws for Large Language Models with Quality-Weighted Mixture Data and Repetition

ICML 2026poster

Upweighting high-quality data in LLM pretraining often improves performance, but in data-limited regimes, especially under overtraining, stronger upweighting increases repetition and can degrade performance. However, standard scaling laws do not reliably extrapolate across mixture recipes or under r…

Cited by 0SourceScholar
2026

Target-Oriented Pretraining Data Selection via Neuron-Activated Graph

ICML 2026poster

Everyday tasks come with a target, and pretraining models around this target is what turns them into experts. In this paper, we study target-oriented language model (LM) pretraining by introducing ***N**euron-**A**ctivated **G**raph Ranking* (NAG-based Ranking), a training-free and interpretable fra…

Cited by 0SourceScholar
2026

TetraGT: Tetrahedral Geometry-Driven Explicit Token Interactions with Graph Transformer for Molecular Representation Learning

ICLR 2026poster

Molecular representations that fully capture geometric parameters such as bond angles and torsion angles are crucial for accurately predicting important molecular properties including enzyme catalytic activity, drug bioactivity, and molecular spectral characteristics, as demonstrated by extensive st…

Cited by 0SourceScholar
2026

Translation Heads: Unveiling Attention's Role in LLM Multilingual Translation

ICLR 2026poster

Recently, large language models (LLMs) have made remarkable progress, with multilingual capability emerging as a core foundational strengths. However, the internal mechanisms by which these models perform translation remain incompletely understood. In this paper, we elucidate the relationship betwee…

Cited by 0SourceScholar
2025

Exploring Polyglot Harmony: On Multilingual Data Allocation for Large Language Models Pretraining

NeurIPS 2025poster

Large language models (LLMs) have become integral to a wide range of applications worldwide, driving an unprecedented global demand for effective multilingual capabilities. Central to achieving robust multilingual performance is the strategic allocation of language proportions within training corpor…

Cited by 0SourceScholar
2025

MoORE: SVD-based Model MoE-ization for Conflict- and Oblivion-Resistant Multi-Task Adaptation

NeurIPS 2025poster

Adapting large-scale foundation models in multi-task scenarios often suffers from task conflict and oblivion. To mitigate such issues, we propose a novel "model MoE-ization" strategy that leads to a conflict- and oblivion-resistant multi-task adaptation method. Given a weight matrix of a pre-traine…

Cited by 0SourcecodeScholar
2025

MuRating: A High Quality Data Selecting Approach to Multilingual Large Language Model Pretraining

NeurIPS 2025poster

Data quality is a critical driver of large language model performance, yet existing model-based selection methods focus almost exclusively on English, neglecting other languages that are essential in the training mix for multilingual LLMs. We introduce MuRating, a scalable framework that transfers h…

Cited by 0SourceScholar
2025

Size-Generalizable RNA Structure Evaluation by Exploring Hierarchical Geometries

ICLR 2025poster

Understanding the 3D structure of RNA is essential for deciphering its function and developing RNA-based therapeutics. Geometric Graph Neural Networks (GeoGNNs) that conform to the $\mathrm{E}(3)$-symmetry have advanced RNA structure evaluation, a crucial step toward RNA structure prediction. Howeve…

Cited by 2SourcePDFScholar
2024

LogicMP: A Neuro-symbolic Approach for Encoding First-order Logic Constraints

ICLR 2024poster

Integrating first-order logic constraints (FOLCs) with neural networks is a crucial but challenging problem since it involves modeling intricate correlations to satisfy the constraints. This paper proposes a novel neural layer, LogicMP, which performs mean-field variational inference over a Markov L…

2023

xTrimoGene: An Efficient and Scalable Representation Learner for Single-Cell RNA-Seq Data

NeurIPS 2023poster

Advances in high-throughput sequencing technology have led to significant progress in measuring gene expressions at the single-cell level. The amount of publicly available single-cell RNA-seq (scRNA-seq) data is already surpassing 50M records for humans with each record measuring 20,000 genes. This…

Cited by 28SourcePDFScholar
2022

Extracting Trigger-sharing Events via an Event Matrix

EMNLP 2022finding

A growing interest emerges in event extraction which aims to extract multiple events with triggers and arguments. Previous methods mitigate the problem of multiple events extraction by predicting the arguments conditioned on the event trigger and event type, assuming that these arguments belong to a…

2022

Keywords and Instances: A Hierarchical Contrastive Learning Framework Unifying Hybrid Granularities for Text Generation

ACL 2022long

Contrastive learning has achieved impressive success in generation tasks to militate the “exposure bias” problem and discriminatively exploit the different quality of references. Existing works mostly focus on contrastive learning on the instance-level without discriminating the contribution of each…

Cited by 14SourcePDFScholar
2021

Document-level Event Extraction via Parallel Prediction Networks

ACL 2021long

Document-level event extraction (DEE) is indispensable when events are described throughout a document. We argue that sentence-level extractors are ill-suited to the DEE task where event arguments always scatter across sentences and multiple events may co-exist in a document. It is a challenging tas…

2021

PairRE: Knowledge Graph Embeddings via Paired Relation Vectors

ACL 2021long

Distance based knowledge graph embedding methods show promising results on link prediction task, on which two topics have been widely studied: one is the ability to handle complex relations, such as N-to-1, 1-to-N and N-to-N, the other is to encode various relation patterns, such as symmetry/antisym…

2020

Towards Fast and Accurate Neural Chinese Word Segmentation with Multi-Criteria Learning

COLING 2020main

The ambiguous annotation criteria lead to divergence of Chinese Word Segmentation (CWS) datasets in various granularities. Multi-criteria Chinese word segmentation aims to capture various annotation criteria among datasets and leverage their common underlying knowledge. In this paper, we propose a d…

2017

Asynchronous Stochastic Gradient Descent with Delay Compensation

ICML 2017poster

With the fast development of deep learning, it has become common to learn big neural networks using massive training data. Asynchronous Stochastic Gradient Descent (ASGD) is widely adopted to fulfill this task for its efficiency, which is, however, known to suffer from the problem of delayed gradien…

Cited by 359SourcePDFScholar
2017

LightGBM: A Highly Efficient Gradient Boosting Decision Tree

NeurIPS 2017poster

Gradient Boosting Decision Tree (GBDT) is a popular machine learning algorithm, and has quite a few effective implementations such as XGBoost and pGBRT. Although many engineering optimizations have been adopted in these implementations, the efficiency and scalability are still unsatisfactory when th…

2016

A Communication-Efficient Parallel Algorithm for Decision Tree

NeurIPS 2016poster

Decision tree (and its extensions such as Gradient Boosting Decision Trees and Random Forest) is a widely used machine learning algorithm, due to its practical effectiveness and model interpretability. With the emergence of big data, there is an increasing need to parallelize the training process of…

Cited by 193SourcePDFScholar