philipphager commited on
Commit
412ff10
1 Parent(s): 85b1f64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -65,8 +65,8 @@ Each row of the click / annotation dataset contains the following attributes. Us
65
  | serp_height | Tensor[int32] | Pixel height of a document on the screen |
66
  | slipoff_count_after_click | Tensor[int32] | Number of times a document was scrolled off the screen after previously clicking on it |
67
  | bm25 | Tensor[float32] | BM25 score for documents |
68
- | title_bm25 | Tensor[float32] | BM25 score for document titles |
69
- | abstract_bm25 | Tensor[float32] | BM25 score for document abstracts |
70
  | tf_idf | Tensor[float32] | TF-IDF score for documents |
71
  | tf | Tensor[float32] | Term frequency for documents |
72
  | idf | Tensor[float32] | Inverse document frequency for documents |
@@ -94,8 +94,8 @@ Each row of the click / annotation dataset contains the following attributes. Us
94
  | query_document_embedding | Tensor[Tensor[float16]] | BERT CLS token |
95
  | label | Tensor[int32] | Relevance judgments on a scale from 0 (bad) to 4 (excellent) |
96
  | bm25 | Tensor[float32] | BM25 score for documents |
97
- | title_bm25 | Tensor[float32] | BM25 score for document titles |
98
- | abstract_bm25 | Tensor[float32] | BM25 score for document abstracts |
99
  | tf_idf | Tensor[float32] | TF-IDF score for documents |
100
  | tf | Tensor[float32] | Term frequency for documents |
101
  | idf | Tensor[float32] | Inverse document frequency for documents |
 
65
  | serp_height | Tensor[int32] | Pixel height of a document on the screen |
66
  | slipoff_count_after_click | Tensor[int32] | Number of times a document was scrolled off the screen after previously clicking on it |
67
  | bm25 | Tensor[float32] | BM25 score for documents |
68
+ | bm25_title | Tensor[float32] | BM25 score for document titles |
69
+ | bm25_abstract | Tensor[float32] | BM25 score for document abstracts |
70
  | tf_idf | Tensor[float32] | TF-IDF score for documents |
71
  | tf | Tensor[float32] | Term frequency for documents |
72
  | idf | Tensor[float32] | Inverse document frequency for documents |
 
94
  | query_document_embedding | Tensor[Tensor[float16]] | BERT CLS token |
95
  | label | Tensor[int32] | Relevance judgments on a scale from 0 (bad) to 4 (excellent) |
96
  | bm25 | Tensor[float32] | BM25 score for documents |
97
+ | bm25_title | Tensor[float32] | BM25 score for document titles |
98
+ | bm25_abstract | Tensor[float32] | BM25 score for document abstracts |
99
  | tf_idf | Tensor[float32] | TF-IDF score for documents |
100
  | tf | Tensor[float32] | Term frequency for documents |
101
  | idf | Tensor[float32] | Inverse document frequency for documents |