Datasets:
File size: 683 Bytes
6994fba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"slug": "same_initial_assignee",
"family": "prx",
"task_type": "retrieval",
"year_field": "year_filed",
"text_fields": [
"title",
"abstract"
],
"metric": [
"map",
"ndcg@10"
],
"qrels_scale": "binary",
"query_id_field": "patent_id",
"corpus_id_field": "patent_id",
"query_text_source": "g_patent",
"corpus_text_source": "g_patent",
"negative_sampling": "uniform_random",
"min_patents_per_assignee": 3,
"max_patents_per_assignee": 100,
"max_queries": 2000,
"n_eligible_assignees": 81978,
"corpus_size": 100000,
"hard_negatives": false,
"pad_pool_size": 1290807,
"n_corpus": 100000,
"n_queries": 1989,
"n_qrels": 51599
} |