Upload ltr_v1/feature_schema.json
Browse files- ltr_v1/feature_schema.json +43 -0
ltr_v1/feature_schema.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"features": [
|
| 3 |
+
"qdrant_cosine_score",
|
| 4 |
+
"candidate_position",
|
| 5 |
+
"candidate_citation_count",
|
| 6 |
+
"candidate_log_citations",
|
| 7 |
+
"candidate_influential_citations",
|
| 8 |
+
"candidate_age_days",
|
| 9 |
+
"candidate_recency_score",
|
| 10 |
+
"query_citation_count",
|
| 11 |
+
"query_age_days",
|
| 12 |
+
"year_diff",
|
| 13 |
+
"same_primary_category",
|
| 14 |
+
"co_citation_count",
|
| 15 |
+
"shared_author_count",
|
| 16 |
+
"candidate_is_newer",
|
| 17 |
+
"query_log_citations",
|
| 18 |
+
"citation_count_ratio",
|
| 19 |
+
"age_ratio",
|
| 20 |
+
"candidate_citations_per_year",
|
| 21 |
+
"query_num_references",
|
| 22 |
+
"candidate_num_cited_by",
|
| 23 |
+
"ewma_longterm_similarity",
|
| 24 |
+
"ewma_shortterm_similarity",
|
| 25 |
+
"ewma_negative_similarity",
|
| 26 |
+
"cluster_importance",
|
| 27 |
+
"cluster_distance_to_medoid",
|
| 28 |
+
"is_suppressed_category",
|
| 29 |
+
"onboarding_category_match",
|
| 30 |
+
"user_total_saves",
|
| 31 |
+
"user_total_dismissals",
|
| 32 |
+
"user_days_since_last_save",
|
| 33 |
+
"user_session_save_count",
|
| 34 |
+
"cosine_x_recency",
|
| 35 |
+
"cosine_x_citations",
|
| 36 |
+
"category_x_recency",
|
| 37 |
+
"cosine_x_cocitation",
|
| 38 |
+
"position_inverse",
|
| 39 |
+
"citations_x_recency"
|
| 40 |
+
],
|
| 41 |
+
"num_features": 37,
|
| 42 |
+
"eval_cutoff": "2023"
|
| 43 |
+
}
|