matthewkenney commited on
Commit
7cb654c
1 Parent(s): 33334f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -45,22 +45,22 @@ size_categories:
45
 
46
  ## Dataset Description
47
 
48
- https://huggingface.co/datasets/ArtifactAI/arxiv_s2orc_parsed
49
 
50
 
51
  ### Dataset Summary
52
 
53
- ArtifactAI/arxiv_s2orc_parsed is a subset of the [AllenAI S2ORC dataset](https://github.com/allenai/s2orc), a general-purpose corpus for NLP and text mining research over scientific papers,
54
- The dataset is filtered strictly for ArXiv papers, including the full text for each paper. Github links have been extracted from each paper to aid in the development of [ArtifactAI/arxiv_python_research_code](https://huggingface.co/datasets/ArtifactAI/arxiv_python_research_code)
55
 
56
  ### How to use it
57
  ```python
58
  from datasets import load_dataset
59
 
60
- ds = load_dataset("ArtifactAI/arxiv_s2orc_parsed", split="train")
61
 
62
  # dataset streaming (will only download the data as needed)
63
- ds = load_dataset("ArtifactAI/arxiv_s2orc_parsed", streaming=True, split="train")
64
  ```
65
 
66
  ## Dataset Structure
@@ -86,7 +86,7 @@ The dataset has no splits and all data is loaded as train split by default.
86
  ## Additional Information
87
 
88
  ### Dataset Curators
89
- Matthew Kenney, Artifact AI, matt@artifactai.com
90
 
91
  ### Citation Information
92
  ```
 
45
 
46
  ## Dataset Description
47
 
48
+ https://huggingface.co/datasets/AlgorithmicResearchGroup/arxiv_s2orc_parsed
49
 
50
 
51
  ### Dataset Summary
52
 
53
+ AlgorithmicResearchGroup/arxiv_s2orc_parsed is a subset of the [AllenAI S2ORC dataset](https://github.com/allenai/s2orc), a general-purpose corpus for NLP and text mining research over scientific papers,
54
+ The dataset is filtered strictly for ArXiv papers, including the full text for each paper. Github links have been extracted from each paper to aid in the development of [AlgorithmicResearchGroup/arxiv_python_research_code](https://huggingface.co/datasets/AlgorithmicResearchGroup/arxiv_python_research_code)
55
 
56
  ### How to use it
57
  ```python
58
  from datasets import load_dataset
59
 
60
+ ds = load_dataset("AlgorithmicResearchGroup/arxiv_s2orc_parsed", split="train")
61
 
62
  # dataset streaming (will only download the data as needed)
63
+ ds = load_dataset("AlgorithmicResearchGroup/arxiv_s2orc_parsed", streaming=True, split="train")
64
  ```
65
 
66
  ## Dataset Structure
 
86
  ## Additional Information
87
 
88
  ### Dataset Curators
89
+ Matthew Kenney, AlgorithmicResearchGroup, matt@algorithmicresearchgroup.com
90
 
91
  ### Citation Information
92
  ```