s-emanuilov commited on
Commit
e58bb74
·
verified ·
1 Parent(s): 95ce222

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ size_categories:
14
  ---
15
 
16
  # Query Expansion Dataset
17
- This dataset is designed for training 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,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, BERT-like models, or using large language model APIs, may be more suitable depending on the specific use case and requirements. Each approach has its own limitations and considerations, such as the ability to handle short and long queries, computational resource requirements, latency, security, and cost.
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).