Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Upload folder using huggingface_hub
Browse files- README.md +125 -3
- corpus.jsonl +0 -0
- test_qrels.jsonl +30 -0
- test_qrels.tsv +31 -0
- test_queries.jsonl +30 -0
README.md
CHANGED
|
@@ -1,3 +1,125 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- derived
|
| 4 |
+
language:
|
| 5 |
+
- eng
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
multilinguality: monolingual
|
| 8 |
+
task_categories:
|
| 9 |
+
- text-retrieval
|
| 10 |
+
task_ids:
|
| 11 |
+
- document-retrieval
|
| 12 |
+
tags:
|
| 13 |
+
- table-retrieval
|
| 14 |
+
- text
|
| 15 |
+
pretty_name: WatsonxDocsQA
|
| 16 |
+
config_names:
|
| 17 |
+
- default
|
| 18 |
+
- queries
|
| 19 |
+
- corpus
|
| 20 |
+
|
| 21 |
+
dataset_info:
|
| 22 |
+
- config_name: default
|
| 23 |
+
features:
|
| 24 |
+
- name: qid
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: did
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: score
|
| 29 |
+
dtype: int32
|
| 30 |
+
splits:
|
| 31 |
+
- name: test
|
| 32 |
+
num_bytes: 2451
|
| 33 |
+
num_examples: 30
|
| 34 |
+
- config_name: queries
|
| 35 |
+
features:
|
| 36 |
+
- name: _id
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: text
|
| 39 |
+
dtype: string
|
| 40 |
+
splits:
|
| 41 |
+
- name: test_queries
|
| 42 |
+
num_bytes: 2507
|
| 43 |
+
num_examples: 30
|
| 44 |
+
- config_name: corpus
|
| 45 |
+
features:
|
| 46 |
+
- name: _id
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: title
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: text
|
| 51 |
+
dtype: string
|
| 52 |
+
splits:
|
| 53 |
+
- name: corpus
|
| 54 |
+
num_bytes: 5843643
|
| 55 |
+
num_examples: 1144
|
| 56 |
+
|
| 57 |
+
configs:
|
| 58 |
+
- config_name: default
|
| 59 |
+
data_files:
|
| 60 |
+
- split: test
|
| 61 |
+
path: test_qrels.jsonl
|
| 62 |
+
- config_name: queries
|
| 63 |
+
data_files:
|
| 64 |
+
- split: test_queries
|
| 65 |
+
path: test_queries.jsonl
|
| 66 |
+
- config_name: corpus
|
| 67 |
+
data_files:
|
| 68 |
+
- split: corpus
|
| 69 |
+
path: corpus.jsonl
|
| 70 |
+
---
|
| 71 |
+
|
| 72 |
+
# WatsonxDocsQA Retrieval
|
| 73 |
+
|
| 74 |
+
This dataset is part of a Table + Text retrieval benchmark. Includes queries and relevance judgments across test split(s), with corpus in 1 format(s): `corpus`.
|
| 75 |
+
|
| 76 |
+
## Configs
|
| 77 |
+
|
| 78 |
+
| Config | Description | Split(s) |
|
| 79 |
+
|---|---|---|
|
| 80 |
+
| `default` | Relevance judgments (qrels): `qid`, `did`, `score` | `test` |
|
| 81 |
+
| `queries` | Query IDs and text | `test_queries` |
|
| 82 |
+
| `corpus` | Plain text corpus: `_id`, `title`, `text` | `corpus` |
|
| 83 |
+
|
| 84 |
+
## TableIR Benchmark Statistics
|
| 85 |
+
|
| 86 |
+
| Dataset | Structured | #Train | #Dev | #Test | #Corpus |
|
| 87 |
+
|---|:---:|---:|---:|---:|---:|
|
| 88 |
+
| OpenWikiTables | ✓ | 53.8k | 6.6k | 6.6k | 24.7k |
|
| 89 |
+
| NQTables | ✓ | 9.6k | 1.1k | 1k | 170k |
|
| 90 |
+
| FeTaQA | ✓ | 7.3k | 1k | 2k | 10.3k |
|
| 91 |
+
| OTT-QA (small) | ✓ | 41.5k | 2.2k | -- | 8.8k |
|
| 92 |
+
| MultiHierTT | ✗ | -- | 929 | -- | 9.9k |
|
| 93 |
+
| AIT-QA | ✗ | -- | -- | 515 | 1.9k |
|
| 94 |
+
| StatcanRetrieval | ✗ | -- | -- | 870 | 5.9k |
|
| 95 |
+
| watsonxDocsQA | ✗ | -- | -- | 30 | 1.1k |
|
| 96 |
+
|
| 97 |
+
## Citation
|
| 98 |
+
|
| 99 |
+
If you use **TableIR Eval: Table-Text IR Evaluation Collection**, please cite:
|
| 100 |
+
|
| 101 |
+
```bibtex
|
| 102 |
+
@misc{doshi2026tableir,
|
| 103 |
+
title = {TableIR Eval: Table-Text IR Evaluation Collection},
|
| 104 |
+
author = {Doshi, Meet and Boni, Odellia and Kumar, Vishwajeet and Sen, Jaydeep and Joshi, Sachindra},
|
| 105 |
+
year = {2026},
|
| 106 |
+
institution = {IBM Research},
|
| 107 |
+
howpublished = {https://huggingface.co/collections/ibm-research/table-text-ir-evaluation},
|
| 108 |
+
note = {Hugging Face dataset collection}
|
| 109 |
+
}
|
| 110 |
+
```
|
| 111 |
+
|
| 112 |
+
This repository is just a reformatted version of [ibm-research/watsonxDocsQA](https://huggingface.co/datasets/ibm-research/watsonxDocsQA).
|
| 113 |
+
|
| 114 |
+
All credit goes to original authors. Please cite their work:
|
| 115 |
+
```bibtex
|
| 116 |
+
@misc{orbach2025analysishyperparameteroptimizationmethods,
|
| 117 |
+
title={An Analysis of Hyper-Parameter Optimization Methods for Retrieval Augmented Generation},
|
| 118 |
+
author={Matan Orbach and Ohad Eytan and Benjamin Sznajder and Ariel Gera and Odellia Boni and Yoav Kantor and Gal Bloch and Omri Levy and Hadas Abraham and Nitzan Barzilay and Eyal Shnarch and Michael E. Factor and Shila Ofek-Koifman and Paula Ta-Shma and Assaf Toledo},
|
| 119 |
+
year={2025},
|
| 120 |
+
eprint={2505.03452},
|
| 121 |
+
archivePrefix={arXiv},
|
| 122 |
+
primaryClass={cs.CL},
|
| 123 |
+
url={https://arxiv.org/abs/2505.03452},
|
| 124 |
+
}
|
| 125 |
+
```
|
corpus.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test_qrels.jsonl
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"qid": "test_1", "did": "5B37710FE7BBD6EFB842FEB7B49B036302E18F81", "score": 1}
|
| 2 |
+
{"qid": "test_2", "did": "42AE491240EF740E6A8C5CF32B817E606F554E49", "score": 1}
|
| 3 |
+
{"qid": "test_3", "did": "51747F17F413F1F34CFD73D170DE392D874D03DD", "score": 1}
|
| 4 |
+
{"qid": "test_4", "did": "B193A2795BDEF17A5D204CDD18188A767E2FE7B7", "score": 1}
|
| 5 |
+
{"qid": "test_5", "did": "F003581774D3028EF53E61A002C20A6D36BA8E00", "score": 1}
|
| 6 |
+
{"qid": "test_6", "did": "6049D5AA5DE41309E6281534A464ABD6898A758C", "score": 1}
|
| 7 |
+
{"qid": "test_7", "did": "78A8C07B83DF1B01276353D098E84F12304636E2", "score": 1}
|
| 8 |
+
{"qid": "test_8", "did": "42AE491240EF740E6A8C5CF32B817E606F554E49", "score": 1}
|
| 9 |
+
{"qid": "test_9", "did": "38FB0908B90954D96CEFF54BA975DE832286A0A7", "score": 1}
|
| 10 |
+
{"qid": "test_10", "did": "B2117B2CD0FEA469149B23FACB6A9F7F32905AFD", "score": 1}
|
| 11 |
+
{"qid": "test_11", "did": "F003581774D3028EF53E61A002C20A6D36BA8E00", "score": 1}
|
| 12 |
+
{"qid": "test_12", "did": "717B697E0045B5D7DFF6ACC93AD5DEC98E27EBDC", "score": 1}
|
| 13 |
+
{"qid": "test_13", "did": "F003581774D3028EF53E61A002C20A6D36BA8E00", "score": 1}
|
| 14 |
+
{"qid": "test_14", "did": "43785386700CF73E37A8F76ADC4EF9FB01EE0AEB", "score": 1}
|
| 15 |
+
{"qid": "test_15", "did": "4B48EF3D089F3142B1ED604A32873217F89E052F", "score": 1}
|
| 16 |
+
{"qid": "test_16", "did": "A7845D8C3E419CEDD06E8C447ADF41E6E3D860C8", "score": 1}
|
| 17 |
+
{"qid": "test_17", "did": "315971AE6C6A4EEDE13E9E1449B2A36F548B928F", "score": 1}
|
| 18 |
+
{"qid": "test_18", "did": "F003581774D3028EF53E61A002C20A6D36BA8E00", "score": 1}
|
| 19 |
+
{"qid": "test_19", "did": "3508F0DDA4CCBDBB07BD583218F4E4260DC01C0D", "score": 1}
|
| 20 |
+
{"qid": "test_20", "did": "F5AF4BCC2D0168D2698BEB2A858C24F81A476610", "score": 1}
|
| 21 |
+
{"qid": "test_21", "did": "BE7F45C3E17998A50B8414D623007ED668B37C04", "score": 1}
|
| 22 |
+
{"qid": "test_22", "did": "82546B72EDBFB76F571CFD06A7009E01615FA054", "score": 1}
|
| 23 |
+
{"qid": "test_23", "did": "F003581774D3028EF53E61A002C20A6D36BA8E00", "score": 1}
|
| 24 |
+
{"qid": "test_24", "did": "977C81385F7825613F1EDBD3C0DBF44C259BA8D7", "score": 1}
|
| 25 |
+
{"qid": "test_25", "did": "B481BDE61EEBA2CC6B2A0C1D9C43D8DD56AB2A08", "score": 1}
|
| 26 |
+
{"qid": "test_26", "did": "FE2254205E6DD1EE2A4EC62036AB86BC5E084F5D", "score": 1}
|
| 27 |
+
{"qid": "test_27", "did": "15D57C8193B99B8525BC2999EF82EF1CD7EAE8AD", "score": 1}
|
| 28 |
+
{"qid": "test_28", "did": "ABFAAF84948B090C8EA099FF44CC8CD878371073", "score": 1}
|
| 29 |
+
{"qid": "test_29", "did": "F003581774D3028EF53E61A002C20A6D36BA8E00", "score": 1}
|
| 30 |
+
{"qid": "test_30", "did": "7946DCF2F69A7420490A7B5CA677C2273DE5764B", "score": 1}
|
test_qrels.tsv
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
qid did score
|
| 2 |
+
test_1 5B37710FE7BBD6EFB842FEB7B49B036302E18F81 1
|
| 3 |
+
test_2 42AE491240EF740E6A8C5CF32B817E606F554E49 1
|
| 4 |
+
test_3 51747F17F413F1F34CFD73D170DE392D874D03DD 1
|
| 5 |
+
test_4 B193A2795BDEF17A5D204CDD18188A767E2FE7B7 1
|
| 6 |
+
test_5 F003581774D3028EF53E61A002C20A6D36BA8E00 1
|
| 7 |
+
test_6 6049D5AA5DE41309E6281534A464ABD6898A758C 1
|
| 8 |
+
test_7 78A8C07B83DF1B01276353D098E84F12304636E2 1
|
| 9 |
+
test_8 42AE491240EF740E6A8C5CF32B817E606F554E49 1
|
| 10 |
+
test_9 38FB0908B90954D96CEFF54BA975DE832286A0A7 1
|
| 11 |
+
test_10 B2117B2CD0FEA469149B23FACB6A9F7F32905AFD 1
|
| 12 |
+
test_11 F003581774D3028EF53E61A002C20A6D36BA8E00 1
|
| 13 |
+
test_12 717B697E0045B5D7DFF6ACC93AD5DEC98E27EBDC 1
|
| 14 |
+
test_13 F003581774D3028EF53E61A002C20A6D36BA8E00 1
|
| 15 |
+
test_14 43785386700CF73E37A8F76ADC4EF9FB01EE0AEB 1
|
| 16 |
+
test_15 4B48EF3D089F3142B1ED604A32873217F89E052F 1
|
| 17 |
+
test_16 A7845D8C3E419CEDD06E8C447ADF41E6E3D860C8 1
|
| 18 |
+
test_17 315971AE6C6A4EEDE13E9E1449B2A36F548B928F 1
|
| 19 |
+
test_18 F003581774D3028EF53E61A002C20A6D36BA8E00 1
|
| 20 |
+
test_19 3508F0DDA4CCBDBB07BD583218F4E4260DC01C0D 1
|
| 21 |
+
test_20 F5AF4BCC2D0168D2698BEB2A858C24F81A476610 1
|
| 22 |
+
test_21 BE7F45C3E17998A50B8414D623007ED668B37C04 1
|
| 23 |
+
test_22 82546B72EDBFB76F571CFD06A7009E01615FA054 1
|
| 24 |
+
test_23 F003581774D3028EF53E61A002C20A6D36BA8E00 1
|
| 25 |
+
test_24 977C81385F7825613F1EDBD3C0DBF44C259BA8D7 1
|
| 26 |
+
test_25 B481BDE61EEBA2CC6B2A0C1D9C43D8DD56AB2A08 1
|
| 27 |
+
test_26 FE2254205E6DD1EE2A4EC62036AB86BC5E084F5D 1
|
| 28 |
+
test_27 15D57C8193B99B8525BC2999EF82EF1CD7EAE8AD 1
|
| 29 |
+
test_28 ABFAAF84948B090C8EA099FF44CC8CD878371073 1
|
| 30 |
+
test_29 F003581774D3028EF53E61A002C20A6D36BA8E00 1
|
| 31 |
+
test_30 7946DCF2F69A7420490A7B5CA677C2273DE5764B 1
|
test_queries.jsonl
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"_id": "test_1", "text": "What foundation models are available in watsonx.ai ?"}
|
| 2 |
+
{"_id": "test_2", "text": "What is greedy decoding?"}
|
| 3 |
+
{"_id": "test_3", "text": "What tuning parameters are available for IBM foundation models?"}
|
| 4 |
+
{"_id": "test_4", "text": "What are tokens and tokenization?"}
|
| 5 |
+
{"_id": "test_5", "text": "What is the \"random seed\" parameter in prompt tuning experiments?"}
|
| 6 |
+
{"_id": "test_6", "text": "How to build reusable prompts?"}
|
| 7 |
+
{"_id": "test_7", "text": "What are the functionalities of the Prompt Lab in IBM watsonx.ai, and how does it facilitate the process of crafting and optimizing prompts for deployed foundation models?"}
|
| 8 |
+
{"_id": "test_8", "text": "How do I avoid repetitive text in prompt tuning experiments?"}
|
| 9 |
+
{"_id": "test_9", "text": "What happens to unsaved prompt text within Prompt Lab, and how long does it persist on the webpage before being deleted?"}
|
| 10 |
+
{"_id": "test_10", "text": "Why deploy a prompt template?"}
|
| 11 |
+
{"_id": "test_11", "text": "What is trust calibration?"}
|
| 12 |
+
{"_id": "test_12", "text": "What are parameters in CLEM?"}
|
| 13 |
+
{"_id": "test_13", "text": "What is a data warehouse?"}
|
| 14 |
+
{"_id": "test_14", "text": "What is the retrieval-augmented generation pattern?"}
|
| 15 |
+
{"_id": "test_15", "text": "What is the workflow for a Federated Learning experiment?"}
|
| 16 |
+
{"_id": "test_16", "text": "What are the benefits of using IBM Federated Learning?"}
|
| 17 |
+
{"_id": "test_17", "text": "How do I delete a deployment using the Python client?"}
|
| 18 |
+
{"_id": "test_18", "text": "What is an ontology?"}
|
| 19 |
+
{"_id": "test_19", "text": "What are the key functions of the geospatial library?"}
|
| 20 |
+
{"_id": "test_20", "text": "What is a map chart?"}
|
| 21 |
+
{"_id": "test_21", "text": "What versions of IBM Db2 for z/OS are supported?"}
|
| 22 |
+
{"_id": "test_22", "text": "What is the purpose of the Sim Eval node in IBM SPSS Modeler?"}
|
| 23 |
+
{"_id": "test_23", "text": "What is a deterministic computing system?"}
|
| 24 |
+
{"_id": "test_24", "text": "How can I search for assets across the platform?"}
|
| 25 |
+
{"_id": "test_25", "text": "What file types are supported by the Box connection?"}
|
| 26 |
+
{"_id": "test_26", "text": "What are the properties of the Bayes Net node in the Clementine data mining tool?"}
|
| 27 |
+
{"_id": "test_27", "text": "What are the natural language processing tasks supported in the Watson Natural Language Processing library?"}
|
| 28 |
+
{"_id": "test_28", "text": "What is an IBM Cloud service ID?"}
|
| 29 |
+
{"_id": "test_29", "text": "What is sentiment analysis?"}
|
| 30 |
+
{"_id": "test_30", "text": "How do I create a connection to Microsoft SQL Server?"}
|