paper-with-me

Papers

Knowledge-Augmented Language Model and its Application to Unsupervised Named-Entity Recognition

2019-04-09 · NAACL 2019 6 · Angli Liu, Jingfei Du, Veselin Stoyanov

Traditional language models are unable to efficiently model entity names observed in text. All but the most popular named entities appear infrequently in text providing insufficient context. Recent efforts have recognized that context can be generalized between entity names that share the same type (e.g., \emph{person} or \emph{location}) and have equipped language models with access to an external knowledge base (KB). Our Knowledge-Augmented Language Model (KALM) continues this line of work by augmenting a traditional model with a KB. Unlike previous methods, however, we train with an end-to-end predictive objective optimizing the perplexity of text. We do not require any additional information such as named entity tags. In addition to improving language modeling performance, KALM learns to recognize named entities in an entirely unsupervised way by using entity type information latent in the model. On a Named Entity Recognition (NER) task, KALM achieves performance comparable with state-of-the-art supervised models. Our work demonstrates that named entities (and possibly other types of world knowledge) can be modeled successfully using predictive learning and training on large corpora of text without any additional information.

📄 PDF Abstract BibTeX arXiv:1904.04458

Code (1)

raghavjajodia/unsupervised_nlu pytorch

Tasks

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERWorld Knowledge

Similar Papers 제목 키워드 기반

Zero-Resource Cross-Lingual Named Entity Recognition

2019-11-22 · M Saiful Bari, Shafiq Joty, Prathyusha Jwalapuram

Recently, neural methods have achieved state-of-the-art (SOTA) results in Named Entity Recognition (NER) tasks for many languages without the need for manually crafted features. However, these models still require manual…

Cross-Lingual NERCross-Lingual TransferLow Resource Named Entity Recognitionnamed-entity-recognition+3

Knowledge Graph-Driven Retrieval-Augmented Generation: Integrating Deepseek-R1 with Weaviate for Advanced Chatbot Applications

2025-02-16 · Alexandru Lecu, Adrian Groza, Lezan Hawizy

Large language models (LLMs) have significantly advanced the field of natural language generation. However, they frequently generate unverified outputs, which compromises their reliability in critical applications. In th…

ChatbotLanguage ModelingLanguage ModellingRetrieval+2

Unsupervised Information Refinement Training of Large Language Models for Retrieval-Augmented Generation

2024-02-28 · Shicheng Xu, Liang Pang, Mo Yu, Fandong Meng 외

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by incorporating additional information from retrieval. However, studies have shown that LLMs still face challenges in effectively using the retr…

Code GenerationIn-Context LearningLanguage ModelingLanguage Modelling+6

Adapt in Contexts: Retrieval-Augmented Domain Adaptation via In-Context Learning

2023-11-20 · Quanyu Long, Wenya Wang, Sinno Jialin Pan

Large language models (LLMs) have showcased their capability with few-shot inference known as in-context learning. However, in-domain demonstrations are not always readily available in real scenarios, leading to cross-do…

Domain AdaptationIn-Context LearningLanguage ModelingLanguage Modelling+7

DAMO-NLP at SemEval-2022 Task 11: A Knowledge-based System for Multilingual Named Entity Recognition

2022-03-01 · SemEval (NAACL) 2022 7 · Xinyu Wang, Yongliang Shen, Jiong Cai, Tao Wang 외

The MultiCoNER shared task aims at detecting semantically ambiguous and complex named entities in short and low-context settings for multiple languages. The lack of contexts makes the recognition of ambiguous named entit…

Multilingual Named Entity RecognitionNamed Entity RecognitionNamed Entity Recognition (NER)Sentence