Viewing profile — ruby314
ruby314
HN member- Joined
- Mon, Aug 19, 2024, 10:06 PM UTC
- HN karma
- 16
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About ruby314
No profile information was provided.
Recent public activity
-
comment
Comment #41301420
Also wanted to address the confusion on the role of llama-3-8b and llama-3.1-8b. In the blog post we use these models as an example of an evaluator LLM. We select what is best for …
-
comment
Comment #41296359
Re #3 - my bad, mixing terminology in my answer above. It’s the “base model” for the evaluator model (vs a fine tuned evaluator model). Just using the labeled Halubench dataset as …
-
comment
Comment #41295892
and yeah, we fully acknowledge that our list of references is not comprehensive :) thanks again for sharing!
-
comment
Comment #41295883
"An advantage of being aware of early papers is that it accumulates citations so you can often find good works in reverse citations." - absolutely. Thanks again for sharing interes…
-
comment
Comment #41295833
Ty! - We generate contrast pairs (for this post, using gpt-4o) and do some post processing for quality (synthetic data). The impact of different types of contrast pairs is a contin…
-
comment
Comment #41295474
Thanks for sharing the reference. It's definitely related! But the approach in that paper is different in a couple of very significant ways: 1. They train a classifier on top of th…
-
comment
Comment #41295026
yes that's correct! we project an evaluator LLM's internal activations onto meaningful linear directions, derived from contrasting examples. the strongest connection is to LLM inte…