Datasets:
Add study-design overview, headline findings, and analysis cookbook
Browse files
README.md
CHANGED
|
@@ -41,6 +41,33 @@ Learning."** Designed for fast verification, not full reproduction.
|
|
| 41 |
|
| 42 |
---
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
## Setup (60 seconds)
|
| 45 |
|
| 46 |
```bash
|
|
|
|
| 41 |
|
| 42 |
---
|
| 43 |
|
| 44 |
+
## What we did (1-paragraph)
|
| 45 |
+
|
| 46 |
+
We ask which content features of a web page *cause* an LLM reranker
|
| 47 |
+
to keep that URL in its top-K (admission) and to push it toward the
|
| 48 |
+
top — separating cause from spurious correlation with confounders
|
| 49 |
+
like domain authority. Six features are declared a priori as
|
| 50 |
+
treatments (stats density, question-headings, JSON-LD schema,
|
| 51 |
+
citation authority, topical competence, freshness) and tested with
|
| 52 |
+
Double/Debiased ML controlling for 28 confounders plus the other
|
| 53 |
+
five treatments mutually. 65K (keyword × url × condition) rows
|
| 54 |
+
across 4 prompt variants × 2 reranker backbones (Llama-3.3-70B,
|
| 55 |
+
Qwen-2.5-72B) × 2 SERP backends × 2 candidate-pool sizes feed 216
|
| 56 |
+
fitted DML models. Mechanism is verified by three orthogonal
|
| 57 |
+
interpretability probes (linear probes on hidden states, gradient
|
| 58 |
+
saliency, token ablation).
|
| 59 |
+
|
| 60 |
+
**Headline.** T5 topical competence is the dominant promoter; T3
|
| 61 |
+
JSON-LD schema is a small *demoter* (i.e. it does **not** help —
|
| 62 |
+
counter to common SEO advice); T1b stats density has high Qwen
|
| 63 |
+
saliency (1.93×) but zero DML coefficient — *attention is not effect*.
|
| 64 |
+
|
| 65 |
+
For deeper analysis (re-fitting DML on custom slices, inspecting raw
|
| 66 |
+
LLM rerank outputs, plotting layer-wise probes), grab the full pack:
|
| 67 |
+
[`ValerianFourel/geodml-emnlp-2026`](https://huggingface.co/datasets/ValerianFourel/geodml-emnlp-2026).
|
| 68 |
+
|
| 69 |
+
---
|
| 70 |
+
|
| 71 |
## Setup (60 seconds)
|
| 72 |
|
| 73 |
```bash
|