piyush2102020 commited on
Commit
1b52be2
·
verified ·
1 Parent(s): b90b9b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -1,3 +1,48 @@
1
- ---
2
- license: unknown
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # WikiQuest-NLP Dataset
2
+
3
+ **WikiQuest-NLP** is a comprehensive dataset designed for training and evaluating NLP models.It is generated using the Google NQ dataset. It contains two main components:
4
+
5
+ 1. **Filtered Wikipedia Data**: A cleaned and filtered version of Wikipedia content, extracted and processed for NLP training.
6
+ 2. **Question-Answer Pairs**: A CSV file with contextually relevant questions and their corresponding answers, derived from the filtered Wikipedia text.
7
+
8
+ ## Features
9
+
10
+ ### Filtered Wikipedia Data (TXT)
11
+
12
+ - **Content**: This file contains text from Wikipedia, preprocessed to remove irrelevant content and formatted with newline characters to preserve paragraph structure.
13
+ - **Format**: Plain text file with newline-separated paragraphs for easy use in language modeling.
14
+
15
+ ### Question-Answer Pairs (CSV)
16
+
17
+ - **Columns**:
18
+ - `context`: The filtered Wikipedia text providing context for the question.
19
+ - `question`: The question pertaining to the context.
20
+ - `answer`: The answer to the question, extracted from the context.
21
+ - **Format**: Comma-separated values (CSV) file, suitable for direct use in question-answering model training.
22
+
23
+ ## Usage
24
+
25
+ - **Language Modeling**: Use the filtered Wikipedia data to train language models from scratch or as a base for further fine-tuning.
26
+ - **Question Answering**: Utilize the question-answer pairs for training models on question-answering tasks, enabling evaluation and improvement of QA systems.
27
+
28
+ ## How to Access
29
+
30
+ The dataset is hosted on Hugging Face, accessible for direct download and integration into your projects.
31
+
32
+ - [Download WikiQuest-NLP Dataset](link-to-your-dataset-on-hugging-face)
33
+
34
+ ## License
35
+
36
+ This dataset is created and provided for research and educational purposes. Ensure compliance with usage policies and licensing terms when incorporating the dataset into your work.
37
+
38
+ ## Contact
39
+
40
+ For any questions or issues regarding the dataset, please contact:
41
+
42
+ - **Your Name**: Piyush Bhatt
43
+ - **Your GitHub**: https://github.com/Piyush2102020
44
+
45
+ ---
46
+
47
+ We hope WikiQuest-NLP serves as a valuable resource for your NLP research and model development. Happy modeling!
48
+