gitwtfhub

wtf is cn-geo-citation-dataset?

wendaostudy/cn-geo-citation-dataset — explained in plain English

Analysis updated 2026-05-18

185Audience · researcherComplexity · 2/5LicenseSetup · easy

TL;DR

A structured dataset of 214,119 citation and retrieval records from four Chinese AI search platforms, for studying how they select and expose sources.

Mindmap

mindmap
  root((cn-geo-citation-dataset))
    What it does
      Citation record dataset
      Chinese AI search platforms
      Source exposure study
    Format
      JSONL shards
      Documented schema
      Checksums
    Use cases
      Study citation patterns
      Compare platforms
      Research retrieval behavior
    Audience
      Researchers
      Data scientists
    Structure
      7 dimensions
      32 subcategories
      214119 records

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Study how Chinese generative search platforms select and expose citation sources across different question types.

REASON 2

Analyze citation patterns by research dimension, such as industry, prompt style, or time sensitivity.

REASON 3

Verify data integrity using the provided checksums and manifest before running large-scale analysis.

REASON 4

Compare source exposure behavior across 12 different platform and device combinations.

What's in the stack?

JSONLPythonJSON Schema

How it stacks up

wendaostudy/cn-geo-citation-dataset23k65a1408/create-aeronautics-skywards8015238355/mm2-analytics-dashboard-2026
Stars185185185
Setup difficultyeasymoderatemoderate
Complexity2/53/52/5
Audienceresearchergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

No installation needed beyond a JSON parser, just download and read the JSONL files.

Requires giving credit to the original creator, the underlying quoted content may carry separate rights.

Wtf does this do

This repository is a research dataset, not a piece of software. It contains 214,119 citation records collected from four major Chinese language model platforms, covering 12 different platform versions across web and mobile apps. Each record captures what a generative search platform cited or retrieved in response to a benchmark question, which makes the dataset useful for studying how these Chinese AI search systems choose their sources and which sources they tend to expose to users. The data is organized into JSON Lines files, split by seven top-level research dimensions such as edge and real-world scenarios, question intent, industry, prompt style, and time sensitivity, with 32 dimension and subcategory pairs in total. Each category is broken into shard files capped at 5,000 records apiece, and every record follows a documented schema with a stable identifier and a hash for verifying data integrity. A machine-readable manifest lists every file, its record count, size, and checksum. The repository includes supporting documentation: a data card describing what the dataset is and how it was built, a data dictionary defining every field, and a quality report covering missing values, duplicate records, and known limitations. Duplicate entries are kept on purpose, to preserve the original shape of the research population rather than artificially cleaning it. A short Python example shows how to iterate through all the record files and parse each line as JSON. This dataset is intended for researchers studying AI search behavior, information retrieval, or citation patterns, rather than for developers looking for a library to install. It is released under the Creative Commons Attribution 4.0 license, though any quoted titles, URLs, or excerpts inside the records may still carry their original publishers' rights, so users need to check applicable copyright and research ethics rules themselves.

Yoink these prompts

Prompt 1
Write a Python script that loads all JSONL shards in this dataset and counts records per top-level dimension.
Prompt 2
Explain what fields are included in each citation record according to the data dictionary.
Prompt 3
How were duplicate records handled in this dataset, and why were they kept instead of removed?
Prompt 4
Show me how to verify a shard file's integrity using the SHA-256 checksums in the manifest.

Frequently asked questions

wtf is cn-geo-citation-dataset?

A structured dataset of 214,119 citation and retrieval records from four Chinese AI search platforms, for studying how they select and expose sources.

What license does cn-geo-citation-dataset use?

Requires giving credit to the original creator, the underlying quoted content may carry separate rights.

How hard is cn-geo-citation-dataset to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is cn-geo-citation-dataset for?

Mainly researcher.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.