Transformers
Safetensors
bert
Inference Endpoints
philipphager commited on
Commit
1b6c7bf
1 Parent(s): 79b73b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -13,7 +13,7 @@ metrics:
13
  ---
14
 
15
  # Naive Listwise MonoBERT trained on Baidu-ULTR
16
- A flax-based MonoBERT cross encoder trained on the [Baidu-ULTR](https://arxiv.org/abs/2207.03051) dataset with a **listwise softmax cross-entropy loss on clicks**. The loss is called "naive" as we use user clicks as a signal of relevance without any additional position bias correction. For more info, [read our paper here](https://arxiv.org/abs/2404.02543).
17
 
18
  ## Test Results on Baidu-ULTR Expert Annotations
19
 
@@ -69,3 +69,14 @@ print(outputs)
69
 
70
  For more details on how to use the model with real data from Baidu-ULTR, take a look at the [evaluation script of our model repository](https://github.com/philipphager/baidu-bert-model/blob/main/eval.py).
71
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Naive Listwise MonoBERT trained on Baidu-ULTR
16
+ A flax-based MonoBERT cross encoder trained on the [Baidu-ULTR](https://arxiv.org/abs/2207.03051) dataset with a **listwise softmax cross-entropy loss on clicks**. The loss is called "naive" as we use user clicks as a signal of relevance without any additional position bias correction. For more info, [read our paper](https://arxiv.org/abs/2404.02543) and [find the code for this model here](https://github.com/philipphager/baidu-bert-model).
17
 
18
  ## Test Results on Baidu-ULTR Expert Annotations
19
 
 
69
 
70
  For more details on how to use the model with real data from Baidu-ULTR, take a look at the [evaluation script of our model repository](https://github.com/philipphager/baidu-bert-model/blob/main/eval.py).
71
 
72
+ ## Reference
73
+ ```
74
+ @inproceedings{Hager2024BaiduULTR,
75
+ author = {Philipp Hager and Romain Deffayet and Jean-Michel Renders and Onno Zoeter and Maarten de Rijke},
76
+ title = {Unbiased Learning to Rank Meets Reality: Lessons from Baidu’s Large-Scale Search Dataset},
77
+ booktitle = {Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR`24)},
78
+ organization = {ACM},
79
+ year = {2024},
80
+ }
81
+ ```
82
+