ameythakur commited on
Commit
01bb8f0
·
verified ·
1 Parent(s): 4987c84

Knowledge Lifecycle

Browse files
Files changed (8) hide show
  1. .gitattributes +2 -0
  2. 404.html +1 -1
  3. README.md +12 -0
  4. index.html +12 -1
  5. main.js +1 -1
  6. poster-preview.png +3 -0
  7. poster.pdf +3 -0
  8. style.css +1 -1
.gitattributes CHANGED
@@ -34,3 +34,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  social-preview.png filter=lfs diff=lfs merge=lfs -text
 
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  social-preview.png filter=lfs diff=lfs merge=lfs -text
37
+ poster-preview.png filter=lfs diff=lfs merge=lfs -text
38
+ poster.pdf filter=lfs diff=lfs merge=lfs -text
404.html CHANGED
@@ -7,7 +7,7 @@
7
  Authors : Amey Thakur (https://github.com/Amey-Thakur)
8
  Sarvesh Talele (https://github.com/sarveshtalele)
9
  Repository : https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE
10
- Release Date: August 16, 2026
11
  License : CC BY 4.0
12
  =========================================================================== -->
13
  <html lang="en">
 
7
  Authors : Amey Thakur (https://github.com/Amey-Thakur)
8
  Sarvesh Talele (https://github.com/sarveshtalele)
9
  Repository : https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE
10
+ Release Date: August 18, 2026
11
  License : CC BY 4.0
12
  =========================================================================== -->
13
  <html lang="en">
README.md CHANGED
@@ -96,6 +96,18 @@ GPT-2 base executes entirely in your browser through ONNX. Nothing you type leav
96
 
97
  The browser build uses 8-bit quantized weights, which shift individual probabilities relative to full precision. Every preset lands in the same regime and supports the same conclusion; the paper's exact values come from the deterministic PyTorch script in the repository.
98
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  ## Citation
100
 
101
  ```bibtex
 
96
 
97
  The browser build uses 8-bit quantized weights, which shift individual probabilities relative to full precision. Every preset lands in the same regime and supports the same conclusion; the paper's exact values come from the deterministic PyTorch script in the repository.
98
 
99
+ ## The poster
100
+
101
+ The whole argument on one page: the problem, the five-stage framework, the Vioxx finding, the metric, and the proposed architecture.
102
+
103
+ <p align="center">
104
+ <a href="https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE/blob/main/paper/poster.pdf"><img src="poster-preview.png" alt="A0 conference poster for The Knowledge Lifecycle of Large Language Models" width="640"></a>
105
+ </p>
106
+
107
+ <p align="center">
108
+ <a href="https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE/blob/main/paper/poster.pdf">Full-resolution A0 PDF</a>
109
+ </p>
110
+
111
  ## Citation
112
 
113
  ```bibtex
index.html CHANGED
@@ -7,7 +7,7 @@
7
  Authors : Amey Thakur (https://github.com/Amey-Thakur)
8
  Sarvesh Talele (https://github.com/sarveshtalele)
9
  Repository : https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE
10
- Release Date: August 16, 2026
11
  License : CC BY 4.0
12
  =========================================================================== -->
13
  <html lang="en">
@@ -224,6 +224,17 @@
224
  from the script in the repository. The estimator measures the first token of a
225
  single-word answer under deterministic evaluation.
226
  </div>
 
 
 
 
 
 
 
 
 
 
 
227
  </section>
228
 
229
  </main>
 
7
  Authors : Amey Thakur (https://github.com/Amey-Thakur)
8
  Sarvesh Talele (https://github.com/sarveshtalele)
9
  Repository : https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE
10
+ Release Date: August 18, 2026
11
  License : CC BY 4.0
12
  =========================================================================== -->
13
  <html lang="en">
 
224
  from the script in the repository. The estimator measures the first token of a
225
  single-word answer under deterministic evaluation.
226
  </div>
227
+ <h2>The poster</h2>
228
+ <p>
229
+ The whole argument on one page: the problem, the five-stage framework, the Vioxx
230
+ finding, the metric, and the proposed architecture.
231
+ <a href="poster.pdf">Open the full-resolution A0 PDF</a>.
232
+ </p>
233
+ <p style="text-align:center">
234
+ <a href="poster.pdf"><img src="poster-preview.png"
235
+ alt="A0 conference poster for The Knowledge Lifecycle of Large Language Models"
236
+ style="max-width:100%;width:660px;border:1px solid rgba(128,128,128,.35);border-radius:6px"></a>
237
+ </p>
238
  </section>
239
 
240
  </main>
main.js CHANGED
@@ -9,7 +9,7 @@
9
  // Authors : Amey Thakur (https://github.com/Amey-Thakur)
10
  // Sarvesh Talele (https://github.com/sarveshtalele)
11
  // Repository : https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE
12
- // Release Date: August 16, 2026
13
  // License : CC BY 4.0
14
  // =============================================================================
15
 
 
9
  // Authors : Amey Thakur (https://github.com/Amey-Thakur)
10
  // Sarvesh Talele (https://github.com/sarveshtalele)
11
  // Repository : https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE
12
+ // Release Date: August 18, 2026
13
  // License : CC BY 4.0
14
  // =============================================================================
15
 
poster-preview.png ADDED

Git LFS Details

  • SHA256: 20cf1be27ff0592a19084336f483f83378ab94ce7e65ef4392c5884ed102e5a5
  • Pointer size: 131 Bytes
  • Size of remote file: 301 kB
poster.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5bac83384eaff16c700301597006a5ee4c75f2b22aed706feee45788638e7cb
3
+ size 1257688
style.css CHANGED
@@ -6,7 +6,7 @@
6
  Authors : Amey Thakur (https://github.com/Amey-Thakur)
7
  Sarvesh Talele (https://github.com/sarveshtalele)
8
  Repository : https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE
9
- Release Date: August 16, 2026
10
  License : CC BY 4.0
11
  ============================================================================ */
12
 
 
6
  Authors : Amey Thakur (https://github.com/Amey-Thakur)
7
  Sarvesh Talele (https://github.com/sarveshtalele)
8
  Repository : https://github.com/Amey-Thakur/LLM-KNOWLEDGE-LIFECYCLE
9
+ Release Date: August 18, 2026
10
  License : CC BY 4.0
11
  ============================================================================ */
12