IdeaCredIdeaCred

rahul-sg/HondaResearchLabs_DSC180A-Eval-Systems-Of-NextGen-LLMs

68

Domain-aware LLM summary evaluation and iterative refinement pipeline with hybrid risk-adjusted scoring (UCSD DSC180 capstone).

What's novel

Domain-aware LLM summary evaluation and iterative refinement pipeline with hybrid risk-adjusted scoring (UCSD DSC180 capstone).

Code Analysis

14 files read · 4 rounds

An end-to-end pipeline that generates LLM summaries of lecture PDFs, iteratively refines them using lever-based criterion-driven stopping, and evaluates quality through domain-aware rubric judging, deterministic TF-IDF signals, pairwise comparison, and hybrid hallucination-damped scoring.

Strengths

The lever-based refinement controller with progressive signal thresholds, plateau detection, stalled-trend detection, and decision-table stopping is genuinely non-trivial and well-structured. The multi-layered scoring (domain-aware rubric + deterministic signals + hallucination damping with domain-specific alpha multipliers) shows real research depth beyond a simple prompt-and-score loop.

Weaknesses

The hallucination detection is a crude TF-IDF cosine similarity threshold (0.25) that will produce many false positives/negatives, and the domain detection is purely keyword-based with no LLM involvement. There are no proper unit tests — only ad-hoc experiment scripts in dev_notes/ — and the LLM client creates a new OpenAI instance on every call.

Score Breakdown

Innovation
6 (25%)
Craft
52 (35%)
Traction
10 (15%)
Scope
78 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci-1
Tests-2
Polish+0
Releases+0
Has License+0
Code Quality+19
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+4
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+4

Scope

Commits+8
Languages+5
Subsystems+5
Bloat Penalty+0
Completeness+6
Contributors+8
Authored Files+15
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

61

Contributors

5

Files

596

Active weeks

8

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

0

License