Topic-centric view · across conferences

My reading, by research topic

The same papers as my per-conference reports, but re-sorted by topic across venues — so work on the same problem from different conferences sits together. Ordered by how central each topic is to what I work on; peripheral topics are kept but grouped at the end.

Aggregated from my conference reports  |  a curated, verified sample — not the full proceedings  |  ↗ Reading list
Why this view: the interesting movements are cross-venue. Self-improvement and reasoning-intensive retrieval show up at an IR venue, an ML venue and an NLP venue at once — you only see that if you drop the conference boundary and read by topic.

What the cross-venue view makes obvious

1 Self-improvement is venue-agnostic

The self-improving / self-evolving agent is no longer an ML curiosity — the same idea (improve from your own experience, gated by a verifier) shows up at ICML and ACL in the same season. Read by conference you'd think it was three separate trends; read by topic it's clearly one.

Anchors: MemEvolve: Meta-Evolution of Agent Memory Systems ICML (ICML) · TT-SI: Self-Improving LLM Agents with Test-Time Training ACL Findings (DOI) · Toward Training Superintelligent Software Agents through Self-Play SWE-RL ICML (ICML)

2 Retrieval learned to reason — everywhere

Reasoning-intensive retrieval and agentic search are a shared obsession across SIGIR, ICML and ACL, all circling the BRIGHT benchmark and the deep-research agent. The methods that travel best are about representations and distillation, which is why I keep those core even when the surrounding topic isn't.

Anchors: DR Tulu: Reinforcement Learning with Evolving Rubrics for Deep Research ICML (ICML) · Agentic-R: Learning to Retrieve for Agentic Search ACL Findings (DOI) · ReasonEmbed: Enhanced Text Embeddings for Reasoning-Intensive Document Retrieval ACL (arXiv)

3 The judge and the verifier are the shared bottleneck

Whether the paper is about ranking, self-reward, or alignment, it eventually leans on a model judging a model. The cross-venue signal is that everyone now treats the judge as something to be measured and defended, not trusted.

Anchors: Quantifying Biases in LLM-as-a-Judge Evaluations ICML (ICML) · AgentV-RL: Scaling Reward Modeling with Agentic Verifier ACL Findings (DOI) · When to Trust the Cheap Check: Weak and Strong Verification for Reasoning ICML (ICML)

Appendix

Every catalogued paper, grouped by topic

Core topics first, then the ones less central to my work. Each paper keeps its venue chip so you can see which conference it came from; links are the venue's canonical one (DOI, ICML program page, or arXiv).

1 · Reasoning-first ranking & LLM rerankers

2 · Dense / sparse / multi-vector retrieval & learnt representations

3 · Agentic retrieval, deep research & RAG

4 · Query & intent understanding, search behavior

5 · Evaluation, relevance judgments & LLM-as-judge

6 · Fact-checking, verification & factuality

7 · Self-improving & self-evolving systems

8 · Recursive self-improvement & self-play

9 · Self-reward, self-verification & self-consistency

10 · Self-correction, self-reflection & test-time RL

11 · Self-training & self-distillation

12 · Reasoning & test-time compute

13 · Agents, tool use & multi-agent systems

14 · RL, RLHF & preference optimization

15 · Alignment, safety & interpretability

16 · Efficiency: distillation, MoE, long-context & decoding

17 · Multilinguality & low-resource

18 · Theory: optimization & generalization

19 · Perspectives & position papers

20 · Learning-to-rank theory, bias, click models & fairness &nbsp;·&nbsp; <span style="font-weight:400;color:var(--muted)">less central</span>

21 · Multimodal, cross-modal & structured retrieval &nbsp;·&nbsp; <span style="font-weight:400;color:var(--muted)">less central</span>

22 · Domain & specialized retrieval, resources &nbsp;·&nbsp; <span style="font-weight:400;color:var(--muted)">less central</span>

23 · Generative recommendation, semantic IDs & LLM recommenders &nbsp;·&nbsp; <span style="font-weight:400;color:var(--muted)">less central</span>

24 · Recommendation: sequential, multimodal, graph, CF, CTR & ads &nbsp;·&nbsp; <span style="font-weight:400;color:var(--muted)">less central</span>

25 · Diffusion & flow-based generation &nbsp;·&nbsp; <span style="font-weight:400;color:var(--muted)">less central</span>

26 · Multimodal & speech &nbsp;·&nbsp; <span style="font-weight:400;color:var(--muted)">less central</span>

Sources & method note

Aggregated from my conference reports: SIGIR/ICTIR · ICML · ACL.

How I built this: build_topics.py re-sorts the papers from every conference report into one taxonomy (topics.json), deduplicating by title. It fails if a report uses a theme that isn't a known topic, so the view can't silently drift. Ordering reflects my interests — retrieval/ranking, self-improvement and ranking-relevant methods (distillation, learnt representations) up top; recommendation, LTR-fairness, diffusion and multimodal/speech grouped as less central at the end. Inherits each source report's coverage caveats.