← Search

Hsiang-Fu Yu

22 accepted papers

2024

MinPrompt: Graph-based Minimal Prompt Data Augmentation for Few-shot Question Answering

ACL 2024long

Recent advances in few-shot question answering (QA) mostly rely on the power of pre-trained large language models (LLMs) and fine-tuning in specific settings. Although the pre-training stage has already equipped LLMs with powerful reasoning capabilities, LLMs still need to be fine-tuned to adapt to…

Cited by 16SourcePDFScholar
2023

PINA: Leveraging Side Information in eXtreme Multi-label Classification via Predicted Instance Neighborhood Aggregation

ICML 2023poster

The eXtreme Multi-label Classification (XMC) problem seeks to find relevant labels from an exceptionally large label space. Most of the existing XMC learners focus on the extraction of semantic features from input query text. However, conventional XMC studies usually neglect the side information of…

2023

Representer Point Selection for Explaining Regularized High-dimensional Models

ICML 2023poster

We introduce a novel class of sample-based explanations we term *high-dimensional representers*, that can be used to explain the predictions of a regularized high-dimensional model in terms of importance weights for each of the training samples. Our workhorse is a novel representer theorem for gener…

Cited by 4SourcePDFScholar
2022

ELIAS: End-to-End Learning to Index and Search in Large Output Spaces

NeurIPS 2022accept

Extreme multi-label classification (XMC) is a popular framework for solving many real-world problems that require accurate prediction from a very large number of potential output choices. A popular approach for dealing with the large label space is to arrange the labels into a shallow tree-based ind…

2022

Extreme Zero-Shot Learning for Extreme Text Classification

NAACL 2022long

The eXtreme Multi-label text Classification (XMC) problem concerns finding most relevant labels for an input text instance from a large label set. However, the XMC setup faces two challenges: (1) it is not generalizable to predict unseen labels in dynamic environments, and (2) it requires a large am…

2022

Node Feature Extraction by Self-Supervised Multi-scale Neighborhood Prediction

ICLR 2022poster

Learning on graphs has attracted significant attention in the learning community due to numerous real-world applications. In particular, graph neural networks (GNNs), which take \emph{numerical} node features and graph structure as inputs, have been shown to achieve state-of-the-art performance on v…

2021

DRONE: Data-aware Low-rank Compression for Large NLP Models

NeurIPS 2021poster

The representations learned by large-scale NLP models such as BERT have been widely used in various tasks. However, the increasing model size of the pre-trained models also brings efficiency challenges, including inference speed and model size when deploying models on mobile devices. Specifically, m…

Cited by 63SourcePDFScholar
2021

Fast Multi-Resolution Transformer Fine-tuning for Extreme Multi-label Text Classification

NeurIPS 2021poster

Extreme multi-label text classification~(XMC) seeks to find relevant labels from an extreme large label collection for a given text input. Many real-world applications can be formulated as XMC problems, such as recommendation systems, document tagging and semantic search. Recently, transformer based…

2021

Label Disentanglement in Partition-based Extreme Multilabel Classification

NeurIPS 2021poster

Partition-based methods are increasingly-used in extreme multi-label classification (XMC) problems due to their scalability to large output spaces (e.g., millions or more). However, existing methods partition the large label space into mutually exclusive clusters, which is sub-optimal when labels ha…

Cited by 18SourcePDFScholar
2020

Extreme Multi-label Classification from Aggregated Labels

ICML 2020poster

Extreme multi-label classification (XMC) is the problem of finding the relevant labels for an input, from a very large universe of possible labels. We consider XMC in the setting where labels are available only for groups of samples - but not for individual ones. Current XMC approaches are not built…

2020

Graph DNA: Deep Neighborhood Aware Graph Encoding for Collaborative Filtering

AISTATS 2020poster

In this paper, we consider recommender systems with side information in the form of graphs. Existing collaborative filtering algorithms mainly utilize only immediate neighborhood information and do not efficiently take advantage of deeper neighborhoods beyond 1-2 hops. The main issue with exploiting…

