paper-with-me

Papers

Entity Cloze By Date: What LMs Know About Unseen Entities

2022-05-05 · Findings (NAACL) 2022 7 · Yasumasa Onoe, Michael J. Q. Zhang, Eunsol Choi, Greg Durrett

Language models (LMs) are typically trained once on a large-scale corpus and used for years without being updated. However, in a dynamic world, new entities constantly arise. We propose a framework to analyze what LMs can infer about new entities that did not exist when the LMs were pretrained. We derive a dataset of entities indexed by their origination date and paired with their English Wikipedia articles, from which we can find sentences about each entity. We evaluate LMs' perplexity on masked spans within these sentences. We show that models more informed about the entities, such as those with access to a textual definition of them, achieve lower perplexity on this benchmark. Our experimental results demonstrate that making inferences about new entities remains difficult for LMs. Given its wide coverage on entity knowledge and temporal indexing, our dataset can be used to evaluate LMs and techniques designed to modify or extend their knowledge. Our automatic data collection pipeline can be easily used to continually update our benchmark.

📄 PDF Abstract BibTeX arXiv:2205.02832

Code (0)

등록된 구현이 없습니다.

Tasks

Articles

Similar Papers 제목 키워드 기반

Entity Cloze By Date: Understanding what LMs know about unseen entities

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Language models (LMs) are typically trained once on a large-scale corpus and used for years without being updated. Our world, however, is dynamic, and new entities constantly arise. We propose a framework to analyze what…

ArticlesDate Understanding

Can LMs Learn New Entities from Descriptions? Challenges in Propagating Injected Knowledge

2023-05-02 · Yasumasa Onoe, Michael J. Q. Zhang, Shankar Padmanabhan, Greg Durrett 외

Pre-trained language models (LMs) are used for knowledge intensive tasks like question answering, but their knowledge gets continuously outdated as the world changes. Prior work has studied targeted updates to LMs, injec…

Question Answering

Unsupervised Question Answering by Cloze Translation

2019-06-12 · ACL 2019 7 · Patrick Lewis, Ludovic Denoyer, Sebastian Riedel

Obtaining training data for Question Answering (QA) is time-consuming and resource-intensive, and existing QA datasets are only available for limited domains and languages. In this work, we explore to what extent high qu…

Natural QuestionsNMTQuestion AnsweringTranslation

Who did What: A Large-Scale Person-Centered Cloze Dataset

2016-08-19 · EMNLP 2016 11 · Takeshi Onishi, Hai Wang, Mohit Bansal, Kevin Gimpel 외

We have constructed a new "Who-did-What" dataset of over 200,000 fill-in-the-gap (cloze) multiple choice reading comprehension problems constructed from the LDC English Gigaword newswire corpus. The WDW dataset has a var…

ArticlesMultiple-choiceReading Comprehension

KnowSemLM: A Knowledge Infused Semantic Language Model

2019-11-01 · CONLL 2019 11 · Haoruo Peng, Qiang Ning, Dan Roth

Story understanding requires developing expectations of what events come next in text. Prior knowledge {--} both statistical and declarative {--} is essential in guiding such expectations. While existing semantic languag…

Cloze TestLanguage ModelingLanguage Modellingmodel