paper-with-me

Papers

Representation Stability as a Regularizer for Improved Text Analytics Transfer Learning

2017-04-12 · Matthew Riemer, Elham Khabiri, Richard Goodwin

Although neural networks are well suited for sequential transfer learning tasks, the catastrophic forgetting problem hinders proper integration of prior knowledge. In this work, we propose a solution to this problem by using a multi-task objective based on the idea of distillation and a mechanism that directly penalizes forgetting at the shared representation layer during the knowledge integration phase of training. We demonstrate our approach on a Twitter domain sentiment analysis task with sequential knowledge transfer from four related tasks. We show that our technique outperforms networks fine-tuned to the target task. Additionally, we show both through empirical evidence and examples that it does not forget useful knowledge from the source task that is forgotten during standard fine-tuning. Surprisingly, we find that first distilling a human made rule based sentiment engine into a recurrent neural network and then integrating the knowledge with the target task data leads to a substantial gain in generalization performance. Our experiments demonstrate the power of multi-source transfer techniques in practical text analytics problems when paired with distillation. In particular, for the SemEval 2016 Task 4 Subtask A (Nakov et al., 2016) dataset we surpass the state of the art established during the competition with a comparatively simple model architecture that is not even competitive when trained on only the labeled task specific data.

📄 PDF Abstract BibTeX arXiv:1704.03617

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment AnalysisTransfer Learning

Similar Papers 제목 키워드 기반

KerJEPA: Kernel Discrepancies for Euclidean Self-Supervised Learning

2025-12-22 · Eric Zimmermann, Harley Wiltzer, Justin Szeto, David Alvarez-Melis 외 arxiv

Recent breakthroughs in self-supervised Joint-Embedding Predictive Architectures (JEPAs) have established that regularizing Euclidean representations toward isotropic Gaussian priors yields provable gains in training sta…

Self-Supervised Learning

Generalization Error Bounds with Probabilistic Guarantee for SGD in Nonconvex Optimization

2018-02-19 · Yi Zhou, Yingbin Liang, Huishuai Zhang

The success of deep learning has led to a rising interest in the generalization property of the stochastic gradient descent (SGD) method, and stability is one popular approach to study it. Existing works based on stabili…

Revisiting Convolutional Neural Networks for Citywide Crowd Flow Analytics

2020-02-28 · Yuxuan Liang, Kun Ouyang, Yiwei Wang, Ye Liu 외

Citywide crowd flow analytics is of great importance to smart city efforts. It aims to model the crowd flow (e.g., inflow and outflow) of each region in a city based on historical observations. Nowadays, Convolutional Ne…

Tensor Decomposition

CAST: Achieving Stable LLM-based Text Analysis for Data Analytics

2026-01-26 · Jinxiang Xie, Zihao Li, Wei He, Rui Ding 외 arxiv

Text analysis of tabular data relies on two core operations: \emph{summarization} for corpus-level theme extraction and \emph{tagging} for row-level labeling. A critical limitation of employing large language models (LLM…

System Network Analytics: Evolution and Stable Rules of a State Series

2022-10-28 · Animesh Chaturvedi, Aruna Tiwari, Nicolas Spyratos

System Evolution Analytics on a system that evolves is a challenge because it makes a State Series SS = {S1, S2... SN} (i.e., a set of states ordered by time) with several inter-connected entities changing over time. We …