Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
kwang2049 commited on
Commit
67ae3da
·
verified ·
1 Parent(s): 8610083

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -176,7 +176,17 @@ dataset_info:
176
 
177
  This datasets repo contains the queries, passages/documents and judgements for the data used in the [DAPR](https://arxiv.org/abs/2305.13915) paper.
178
 
 
 
 
 
 
 
 
 
 
179
  ## Overview
 
180
  For the DAPR benchmark, it contains 5 datasets:
181
  | Dataset | #Queries (test) | #Documents | #Passages
182
  | --- | --- | --- | --- |
 
176
 
177
  This datasets repo contains the queries, passages/documents and judgements for the data used in the [DAPR](https://arxiv.org/abs/2305.13915) paper.
178
 
179
+ DAPR is a benchmark for document-aware passage retrieval: given a (large) collection of documents, relevant passages within these documents for a given query are required to be returned.
180
+
181
+ A key focus of DAPR is forcing/encouraging retrieval systems to utilize the document-level context which surrounds the relevant passages. An example is shown below:
182
+
183
+ <img src='https://raw.githubusercontent.com/UKPLab/acl2024-dapr/main/imgs/motivative-example.png' width='300'>
184
+
185
+ > In this example, the query asks for a musician or a group who has ever played at a certain venue. However, the gold relevant passage mentions only the reference noun, "the venue" but its actual name, "the Half Moon, Putney". The model thus needs to explore the context from the belonging document of the passage, which in this case means coreference resolution.
186
+
187
+
188
  ## Overview
189
+
190
  For the DAPR benchmark, it contains 5 datasets:
191
  | Dataset | #Queries (test) | #Documents | #Passages
192
  | --- | --- | --- | --- |