paper-with-me

Papers

The Two Word Test: A Semantic Benchmark for Large Language Models

2023-06-07 · Nicholas Riccardi, Rutvik H. Desai

Large Language Models (LLMs) have shown remarkable abilities recently, including passing advanced professional exams and demanding benchmark tests. This performance has led many to suggest that they are close to achieving humanlike or 'true' understanding of language, and even Artificial General Intelligence (AGI). Here, we provide a new open-source benchmark that can assess semantic abilities of LLMs using two-word phrases using a task that can be performed relatively easily by humans without advanced training. Combining multiple words into a single concept is a fundamental aspect of human language and intelligence. The test requires meaningfulness judgments of 1768 noun-noun combinations that have been rated as meaningful (e.g., baby boy) or not meaningful (e.g., goat sky). by 150 human raters. We provide versions of the task that probe meaningfulness ratings on a 0-4 scale as well as binary judgments. We conducted a series of experiments using the TWT on GPT-4, GPT-3.5, and Bard, with both versions. Results demonstrated that, compared to humans, all models perform poorly at rating meaningfulness of these phrases. GPT-3.5 and Bard are also unable to make binary discriminations between sensible and nonsense phrases as making sense. GPT-4 makes a substantial improvement in binary discrimination of combinatorial phrases but is still significantly worse than human performance. The TWT can be used to understand the limitations and weaknesses of current LLMs, and potentially improve them. The test also reminds us that caution is warranted in attributing 'true understanding' or AGI to LLMs. TWT is available at: https://github.com/NickRiccardi/two-word-test

📄 PDF Abstract BibTeX arXiv:2306.04610

Code (1)

nickriccardi/two-word-test 공식 구현

Methods 이 논문이 사용한 방법론

15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
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…
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

SAT Based Analogy Evaluation Framework for Persian Word Embeddings

2021-06-29 · Seyyed Ehsan Mahmoudi, Mehrnoush Shamsfard

In recent years there has been a special interest in word embeddings as a new approach to convert words to vectors. It has been a focal point to understand how much of the semantics of the the words has been transferred …

Word Embeddings

Language-biased image classification: evaluation based on semantic representations

2022-01-26 · Yoann Lemesle, Masataka Sawayama, Guillermo Valle-Perez, Maxime Adolphe 외

Humans show language-biased image recognition for a word-embedded image, known as picture-word interference. Such interference depends on hierarchical semantic categories and reflects that human language processing highl…

Classificationimage-classificationImage Classification

Evaluating Language-biased image classification based on semantic compositionality

2021-09-29 · ICLR 2022 4 · Yoann Lemesle, Masataka Sawayama, Guillermo Valle-Perez, Maxime Adolphe 외

Humans show language-biased image recognition for a word-embedded image, known as picture-word interference. Such interference depends on hierarchical semantic categories and reflects that human language processing highl…

Classificationimage-classificationImage Classification

BAHP: Benchmark of Assessing Word Embeddings in Historical Portuguese

2021-11-01 · EMNLP (LaTeCHCLfL, CLFL, LaTeCH) 2021 11 · Zuoyu Tian, Dylan Jarrett, Juan Escalona Torres, Patricia Amaral

High quality distributional models can capture lexical and semantic relations between words. Hence, researchers design various intrinsic tasks to test whether such relations are captured. However, most of the intrinsic t…

Outlier DetectionWord Embeddings

SE#PCFG: Semantically Enhanced PCFG for Password Analysis and Cracking

2023-06-12 · Yangde Wang, Weidong Qiu, Peng Tang, Hao Tian 외

Much research has been done on user-generated textual passwords. Surprisingly, semantic information in such passwords remain under-investigated, with passwords created by English- and/or Chinese-speaking users being more…