中文
相关论文

相关论文: Knowledge Neurons in Pretrained Transformers

200 篇论文

Deep neural networks are inherently opaque and challenging to interpret. Unlike hand-crafted feature-based models, we struggle to comprehend the concepts learned and how they interact within these models. This understanding is crucial not…

计算与语言 · 计算机科学 2023-07-12 Shammur Absar Chowdhury , Nadir Durrani , Ahmed Ali

Transformer-based language models (LMs) are known to capture factual knowledge in their parameters. While previous work looked into where factual associations are stored, only little is known about how they are retrieved internally during…

计算与语言 · 计算机科学 2023-10-17 Mor Geva , Jasmijn Bastings , Katja Filippova , Amir Globerson

Knowledge bases provide applications with the benefit of easily accessible, systematic relational knowledge but often suffer in practice from their incompleteness and lack of knowledge of new entities and relations. Much work has focused on…

计算与语言 · 计算机科学 2013-03-19 Danqi Chen , Richard Socher , Christopher D. Manning , Andrew Y. Ng

Memory is one of the most essential cognitive functions serving as a repository of world knowledge and episodes of activities. In recent years, large-scale pre-trained language models have shown remarkable memorizing ability. On the…

计算与语言 · 计算机科学 2024-03-14 Boxi Cao , Qiaoyu Tang , Hongyu Lin , Shanshan Jiang , Bin Dong , Xianpei Han , Jiawei Chen , Tianshu Wang , Le Sun

Pre-training is crucial for learning deep neural networks. Most of existing pre-training methods train simple models (e.g., restricted Boltzmann machines) and then stack them layer by layer to form the deep structure. This layer-wise…

机器学习 · 计算机科学 2015-06-09 Zhiyuan Tang , Dong Wang , Yiqiao Pan , Zhiyong Zhang

Passage re-ranking is to obtain a permutation over the candidate passage set from retrieval stage. Re-rankers have been boomed by Pre-trained Language Models (PLMs) due to their overwhelming advantages in natural language understanding.…

信息检索 · 计算机科学 2022-04-26 Qian Dong , Yiding Liu , Suqi Cheng , Shuaiqiang Wang , Zhicong Cheng , Shuzi Niu , Dawei Yin

Large language models have demonstrated an impressive ability to perform factual recall. Prior work has found that transformers trained on factual recall tasks can store information at a rate proportional to their parameter count. In our…

机器学习 · 计算机科学 2024-12-10 Eshaan Nichani , Jason D. Lee , Alberto Bietti

While a lot of work has been done in understanding representations learned within deep NLP models and what knowledge they capture, little attention has been paid towards individual neurons. We present a technique called as Linguistic…

计算与语言 · 计算机科学 2024-01-17 Nadir Durrani , Fahim Dalvi , Hassan Sajjad

Large Language Models (LLMs) store an extensive amount of factual knowledge obtained from vast collections of text. To effectively utilize these models for downstream tasks, it is crucial to have reliable methods for measuring their…

计算与语言 · 计算机科学 2023-06-13 Pouya Pezeshkpour

Post-training is essential for the success of large language models (LLMs), transforming pre-trained base models into more useful and aligned post-trained models. While plenty of works have studied post-training algorithms and evaluated…

计算与语言 · 计算机科学 2025-11-11 Hongzhe Du , Weikai Li , Min Cai , Karim Saraipour , Zimin Zhang , Himabindu Lakkaraju , Yizhou Sun , Shichang Zhang

Pre-trained and fine-tuned transformer models like BERT and T5 have improved the state of the art in ad-hoc retrieval and question-answering, but not as yet in high-recall information retrieval, where the objective is to retrieve…

信息检索 · 计算机科学 2022-08-16 Nima Sadri , Gordon V. Cormack

Previous works show that Pre-trained Language Models (PLMs) can capture factual knowledge. However, some analyses reveal that PLMs fail to perform it robustly, e.g., being sensitive to the changes of prompts when extracting factual…

计算与语言 · 计算机科学 2022-10-21 Shaobo Li , Xiaoguang Li , Lifeng Shang , Chengjie Sun , Bingquan Liu , Zhenzhou Ji , Xin Jiang , Qun Liu

Knowledge tracing (KT) defines the task of predicting whether students can correctly answer questions based on their historical response. Although much research has been devoted to exploiting the question information, plentiful advanced…

信息检索 · 计算机科学 2020-12-10 Yunfei Liu , Yang Yang , Xianyu Chen , Jian Shen , Haifeng Zhang , Yong Yu

Multilingual pretrained language models serve as repositories of multilingual factual knowledge. Nevertheless, a substantial performance gap of factual knowledge probing exists between high-resource languages and low-resource languages,…

计算与语言 · 计算机科学 2023-11-08 Shaoyang Xu , Junzhuo Li , Deyi Xiong

Acquiring factual knowledge for language models (LMs) in low-resource languages poses a serious challenge, thus resorting to cross-lingual transfer in multilingual LMs (ML-LMs). In this study, we ask how ML-LMs acquire and represent factual…

计算与语言 · 计算机科学 2024-03-11 Xin Zhao , Naoki Yoshinaga , Daisuke Oba

The adaptation of pretrained language models to solve supervised tasks has become a baseline in NLP, and many recent works have focused on studying how linguistic information is encoded in the pretrained sentence representations. Among…

计算与语言 · 计算机科学 2021-02-11 Laura Pérez-Mayos , Roberto Carlini , Miguel Ballesteros , Leo Wanner

Recent work has suggested that language models (LMs) store both common-sense and factual knowledge learned from pre-training data. In this paper, we leverage this implicit knowledge to create an effective end-to-end fact checker using a…

计算与语言 · 计算机科学 2020-07-27 Nayeon Lee , Belinda Z. Li , Sinong Wang , Wen-tau Yih , Hao Ma , Madian Khabsa

What happens when a new piece of knowledge is introduced into the training data and how long does it last while a large language model (LM) continues to train? We investigate this question by injecting facts into LMs from a new probing…

计算与语言 · 计算机科学 2024-10-30 Chen Sun , Nolan Andrew Miller , Andrey Zhmoginov , Max Vladymyrov , Mark Sandler

It has been reliably shown that the similarity of word embeddings obtained from popular neural models such as BERT approximates effectively a form of semantic similarity of the meaning of those words. It is therefore natural to wonder if…

人工智能 · 计算机科学 2024-08-02 Mathieu d'Aquin , Emmanuel Nauer

Knowledge bases are important resources for a variety of natural language processing tasks but suffer from incompleteness. We propose a novel embedding model, \emph{ITransF}, to perform knowledge base completion. Equipped with a sparse…

计算与语言 · 计算机科学 2017-05-04 Qizhe Xie , Xuezhe Ma , Zihang Dai , Eduard Hovy