Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- realsearch
|
| 9 |
+
- synthetic
|
| 10 |
+
- tavily
|
| 11 |
+
- gpt-oss-120b
|
| 12 |
+
pretty_name: WebTool-v1
|
| 13 |
+
size_categories:
|
| 14 |
+
- 1K<n<10K
|
| 15 |
---
|
| 16 |
+
|
| 17 |
+
# WebSearchChat-v1
|
| 18 |
+
|
| 19 |
+
WebSearchChat-v1 is a synthetic multi-turn web search and tool-calling dataset designed for supervised fine-tuning of language models with retrieval capabilities. It contains conversational examples that require web search, information gathering, follow-up questions, and tool usage across multiple dialogue turns. The dataset is suitable for training search-augmented assistants, retrieval agents, and tool-using language models with strong conversational abilities. All samples were generated using **GPT-OSS-120B** with **Tavily Search API** through controlled prompting and automated quality filtering. This dataset is released publicly to support open-source AI research on retrieval-augmented generation and agentic systems.
|