TheUnknot commited on
Commit
0047c2f
·
1 Parent(s): 44867da

compare with ogb-mag

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -140,13 +140,14 @@ Percentage of texts that would lose tokens at each candidate `seq_len`.
140
  On average we will have the following documents to tokens:
141
 
142
 
143
- | CDB | Docs | Tokens |
144
  |-------|------|--------|
145
  | Dec | 43M | 58B |
146
  | Nov | 39M | 52B |
147
  | Oct | 33M | 44B |
148
- | **Total** | 115M | 115B|
149
- | **Total Unique** | 37M| 115B|
 
150
 
151
  ## Text-Attributed Graph w/ Cleaning
152
 
@@ -154,8 +155,18 @@ On average we will have the following documents to tokens:
154
  Overall across CDB-Dec, CDB-Nov, CDB-Oct
155
 
156
 
 
 
157
  # CDB v. OGB-MAG240M
158
 
 
 
 
 
 
 
 
 
159
 
160
 
161
 
 
140
  On average we will have the following documents to tokens:
141
 
142
 
143
+ | CDB | Domains | Tokens |
144
  |-------|------|--------|
145
  | Dec | 43M | 58B |
146
  | Nov | 39M | 52B |
147
  | Oct | 33M | 44B |
148
+ | **Total** | 115M | 155B|
149
+ | **Total Unique** | 37M| 155B|
150
+
151
 
152
  ## Text-Attributed Graph w/ Cleaning
153
 
 
155
  Overall across CDB-Dec, CDB-Nov, CDB-Oct
156
 
157
 
158
+
159
+
160
  # CDB v. OGB-MAG240M
161
 
162
+ If we consider CDB across Dec, Nov, Oct as a static graph versus OGB-MAG240M (largest text-attributed graph dataset to-date.)
163
+
164
+
165
+
166
+ | Dataset | Domains | Tokens |
167
+ |-------|------|--------|
168
+ | CDB | 37M | 155B |
169
+ | OGB-MAG240M | 120M | 30B |
170
 
171
 
172