satyanshu404
commited on
Commit
•
5feb644
1
Parent(s):
6600d32
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,7 @@ There are currently few datasets appropriate for training and evaluating models
|
|
25 |
7. What was the point of the brown v board of education?
|
26 |
8. What were the main arguments?
|
27 |
9. Why is it important today?
|
|
|
28 |
|
29 |
### Collection
|
30 |
* The corpus is a combination of three standard TREC collections: MARCO Ranking passages, Wikipedia (TREC CAR), and News (Washington Post)
|
@@ -32,6 +33,13 @@ There are currently few datasets appropriate for training and evaluating models
|
|
32 |
* The [TREC CAR paragraph collection v2.0](http://trec-car.cs.unh.edu/datareleases/v2.0/paragraphCorpus.v2.0.tar.xz)
|
33 |
* The [TREC Washington Post Corpus version 2](https://ir.nist.gov/wapo/WashingtonPost.v2.tar.gz): Note this is behind a password and requires an organizational agreement, to obtain it see: https://ir.nist.gov/wapo/
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
## Code and tools
|
37 |
* [TREC-CAsT Tools](https://github.com/gla-ial/trec-cast-tools) repository with code and scripts for processing data.
|
|
|
25 |
7. What was the point of the brown v board of education?
|
26 |
8. What were the main arguments?
|
27 |
9. Why is it important today?
|
28 |
+
10.
|
29 |
|
30 |
### Collection
|
31 |
* The corpus is a combination of three standard TREC collections: MARCO Ranking passages, Wikipedia (TREC CAR), and News (Washington Post)
|
|
|
33 |
* The [TREC CAR paragraph collection v2.0](http://trec-car.cs.unh.edu/datareleases/v2.0/paragraphCorpus.v2.0.tar.xz)
|
34 |
* The [TREC Washington Post Corpus version 2](https://ir.nist.gov/wapo/WashingtonPost.v2.tar.gz): Note this is behind a password and requires an organizational agreement, to obtain it see: https://ir.nist.gov/wapo/
|
35 |
|
36 |
+
|
37 |
+
### Document ID format
|
38 |
+
* The document id format is `[collection_id_paragraph_id]` with collection id and paragraph id separated by an underscore.
|
39 |
+
* The collection ids are in the set: `{MARCO, CAR, WAPO}`.
|
40 |
+
* The paragraph ids are: standard provided by MARCO and CAR. For WAPO the paragraph ID is `[article_id-paragraph_index]` where the paragraph_index is the *starting from 1-based* index of the paragraph using the provided paragraph markup separated by a single dash.
|
41 |
+
* Example WaPo combined document id: `[WAPO_903cc1eab726b829294d1abdd755d5ab-1]`, or CAR: `[CAR_6869dee46ab12f0f7060874f7fc7b1c57d53144a]`
|
42 |
+
|
43 |
|
44 |
## Code and tools
|
45 |
* [TREC-CAsT Tools](https://github.com/gla-ial/trec-cast-tools) repository with code and scripts for processing data.
|