Milad96 commited on
Commit
21c97bd
·
verified ·
1 Parent(s): 9acd577

Upload README_CELL8.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README_CELL8.md +5 -51
README_CELL8.md CHANGED
@@ -4,69 +4,23 @@ tags:
4
  - cell8
5
  - fulltext
6
  - nlp
7
- - v8.12.1
8
  ---
9
 
10
- # 🧬 Cell 8: Quantum Full-Text Mining
11
-
12
- ## Overview
13
- Cell 8 collects full-text scientific articles and preprints about *Kluyveromyces marxianus* from multiple sources.
14
-
15
- ## Data Sources
16
- - PubMed Central (PMC)
17
- - arXiv
18
- - Semantic Scholar
19
- - Europe PMC
20
- - bioRxiv/medRxiv
21
 
22
  ## Usage
23
 
24
  ### Load Splits
25
  ```python
26
  from datasets import load_dataset
27
-
28
- splits = load_dataset(
29
- "Milad96/Kluyveromyces-marxianus",
30
- name="cell8_fulltext_nlp",
31
- data_dir="cell8_splits"
32
- )
33
-
34
- print(splits['train'][0])
35
  ```
36
 
37
  ### Load Raw Data
38
  ```python
39
- raw_data = load_dataset(
40
- "Milad96/Kluyveromyces-marxianus",
41
- name="cell8_fulltext_nlp",
42
- data_dir="cell8_data",
43
- split="train"
44
- )
45
  ```
46
 
47
- ## Schema
48
- - **record_id**: Unique identifier
49
- - **source**: Data source (PMC, ArXiv, etc.)
50
- - **title**: Paper title
51
- - **authors**: List of authors
52
- - **abstract**: Abstract text
53
- - **full_text**: Full article text (when available)
54
- - **keywords**: Keywords/tags
55
- - **citations_count**: Number of citations
56
- - **open_access**: Whether paper is open access
57
-
58
  ## Statistics
59
- - **Total Records**: 275
60
- - **Collection Date**: 2025-11-14
61
- - **Version**: v8.12.1
62
-
63
- ## Citation
64
- ```bibtex
65
- @dataset{km_cell8,
66
- title = {Kluyveromyces marxianus Cell 8: Full-Text Mining},
67
- author = {Milad96},
68
- year = {2025},
69
- publisher = {HuggingFace},
70
- url = {https://huggingface.co/datasets/Milad96/Kluyveromyces-marxianus}
71
- }
72
- ```
 
4
  - cell8
5
  - fulltext
6
  - nlp
 
7
  ---
8
 
9
+ # Cell 8: Full-Text Mining
 
 
 
 
 
 
 
 
 
 
10
 
11
  ## Usage
12
 
13
  ### Load Splits
14
  ```python
15
  from datasets import load_dataset
16
+ splits = load_dataset("Milad96/Kluyveromyces-marxianus", name="cell8_fulltext_nlp", data_dir="cell8_splits")
 
 
 
 
 
 
 
17
  ```
18
 
19
  ### Load Raw Data
20
  ```python
21
+ raw_data = load_dataset("Milad96/Kluyveromyces-marxianus", name="cell8_fulltext_nlp", data_dir="cell8_data", split="train")
 
 
 
 
 
22
  ```
23
 
 
 
 
 
 
 
 
 
 
 
 
24
  ## Statistics
25
+ - Total Records: 1,841
26
+ - Collection Date: 2025-11-14