Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,63 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: other
|
| 5 |
+
tags:
|
| 6 |
+
- information-retrieval
|
| 7 |
+
- trec
|
| 8 |
+
- text-retrieval
|
| 9 |
+
- ranking
|
| 10 |
+
- syscred
|
| 11 |
+
pipeline_tag: text2text-generation
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# TREC_AP_88-90 Model
|
| 15 |
+
|
| 16 |
+
## Model Summary
|
| 17 |
+
|
| 18 |
+
This repository contains resources related to experiments on the **TREC AP 88–90** newswire collection.
|
| 19 |
+
It is intended for research in information retrieval and evaluation of models trained or tested on the AP 1988–1990 subset of TREC.
|
| 20 |
+
|
| 21 |
+
A snapshot of this work is archived on Zenodo with the DOI: **10.5281/zenodo.17917839**.
|
| 22 |
+
Please refer to the Zenodo record for a citable, versioned release of the code and experimental setup.
|
| 23 |
+
|
| 24 |
+
## Intended Use
|
| 25 |
+
|
| 26 |
+
- Evaluation of retrieval models on the AP 88–90 collection.
|
| 27 |
+
- Reproducibility of experiments for IR research.
|
| 28 |
+
- Analysis of ranking performance and credibility-related experiments (SysCRED context).
|
| 29 |
+
|
| 30 |
+
This repository is **not** a redistribution of the original Associated Press documents.
|
| 31 |
+
Users must obtain the AP 88–90 collection from the official TREC/NIST source and comply with their license.
|
| 32 |
+
|
| 33 |
+
## Training Data
|
| 34 |
+
|
| 35 |
+
The experiments are based on the **TREC AP 88–90** newswire data.
|
| 36 |
+
All copyrights for the underlying texts remain with the original rights holders (Associated Press / TREC).
|
| 37 |
+
|
| 38 |
+
## Files
|
| 39 |
+
|
| 40 |
+
This repository may contain:
|
| 41 |
+
|
| 42 |
+
- Configuration files, scripts, and notebooks used for the experiments.
|
| 43 |
+
- Trained models or precomputed indexes derived from the AP 88–90 corpus (without redistributing the raw documents).
|
| 44 |
+
|
| 45 |
+
## Citation
|
| 46 |
+
|
| 47 |
+
If you use this repository or the associated Zenodo archive in academic work, please cite:
|
| 48 |
+
|
| 49 |
+
```bibtex
|
| 50 |
+
@dataset{loyer_trec_ap_88_90_zenodo,
|
| 51 |
+
author = {Dominique Loyer},
|
| 52 |
+
title = {TREC\_AP\_88-90 Resources},
|
| 53 |
+
year = {2025},
|
| 54 |
+
publisher = {Zenodo},
|
| 55 |
+
doi = {10.5281/zenodo.17917839},
|
| 56 |
+
url = {https://doi.org/10.5281/zenodo.17917839}
|
| 57 |
+
}
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
## Limitations
|
| 61 |
+
|
| 62 |
+
- The original AP documents are not included here.
|
| 63 |
+
- Usage is restricted to research and evaluation purposes.
|