Welcome — start here, and how this place works #26
Replies: 2 comments
One thing worth adding for people arriving from a search or platform background rather than an ML one. The instinct here is to read the toolkit first — Fastest path if you have an hour: notebook 01 end to end, then §1.3 twice. |
Practical note for anyone who hits it: Also worth saying out loud since it took me a while to believe it: there really is no dataset download and no API key. If you are waiting for something to install, you have gone wrong somewhere. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Welcome to the Advanced RAG playground for cohorts C1 and C2.
First 30 minutes
make setup,make labnotebooks/00_start_here.ipynb, press Run Allwhat is a stand-in. Everything else in the curriculum depends on you having read it.
Where things go
Three house rules
1 · Evidence beats adjectives. "Recall seems low" is not answerable. "Evidence Recall@8 is
0.61 on the temporal slice and 0.79 elsewhere" is.
2 · Every claimed improvement carries an interval.
metrics.paired_bootstrapgives you one.A delta inside the noise band is reported as inside the noise band — not rounded into a win.
This is enforced by the PR template and by CI.
3 · Negative results are full credit. "I tried HyDE and it did not clear the noise band,
here is the mechanism I think explains that" is one of the most useful things you can post.
The repository itself reports three findings that contradict the source material — see the
README.
A thing worth knowing on day one
There is a
good first issuelabel with real, scoped work behind it, and adocs/EXERCISES.mdwith 22 exercises graded by difficulty. You are not expected to invent your own starting point.
Ask anything. The only bad question here is the one asked in a DM, because it helps one person
instead of every future cohort.
All reactions