paper-with-me

Papers

Cold-Start and Interpretability: Turning Regular Expressions into Trainable Recurrent Neural Networks

2020-11-01 · EMNLP 2020 11 · Chengyue Jiang, Yinggong Zhao, Shanbo Chu, Libin Shen, Kewei Tu

Neural networks can achieve impressive performance on many natural language processing applications, but they typically need large labeled data for training and are not easily interpretable. On the other hand, symbolic rules such as regular expressions are interpretable, require no training, and often achieve decent accuracy; but rules cannot benefit from labeled data when available and hence underperform neural networks in rich-resource scenarios. In this paper, we propose a type of recurrent neural networks called FA-RNNs that combine the advantages of neural networks and regular expression rules. An FA-RNN can be converted from regular expressions and deployed in zero-shot and cold-start scenarios. It can also utilize labeled data for training to achieve improved prediction accuracy. After training, an FA-RNN often remains interpretable and can be converted back into regular expressions. We apply FA-RNNs to text classification and observe that FA-RNNs significantly outperform previous neural approaches in both zero-shot and low-resource settings and remain very competitive in rich-resource settings.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

POSO: Personalized Cold Start Modules for Large-scale Recommender Systems

2021-08-10 · Shangfeng Dai, Haobin Lin, Zhichen Zhao, Jianying Lin 외

Recommendation for new users, also called user cold start, has been a well-recognized challenge for online recommender systems. Most existing methods view the crux as the lack of initial data. However, in this paper, we …

Recommendation Systems

Polygonal network disorder and the turning distance

2025-03-09 · Alex Dolce, Ryan Lavelle, Bernard Scott, Ashlyn Urbanski 외

The turning distance is an efficient metric for measuring the similarity between two polygons. This metric is constructed by taking an $L^p$ distance between step functions which track each shape's tangent angle of a pat…

Metis: Understanding and Enhancing In-Network Regular Expressions

2023-09-21 · NeurIPS 2023 11

Regular expressions (REs) offer one-shot solutions for many networking tasks, e.g., network intrusion detection. However, REs purely rely on expert knowledge and cannot utilize labeled data for better accuracy. Today, ne…

MoToRec: Sparse-Regularized Multimodal Tokenization for Cold-Start Recommendation

2026-02-11 · Jialin Liu, Zhaorui Zhang, Ray C. C. Cheung arxiv

Graph neural networks (GNNs) have revolutionized recommender systems by effectively modeling complex user-item interactions, yet data sparsity and the item cold-start problem significantly impair performance, particularl…

Multimodal Recommendation

Alleviating Cold-start Problem in CTR Prediction with A Variational Embedding Learning Framework

2022-01-17 · Xiaoxiao Xu, Chen Yang, Qian Yu, Zhiwei Fang 외

We propose a general Variational Embedding Learning Framework (VELF) for alleviating the severe cold-start problem in CTR prediction. VELF addresses the cold start problem via alleviating over-fits caused by data-sparsit…

Click-Through Rate PredictionVariational Inference