You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv run axp prefs add-keyword "quantum" --weight 1.5
23
-
uv run axp prefs add-keyword "machine learning" --weight 2.0
21
+
# Add keywords you're interested in (1-5 stars)
22
+
uv run axp prefs add-keyword "quantum" --weight 4
23
+
uv run axp prefs add-keyword "machine learning" --weight 5
24
24
25
25
# View your settings
26
26
uv run axp prefs
27
27
```
28
28
29
29
> **How priority and weight affect recommendations**
30
30
>
31
-
> -**Category priority** (default: 1) — Priorities are normalized relative to each other. If you set hep-ph=2 and cs.AI=1, hep-ph papers receive twice the category matching bonus. The category score contributes 20% of the total recommendation score.
32
-
> -**Keyword weight** (default: 1.0) — Weights are applied directly as a multiplier. A keyword with weight 2.0 contributes twice as much as one with weight 1.0 when found in a paper. The keyword score contributes 10% of the total recommendation score.
33
-
> - Categories with no explicit `--priority` default to 1; keywords with no `--weight` default to 1.0.
31
+
> -**Category priority** (default: 1) — Priorities are normalized relative to each other. If you set hep-ph=2 and cs.AI=1, hep-ph papers receive twice the category matching bonus.
32
+
> -**Keyword weight** (default: 3, range: 1-5 stars) — Higher stars mean stronger influence. A 5-star keyword contributes more than a 1-star keyword when found in a paper.
33
+
> -**Recommendation weights** — Configurable in the TUI Prefs tab. Defaults: Content 60%, Category 20%, Keyword 15%, Recency 5%.
34
+
> - Categories with no explicit `--priority` default to 1; keywords with no `--weight` default to 3.
34
35
35
36
### Configure AI Provider (Optional)
36
37
@@ -184,18 +185,19 @@ Launch the interactive terminal UI with `uv run axp tui`.
184
185
2.**Search** — Search arXiv
185
186
3.**Lists** — Manage reading lists
186
187
4.**Notes** — Browse paper notes
187
-
5.**Prefs** — Manage categories, keywords, and AI settings
188
+
5.**Prefs** — Manage categories, keywords, authors, weights, and AI settings
0 commit comments