You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All filtering and deduplication stages used the current DataFlow operators.
Records by Source
Source
Count
discussion
98
pull_request
500
Pipeline
The pipeline applied these processing stages:
Normalise — Merged discussions and PRs into unified JSONL (title + body → text)
Text length filter — Kept records with 50–100,000 characters (DataFlow CharNumberFilter)
Alpha-ratio filter — Removed records with fewer than 25% alphabetic characters using a deterministic Python stage
Near-duplicate removal — Eliminated near-identical records using DataFlow HashDeduplicateFilter
📦 Dataset Artifact
dataset_clean.jsonl (598 records) uploaded as a workflow run artifact — see run artifacts.
Pipeline Configuration
Execution mode: dataflowDataFlow package: open-dataflow==1.0.10Source: https://github.com/OpenDCAI/DataFlowInput: GitHub Discussions + merged PRs from github/gh-awOutput: JSONL — one record per item, text field for LLM use
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Summary
Built a cleaned, deduplicated dataset from GitHub discussions and PRs.
dataflowCharNumberFilter, HashDeduplicateFilter, python_alpha_ratio_filterAll filtering and deduplication stages used the current DataFlow operators.
Records by Source
Pipeline
The pipeline applied these processing stages:
title + body→text)CharNumberFilter)HashDeduplicateFilter📦 Dataset Artifact
dataset_clean.jsonl(598 records) uploaded as a workflow run artifact — see run artifacts.Pipeline Configuration
Raw pipeline statistics
{ "input_count": 600, "after_length_filter": 598, "after_alpha_filter": 598, "after_dedup": 598, "operators_used": [ "CharNumberFilter", "HashDeduplicateFilter", "python_alpha_ratio_filter" ], "execution_mode": "dataflow", "fallback_mode": false, "dataflow_ready": true, "dataflow_version": "1.0.10", "warnings": [] }Generated by DataFlow PR & Discussion Dataset Builder — Run #34555978870 on 2026-09-11
All reactions