Created
February 25, 2026 22:38
-
-
Save daaronr/65605d09b343c0e27d19b238a49b7f47 to your computer and use it in GitHub Desktop.
HTML viewer for LLM Research Evaluation PDF - for Hypothes.is annotation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Just Ask the Model - LLM Research Evaluation</title> | |
| <style> | |
| body { margin: 0; padding: 0; height: 100vh; } | |
| iframe { width: 100%; height: 100%; border: none; } | |
| </style> | |
| </head> | |
| <body> | |
| <iframe src="https://docs.google.com/viewer?url=https://github.com/valentinklotzbuecher/llm-uj-research-eval/raw/working-paper/_book/Just-Ask-the-Model--One-Shot-LLM-Research-Evaluation-and-Structured-Expert-Review.pdf&embedded=true"></iframe> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment