Sheshera Mysore
commited on
Commit
·
6809344
1
Parent(s):
586b6c4
Minor changes
Browse files
README.md
CHANGED
@@ -47,12 +47,12 @@ Further, since the model relies on computing a document-document scores via a Wa
|
|
47 |
|
48 |
This code uses the [`geomloss`](https://www.kernel-operations.io/geomloss/api/pytorch-api.html) library for computing Wasserstein distances.
|
49 |
|
50 |
-
(Additional example code to demo this more will be added in the
|
51 |
|
52 |
### Variable and metrics
|
53 |
This model is evaluated on information retrieval datasets with document level queries. Performance here is reported on CSFCube (computer science/English). This is detailed on [github](https://github.com/allenai/aspire) and in our [paper](https://arxiv.org/abs/2111.08366). CSFCube presents a finer-grained query via selected sentences in a query abstract based on which a finer-grained retrieval must be made from candidate abstracts.
|
54 |
|
55 |
-
In using this model we rank documents by the
|
56 |
|
57 |
### Evaluation results
|
58 |
|
|
|
47 |
|
48 |
This code uses the [`geomloss`](https://www.kernel-operations.io/geomloss/api/pytorch-api.html) library for computing Wasserstein distances.
|
49 |
|
50 |
+
(Additional example code to demo this more will be added in the coming weeks!)
|
51 |
|
52 |
### Variable and metrics
|
53 |
This model is evaluated on information retrieval datasets with document level queries. Performance here is reported on CSFCube (computer science/English). This is detailed on [github](https://github.com/allenai/aspire) and in our [paper](https://arxiv.org/abs/2111.08366). CSFCube presents a finer-grained query via selected sentences in a query abstract based on which a finer-grained retrieval must be made from candidate abstracts.
|
54 |
|
55 |
+
In using this model we rank documents by the Wasserstein distance between the query sentences and a candidates sentences.
|
56 |
|
57 |
### Evaluation results
|
58 |
|