NeuCLIR queries not loading
- 主要言語
- Python
- スター
- 391
- フォーク
- 58
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**Describe the bug**
Following the code on the web page, there are no NeuCLIR 2023 queries.
**Affected dataset(s)**
neuclir/1/zh/trec-2023
**To Reproduce**
Steps to reproduce the behavior:
```
$ rm -rf ~/.ir_datasets
$ ipython
Python 3.13.3 (main, Apr 8 2025, 13:54:08) [Clang 16.0.0 (clang-1600.0.26.6)]
Type 'copyright', 'credits' or 'license' for more information
IPython 9.2.0 -- An enhanced Interactive Python. Type '?' for help.
Tip: Put a ';' at the end of a line to suppress the printing of output.
In [1]: import ir_datasets
In [2]: dataset = ir_datasets.load('neuclir/1/zh/trec-2023')
In [3]: dataset.has_queries()
Out[3]: True
In [4]: for q in dataset.queries_iter():
...: q
...:
[INFO] [starting] https://trec.nist.gov/data/neuclir/2022/2022-qrels.all
[INFO] [finished] https://trec.nist.gov/data/neuclir/2022/2022-qrels.all: [00:00] [4.79MB] [12.8MB/s]
[INFO] [starting] https://trec.nist.gov/data/neuclir/2023/neuclir-2023-topics.0605.jsonl
[INFO] [finished] https://trec.nist.gov/data/neuclir/2023/neuclir-2023-topics.0605.jsonl: [00:00] [684kB] [31.2MB/s]
In [5]:
```
Note no queres.
**Expected behavior**
The NeuCLIR 2023 queries should have printed.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。