Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
License:
jarmak-nv commited on
Commit
0790582
·
verified ·
1 Parent(s): d247aaf

Create dataset card

Browse files
Files changed (1) hide show
  1. README.md +50 -3
README.md CHANGED
@@ -1,3 +1,50 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ## Dataset Description:
6
+ TechQA-RAG-Eval is a reduced version of the original TechQA ([IBM’s GitHub Page](https://github.com/ibm/techqa), [HuggingFace](https://huggingface.co/datasets/PrimeQA/TechQA/tree/main)) dataset specifically for evaluating Retrieval-Augmented Generation (RAG) systems. The dataset consists of technical support questions and their answers, sourced from real IBM developer forums where acceptable answers included links to reference technical documentation.
7
+
8
+ This dataset is ready for commercial/non-commercial use.
9
+
10
+ ## Dataset Owner(s):
11
+ NVIDIA Corporation
12
+
13
+ ## Dataset Creation Date:
14
+ 05/05/2025
15
+
16
+ ## License/Terms of Use:
17
+ Apache-2.0
18
+
19
+ ## Intended Usage:
20
+ TechQA-RAG-Eval is particularly well-suited for:
21
+ Benchmarking RAG system performance on technical domain queries
22
+ Evaluating information retrieval systems in technical support contexts
23
+ Testing natural language understanding and generation for technical support applications
24
+
25
+
26
+ ## Dataset Characterization
27
+ | Aspect | Details |
28
+ |-----------------------|----------------|
29
+ | Data Collection Method| Automated |
30
+ | Labeling Method | Not Applicable |
31
+
32
+ ## Dataset Format
33
+ The dataset is composed of .txt and .json files.
34
+
35
+ ## Dataset Quantification
36
+ | Metric | Value |
37
+ |--------------------|--------------|
38
+ | Record Count | 908 question/answer pairs |
39
+ | Feature Count | 5 |
40
+ | Features | ['id', 'question', 'answer', 'is_impossible', 'contexts'] |
41
+ | Data Storage Size | 109 MB (.zip)|
42
+
43
+
44
+ ## Reference(s):
45
+ TechQA: https://github.com/ibm/techqa
46
+
47
+ ## Ethical Considerations:
48
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
49
+
50
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).