Skip to content

Instantly share code, notes, and snippets.

@daaronr
Created February 25, 2026 22:38
Show Gist options
  • Select an option

  • Save daaronr/65605d09b343c0e27d19b238a49b7f47 to your computer and use it in GitHub Desktop.

Select an option

Save daaronr/65605d09b343c0e27d19b238a49b7f47 to your computer and use it in GitHub Desktop.
HTML viewer for LLM Research Evaluation PDF - for Hypothes.is annotation
<!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