NYT-Connections
收藏资源简介:
NYT-Connections数据集包含358个从《纽约时报》Connections游戏中提取的简单词汇分类谜题,旨在测试模型和人类的推理能力。每个谜题包含16个单词,目标是将其正确分类为4个不同的组。数据集的每个条目包含日期、比赛标题、16个单词、正确答案组及其描述,以及由社区贡献者评定的难度等级。
The NYT-Connections dataset contains 358 simple lexical categorization puzzles extracted from The New York Times Connections game, which is designed to test the reasoning capabilities of both models and humans. Each puzzle consists of 16 words, with the goal of correctly categorizing them into 4 distinct groups. Each entry in the dataset includes the date, game title, the 16 words, the correct answer groups and their corresponding descriptions, as well as the difficulty rating evaluated by community contributors.
NYT-Connections 数据集
数据集简介
NYT-Connections 数据集是由 Angel Yahir Loredo Lopez、Tyler McDonald 和 Ali Emami 提出的,旨在评估大型语言模型(LLMs)在文本分类任务中的推理能力。该数据集包含 358 个简单的单词分类谜题,源自《纽约时报》的 Connections 游戏。数据集的设计旨在惩罚快速、直观的“系统 1”思维,从而隔离基本的推理技能。
数据集来源
该数据集是《纽约时报》每日 Connections 比赛的一部分,每个谜题包含 16 个单词,目标是将这些单词正确分类为 4 个难度不同的组。
数据字段描述
date:比赛提供的原始日期。contest:比赛的标题字符串。words:用于解谜的 16 个单词集合。answers:一个对象数组,每个对象代表一个正确的组,包含以下字段:answerDescription:组的名称。words:属于该组的 4 个单词。
difficulty:谜题的难度评级,由社区贡献者提供(若未获得评级,则为null)。
引用
@misc{lopez2024nytconnectionsdeceptivelysimpletext, title={NYT-Connections: A Deceptively Simple Text Classification Task that Stumps System-1 Thinkers}, author={Angel Yahir Loredo Lopez and Tyler McDonald and Ali Emami}, year={2024}, eprint={2412.01621}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2412.01621}, }




