← Search

Yutao Zeng

12 accepted papers

2026

UltraMemV2: Memory Networks Scaling to 120B Parameters with Superior Long-Context Learning

ICLR 2026poster

While Mixture of Experts (MoE) models achieve remarkable efficiency by activating only subsets of parameters, they suffer from high memory access costs during inference. Memory-layer architectures offer an appealing alternative with very few memory access, but previous attempts like UltraMem have on…

Cited by 0SourcecodeScholar
2025

HybridNorm: Towards Stable and Efficient Transformer Training via Hybrid Normalization

NeurIPS 2025poster

Transformers have become the de facto architecture for a wide range of machine learning tasks, particularly in large language models (LLMs). Despite their remarkable performance, many challenges remain in training deep transformer networks, especially regarding the position of the layer normalizatio…

Cited by 0SourcecodeScholar
2025

KnowCoder-X: Boosting Multilingual Information Extraction via Code

ACL 2025finding

Empirical evidence indicates that LLMs exhibit spontaneous cross-lingual alignment. However, although LLMs show promising cross-lingual alignment in Information Extraction (IE), a significant imbalance across languages persists, highlighting an underlying deficiency. To address this, we propose Know…

2025

Over-Tokenized Transformer: Vocabulary is Generally Worth Scaling

ICML 2025poster

Tokenization is a fundamental component of large language models (LLMs), yet its influence on model scaling and performance is not fully explored. In this paper, we introduce Over-Tokenized Transformers, a novel framework that decouples input and output vocabularies to improve language modeling perf…

Cited by 2SourcePDFScholar
2025

Polynomial Composition Activations: Unleashing the Dynamics of Large Language Models

ICLR 2025poster

Transformers have found extensive applications across various domains due to their powerful fitting capabilities. This success can be partially attributed to their inherent nonlinearity. Thus, in addition to the ReLU function employed in the original transformer architecture, researchers have explor…

2025

SimpleVQA: Multimodal Factuality Evaluation for Multimodal Large Language Models

ICCV 2025poster

The increasing application of multi-modal large language models (MLLMs) across various sectors has spotlighted the essence of their output reliability and accuracy, particularly their ability to produce content grounded in factual information (e.g. common and domain-specific knowledge). In this work…

Cited by 0SourcePDFScholar
2025

Stepsize anything: A unified learning rate schedule for budgeted-iteration training

NeurIPS 2025poster

The expanding computational costs and limited resources underscore the critical need for budgeted-iteration training, which aims to achieve optimal learning within predetermined iteration budgets. While learning rate schedules fundamentally govern the performance of different networks and tasks, par…

Cited by 0SourceScholar
2024

Self-Improvement Programming for Temporal Knowledge Graph Question Answering

COLING 2024main

Temporal Knowledge Graph Question Answering (TKGQA) aims to answer questions with temporal intent over Temporal Knowledge Graphs (TKGs). The core challenge of this task lies in understanding the complex semantic information regarding multiple types of time constraints (e.g., before, first) in questi…

Cited by 9SourcePDFScholar
2023

Temporal Knowledge Graph Reasoning Based on N-tuple Modeling

EMNLP 2023long findings

Reasoning over Temporal Knowledge Graphs (TKGs) that predicts temporal facts (e.g., events) in the future is crucial for many applications. The temporal facts in existing TKGs only contain their core entities (i.e., the entities playing core roles therein) and formulate them as quadruples, i.e., (su…

Cited by 0SourceScholar
2020

Event Coreference Resolution with their Paraphrases and Argument-aware Embeddings

COLING 2020main

Event coreference resolution aims to classify all event mentions that refer to the same real-world event into the same group, which is necessary to information aggregation and many downstream applications. To resolve event coreference, existing methods usually calculate the similarities between even…

Cited by 46SourcePDFScholar