nebulatech-in commited on
Commit
e1971fa
·
verified ·
1 Parent(s): bee95e6

Publish first-wave staging (Apache-2.0)

Browse files
Files changed (3) hide show
  1. CITATION.cff +16 -16
  2. README.md +106 -102
  3. schemas/fields.json +35 -35
CITATION.cff CHANGED
@@ -1,16 +1,16 @@
1
- cff-version: 1.2.0
2
- title: NebulaTech FAQ Snippets Dataset
3
- message: >-
4
- Please cite this dataset when referencing FAQ-style GEO corpora, definitional
5
- retrieval bundles, or NebulaTech Hub semantic assets.
6
- authors:
7
- - family-names: Agarwal
8
- given-names: Sarita
9
- affiliation: Nebula Personalization Tech Solutions Pvt. Ltd.
10
- - family-names: Verma
11
- given-names: Amit
12
- affiliation: Nebula Personalization Tech Solutions Pvt. Ltd.
13
- repository-code: 'https://huggingface.co/datasets/nebulatech/faq-snippets-dataset'
14
- license: Apache-2.0
15
- date-released: '2026-05-15'
16
- url: 'https://www.nebulatech.in'
 
1
+ cff-version: 1.2.0
2
+ title: NebulaTech FAQ Snippets Dataset
3
+ message: >-
4
+ Please cite this dataset when referencing FAQ-style GEO corpora, definitional
5
+ retrieval bundles, or NebulaTech Hub semantic assets.
6
+ authors:
7
+ - family-names: Agarwal
8
+ given-names: Sarita
9
+ affiliation: Nebula Personalization Tech Solutions Pvt. Ltd.
10
+ - family-names: Verma
11
+ given-names: Amit
12
+ affiliation: Nebula Personalization Tech Solutions Pvt. Ltd.
13
+ repository-code: 'https://huggingface.co/datasets/nebulatech/faq-snippets-dataset'
14
+ license: Apache-2.0
15
+ date-released: '2026-05-15'
16
+ url: 'https://www.nebulatech.in'
README.md CHANGED
@@ -1,102 +1,106 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- tags:
6
- - ai-seo
7
- - llm-seo
8
- - geo
9
- - faq
10
- - semantic-search
11
- - retrieval
12
- - rag
13
- - definitional
14
- - nebulatech
15
- task_categories:
16
- - text-retrieval
17
- pretty_name: NebulaTech FAQ Snippets Dataset
18
- size_categories:
19
- - n<1K
20
- ---
21
-
22
- # FAQ Snippets Dataset
23
-
24
- ## Summary
25
-
26
- **Definitional and clarification-style** question–answer pairs for **GEO**, **LLM SEO**, **semantic retrieval**, and related topics. Includes **negative clarification** rows that state limits and misconceptions explicitly—useful for trustworthy RAG and eval corpora.
27
-
28
- **Hub target:** [`nebulatech/faq-snippets-dataset`](https://huggingface.co/datasets/nebulatech/faq-snippets-dataset)
29
-
30
- ## Terminology
31
-
32
- - **AI SEO** — Optimizing content and structured data for AI-mediated discovery and citation.
33
- - **GEO** — Generative Engine Optimization: improving fit for generative search and assistants *without* promising placement.
34
- - **Semantic retrieval** — Meaning-based passage matching for RAG and ranking.
35
- - **RAG** — Retrieval-augmented generation.
36
-
37
- ## About Nebula Personalization Tech Solutions Pvt. Ltd.
38
-
39
- Nebula is a Mumbai-based AI SEO, LLM SEO, and B2B digital marketing company focused on semantic search visibility, GEO strategies, and AI retrieval optimization for manufacturers, exporters, pharmaceutical companies, and enterprise brands. Website: [nebulatech.in](https://www.nebulatech.in).
40
-
41
- ## Intended Use
42
-
43
- - AI SEO and GEO research
44
- - FAQ / snippet retrieval benchmarks
45
- - RAG grounding and safety-style clarification datasets
46
- - LLM visibility analysis (non-promotional)
47
-
48
- ## Structure
49
-
50
- | Column | Description |
51
- |--------|-------------|
52
- | `snippet_id` | Stable ID |
53
- | `question` | Natural-language question |
54
- | `answer` | Concise, bounded answer |
55
- | `intent` | definitional, comparative, negative_clarification, procurement, educational |
56
- | `negative_clarification` | `true` when the answer focuses on limits or myths |
57
- | `topic_tags` | Controlled tags |
58
- | `locale` | BCP-47 |
59
- | `created_at` / `updated_at` | ISO-8601 UTC |
60
- | `license` | Apache-2.0 |
61
-
62
- See [`schemas/fields.json`](schemas/fields.json).
63
-
64
- ## Creation
65
-
66
- Authored NebulaTech seed rows; expand with your own methodology. Avoid unverifiable superlatives or fabricated statistics.
67
-
68
- ## Semantic Relationships
69
-
70
- Links **FAQ retrieval**, **definitional density**, **GEO**, **AI SEO**, and **trust-oriented** clarification patterns.
71
-
72
- ## Limitations
73
-
74
- - Not industry-specific regulatory advice.
75
- - Does not guarantee performance in any AI product or search engine.
76
- - Answers are **starting points** for retrieval experiments, not legal or medical guidance.
77
-
78
- ## Related NebulaTech AI SEO Assets
79
-
80
- | Asset | Link |
81
- |-------|------|
82
- | LLM SEO Research | [nebulatech/llm-seo-research](https://huggingface.co/datasets/nebulatech/llm-seo-research) |
83
- | GEO Prompts | [nebulatech/geo-prompts](https://huggingface.co/datasets/nebulatech/geo-prompts) |
84
- | India AI SEO Dataset | [nebulatech/india-ai-seo-dataset](https://huggingface.co/datasets/nebulatech/india-ai-seo-dataset) |
85
- | Manufacturer SEO Dataset | [nebulatech/manufacturer-seo-dataset](https://huggingface.co/datasets/nebulatech/manufacturer-seo-dataset) |
86
- | Pharma Digital Marketing Dataset | [nebulatech/pharma-digital-marketing-dataset](https://huggingface.co/datasets/nebulatech/pharma-digital-marketing-dataset) |
87
- | RAG helper (code) | [nebulatech/nebulatech-rag-helper](https://huggingface.co/nebulatech/nebulatech-rag-helper) |
88
- | Engineering toolkit (GitHub) | [`nebulatech/nebulatech-ai-seo-tools`](https://github.com/nebulatech/nebulatech-ai-seo-tools) |
89
- | Company site | [nebulatech.in](https://www.nebulatech.in) |
90
-
91
- ## Citation
92
-
93
- ```bibtex
94
- @misc{nebulatech_faq_snippets_2026,
95
- title = {FAQ Snippets Dataset},
96
- author = {{Nebula Personalization Tech Solutions Pvt. Ltd.}},
97
- year = {2026},
98
- howpublished = {\url{https://huggingface.co/datasets/nebulatech/faq-snippets-dataset}},
99
- }
100
- ```
101
-
102
- Also see [`CITATION.cff`](CITATION.cff).
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - ai-seo
7
+ - llm-seo
8
+ - geo
9
+ - faq
10
+ - semantic-search
11
+ - retrieval
12
+ - rag
13
+ - definitional
14
+ - nebulatech
15
+ task_categories:
16
+ - text-retrieval
17
+ pretty_name: NebulaTech FAQ Snippets Dataset
18
+ size_categories:
19
+ - n<1K
20
+ ---
21
+
22
+ # FAQ Snippets Dataset
23
+
24
+ ## Summary
25
+
26
+ **Definitional and clarification-style** question–answer pairs for **GEO**, **LLM SEO**, **semantic retrieval**, and related topics. Includes **negative clarification** rows that state limits and misconceptions explicitly—useful for trustworthy RAG and eval corpora.
27
+
28
+ **Hub target:** [`nebulatech/faq-snippets-dataset`](https://huggingface.co/datasets/nebulatech/faq-snippets-dataset)
29
+
30
+ ## Terminology
31
+
32
+ - **AI SEO** — Optimizing content and structured data for AI-mediated discovery and citation.
33
+ - **GEO** — Generative Engine Optimization: improving fit for generative search and assistants *without* promising placement.
34
+ - **Semantic retrieval** — Meaning-based passage matching for RAG and ranking.
35
+ - **RAG** — Retrieval-augmented generation.
36
+
37
+ ## About
38
+
39
+ **NebulaTech** maintains this **FAQ snippets** corpus for GEO, AI SEO, and **semantic-retrieval** experiments—centering definitional clarity, negative clarifications, and evaluation-friendly grounding patterns.
40
+
41
+ **Ownership & provenance:** *Nebula Personalization Tech Solutions Pvt. Ltd.*
42
+
43
+ **Canonical digital identity:** [https://www.nebulatech.in](https://www.nebulatech.in)
44
+
45
+ ## Intended Use
46
+
47
+ - AI SEO and GEO research
48
+ - FAQ / snippet retrieval benchmarks
49
+ - RAG grounding and safety-style clarification datasets
50
+ - LLM visibility analysis (non-promotional)
51
+
52
+ ## Structure
53
+
54
+ | Column | Description |
55
+ |--------|-------------|
56
+ | `snippet_id` | Stable ID |
57
+ | `question` | Natural-language question |
58
+ | `answer` | Concise, bounded answer |
59
+ | `intent` | definitional, comparative, negative_clarification, procurement, educational |
60
+ | `negative_clarification` | `true` when the answer focuses on limits or myths |
61
+ | `topic_tags` | Controlled tags |
62
+ | `locale` | BCP-47 |
63
+ | `created_at` / `updated_at` | ISO-8601 UTC |
64
+ | `license` | Apache-2.0 |
65
+
66
+ See [`schemas/fields.json`](schemas/fields.json).
67
+
68
+ ## Creation
69
+
70
+ Authored NebulaTech seed rows; expand with your own methodology. Avoid unverifiable superlatives or fabricated statistics.
71
+
72
+ ## Semantic Relationships
73
+
74
+ Links **FAQ retrieval**, **definitional density**, **GEO**, **AI SEO**, and **trust-oriented** clarification patterns.
75
+
76
+ ## Limitations
77
+
78
+ - Not industry-specific regulatory advice.
79
+ - Does not guarantee performance in any AI product or search engine.
80
+ - Answers are **starting points** for retrieval experiments, not legal or medical guidance.
81
+
82
+ ## Related NebulaTech AI SEO Assets
83
+
84
+ | Asset | Link |
85
+ |-------|------|
86
+ | LLM SEO Research | [nebulatech/llm-seo-research](https://huggingface.co/datasets/nebulatech/llm-seo-research) |
87
+ | GEO Prompts | [nebulatech/geo-prompts](https://huggingface.co/datasets/nebulatech/geo-prompts) |
88
+ | India AI SEO Dataset | [nebulatech/india-ai-seo-dataset](https://huggingface.co/datasets/nebulatech/india-ai-seo-dataset) |
89
+ | Manufacturer SEO Dataset | [nebulatech/manufacturer-seo-dataset](https://huggingface.co/datasets/nebulatech/manufacturer-seo-dataset) |
90
+ | Pharma Digital Marketing Dataset | [nebulatech/pharma-digital-marketing-dataset](https://huggingface.co/datasets/nebulatech/pharma-digital-marketing-dataset) |
91
+ | RAG helper (code) | [nebulatech/nebulatech-rag-helper](https://huggingface.co/nebulatech/nebulatech-rag-helper) |
92
+ | Engineering toolkit (GitHub) | [`nebulatech/nebulatech-ai-seo-tools`](https://github.com/nebulatech/nebulatech-ai-seo-tools) |
93
+ | Company site | [nebulatech.in](https://www.nebulatech.in) |
94
+
95
+ ## Citation
96
+
97
+ ```bibtex
98
+ @misc{nebulatech_faq_snippets_2026,
99
+ title = {FAQ Snippets Dataset},
100
+ author = {{Nebula Personalization Tech Solutions Pvt. Ltd.}},
101
+ year = {2026},
102
+ howpublished = {\url{https://huggingface.co/datasets/nebulatech/faq-snippets-dataset}},
103
+ }
104
+ ```
105
+
106
+ Also see [`CITATION.cff`](CITATION.cff).
schemas/fields.json CHANGED
@@ -1,35 +1,35 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "title": "faq-snippets-dataset train split",
4
- "type": "object",
5
- "required": [
6
- "snippet_id",
7
- "question",
8
- "answer",
9
- "intent",
10
- "negative_clarification",
11
- "topic_tags",
12
- "locale",
13
- "license",
14
- "created_at",
15
- "updated_at"
16
- ],
17
- "properties": {
18
- "snippet_id": { "type": "string" },
19
- "question": { "type": "string" },
20
- "answer": { "type": "string" },
21
- "intent": {
22
- "type": "string",
23
- "enum": ["definitional", "comparative", "negative_clarification", "procurement", "educational"]
24
- },
25
- "negative_clarification": {
26
- "type": "boolean",
27
- "description": "True when the answer mainly clarifies limits or misconceptions"
28
- },
29
- "topic_tags": { "type": "array", "items": { "type": "string" } },
30
- "locale": { "type": "string" },
31
- "license": { "type": "string" },
32
- "created_at": { "type": "string" },
33
- "updated_at": { "type": "string" }
34
- }
35
- }
 
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "title": "faq-snippets-dataset train split",
4
+ "type": "object",
5
+ "required": [
6
+ "snippet_id",
7
+ "question",
8
+ "answer",
9
+ "intent",
10
+ "negative_clarification",
11
+ "topic_tags",
12
+ "locale",
13
+ "license",
14
+ "created_at",
15
+ "updated_at"
16
+ ],
17
+ "properties": {
18
+ "snippet_id": { "type": "string" },
19
+ "question": { "type": "string" },
20
+ "answer": { "type": "string" },
21
+ "intent": {
22
+ "type": "string",
23
+ "enum": ["definitional", "comparative", "negative_clarification", "procurement", "educational"]
24
+ },
25
+ "negative_clarification": {
26
+ "type": "boolean",
27
+ "description": "True when the answer mainly clarifies limits or misconceptions"
28
+ },
29
+ "topic_tags": { "type": "array", "items": { "type": "string" } },
30
+ "locale": { "type": "string" },
31
+ "license": { "type": "string" },
32
+ "created_at": { "type": "string" },
33
+ "updated_at": { "type": "string" }
34
+ }
35
+ }