ACL Anthology Corpus; LLM-Assisted Paraphrases
收藏资源简介:
本研究构建了两个核心数据集,旨在探究大语言模型对科学写作风格的影响。ACL Anthology Corpus是一个自然语料库,包含从ACL Anthology中收集的37,760篇NLP领域论文(2020-2024年),总计约2.038亿Tokens,数据通过GROBID从PDF中提取并经过预处理。LLM-Assisted Paraphrases是一个合成数据集,包含3,000对人工撰写的文本段落及其对应的GPT-3.5生成的改进版本,通过模拟常见的写作优化提示构建。数据集的创建过程涉及对ACL Anthology的元数据爬取、文本提取、时间分段(以ChatGPT发布为界)以及可控的LLM改写实验。这些数据集主要用于分析LLM辅助写作引起的词汇、句法风格变化,并连接至主观阅读体验评估,以解决科学交流中AI辅助写作的客观特征与主观感知之间的关联问题。
This study constructs two core datasets to investigate the impact of Large Language Models (LLMs) on scientific writing styles. The ACL Anthology Corpus is a natural language corpus containing 37,760 NLP papers (2020–2024) collected from the ACL Anthology, totaling approximately 203.8 million Tokens. The data was extracted from PDFs via GROBID and preprocessed. The LLM-Assisted Paraphrases is a synthetic dataset containing 3,000 pairs of manually written text passages and their corresponding improved versions generated by GPT-3.5, constructed by simulating common writing optimization prompts. The dataset creation process involves metadata crawling from the ACL Anthology, text extraction, temporal segmentation (bounded by the release of ChatGPT), and controlled LLM rewriting experiments. These datasets are primarily used to analyze the lexical and syntactic style changes induced by LLM-assisted writing, and to link with subjective reading experience assessments, aiming to address the correlation between objective characteristics and subjective perceptions of AI-assisted writing in scientific communication.
数据集概述
该数据集与论文《LLMs对科学交流的影响:测量写作实践与阅读体验的变化》相关,主要内容源自ACL Anthology论文语料库的更新版本。
核心内容
- 语料来源:ACL Anthology论文语料库的更新版本。
- 研究主题:分析大型语言模型对科学交流中写作实践和阅读体验的影响。
数据集组成
数据集存储在仓库的data文件夹中,包含:
- 用于分析的所有数据文件
- 匿名化的人工成对偏好标注数据
代码与处理流程
仓库提供完整的分析代码,按步骤组织:
- 语料更新(
update_original_corpus目录):提供更新原始ACL语料库的完整流程。 - 数据准备(
prep_data目录):包括通用预处理、基于频率的词汇信息计算、主题模型实现、word2vec模型以及基于上下文词嵌入的聚类。 - 词汇分析(
lexical_analysis目录):分析词汇模式,并整合上一步生成的词汇级信息数据框。 - 特征分析(
feature_analysis目录):提取语言特征、进行特征选择和回归分析,结果保存在results_feature_analysis子文件夹中。
数据集详情页地址
- https://github.com/FilipMiletic/ScientificCommunication

- 1What Are LLMs Doing to Scientific Communication? Measuring Changes in Writing Practices and Reading Experience斯图加特大学·自然语言处理研究所 · 2026年



