paper-with-me

Papers

Interpretable Entity Representations through Large-Scale Typing

2020-04-30 · Findings of the Association for Computational Linguistics 2020 · Yasumasa Onoe, Greg Durrett

In standard methodology for natural language processing, entities in text are typically embedded in dense vector spaces with pre-trained models. The embeddings produced this way are effective when fed into downstream models, but they require end-task fine-tuning and are fundamentally difficult to interpret. In this paper, we present an approach to creating entity representations that are human readable and achieve high performance on entity-related tasks out of the box. Our representations are vectors whose values correspond to posterior probabilities over fine-grained entity types, indicating the confidence of a typing model's decision that the entity belongs to the corresponding type. We obtain these representations using a fine-grained entity typing model, trained either on supervised ultra-fine entity typing data (Choi et al. 2018) or distantly-supervised examples from Wikipedia. On entity probing tasks involving recognizing entity identity, our embeddings used in parameter-free downstream models achieve competitive performance with ELMo- and BERT-based embeddings in trained models. We also show that it is possible to reduce the size of our type set in a learning-based way for particular domains. Finally, we show that these embeddings can be post-hoc modified through a small number of rules to incorporate domain knowledge and improve performance.

📄 PDF Abstract BibTeX arXiv:2005.00147

Code (0)

등록된 구현이 없습니다.

Tasks

Entity EmbeddingsEntity Typing

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

Biomedical Interpretable Entity Representations

2021-06-17 · Findings (ACL) 2021 8 · Diego Garcia-Olano, Yasumasa Onoe, Ioana Baldini, Joydeep Ghosh 외

Pre-trained language models induce dense entity representations that offer strong performance on entity-centric NLP tasks, but such representations are not immediately interpretable. This can be a barrier to model uptake…

Entity DisambiguationRepresentation Learning

Intermediate Entity-based Sparse Interpretable Representation Learning

2022-12-03 · Diego Garcia-Olano, Yasumasa Onoe, Joydeep Ghosh, Byron C. Wallace

Interpretable entity representations (IERs) are sparse embeddings that are "human-readable" in that dimensions correspond to fine-grained entity types and values are predicted probabilities that a given entity is of the …

counterfactualRepresentation Learning

Instance-Based Learning of Span Representations: A Case Study through Named Entity Recognition

2020-04-29 · ACL 2020 6 · Hiroki Ouchi, Jun Suzuki, Sosuke Kobayashi, Sho Yokoi 외

Interpretable rationales for model predictions play a critical role in practical applications. In this study, we develop models possessing interpretable inference process for structured prediction. Specifically, we prese…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Structured Prediction

Explainable Link Prediction for Emerging Entities in Knowledge Graphs

2020-05-01 · Rajarshi Bhowmik, Gerard de Melo

Despite their large-scale coverage, cross-domain knowledge graphs invariably suffer from inherent incompleteness and sparsity. Link prediction can alleviate this by inferring a target entity, given a source entity and a …

Knowledge GraphsLink PredictionPredictionRepresentation Learning

BrainExplore: Large-Scale Discovery of Interpretable Visual Representations in the Human Brain

2025-12-09 · Navve Wasserman, Matias Cosarinsky, Yuval Golbari, Aude Oliva 외 arxiv

Understanding how the human brain represents visual concepts, and in which brain regions these representations are encoded, remains a long-standing challenge. Decades of work have advanced our understanding of visual rep…