← Search

Haoyi Wu

8 accepted papers

2026

MeSH: Memory-as-State-Highways for Recursive Transformers

ICLR 2026poster

Recursive transformers reuse parameters and iterate over hidden states multiple times, decoupling compute depth from parameter depth. However, under matched compute, recursive models with fewer parameters often lag behind non-recursive counterparts. By probing hidden states, we trace this performanc…

Cited by 0SourcecodeScholar
2025

Look Both Ways and No Sink: Converting LLMs into Text Encoders without Training

ACL 2025long

Recent advancements have demonstrated the advantage of converting pretrained large language models into powerful text encoders by enabling bidirectional attention in transformer layers. However, existing methods often require extensive training on large-scale datasets, posing challenges in low-resou…

2023

Conic10K: A Challenging Math Problem Understanding and Reasoning Dataset

EMNLP 2023long findings

Mathematical understanding and reasoning are crucial tasks for assessing the capabilities of artificial intelligence (AI). However, existing benchmarks either require just a few steps of reasoning, or only contain a small amount of data in one specific topic, making it hard to analyse AI's behaviour…

Cited by 0SourcecodeScholar
2023

Probabilistic Transformer: A Probabilistic Dependency Model for Contextual Word Representation

ACL 2023findings

Syntactic structures used to play a vital role in natural language processing (NLP), but since the deep learning revolution, NLP has been gradually dominated by neural models that do not consider syntactic structures in their design. One vastly successful class of neural models is transformers. When…

2022

Span-Based Semantic Role Labeling with Argument Pruning and Second-Order Inference

AAAI 2022technical

We study graph-based approaches to span-based semantic role labeling. This task is difficult due to the need to enumerate all possible predicate-argument pairs and the high degree of imbalance between positive and negative samples. Based on these difficulties, high-order inference that considers int…