← Search

Yin-Wen Chang

4 accepted papers

2025

Better autoregressive regression with LLMs via regression-aware fine-tuning

ICLR 2025spotlight

Decoder-based large language models (LLMs) have proven highly versatile, with remarkable successes even on problems ostensibly removed from traditional language generation. One such example is solving regression problems, where the targets are real numbers rather than textual tokens. A common appr…

Cited by 0SourcePDFScholar
2021

A Simple and Effective Positional Encoding for Transformers

EMNLP 2021main

Transformer models are permutation equivariant. To supply the order and type information of the input tokens, position and segment embeddings are usually added to the input. Recent works proposed variations of positional encodings with relative position encodings achieving better performance. Our an…

Cited by 83SourcePDFScholar
2020

O(n) Connections are Expressive Enough: Universal Approximability of Sparse Transformers

NeurIPS 2020poster

Recently, Transformer networks have redefined the state of the art in many NLP tasks. However, these models suffer from quadratic computational cost in the input sequence length $n$ to compute pairwise attention in each layer. This has prompted recent research into sparse Transformers that sparsify…

Cited by 94SourcePDFScholar
2020

Pre-training Tasks for Embedding-based Large-scale Retrieval

ICLR 2020poster

We consider the large-scale query-document retrieval problem: given a query (e.g., a question), return the set of relevant documents (e.g., paragraphs containing the answer) from a large document corpus. This problem is often solved in two steps. The retrieval phase first reduces the solution space,…

Cited by 355SourceScholar