feat: add data_selection module with multiple filtering baselines#6
Open
jjk9090 wants to merge 36 commits into
Open
feat: add data_selection module with multiple filtering baselines#6jjk9090 wants to merge 36 commits into
jjk9090 wants to merge 36 commits into
Conversation
Removed unnecessary directories from .gitignore
…aration-Bench into feature/data_selection
Removed DCLM submodule configuration from .gitmodules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[PR] Introduction of Data-Selection Module
1. Overview
This PR introduces the data_selection module, a comprehensive and extensible pipeline designed for Data-Centric AI research. It standardizes the end-to-end process—from raw data preparation to filtering, training, and evaluation—facilitating the reproducibility of Large Language Model (LLM) instruction tuning experiments.
2. Key Features
Unified Preprocessing (
preprocess_data.py)instruction/input/output).Integrated Filtering Baselines
Successfully integrated three state-of-the-art (SOTA) data selection methods as Git submodules:
Automated Workflow (
pipeline.py)filter→train→eval).--stageparameter.Decoupled Architecture
output/data/(filtered datasets) andoutput/experiments/(logs & checkpoints) to ensure a clean source tree.3. Supported Datasets
The following mainstream datasets have been tested and verified with the new preprocessing logic: