Datasets:

Modalities:
Text
Languages:
English
ArXiv:
DOI:
License:
Chrisneverdie commited on
Commit
ab78c6e
·
verified ·
1 Parent(s): 31a5eb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -13
README.md CHANGED
@@ -1757,34 +1757,72 @@ configs:
1757
  tags:
1758
  - sports
1759
  ---
 
1760
  # OnlySports Dataset
1761
 
1762
- > **Note:** This README will be updated shortly. For now, please refer to [OnlySportsLM](https://github.com/chrischenhub/OnlySportsLM) for the most up-to-date information.
1763
 
1764
- ## About
1765
 
1766
- OnlySports Dataset is a comprehensive collection of English sports documents. This dataset comprises a diverse range of content including news articles, blogs, match reports, interviews, and tutorials, all extracted from the FineWeb dataset.
 
 
1767
 
1768
- ## Dataset Information
1769
 
1770
- - **Source:** FineWeb dataset (a cleaned and deduplicated subset of CommonCrawl)
1771
- - **Time Span:** 2013 to present
1772
  - **Size:** 1.2 TB of text
1773
  - **Token Count:** Approximately 600 billion RWKV/GPT2 tokens
 
 
 
 
1774
 
1775
- ## Extraction Process
 
 
 
 
 
 
 
 
 
 
1776
 
1777
- 1. **URL Filtering:** Applied to identify potentially relevant content
1778
- 2. **[OnlySports Classifier](https://huggingface.co/Chrisneverdie/OnlySports_Classifier):** Developed to accurately identify and extract sports-related documents
1779
 
1780
  ## Significance
1781
 
1782
- The OnlySports Dataset is currently the largest sport domain dataset, surpassing previous collections in both scale and comprehensiveness. It represents one of the best open-source datasets for LLM training in the sports domain.
 
 
 
 
 
 
1783
 
1784
- ## Future Updates
1785
 
1786
- This README will be updated with more detailed information. Please check back later or refer to the link provided above for the most current details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1787
 
1788
  ## Contact
1789
 
1790
- For more information, visit [https://github.com/chrischenhub/OnlySportsLM](https://github.com/chrischenhub/OnlySportsLM).
 
 
 
1757
  tags:
1758
  - sports
1759
  ---
1760
+
1761
  # OnlySports Dataset
1762
 
1763
+ ## Overview
1764
 
1765
+ OnlySports Dataset is a comprehensive collection of English sports documents, comprising a diverse range of content including news articles, blogs, match reports, interviews, and tutorials. This dataset is part of the larger OnlySports collection, which includes:
1766
 
1767
+ 1. [OnlySportsLM](https://huggingface.co/Chrisneverdie/OnlySportsLM_196M): A 196M parameter sports-domain language model
1768
+ 2. [OnlySports Dataset](https://huggingface.co/collections/Chrisneverdie/onlysports-66b3e5cf595eb81220cc27a6): The dataset described in this README
1769
+ 3. OnlySports Benchmark: A novel evaluation method for assessing sports knowledge generation
1770
 
1771
+ ## Dataset Specifications
1772
 
 
 
1773
  - **Size:** 1.2 TB of text
1774
  - **Token Count:** Approximately 600 billion RWKV/GPT2 tokens
1775
+ - **Time Span:** 2013 to present
1776
+ - **Source:** Extracted from the FineWeb dataset, a cleaned and deduplicated subset of CommonCrawl
1777
+
1778
+ ## Data Pipeline
1779
 
1780
+ The creation of the OnlySports Dataset involved a two-step process:
1781
+
1782
+ 1. **URL Filtering:**
1783
+ - Applied a list of sports-related keywords to efficiently identify potentially relevant content
1784
+ - Keywords included general sports terms, major leagues, organizations, events, brands, and media
1785
+ - This step reduced the dataset size by approximately 85%
1786
+
1787
+ 2. **Custom Sports Text Classifier:**
1788
+ - Developed a [specialized classifier](https://huggingface.co/Chrisneverdie/OnlySports_Classifier) to accurately identify and extract sports-related documents
1789
+ - Based on the Snowflake-arctic-embed-xs model with an added binary classification layer
1790
+ - Achieved 99% accuracy in distinguishing between sports and non-sports documents
1791
 
 
 
1792
 
1793
  ## Significance
1794
 
1795
+ The OnlySports Dataset represents a major advancement in sports-related text data:
1796
+
1797
+ - Largest sport domain dataset to date
1798
+ - Significantly surpasses previous collections in both scale and comprehensiveness
1799
+ - Offers researchers and developers an unprecedented resource for training language models and conducting sports-related NLP tasks
1800
+
1801
+ ## Usage and Applications
1802
 
1803
+ The OnlySports Dataset can be used for various purposes, including:
1804
 
1805
+ - Training domain-specific language models for sports
1806
+ - Conducting research on sports-related natural language processing tasks
1807
+ - Developing applications for sports content analysis and generation
1808
+
1809
+ ## OnlySportsLM
1810
+
1811
+ As part of the OnlySports collection, the [OnlySportsLM](https://huggingface.co/Chrisneverdie/OnlySportsLM_196M) was trained on this dataset. Key features of the model include:
1812
+
1813
+ - 196M parameters
1814
+ - Based on the RWKV-v6 architecture
1815
+ - 20-layer, 640-dimension structure
1816
+ - Trained on approximately half of the OnlySports Dataset (315B tokens)
1817
+
1818
+ For more information on the model and its performance, please refer to the [OnlySportsLM GitHub repository](https://github.com/chrischenhub/OnlySportsLM).
1819
+
1820
+ ## Citation
1821
+
1822
+ If you use the OnlySports Dataset in your research, please cite our paper (citation details to be added upon publication).
1823
 
1824
  ## Contact
1825
 
1826
+ For more information or inquiries about the OnlySports Dataset, please visit our [GitHub repository](https://github.com/chrischenhub/OnlySportsLM) or contact Chris Zexin Chen (zc2404@nyu.edu).
1827
+
1828
+ ---