ihainan commited on
Commit
5c09ea0
·
verified ·
1 Parent(s): 9753d13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,7 +30,7 @@ This dataset is a reformatted version of the [Delta Reading Comprehension Datase
30
 
31
  The dataset transforms the original DRCD QA data into a **document retrieval** setting, where queries are used to retrieve **entire Wikipedia articles** rather than individual passages. Each document is the full text of a Wikipedia entry.
32
 
33
- The format is compatible with the data structure used in the **[LongEmbed benchmark](https://github.com/THU-KEG/LongEmbed)** and can be directly plugged into LongEmbed evaluation or training pipelines.
34
 
35
  ## Key Features
36
 
@@ -63,7 +63,7 @@ Standard relevance judgments mapping queries to relevant documents.
63
  {"qid": "6513-4-1", "doc_id": "6513"}
64
  ```
65
 
66
- This structure matches [LongEmbed Benchmark](https://github.com/dwzhu-pku/LongEmbed)'s data format, making it suitable for evaluating long-document retrievers out of the box.
67
 
68
  ## Example: Document Retrieval Using BM25
69
 
 
30
 
31
  The dataset transforms the original DRCD QA data into a **document retrieval** setting, where queries are used to retrieve **entire Wikipedia articles** rather than individual passages. Each document is the full text of a Wikipedia entry.
32
 
33
+ The format is compatible with the data structure used in the **[LongEmbed benchmark]((https://github.com/THU-KEG/LongEmbed))** and can be directly plugged into LongEmbed evaluation or training pipelines.
34
 
35
  ## Key Features
36
 
 
63
  {"qid": "6513-4-1", "doc_id": "6513"}
64
  ```
65
 
66
+ This structure matches [LongEmbed benchmark](https://github.com/dwzhu-pku/LongEmbed)'s data format, making it suitable for evaluating long-document retrievers out of the box.
67
 
68
  ## Example: Document Retrieval Using BM25
69