Use slugs for ids for simpler merging
Browse files- README.md +2 -2
- qrels/test.tsv +4 -4
- 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": "
|
| 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":
|
| 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 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 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 |
-
|
| 3 |
-
|
|
|
|
| 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?
|