Create generation.txt
Browse files- generation.txt +8 -0
generation.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Please generate 10 different search query and paraphrase pairs in JSONL format. Each entry should contain a query and 3-7 semantically equivalent expansions. Include a mix of query types:
|
| 2 |
+
* Informational queries (seeking knowledge, often starting with what, how, why)
|
| 3 |
+
* Navigational queries (looking for specific websites/platforms)
|
| 4 |
+
* Transactional queries (involving purchases, downloads, or registrations)
|
| 5 |
+
* Commercial queries (product research, comparisons, reviews)
|
| 6 |
+
Each paraphrase should preserve the original query's intent while varying the wording and structure. Generate one complete JSON object per line, following this format: {"query": "example query", "expansions": ["paraphrase 1", "paraphrase 2", "paraphrase 3"]}
|
| 7 |
+
Make sure the paraphrases are natural, diverse, and maintain the same search intent as the original query. Don't include any additional fields besides "query" and "expansions".
|
| 8 |
+
Please provide 10 distinct examples covering different topics like technology, health, entertainment, finance, and lifestyle.
|