paper-with-me

홈 › Papers

Large Linguistic Models: Investigating LLMs' metalinguistic abilities

2023-05-01 · Gašper Beguš, Maksymilian Dąbkowski, Ryan Rhodes

The performance of large language models (LLMs) has recently improved to the point where models can perform well on many language tasks. We show here that--for the first time--the models can also generate valid metalinguistic analyses of language data. We outline a research program where the behavioral interpretability of LLMs on these tasks is tested via prompting. LLMs are trained primarily on text--as such, evaluating their metalinguistic abilities improves our understanding of their general capabilities and sheds new light on theoretical models in linguistics. We show that OpenAI's (2024) o1 vastly outperforms other models on tasks involving drawing syntactic trees and phonological generalization. We speculate that OpenAI o1's unique advantage over other models may result from the model's chain-of-thought mechanism, which mimics the structure of human reasoning used in complex cognitive tasks, such as linguistic analysis.

📄 PDF Abstract BibTeX arXiv:2305.00948

Code (0)

등록된 구현이 없습니다.

Tasks

valid

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Prompting is not a substitute for probability measurements in large language models

2023-05-22 · Jennifer Hu, Roger Levy

Prompting is now a dominant method for evaluating the linguistic knowledge of large language models (LLMs). While other methods directly read out models' probability distributions over strings, prompting requires models …

Large language models and (non-)linguistic recursion

2023-06-12 · Maksymilian Dąbkowski, Gašper Beguš

Recursion is one of the hallmarks of human language. While many design features of language have been shown to exist in animal communication systems, recursion has not. Previous research shows that GPT-4 is the first lar…

Language ModelingLanguage ModellingLarge Language Model

ELQA: A Corpus of Metalinguistic Questions and Answers about English

2022-05-01 · Shabnam Behzad, Keisuke Sakaguchi, Nathan Schneider, Amir Zeldes

We present ELQA, a corpus of questions and answers in and about the English language. Collected from two online forums, the >70k questions (from English learners and others) cover wide-ranging topics including grammar, m…

Answer GenerationQuestion Answering

I am a Strange Dataset: Metalinguistic Tests for Language Models

2024-01-10 · Tristan Thrush, Jared Moore, Miguel Monares, Christopher Potts 외

Statements involving metalinguistic self-reference ("This paper has six sections.") are prevalent in many domains. Can current large language models (LLMs) handle such language? In this paper, we present "I am a Strange …

Sentence

Language Models Fail to Introspect About Their Knowledge of Language

2025-03-10 · Siyuan Song, Jennifer Hu, Kyle Mahowald

There has been recent interest in whether large language models (LLMs) can introspect about their own internal states. Such abilities would make LLMs more interpretable, and also validate the use of standard introspectiv…

Sentence