← Search

Feiqing Huang

3 accepted papers

2024

A teacher-teacher framework for clinical language representation learning

NeurIPS 2024poster

In recent years, there has been a proliferation of ready-to-use large language models (LLMs) designed for various applications, both general-purpose and domain-specific. Instead of advocating for the development of a new model or continuous pretraining of an existing one, this paper introduces a pra…

Cited by 0SourcePDFScholar
2023

Encoding Recurrence into Transformers

ICLR 2023top-5%

This paper novelly breaks down with ignorable loss an RNN layer into a sequence of simple RNNs, each of which can be further rewritten into a lightweight positional encoding matrix of a self-attention, named the Recurrence Encoding Matrix (REM). Thus, recurrent dynamics introduced by the RNN layer c…

Cited by 19SourcePDFScholar
2020

Do RNN and LSTM have Long Memory?

ICML 2020poster

The LSTM network was proposed to overcome the difficulty in learning long-term dependence, and has made significant advancements in applications. With its success and drawbacks in mind, this paper raises the question - do RNN and LSTM have long memory? We answer it partially by proving that RNN and…