We're building a dataset to study what humans actually consider AI slop.
SlopFinder shows you a random piece of AI-generated text and gives you one simple control: **how slop is it?** No categories. No complicated forms. Just vote and move on.
How does it work? Samples are pulled from existing datasets, shown anonymously, and collected into our annotation pool. After enough votes, they're exported to Hugging Face for everyone to use.
This is an early MVP, so the dataset is small and the system is still evolving.
Can rerankers scale at test timeβnot by generating longer reasoning traces, but by selectively using richer document representations?
KaLM-Reranker-V1 supports Matryoshka compression from 1Γ to 32Γ, which suggests a progressive multi-fidelity pipeline:
- Embedding retrieval β Top-100 - KaLM-Reranker @ 32Γ compression β Top-20 - The same reranker @ 2Γ compression β final ranking
The intuition is simple: cheaply screen many candidates, then allocate higher-fidelity cross-attention only to the most promising ones.
For 100@32Γ β 20@2Γ, the passage-token interaction budget is roughly 31.8% of directly running 100@2Γ, before fixed model overheads. The key question is whether it can retain nearly the same ranking quality.