Knowledge Lifecycle
Browse files- .gitattributes +2 -0
- 404.html +1 -1
- README.md +12 -0
- index.html +12 -1
- main.js +1 -1
- poster-preview.png +3 -0
- poster.pdf +3 -0
- 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
|
| 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
|
| 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
|
| 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
|
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
|
| 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 |
|