Cited by 15SourcePDFScholar
2020

Learning to Encode Position for Transformer with Continuous Dynamical Model

ICML 2020poster

We introduce a new way of learning to encode position information for non-recurrent models, such as Transformer models. Unlike RNN and LSTM, which contain inductive bias by loading the input tokens sequentially, non-recurrent models are less sensitive to position. The main reason is that position in…

Cited by 141SourcePDFScholar
2019

AutoAssist: A Framework to Accelerate Training of Deep Neural Networks

NeurIPS 2019poster

Deep neural networks have yielded superior performance in many contemporary applications. However, the gradient computation in a deep model with millions of instances leads to a lengthy training process even with modern GPU/TPU hardware acceleration. In this paper, we propose AutoAssist, a simple f…

2019

Extreme Stochastic Variational Inference: Distributed Inference for Large Scale Mixture Models

AISTATS 2019poster

Mixture of exponential family models are among the most fundamental and widely used statistical models. Stochastic variational inference (SVI), the state-of-the-art algorithm for parameter estimation in such models is inherently serial. Moreover, it requires the parameters to fit in the memory of a…

Cited by 5SourcePDFScholar
2019

Parallel Asynchronous Stochastic Coordinate Descent with Auxiliary Variables

AISTATS 2019poster

The key to the recent success of coordinate descent (CD) in many applications is to maintain a set of auxiliary variables to facilitate efficient single variable updates. For example, the vector of residual/primal variables has to be maintained when CD is applied for Lasso/linear SVM, respectively.…

2019

Think Globally, Act Locally: A Deep Neural Network Approach to High-Dimensional Time Series Forecasting

NeurIPS 2019poster

Forecasting high-dimensional time series plays a crucial role in many applications such as demand forecasting and financial predictions. Modern datasets can have millions of correlated time-series that evolve together, i.e they are extremely high dimensional (one dimension for each individual time-s…

2017

A Greedy Approach for Budgeted Maximum Inner Product Search

NeurIPS 2017poster

Maximum Inner Product Search (MIPS) is an important task in many machine learning applications such as the prediction phase of low-rank matrix factorization models and deep learning models. Recently, there has been substantial research on how to perform MIPS in sub-linear time, but most of the exist…

Cited by 65SourcePDFScholar
2016

Asynchronous Parallel Greedy Coordinate Descent

NeurIPS 2016poster

n this paper, we propose and study an Asynchronous parallel Greedy Coordinate Descent (Asy-GCD) algorithm for minimizing a smooth function with bounded constraints. At each iteration, workers asynchronously conduct greedy coordinate descent updates on a block of variables. In the first part of the…

Cited by 54SourcePDFScholar
2016

Temporal Regularized Matrix Factorization for High-dimensional Time Series Prediction

NeurIPS 2016poster

Time series prediction problems are becoming increasingly high-dimensional in modern applications, such as climatology and demand forecasting. For example, in the latter problem, the number of items for which demand needs to be forecast might be as large as 50,000. In addition, the data is generally…

Cited by 638SourcePDFScholar
2015

Collaborative Filtering with Graph Information: Consistency and Scalable Methods

NeurIPS 2015spotlight

Low rank matrix completion plays a fundamental role in collaborative filtering applications, the key idea being that the variables lie in a smaller subspace than the ambient space. Often, additional information about the variables is known, and it is reasonable to assume that incorporating this info…

2015

PASSCoDe: Parallel ASynchronous Stochastic dual Co-ordinate Descent

ICML 2015poster

Stochastic Dual Coordinate Descent (DCD) is one of the most efficient ways to solve the family of L2-regularized empirical risk minimization problems, including linear SVM, logistic regression, and many others. The vanilla implementation of DCD is quite slow; however, by maintaining primal variables…

Cited by 119SourcePDFScholar