paper-with-me

Papers

Probing Linguistic Information For Logical Inference In Pre-trained Language Models

2021-12-03 · Zeming Chen, Qiyue Gao

Progress in pre-trained language models has led to a surge of impressive results on downstream tasks for natural language understanding. Recent work on probing pre-trained language models uncovered a wide range of linguistic properties encoded in their contextualized representations. However, it is unclear whether they encode semantic knowledge that is crucial to symbolic inference methods. We propose a methodology for probing linguistic information for logical inference in pre-trained language model representations. Our probing datasets cover a list of linguistic phenomena required by major symbolic inference systems. We find that (i) pre-trained language models do encode several types of linguistic information for inference, but there are also some types of information that are weakly encoded, (ii) language models can effectively learn missing linguistic information through fine-tuning. Overall, our findings provide insights into which aspects of linguistic information for logical inference do language models and their pre-training procedures capture. Moreover, we have demonstrated language models' potential as semantic and background knowledge bases for supporting symbolic inference methods.

📄 PDF Abstract BibTeX arXiv:2112.01753

Code (1)

eric11eca/inference-information-probing 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingNatural Language Understanding

Similar Papers 제목 키워드 기반

Is neural language acquisition similar to natural? A chronological probing study

2022-07-01 · Ekaterina Voloshina, Oleg Serikov, Tatiana Shavrina

The probing methodology allows one to obtain a partial representation of linguistic phenomena stored in the inner layers of the neural network, using external classifiers and statistical analysis. Pre-trained transformer…

Language AcquisitionNatural Language UnderstandingText Generation

LINSPECTOR: Multilingual Probing Tasks for Word Representations

2019-03-22 · CL 2020 6 · Gözde Gül Şahin, Clara Vania, Ilia Kuznetsov, Iryna Gurevych

Despite an ever growing number of word representation models introduced for a large number of languages, there is a lack of a standardized technique to provide insights into what is captured by these models. Such insight…

Dependency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+6

Probing Multilingual Sentence Representations With X-Probe

2019-06-12 · WS 2019 8 · Vinit Ravishankar, Lilja Øvrelid, Erik Velldal

This paper extends the task of probing sentence representations for linguistic insight in a multilingual domain. In doing so, we make two contributions: first, we provide datasets for multilingual probing, derived from W…

Natural Language InferenceSentence

Probing via Prompting

2022-07-04 · NAACL 2022 7 · Jiaoda Li, Ryan Cotterell, Mrinmaya Sachan

Probing is a popular method to discern what linguistic information is contained in the representations of pre-trained language models. However, the mechanism of selecting the probe model has recently been subject to inte…

DiagnosticLanguage ModelingLanguage Modelling

A Matter of Framing: The Impact of Linguistic Formalism on Probing Results

2020-04-30 · EMNLP 2020 11 · Ilia Kuznetsov, Iryna Gurevych

Deep pre-trained contextualized encoders like BERT (Delvin et al., 2019) demonstrate remarkable performance on a range of downstream tasks. A recent line of research in probing investigates the linguistic knowledge impli…