paper-with-me

Papers

Lightly-supervised Representation Learning with Global Interpretability

2018-05-29 · WS 2019 6 · Marco A. Valenzuela-Escárcega, Ajay Nagesh, Mihai Surdeanu

We propose a lightly-supervised approach for information extraction, in particular named entity classification, which combines the benefits of traditional bootstrapping, i.e., use of limited annotations and interpretability of extraction patterns, with the robust learning approaches proposed in representation learning. Our algorithm iteratively learns custom embeddings for both the multi-word entities to be extracted and the patterns that match them from a few example entities per category. We demonstrate that this representation-based approach outperforms three other state-of-the-art bootstrapping approaches on two datasets: CoNLL-2003 and OntoNotes. Additionally, using these embeddings, our approach outputs a globally-interpretable model consisting of a decision list, by ranking patterns based on their proximity to the average entity embedding in a given class. We show that this interpretable model performs close to our complete bootstrapping model, proving that representation learning can be used to produce interpretable models with small loss in performance.

📄 PDF Abstract BibTeX arXiv:1805.11545

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Learning Disentangled Phone and Speaker Representations in a Semi-Supervised VQ-VAE Paradigm

2020-10-21 · Jennifer Williams, Yi Zhao, Erica Cooper, Junichi Yamagishi

We present a new approach to disentangle speaker voice and phone content by introducing new components to the VQ-VAE architecture for speech synthesis. The original VQ-VAE does not generalize well to unseen speakers or c…

speaker-diarizationSpeaker DiarizationSpeech Synthesis

Interpretable Neural Embeddings with Sparse Self-Representation

2023-06-25 · Minxue Xia, Hao Zhu

Interpretability benefits the theoretical understanding of representations. Existing word embeddings are generally dense representations. Hence, the meaning of latent dimensions is difficult to interpret. This makes word…

Dictionary LearningWord Embeddings

Inductive Topic Variational Graph Auto-Encoder for Text Classification

2021-06-01 · NAACL 2021 4 · Qianqian Xie, Jimin Huang, Pan Du, Min Peng 외

Graph convolutional networks (GCNs) have been applied recently to text classification and produced an excellent performance. However, existing GCN-based methods do not assume an explicit latent semantic structure of docu…

ClassificationInductive LearningRepresentation LearningSemi-Supervised Text Classification+2

Neural String Edit Distance

2021-04-16 · spnlp (ACL) 2022 5 · Jindřich Libovický, Alexander Fraser

We propose the neural string edit distance model for string-pair matching and string transduction based on learnable string edit distance. We modify the original expectation-maximization learned edit distance algorithm i…

ClassificationGeneral ClassificationGrapheme-to-Phoneme ConversionTransliteration

Towards Principled Evaluations of Sparse Autoencoders for Interpretability and Control

2024-05-14 · Aleksandar Makelov, George Lange, Neel Nanda

Disentangling model activations into meaningful features is a central problem in interpretability. However, the absence of ground-truth for these features in realistic scenarios makes validating recent approaches, such a…

Dictionary Learning