honicky commited on
Commit
49c03cb
·
verified ·
1 Parent(s): ef65717

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -11,6 +11,8 @@ configs:
11
  data_files: "generated_descriptions_gpt4o_mini_combined.parquet"
12
  - config_name: generated_descriptions_gpt4o_mini_cell_type_drugs_pathways
13
  data_files: "generated_descriptions_gpt4o_mini_cell_type_drugs_pathways.parquet"
 
 
14
  ---
15
 
16
  ---
@@ -32,7 +34,7 @@ This dataset
32
 
33
  ## Dataset Structure
34
 
35
- The dataset contains four main components:
36
 
37
  1. NCBI Summary - Contains gene descriptions from NCBI
38
  2. NCBI-UniProt Summary - Contains combined gene descriptions from NCBI and UniProt
@@ -45,7 +47,7 @@ The dataset contains four main components:
45
  b. Aging related information
46
  c. Drug interactions
47
  d. Pathways and biological processes
48
- 5. Generated Descriptions (Cell Type)
49
  - Contains AI-generated gene descriptions
50
  - Model: GPT-4o-mini
51
  - Factors:
@@ -53,6 +55,11 @@ The dataset contains four main components:
53
  b. Cell type
54
  c. Drug interactions
55
  d. Pathways and biological processes
 
 
 
 
 
56
  ## Source Data:
57
  Some of the data was sourced from the following sources upstream of the GenePT project:
58
  - NCBI Gene Database
 
11
  data_files: "generated_descriptions_gpt4o_mini_combined.parquet"
12
  - config_name: generated_descriptions_gpt4o_mini_cell_type_drugs_pathways
13
  data_files: "generated_descriptions_gpt4o_mini_cell_type_drugs_pathways.parquet"
14
+ - config_name: generated_descriptions_gpt4o_cell_type
15
+ data_files: "generated_descriptions_gpt4o_cell_type.parquet"
16
  ---
17
 
18
  ---
 
34
 
35
  ## Dataset Structure
36
 
37
+ The dataset contains six sub-datasets:
38
 
39
  1. NCBI Summary - Contains gene descriptions from NCBI
40
  2. NCBI-UniProt Summary - Contains combined gene descriptions from NCBI and UniProt
 
47
  b. Aging related information
48
  c. Drug interactions
49
  d. Pathways and biological processes
50
+ 5. Generated Descriptions (Cell Type and other)
51
  - Contains AI-generated gene descriptions
52
  - Model: GPT-4o-mini
53
  - Factors:
 
55
  b. Cell type
56
  c. Drug interactions
57
  d. Pathways and biological processes
58
+ 6. Generated Descriptions (Cell Type only)
59
+ - Contains AI-generated gene descriptions
60
+ - Model: GPT-4o
61
+ - Factors:
62
+ a. Cell type
63
  ## Source Data:
64
  Some of the data was sourced from the following sources upstream of the GenePT project:
65
  - NCBI Gene Database