NewTerm
收藏资源简介:
NewTerm数据集由哈尔滨工业大学(深圳)计算机与智能研究院创建,旨在评估大型语言模型(LLMs)对实时新术语的理解能力。该数据集包含2022年和2023年从剑桥、柯林斯和牛津三大在线词典中收集的7100个新术语,涵盖新词、新短语和老词新义三类。数据集的创建过程高度自动化,确保了高质量的基准构建,并允许灵活的实时信息更新。NewTerm数据集主要应用于自然语言理解任务,旨在解决LLMs在处理实时新术语时的性能下降问题,并为未来的研究提供基准。
The NewTerm dataset was developed by the Institute of Computer and Artificial Intelligence, Harbin Institute of Technology (Shenzhen), with the goal of evaluating the ability of Large Language Models (LLMs) to comprehend real-time neologisms. It contains 7,100 new terms collected in 2022 and 2023 from three major online dictionaries: Cambridge, Collins, and Oxford. These terms fall into three categories: new standalone words, new phrases, and new senses of existing words. The dataset construction process is highly automated, ensuring the development of a high-quality benchmark and enabling flexible real-time information updates. Primarily applied to natural language understanding tasks, the NewTerm dataset aims to address the performance degradation of LLMs when handling real-time neologisms, and provide a benchmark for future research.
NewTerm: Benchmarking Real-Time New Terms for LLMs
数据集概述
- 名称: NewTerm
- 描述: 用于评估大型语言模型(LLMs)对实时新术语的理解能力的基准数据集。包含2022年和2023年的新词、新短语以及旧词新义。
- 更新计划: 每年持续更新。
数据集用途
- 评估现有LLMs对实时新术语的表现。
- 构建自定义基准,针对特定术语如年度新词、低频词、低资源语言、文学或宗教文本。
- 使用交互式人工过滤界面创建高质量基准。
数据集结构
- NewTerm 2022: 位于
benchmark_2022/文件夹。 - NewTerm 2023: 位于
benchmark_2023/文件夹。 - 文件:
new_terms.jsonl: 包含最具挑战性的新术语。COMA.jsonl,COST.jsonl,CSJ.jsonl: 包含自动生成的基准,涵盖论文中定义的三个任务。COMA_clean.jsonl,COST_clean.jsonl,CSJ_clean.jsonl: 包含经过人工过滤的基准。
评估任务
- 任务类型: 开放域自然语言理解任务(NLU)。
- 任务: COMA, COST, CSJ, ALL。
评估模型
- 支持模型: gpt-3.5, gpt-4, claude, vicuna, llama-2, llama-3, falcon, mistral, chatglm2, baichuan2, qwen。
- 评估命令: bash python newterm/evaluation.py --year 2023 --task ALL --prompt BASE --model gpt-4-0613
自动基准构建
-
生成命令: bash bash newterm/generate.sh
-
结果存储: 位于
benchmark_{year}文件夹。
人工过滤界面
- 平台: 使用SurveyJS库构建的Vue3前端和Flask后端。
- 功能: 支持翻译、灵活的问题数量和加载历史记录。
- 启动命令: bash bash human_filtering/interface.sh




