IDCite: A Large-Scale Multidisciplinary Citation Intent Dataset for Scholarly Knowledge Discovery
收藏资源简介:
IDCite IDCite is a large-scale multidisciplinary citation dataset designed to support research on citation contexts, citation intent, scholarly information retrieval, citation recommendation, scientometrics, and scholarly knowledge graphs. Unlike conventional citation datasets that primarily represent citations as links between papers, IDCite is organized around citation events connecting citing papers to highly cited seed papers while preserving semantic and bibliographic evidence. Each citation event can incorporate citation contexts, automatically generated citation-intent annotations, publication metadata, disciplinary information, and normalized scholarly entities. The current Version 3 release contains: - 1,857,503 citation events- 1,467,045 citing papers- 23,479 highly cited seed papers- 21 Essential Science Indicators (ESI) fields- 31 observed citation-intent labels- 3,418,433 scholarly knowledge graph nodes- 6,855,117 scholarly knowledge graph edges The resource additionally provides normalized representations of authors, affiliations, journals, scientific fields, cities, countries, and citation intents. Relationship to Previous Releases IDCite represents the third stage in the evolution of the scholarly citation resources distributed through this Zenodo record. Version 1 — MDCite MDCite was released as the original large-scale multidisciplinary citation-context dataset. It focused primarily on citation contexts and citation-intent information for citation-aware scholarly analysis. Version 2 — MDContextCite and EdgeCite MDContextCite extended the initial resource into a broader scholarly citation database and dissemination framework. Within MDContextCite: - MDCite served as the core citation-context dataset.- EdgeCite provided an additional retrieval-oriented variant designed for leakage-controlled large-scale citation retrieval experiments. Version 3 — IDCite IDCite is the current structured multidisciplinary dataset release. IDCite should not be interpreted as a simple renaming of MDContextCite. Instead, it reorganizes and extends the underlying scholarly citation resources around citation events, normalized scholarly entities, and an ontology-ready scholarly knowledge graph representation. Previous MDCite and EdgeCite artifacts remain available through the Zenodo version history and provide provenance for the evolution of the resource. Data Sources IDCite integrates information from multiple scholarly infrastructures. 🔹 Scopus Scopus bibliographic records provide publication metadata, journal-level records, citation counts, and information used during highly cited seed-paper selection. 🔹 Web of Science / Journal Citation Reports Web of Science subject categories and the 2024 Journal Citation Reports are used for multidisciplinary journal-stratified sampling. One representative Web of Science category is associated with each of the 21 ESI fields, and five representative Q1 journals are selected within each category. 🔹 OpenAlex OpenAlex supports citation-link retrieval, DOI/title resolution, and structured scholarly metadata interoperability. 🔹 Semantic Scholar Semantic Scholar provides citation-linked scholarly information and reference-linked citation-context evidence associated with citing papers. 🔹 Automatic Citation Intent Classification Citation-intent annotations are generated automatically at scale using the SynIntent classifier. The resulting annotations should be interpreted as model-derived semantic annotations / weak semantic supervision, rather than manually curated gold-standard labels for every citation event. Dataset Construction Pipeline The IDCite construction workflow consists of the following major stages: 1. Journal-stratified sampling across 21 ESI fields and 21 representative Web of Science categories.2. Selection of five representative Q1 journals per category, resulting in 105 journals.3. Independent selection of the top 5% most-cited papers within each journal to construct the seed-paper corpus.4. Citation-link harvesting and citation-event construction between citing papers and seed papers.5. Citation-context collection and automatic citation-intent annotation.6. Normalization of publications, journals, authors, affiliations, geographic entities, scientific fields, and citation intents.7. Conversion of normalized entities and relationships into an ontology-ready scholarly knowledge graph. The journal-stratified sampling strategy is intended to preserve disciplinary heterogeneity and reduce the dominance of citation-intensive disciplines that would arise from applying a single global citation threshold. Because the seed corpus focuses on highly cited publications, IDCite primarily characterizes citation behavior around influential scholarly works and should not automatically be interpreted as representative of citation behavior surrounding moderately or rarely cited publications. Citation Intent Representation IDCite contains 31 observed citation-intent labels, consisting of 30 valid observed categories and one missing label retained for reproducibility. These labels include seven canonical citation intents: - background- uses- similarities- differences- motivation- extends- future work Composite labels are also retained in the released data. Composite intent labels can be decomposed into their constituent canonical intents, allowing a citation event to contribute to more than one semantic intent category. Because citation-intent labels are automatically inferred, annotation quality is model-dependent and may vary across disciplines and citation contexts. IDCite Dataset Files The Version 3 release provides 17 Parquet files covering citation events, publications, normalized scholarly entities, and graph representations. Citation Event Files - `citation_events.parquet`- `citation_events_enriched.parquet`- `citation_events_normalized.parquet` These files contain 1,857,503 citation events at different levels of enrichment and normalization. Citing Paper Files - `citing_papers.parquet`- `citing_papers_normalized.parquet` These files contain metadata for 1,467,045 citing papers. Seed Paper Files - `seed_cited_papers.parquet`- `seed_cited_papers_normalized.parquet` These files contain metadata for 23,479 highly cited seed papers. Normalized Scholarly Entity Files - `authors.parquet`- `affiliations.parquet`- `affiliation_geo.parquet`- `journals.parquet`- `fields.parquet`- `intents.parquet`- `cities.parquet`- `countries.parquet` These lookup tables provide dataset-level normalized identifiers for scholarly entities and support consistent joins across the IDCite files. Scholarly Knowledge Graph Files - `kg_nodes.parquet`- `kg_edges.parquet` The graph representation contains: - 3,418,433 nodes- 6,855,117 typed edges Scholarly Knowledge Graph IDCite provides a heterogeneous scholarly knowledge graph derived from the normalized citation-event infrastructure. The graph represents entities including: - citation events- citing and cited publications- authors- affiliations- journals- scientific fields- cities- countries- citation intents Typed relations encode citation-event linkage, authorship, affiliation, publication venue, geographic association, disciplinary assignment, and citation-intent information. The knowledge graph is provided as a supplementary representation of IDCite and does not replace the tabular citation-event files. Ontology-ready Representation In IDCite, ontology-ready means that major scholarly entities are represented using normalized dataset-level identifiers and connected through explicit typed relationships. The term does not imply that a single external formal ontology has already been imposed on every entity. Instead, IDCite provides a structured graph-ready representation that can be mapped to or extended with formal scholarly ontologies. Intended Research Uses IDCite is designed to support research including: - citation context analysis- citation intent analysis and classification- scholarly information retrieval- citation recommendation- scientometric and bibliometric analysis- cross-disciplinary citation analysis- scholarly knowledge graph construction and analysis- graph representation learning- link prediction- research trend analysis- scholarly knowledge discovery The combination of contextual semantic evidence and structured scholarly relationships enables analyses that cannot be performed using paper-to-paper citation links alone. CitationHub CitationHub is the interactive dashboard and visualization platform built on top of IDCite. CitationHub is not a separate Zenodo dataset version. IDCite provides the structured data layer, while CitationHub provides the user-facing exploration and visualization layer. CitationHub supports interactive exploration of: - citation relationships- citation contexts- citation intents- disciplinary patterns- scholarly entities- knowledge graph relationships CitationHub search interface URL: https://citation-hub-website.vercel.app Reproducibility The released Parquet files, normalized lookup tables, documentation, and graph files are designed to support direct reuse without requiring reconstruction of the entire upstream pipeline. Full reconstruction may require: - institutional access to Scopus- access to OpenAlex- access to Semantic Scholar- access to Web of Science / Journal Citation Reports where applicable API credentials and proprietary database access are not distributed with IDCite. Because upstream scholarly infrastructures are continuously updated, IDCite should be interpreted as a snapshot corresponding to the November 2025 collection period. Documentation A consolidated IDCite Project and Dataset Documentation is included in this V3 release. The documentation provides: - project and release lineage- data-source descriptions- construction pipeline- dataset statistics- file inventory- citation-event and seed-paper schemas- entity normalization details- knowledge graph representation- multidisciplinary sampling design- complete 105-journal sampling frame- citation-intent distribution- technical-validation guidance- reproducibility and responsible-use guidance- CitationHub system overview "Users are encouraged to consult the documentation before conducting large-scale analysis with IDCite" Licensing and Responsible Use IDCite is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license as stated by the repository. However, IDCite integrates information originating from multiple scholarly services. Access to, reconstruction of, and redistribution of upstream-derived elements remain subject to the applicable terms and conditions of the originating services. Users should independently verify the current terms of Scopus, OpenAlex, Semantic Scholar, Web of Science, and Journal Citation Reports when reconstructing or redistributing upstream content. "Citation-based indicators derived from IDCite should not be used as the sole basis for evaluating individual researchers, institutions, journals, scientific fields, or countries" Citation If you find this work useful and are willing to use IDCite, please cite: Nam, Seohyun. (2026). IDCite: A Large-Scale Multidisciplinary Citation Intent Dataset for Scholarly Knowledge Discovery.Zenodo. https://doi.org/10.5281/zenodo.20796923 BibTeX: @dataset{idcite2026, title = {IDCite: A Large-Scale Multidisciplinary Citation Intent Dataset for Scholarly Knowledge Discovery}, author = {Nam, Seohyun}, year = {2026}, publisher = {Zenodo}, doi = {10.5281/zenodo.20796923} } Version Information - Concept DOI: 10.5281/zenodo.18410049- Version 1 — MDCite: 10.5281/zenodo.18410050- Version 2 — MDContextCite / EdgeCite: 10.5281/zenodo.18536895- Version 3 — IDCite: 10.5281/zenodo.20796923 Version 3 introduces IDCite as a structured multidisciplinary citation dataset centered on citation events, normalized scholarly entities, and a supplementary ontology-ready scholarly knowledge graph. The previous MDCite and EdgeCite releases remain accessible through the Zenodo version history and provide provenance for the evolution of the resource.



