Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ size_categories:
|
|
14 |
---
|
15 |
|
16 |
# Query Expansion Dataset
|
17 |
-
This dataset is designed
|
18 |
|
19 |
## Purpose
|
20 |
The goal of this dataset is to serve as input for training small language models (0.5B to 3B parameters) to act as query expander models in various search systems, including but not limited to Retrieval-Augmented Generation (RAG) systems.
|
@@ -55,7 +55,7 @@ dataset = load_dataset("s-emanuilov/query-expansion")
|
|
55 |
```
|
56 |
|
57 |
## Limitations and alternative approaches
|
58 |
-
While this dataset provides a valuable resource for training query expansion models, it's important to note that alternative approaches, such as thesaurus-based methods
|
59 |
|
60 |
## License
|
61 |
This dataset is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0).
|
|
|
14 |
---
|
15 |
|
16 |
# Query Expansion Dataset
|
17 |
+
This dataset is designed to train search query expansion models that can generate multiple semantic expansions for a given query.
|
18 |
|
19 |
## Purpose
|
20 |
The goal of this dataset is to serve as input for training small language models (0.5B to 3B parameters) to act as query expander models in various search systems, including but not limited to Retrieval-Augmented Generation (RAG) systems.
|
|
|
55 |
```
|
56 |
|
57 |
## Limitations and alternative approaches
|
58 |
+
While this dataset provides a valuable resource for training query expansion models, it's important to note that alternative approaches, such as thesaurus-based methods or using large language model APIs, may be more suitable depending on the specific use case and requirements.
|
59 |
|
60 |
## License
|
61 |
This dataset is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0).
|