add
Browse files- README.md +7 -1
- arguana/corpus/0000.parquet +3 -0
- arguana/qrels/test.parquet +3 -0
- arguana/queries/test.parquet +3 -0
- climate-fever/corpus/0000.parquet +3 -0
- climate-fever/corpus/0001.parquet +3 -0
- climate-fever/corpus/0002.parquet +3 -0
- climate-fever/corpus/0003.parquet +3 -0
- climate-fever/corpus/0004.parquet +3 -0
- climate-fever/corpus/0005.parquet +3 -0
- climate-fever/qrels/test.parquet +3 -0
- climate-fever/queries/test.parquet +3 -0
README.md
CHANGED
@@ -70,7 +70,9 @@ See the next section how to load the individual datasets.
|
|
70 |
|
71 |
| Dataset | nDCG@10 | #Documents
|
72 |
| --- | --- | --- |
|
|
|
73 |
| bioasq | 45.66 | 14,914,603 |
|
|
|
74 |
| cqadupstack-android | 50.01 | 22,998 |
|
75 |
| cqadupstack-english | 49.09 | 40,221 |
|
76 |
| cqadupstack-gaming | 60.50 | 45,301 |
|
@@ -98,7 +100,11 @@ See the next section how to load the individual datasets.
|
|
98 |
| trec-news | 50.42 | 594,977 |
|
99 |
| webis-touche2020 | 32.64 | 382,545 |
|
100 |
|
101 |
-
|
|
|
|
|
|
|
|
|
102 |
|
103 |
## Loading the dataset
|
104 |
|
|
|
70 |
|
71 |
| Dataset | nDCG@10 | #Documents
|
72 |
| --- | --- | --- |
|
73 |
+
| arguana | 53.98 | 8,674 |
|
74 |
| bioasq | 45.66 | 14,914,603 |
|
75 |
+
| climate-fever | 25.90 | 5,416,593 |
|
76 |
| cqadupstack-android | 50.01 | 22,998 |
|
77 |
| cqadupstack-english | 49.09 | 40,221 |
|
78 |
| cqadupstack-gaming | 60.50 | 45,301 |
|
|
|
100 |
| trec-news | 50.42 | 594,977 |
|
101 |
| webis-touche2020 | 32.64 | 382,545 |
|
102 |
|
103 |
+
Notes:
|
104 |
+
- arguana: The task of arguana is to find for a given argument (e.g. `Being vegetarian helps the environment ...`), an argument that refutes it (e.g. `Vegetarian doesn't have an impact on the environment`). Naturally, embedding models work by finding the most similar texts, hence for the given argument it would find similar arguments first that support that `vegetarian helps the environment`, which would be treated here as non-relevant. By special embedding model prompting, the model can be steered to find arguments that refute the query. This will improve the nDCG@10 score from 53.98 to 61.5.
|
105 |
+
- climate-fever: The task is to find evidence that support or refute a claim. As with arguana, with the default mode, the model will find the evidence primarily supporting the claim. By embedding model prompting, we can tell the model to find support and contra evidence for a claim. This improves the nDCG@10 score to 38.4.
|
106 |
+
- Quora: As the corpus consists of question, they have been encoded with the `input_type='search_query'` in order to find similar/duplicate questions.
|
107 |
+
- cqadupstack: The datasets consists of several sub-datasets, where the nDCG@10 scores will be averaged in BEIR.
|
108 |
|
109 |
## Loading the dataset
|
110 |
|
arguana/corpus/0000.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:515c94994b7e13e793edbb6079e03f3ce416ffb8af88e77090bb0f6fbc742e0c
|
3 |
+
size 21834713
|
arguana/qrels/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77c446d2aee8fe00bc7d7d5028779d80d73f6b037ebf10c0d55b2a65195c11e6
|
3 |
+
size 25583
|
arguana/queries/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f3257f53e4d1cd1a7af0c72d41b6bd12d673b14bce5fb9ae295c4f404d6ef85
|
3 |
+
size 3814857
|
climate-fever/corpus/0000.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f1a6b61af274fd55c5f831c6a9b24fd4939028fdb5c31b75797cd2e3bc2f7db
|
3 |
+
size 2280811178
|
climate-fever/corpus/0001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:568476711b9bdcab211f28f03cb1f29803409740e1c42cf25079a727d699d5a2
|
3 |
+
size 2311313947
|
climate-fever/corpus/0002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec194bd7c07d3aa62419db4c85fa0a15960cb2617ddeb7d75f49317686e1d0a1
|
3 |
+
size 2304284747
|
climate-fever/corpus/0003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f403b24cb5742f02bdfbe8fd55e71edda4dc2ad94fb90ca647c7c81c73375d2a
|
3 |
+
size 2300692630
|
climate-fever/corpus/0004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b51c0ca6c8d210e3f1a7f59142d5efd314baba710eec33844d21848d79886f3e
|
3 |
+
size 2308100835
|
climate-fever/corpus/0005.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9020d9f48d7a219f12fe0202e9fb8a433df69af8352e30aca25047ecb205714e
|
3 |
+
size 957350009
|
climate-fever/qrels/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:095000d3cf204e6ad7b7738b3771c0c61429278e9169917f7ad386c289dd6ff2
|
3 |
+
size 40770
|
climate-fever/queries/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63e5bb737d860bedebc699ce2c4ef4eec332144e5ebf7c4f57731d001c9078a5
|
3 |
+
size 3179106
|