paper-with-me

Papers

KARL-Trans-NER: Knowledge Aware Representation Learning for Named Entity Recognition using Transformers

2021-11-30 · Avi Chawla, Nidhi Mulay, Vikas Bishnoi, Gaurav Dhama

The inception of modeling contextual information using models such as BERT, ELMo, and Flair has significantly improved representation learning for words. It has also given SOTA results in almost every NLP task - Machine Translation, Text Summarization and Named Entity Recognition, to name a few. In this work, in addition to using these dominant context-aware representations, we propose a Knowledge Aware Representation Learning (KARL) Network for Named Entity Recognition (NER). We discuss the challenges of using existing methods in incorporating world knowledge for NER and show how our proposed methods could be leveraged to overcome those challenges. KARL is based on a Transformer Encoder that utilizes large knowledge bases represented as fact triplets, converts them to a graph context, and extracts essential entity information residing inside to generate contextualized triplet representation for feature augmentation. Experimental results show that the augmentation done using KARL can considerably boost the performance of our NER system and achieve significantly better results than existing approaches in the literature on three publicly available NER datasets, namely CoNLL 2003, CoNLL++, and OntoNotes v5. We also observe better generalization and application to a real-world setting from KARL on unseen entities.

📄 PDF Abstract BibTeX arXiv:2111.15436

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRepresentation LearningText SummarizationTripletWorld Knowledge

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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.
Sigmoid Activation 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
WordPiece 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

KARL: Knowledge-Aware Retrieval and Representations aid Retention and Learning in Students

2024-02-19 · Matthew Shu, Nishant Balepur, Shi Feng, Jordan Boyd-Graber

Flashcard schedulers rely on 1) student models to predict the flashcards a student knows; and 2) teaching policies to pick which cards to show next via these predictions. Prior student models, however, just use study dat…

Knowledge TracingRetrievalScheduling

KARL: Mitigating Hallucinations in LLMs via Knowledge-Boundary-Aware Reinforcement Learning

2026-04-03 · Cheng Gao, Cheng Huang, Kangyang Luo, Ziqing Qiao 외 arxiv

Enabling large language models (LLMs) to appropriately abstain from answering questions beyond their knowledge is crucial for mitigating hallucinations. While existing reinforcement learning methods foster autonomous abs…

Reinforcement Learning

KARL: Knowledge-Aware Reasoning Memory Modeling with Reinforcement Learning of Vector Space

2019-12-16 · Jiazheng Chen

Founded in Atkinson-Shiffrin Memory Model's three-stage theory, the cognitive process of answering a question with stored knowledge can be seen as a reasoning process that goes from the external sensory memory via short-…

DecoderLanguage ModelingLanguage ModellingQuestion Answering+2

Monotonic Representation of Numeric Properties in Language Models

2024-03-15 · Benjamin Heinzerling, Kentaro Inui

Language models (LMs) can express factual knowledge involving numeric properties such as Karl Popper was born in 1902. However, how this information is encoded in the model's internal representations is not understood we…

Single-pass Adaptive Image Tokenization for Minimum Program Search

2025-07-10 · Shivam Duggal, Sanghyun Byun, William T. Freeman, Antonio Torralba 외 arxiv

According to Algorithmic Information Theory (AIT) -- Intelligent representations compress data into the shortest possible program that can reconstruct its content, exhibiting low Kolmogorov Complexity (KC). In contrast, …

Representation LearningReinforcement Learning