CoolFace
Datasetpublic

yuz9yuz/NLPImpact

This dataset accompanies our ACL 2025 paper: Internal and External Impacts of Natural Language Processing Papers. We present a comprehensive dataset for analyzing both the internal (academic) and external (public) impacts of NLP papers published in top-tier conferences — ACL, EMNLP, and NAACL — between 1979 and 2024. The dataset supports a wide range of scientometric studies, including topic-level impact evaluation across patents, media, policy, and code repositories. Data Sources… See the full description on the dataset page: https://huggingface.co/datasets/yuz9yuz/NLPImpact.

sourceHugging Facecc-by-sa-4.0updated 1y agoView on Hugging Face
2likes48downloads
Dataset Card

This dataset accompanies our ACL 2025 paper: Internal and External Impacts of Natural Language Processing Papers.

We present a comprehensive dataset for analyzing both the internal (academic) and external (public) impacts of NLP papers published in top-tier conferences — ACL, EMNLP, and NAACL — between 1979 and 2024. The dataset supports a wide range of scientometric studies, including topic-level impact evaluation across patents, media, policy, and code repositories.

Data Sources

Our dataset integrates signals from several open and restricted resources:

  • Papers with Code + GitHub API: Linking NLP papers to GitHub repositories, including stars and forks.

⚠️ Not publicly included:

Altmetric (media-to-paper links) and Overton (policy-document-to-paper links) are used in our analysis but are not released here due to data access restrictions. Approval from Altmetric and Overton needed to access these signals. Please refer to our paper for more details.

Dataset Format

Each record corresponds to one NLP paper and includes the following fields:

Field NameDescription
titleTitle of the paper
abstractAbstract of the paper
doiDigital Object Identifier(s)
venueConference venue (ACL, EMNLP, or NAACL)
yearYear of publication
oaidOpenAlex ID(s)
labelAssigned research topic (based on ACL 2025 Call for Papers; predicted via GPT-4o)
paper_citationCitation count (OpenAlex)
patent_citationNumber of times cited in USPTO patents (Reliance on Science)
github_repoList of associated GitHub repository URLs (Papers with Code)
github_starTotal number of GitHub stars for associated repositories
github_forkTotal number of GitHub forks for associated repositories

Citation

If you find this dataset useful, please cite the following paper:

@article{zhang2025internal,
  title={Internal and External Impacts of Natural Language Processing Papers},
  author={Zhang, Yu},
  journal={arXiv preprint arXiv:2505.16061},
  year={2025}
}