paper-with-me

홈 › Papers

Inspecting the concept knowledge graph encoded by modern language models

2021-05-27 · Findings (ACL) 2021 8 · Carlos Aspillaga, Marcelo Mendoza, Alvaro Soto

The field of natural language understanding has experienced exponential progress in the last few years, with impressive results in several tasks. This success has motivated researchers to study the underlying knowledge encoded by these models. Despite this, attempts to understand their semantic capabilities have not been successful, often leading to non-conclusive, or contradictory conclusions among different works. Via a probing classifier, we extract the underlying knowledge graph of nine of the most influential language models of the last years, including word embeddings, text generators, and context encoders. This probe is based on concept relatedness, grounded on WordNet. Our results reveal that all the models encode this knowledge, but suffer from several inaccuracies. Furthermore, we show that the different architectures and training strategies lead to different model biases. We conduct a systematic evaluation to discover specific factors that explain why some concepts are challenging. We hope our insights will motivate the development of models that capture concepts more precisely.

📄 PDF Abstract BibTeX arXiv:2105.13471

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language UnderstandingWord Embeddings

Similar Papers 제목 키워드 기반

GreaseLM: Graph REASoning Enhanced Language Models

2021-09-29 · ICLR 2022 4 · Xikun Zhang, Antoine Bosselut, Michihiro Yasunaga, Hongyu Ren 외

Answering complex questions about textual narratives requires reasoning over both stated context and the world knowledge that underlies it. However, pretrained language models (LM), the foundation of most modern QA syste…

Knowledge GraphsMedical Question AnsweringMedQANegation+3

Graph-Sparse LDA: A Topic Model with Structured Sparsity

2014-10-16 · Finale Doshi-Velez, Byron Wallace, Ryan Adams

Originally designed to model text, topic modeling has become a powerful tool for uncovering latent structure in domains including medicine, finance, and vision. The goals for the model vary depending on the application: …

GreaseLM: Graph REASoning Enhanced Language Models for Question Answering

2022-01-21 · Xikun Zhang, Antoine Bosselut, Michihiro Yasunaga, Hongyu Ren 외

Answering complex questions about textual narratives requires reasoning over both stated context and the world knowledge that underlies it. However, pretrained language models (LM), the foundation of most modern QA syste…

Knowledge GraphsMedical Question AnsweringMedQANegation+3

Semantic Hypergraphs

2019-08-28 · Telmo Menezes, Camille Roth

Approaches to Natural language processing (NLP) may be classified along a double dichotomy open/opaque - strict/adaptive. The former axis relates to the possibility of inspecting the underlying processing rules, the latt…

Open Information Extraction

PolyUQuest: Verifiable Structure-Aware Web RAG over Heterogeneous Graphs

2026-07-09 · Ying Liu, Yi Ye, Quanyu Feng, Mingxi Ye 외 arxiv

Existing retrieval-augmented generation (RAG) systems treat web pages as flat text, losing the structural and semantic signals encoded in HTML. We present PolyUQuest, a verifiable, structure-aware web RAG framework built…