jncraton commited on
Commit
100dd40
·
1 Parent(s): 4383594

Use slugs for ids for simpler merging

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. qrels/test.tsv +4 -4
  3. queries.tsv +2 -2
README.md CHANGED
@@ -52,7 +52,7 @@ Queries are questions related to certain paragraphs in the corpus. They are form
52
 
53
  ```json
54
  {
55
- "_id": "0",
56
  "title": "",
57
  "text": "What did the apostolic fathers have to say about Cain and Abel?"
58
  }
@@ -64,7 +64,7 @@ The final qrels subset links the corpus to queries. It is formatted as follows:
64
 
65
  ```json
66
  {
67
- "query-id": 0,
68
  "corpus-id:", "ccel/s/schaff/anf01.xml:v.ii.xii-p4",
69
  "score": 1
70
  }
 
52
 
53
  ```json
54
  {
55
+ "_id": "cain",
56
  "title": "",
57
  "text": "What did the apostolic fathers have to say about Cain and Abel?"
58
  }
 
64
 
65
  ```json
66
  {
67
+ "query-id": "cain",
68
  "corpus-id:", "ccel/s/schaff/anf01.xml:v.ii.xii-p4",
69
  "score": 1
70
  }
qrels/test.tsv CHANGED
@@ -1,5 +1,5 @@
1
  query-id corpus-id score
2
- 0 ccel/s/schaff/anf01.xml:v.ii.xii-p4 1
3
- 0 ccel/s/schaff/anf01.xml:v.vii.vii-p7 1
4
- 0 ccel/s/schaff/anf01.xml:ii.ii.iv-p1 1
5
- 1 ccel/s/schaff/anf01.xml:ii.ii.iv-p1 1
 
1
  query-id corpus-id score
2
+ cain ccel/s/schaff/anf01.xml:v.ii.xii-p4 1
3
+ cain ccel/s/schaff/anf01.xml:v.vii.vii-p7 1
4
+ cain ccel/s/schaff/anf01.xml:ii.ii.iv-p1 1
5
+ cain-sacrifices ccel/s/schaff/anf01.xml:ii.ii.iv-p1 1
queries.tsv CHANGED
@@ -1,3 +1,3 @@
1
  _id title text
2
- 0 "" What did the apostolic fathers have to say about Cain and Abel?
3
- 1 "" What do the early church fathers have to say about Cain's death and the sacrifices of the church?
 
1
  _id title text
2
+ cain "" What did the apostolic fathers have to say about Cain and Abel?
3
+ cain-sacrifices "" What do the early church fathers have to say about Cain's death and the sacrifices of the church?