Add metadata
Browse files
README.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: cdla-permissive-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
# AmazonQAC: A Large-Scale, Naturalistic Query Autocomplete Dataset
|
| 5 |
|
|
@@ -107,6 +123,4 @@ The means for each is calculated across the test dataset.
|
|
| 107 |
### Ethical Considerations
|
| 108 |
All data has been anonymized, and personally identifiable information (PII) has been removed using regex filters and LLM-based fileter. The dataset is also restricted to search terms which appeared at least 4 times in 4 different sessions in order to help ensure they are not user specific.
|
| 109 |
|
| 110 |
-
The dataset is derived from U.S. Amazon search logs, so it reflects a specific cultural and linguistic context, which may not generalize to all search environments.
|
| 111 |
-
|
| 112 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: cdla-permissive-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
- text2text-generation
|
| 6 |
+
- text-retrieval
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
tags:
|
| 10 |
+
- query-autocomplete
|
| 11 |
+
- amazon
|
| 12 |
+
- large-scale
|
| 13 |
+
- ecommerce
|
| 14 |
+
- search
|
| 15 |
+
- session-based
|
| 16 |
+
pretty_name: AmazonQAC
|
| 17 |
+
size_categories:
|
| 18 |
+
- 100M<n<1B
|
| 19 |
---
|
| 20 |
# AmazonQAC: A Large-Scale, Naturalistic Query Autocomplete Dataset
|
| 21 |
|
|
|
|
| 123 |
### Ethical Considerations
|
| 124 |
All data has been anonymized, and personally identifiable information (PII) has been removed using regex filters and LLM-based fileter. The dataset is also restricted to search terms which appeared at least 4 times in 4 different sessions in order to help ensure they are not user specific.
|
| 125 |
|
| 126 |
+
The dataset is derived from U.S. Amazon search logs, so it reflects a specific cultural and linguistic context, which may not generalize to all search environments.
|
|
|
|
|
|