opencode-skills-antigravity 1.0.39 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +10 -1
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/security-findings-triage-2026-03-29-refresh.csv +34 -0
- package/bundled-skills/docs/maintainers/security-findings-triage-2026-03-29-refresh.md +2 -0
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/sources/sources.md +2 -2
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/hugging-face-cli/SKILL.md +192 -195
- package/bundled-skills/hugging-face-community-evals/SKILL.md +213 -0
- package/bundled-skills/hugging-face-community-evals/examples/.env.example +3 -0
- package/bundled-skills/hugging-face-community-evals/examples/USAGE_EXAMPLES.md +101 -0
- package/bundled-skills/hugging-face-community-evals/scripts/inspect_eval_uv.py +104 -0
- package/bundled-skills/hugging-face-community-evals/scripts/inspect_vllm_uv.py +306 -0
- package/bundled-skills/hugging-face-community-evals/scripts/lighteval_vllm_uv.py +297 -0
- package/bundled-skills/hugging-face-dataset-viewer/SKILL.md +120 -120
- package/bundled-skills/hugging-face-gradio/SKILL.md +304 -0
- package/bundled-skills/hugging-face-gradio/examples.md +613 -0
- package/bundled-skills/hugging-face-jobs/SKILL.md +25 -18
- package/bundled-skills/hugging-face-jobs/index.html +216 -0
- package/bundled-skills/hugging-face-jobs/references/hardware_guide.md +336 -0
- package/bundled-skills/hugging-face-jobs/references/hub_saving.md +352 -0
- package/bundled-skills/hugging-face-jobs/references/token_usage.md +570 -0
- package/bundled-skills/hugging-face-jobs/references/troubleshooting.md +475 -0
- package/bundled-skills/hugging-face-jobs/scripts/cot-self-instruct.py +718 -0
- package/bundled-skills/hugging-face-jobs/scripts/finepdfs-stats.py +546 -0
- package/bundled-skills/hugging-face-jobs/scripts/generate-responses.py +587 -0
- package/bundled-skills/hugging-face-model-trainer/SKILL.md +11 -12
- package/bundled-skills/hugging-face-model-trainer/references/gguf_conversion.md +296 -0
- package/bundled-skills/hugging-face-model-trainer/references/hardware_guide.md +283 -0
- package/bundled-skills/hugging-face-model-trainer/references/hub_saving.md +364 -0
- package/bundled-skills/hugging-face-model-trainer/references/local_training_macos.md +231 -0
- package/bundled-skills/hugging-face-model-trainer/references/reliability_principles.md +371 -0
- package/bundled-skills/hugging-face-model-trainer/references/trackio_guide.md +189 -0
- package/bundled-skills/hugging-face-model-trainer/references/training_methods.md +150 -0
- package/bundled-skills/hugging-face-model-trainer/references/training_patterns.md +203 -0
- package/bundled-skills/hugging-face-model-trainer/references/troubleshooting.md +282 -0
- package/bundled-skills/hugging-face-model-trainer/references/unsloth.md +313 -0
- package/bundled-skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +424 -0
- package/bundled-skills/hugging-face-model-trainer/scripts/dataset_inspector.py +417 -0
- package/bundled-skills/hugging-face-model-trainer/scripts/estimate_cost.py +150 -0
- package/bundled-skills/hugging-face-model-trainer/scripts/train_dpo_example.py +106 -0
- package/bundled-skills/hugging-face-model-trainer/scripts/train_grpo_example.py +89 -0
- package/bundled-skills/hugging-face-model-trainer/scripts/train_sft_example.py +122 -0
- package/bundled-skills/hugging-face-model-trainer/scripts/unsloth_sft_example.py +512 -0
- package/bundled-skills/hugging-face-paper-publisher/SKILL.md +11 -4
- package/bundled-skills/hugging-face-paper-publisher/examples/example_usage.md +326 -0
- package/bundled-skills/hugging-face-paper-publisher/references/quick_reference.md +216 -0
- package/bundled-skills/hugging-face-paper-publisher/scripts/paper_manager.py +606 -0
- package/bundled-skills/hugging-face-paper-publisher/templates/arxiv.md +299 -0
- package/bundled-skills/hugging-face-paper-publisher/templates/ml-report.md +358 -0
- package/bundled-skills/hugging-face-paper-publisher/templates/modern.md +319 -0
- package/bundled-skills/hugging-face-paper-publisher/templates/standard.md +201 -0
- package/bundled-skills/hugging-face-papers/SKILL.md +241 -0
- package/bundled-skills/hugging-face-trackio/.claude-plugin/plugin.json +19 -0
- package/bundled-skills/hugging-face-trackio/SKILL.md +117 -0
- package/bundled-skills/hugging-face-trackio/references/alerts.md +196 -0
- package/bundled-skills/hugging-face-trackio/references/logging_metrics.md +206 -0
- package/bundled-skills/hugging-face-trackio/references/retrieving_metrics.md +251 -0
- package/bundled-skills/hugging-face-vision-trainer/SKILL.md +595 -0
- package/bundled-skills/hugging-face-vision-trainer/references/finetune_sam2_trainer.md +254 -0
- package/bundled-skills/hugging-face-vision-trainer/references/hub_saving.md +618 -0
- package/bundled-skills/hugging-face-vision-trainer/references/image_classification_training_notebook.md +279 -0
- package/bundled-skills/hugging-face-vision-trainer/references/object_detection_training_notebook.md +700 -0
- package/bundled-skills/hugging-face-vision-trainer/references/reliability_principles.md +310 -0
- package/bundled-skills/hugging-face-vision-trainer/references/timm_trainer.md +91 -0
- package/bundled-skills/hugging-face-vision-trainer/scripts/dataset_inspector.py +814 -0
- package/bundled-skills/hugging-face-vision-trainer/scripts/estimate_cost.py +217 -0
- package/bundled-skills/hugging-face-vision-trainer/scripts/image_classification_training.py +383 -0
- package/bundled-skills/hugging-face-vision-trainer/scripts/object_detection_training.py +710 -0
- package/bundled-skills/hugging-face-vision-trainer/scripts/sam_segmentation_training.py +382 -0
- package/bundled-skills/jq/SKILL.md +273 -0
- package/bundled-skills/odoo-edi-connector/SKILL.md +32 -10
- package/bundled-skills/odoo-woocommerce-bridge/SKILL.md +9 -5
- package/bundled-skills/tmux/SKILL.md +370 -0
- package/bundled-skills/transformers-js/SKILL.md +639 -0
- package/bundled-skills/transformers-js/references/CACHE.md +339 -0
- package/bundled-skills/transformers-js/references/CONFIGURATION.md +390 -0
- package/bundled-skills/transformers-js/references/EXAMPLES.md +605 -0
- package/bundled-skills/transformers-js/references/MODEL_ARCHITECTURES.md +167 -0
- package/bundled-skills/transformers-js/references/PIPELINE_OPTIONS.md +545 -0
- package/bundled-skills/transformers-js/references/TEXT_GENERATION.md +315 -0
- package/bundled-skills/viboscope/SKILL.md +64 -0
- package/package.json +1 -1
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: {{TITLE}}
|
|
3
|
+
authors: {{AUTHORS}}
|
|
4
|
+
date: {{DATE}}
|
|
5
|
+
arxiv:
|
|
6
|
+
tags: [machine-learning, ai]
|
|
7
|
+
layout: modern
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
<div class="header">
|
|
11
|
+
|
|
12
|
+
# {{TITLE}}
|
|
13
|
+
|
|
14
|
+
<div class="authors">
|
|
15
|
+
{{AUTHORS}}
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
<div class="date">
|
|
19
|
+
{{DATE}}
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="links">
|
|
23
|
+
[arXiv](#) · [PDF](#) · [Code](#) · [Demo](#)
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
</div>
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Abstract
|
|
31
|
+
|
|
32
|
+
<div class="abstract">
|
|
33
|
+
|
|
34
|
+
{{ABSTRACT}}
|
|
35
|
+
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Introduction
|
|
41
|
+
|
|
42
|
+
Modern research requires clear, accessible communication. This template provides a clean, web-friendly format inspired by Distill and modern scientific publications.
|
|
43
|
+
|
|
44
|
+
<div class="key-insight">
|
|
45
|
+
💡 **Key Insight**: Present your main contribution upfront to engage readers immediately.
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
### Why This Matters
|
|
49
|
+
|
|
50
|
+
Explain the significance of your work in plain language. What real-world problems does it solve?
|
|
51
|
+
|
|
52
|
+
### Our Approach
|
|
53
|
+
|
|
54
|
+
Summarize your methodology at a high level before diving into details.
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Background
|
|
59
|
+
|
|
60
|
+
<div class="definition">
|
|
61
|
+
**Definition**: Clearly define key terms and concepts early in the paper.
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
Provide context necessary to understand your contribution without overwhelming readers with details.
|
|
65
|
+
|
|
66
|
+
### Problem Statement
|
|
67
|
+
|
|
68
|
+
Formally state the problem you're addressing.
|
|
69
|
+
|
|
70
|
+
### Challenges
|
|
71
|
+
|
|
72
|
+
What makes this problem difficult?
|
|
73
|
+
|
|
74
|
+
1. **Challenge 1**: Description
|
|
75
|
+
2. **Challenge 2**: Description
|
|
76
|
+
3. **Challenge 3**: Description
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Method
|
|
81
|
+
|
|
82
|
+
Present your approach with clear visual aids and intuitive explanations.
|
|
83
|
+
|
|
84
|
+
<div class="figure">
|
|
85
|
+
|
|
86
|
+
```
|
|
87
|
+
[Diagram of your architecture goes here]
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
**Figure 1**: Overview of the proposed method. Caption explains the key components.
|
|
91
|
+
|
|
92
|
+
</div>
|
|
93
|
+
|
|
94
|
+
### Model Architecture
|
|
95
|
+
|
|
96
|
+
Describe your model systematically:
|
|
97
|
+
|
|
98
|
+
```python
|
|
99
|
+
# Pseudocode example
|
|
100
|
+
class YourModel:
|
|
101
|
+
def __init__(self):
|
|
102
|
+
self.encoder = Encoder()
|
|
103
|
+
self.decoder = Decoder()
|
|
104
|
+
|
|
105
|
+
def forward(self, x):
|
|
106
|
+
z = self.encoder(x)
|
|
107
|
+
output = self.decoder(z)
|
|
108
|
+
return output
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### Training Strategy
|
|
112
|
+
|
|
113
|
+
Explain how you train the model, including:
|
|
114
|
+
|
|
115
|
+
- **Objective Function**: Mathematical formulation
|
|
116
|
+
- **Optimization**: Algorithm and hyperparameters
|
|
117
|
+
- **Regularization**: Techniques to prevent overfitting
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
## Experiments
|
|
122
|
+
|
|
123
|
+
### Setup
|
|
124
|
+
|
|
125
|
+
<div class="experiment-details">
|
|
126
|
+
|
|
127
|
+
| Component | Configuration |
|
|
128
|
+
|-----------|--------------|
|
|
129
|
+
| **Dataset** | Name, Size, Split |
|
|
130
|
+
| **Hardware** | GPU Type, RAM |
|
|
131
|
+
| **Framework** | PyTorch 2.0, Transformers |
|
|
132
|
+
| **Training Time** | Hours/Days |
|
|
133
|
+
|
|
134
|
+
</div>
|
|
135
|
+
|
|
136
|
+
### Results
|
|
137
|
+
|
|
138
|
+
Present results clearly with tables and visualizations.
|
|
139
|
+
|
|
140
|
+
<div class="results-table">
|
|
141
|
+
|
|
142
|
+
| Model | Accuracy | F1 Score | Params | Speed |
|
|
143
|
+
|-------|----------|----------|--------|-------|
|
|
144
|
+
| Baseline | 85.2% | 0.84 | 100M | 100 tok/s |
|
|
145
|
+
| **Ours** | **92.1%** | **0.91** | 120M | 95 tok/s |
|
|
146
|
+
| SOTA | 90.5% | 0.89 | 300M | 60 tok/s |
|
|
147
|
+
|
|
148
|
+
</div>
|
|
149
|
+
|
|
150
|
+
<div class="insight">
|
|
151
|
+
🔍 **Observation**: Our method achieves state-of-the-art performance with fewer parameters.
|
|
152
|
+
</div>
|
|
153
|
+
|
|
154
|
+
### Analysis
|
|
155
|
+
|
|
156
|
+
Deep dive into what the results reveal:
|
|
157
|
+
|
|
158
|
+
1. **Performance**: How does your method compare?
|
|
159
|
+
2. **Efficiency**: What are the computational costs?
|
|
160
|
+
3. **Robustness**: How does it perform across different scenarios?
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## Ablation Study
|
|
165
|
+
|
|
166
|
+
Systematically evaluate each component's contribution.
|
|
167
|
+
|
|
168
|
+
<div class="ablation-results">
|
|
169
|
+
|
|
170
|
+
| Configuration | Score | Δ |
|
|
171
|
+
|---------------|-------|---|
|
|
172
|
+
| Full Model | 92.1% | - |
|
|
173
|
+
| - Component A | 89.3% | -2.8% |
|
|
174
|
+
| - Component B | 90.1% | -2.0% |
|
|
175
|
+
| - Component C | 91.5% | -0.6% |
|
|
176
|
+
|
|
177
|
+
</div>
|
|
178
|
+
|
|
179
|
+
**Conclusion**: All components contribute meaningfully, with Component A being most critical.
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
## Discussion
|
|
184
|
+
|
|
185
|
+
### What We Learned
|
|
186
|
+
|
|
187
|
+
Synthesize insights from your experiments.
|
|
188
|
+
|
|
189
|
+
### Limitations
|
|
190
|
+
|
|
191
|
+
<div class="limitations">
|
|
192
|
+
|
|
193
|
+
⚠️ **Current Limitations**:
|
|
194
|
+
|
|
195
|
+
1. Performance on domain X is limited
|
|
196
|
+
2. Computational requirements are high
|
|
197
|
+
3. Requires large training datasets
|
|
198
|
+
|
|
199
|
+
</div>
|
|
200
|
+
|
|
201
|
+
### Future Directions
|
|
202
|
+
|
|
203
|
+
Where should the community go next?
|
|
204
|
+
|
|
205
|
+
- **Direction 1**: Description
|
|
206
|
+
- **Direction 2**: Description
|
|
207
|
+
- **Direction 3**: Description
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## Related Work
|
|
212
|
+
|
|
213
|
+
Compare and contrast with existing methods.
|
|
214
|
+
|
|
215
|
+
### Prior Approaches
|
|
216
|
+
|
|
217
|
+
| Method | Year | Key Idea | Limitation |
|
|
218
|
+
|--------|------|----------|------------|
|
|
219
|
+
| Method A | 2020 | Approach 1 | Issue X |
|
|
220
|
+
| Method B | 2021 | Approach 2 | Issue Y |
|
|
221
|
+
| Method C | 2023 | Approach 3 | Issue Z |
|
|
222
|
+
|
|
223
|
+
### How We Differ
|
|
224
|
+
|
|
225
|
+
Clearly articulate what's novel about your work.
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
## Conclusion
|
|
230
|
+
|
|
231
|
+
<div class="conclusion">
|
|
232
|
+
|
|
233
|
+
We presented **{{TITLE}}**, which achieves:
|
|
234
|
+
|
|
235
|
+
1. ✅ **Main contribution 1**
|
|
236
|
+
2. ✅ **Main contribution 2**
|
|
237
|
+
3. ✅ **Main contribution 3**
|
|
238
|
+
|
|
239
|
+
Our results demonstrate [key finding], opening new directions for [future work].
|
|
240
|
+
|
|
241
|
+
</div>
|
|
242
|
+
|
|
243
|
+
---
|
|
244
|
+
|
|
245
|
+
## Reproducibility
|
|
246
|
+
|
|
247
|
+
<div class="reproducibility">
|
|
248
|
+
|
|
249
|
+
### Code & Data
|
|
250
|
+
|
|
251
|
+
- **Code**: [github.com/username/repo](#)
|
|
252
|
+
- **Models**: [huggingface.co/username/model](#)
|
|
253
|
+
- **Datasets**: [huggingface.co/datasets/username/dataset](#)
|
|
254
|
+
- **Demo**: [huggingface.co/spaces/username/demo](#)
|
|
255
|
+
|
|
256
|
+
### Citation
|
|
257
|
+
|
|
258
|
+
```bibtex
|
|
259
|
+
@article{yourpaper2025,
|
|
260
|
+
title={{{{TITLE}}}},
|
|
261
|
+
author={{{{AUTHORS}}}},
|
|
262
|
+
year={2025},
|
|
263
|
+
journal={arXiv preprint}
|
|
264
|
+
}
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
</div>
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
## Acknowledgments
|
|
272
|
+
|
|
273
|
+
Thank funding agencies, collaborators, and computing resources that made this work possible.
|
|
274
|
+
|
|
275
|
+
---
|
|
276
|
+
|
|
277
|
+
<div class="appendix">
|
|
278
|
+
|
|
279
|
+
## Appendix
|
|
280
|
+
|
|
281
|
+
### A. Additional Results
|
|
282
|
+
|
|
283
|
+
Supplementary experiments and extended results.
|
|
284
|
+
|
|
285
|
+
### B. Hyperparameters
|
|
286
|
+
|
|
287
|
+
Complete training configuration:
|
|
288
|
+
|
|
289
|
+
```yaml
|
|
290
|
+
learning_rate: 1e-4
|
|
291
|
+
batch_size: 32
|
|
292
|
+
epochs: 100
|
|
293
|
+
optimizer: AdamW
|
|
294
|
+
scheduler: cosine
|
|
295
|
+
warmup_steps: 1000
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
### C. Dataset Details
|
|
299
|
+
|
|
300
|
+
Detailed information about datasets used.
|
|
301
|
+
|
|
302
|
+
</div>
|
|
303
|
+
|
|
304
|
+
---
|
|
305
|
+
|
|
306
|
+
<style>
|
|
307
|
+
.header { text-align: center; margin-bottom: 2em; }
|
|
308
|
+
.authors { font-size: 1.2em; margin: 0.5em 0; }
|
|
309
|
+
.date { color: #666; margin: 0.5em 0; }
|
|
310
|
+
.links { margin-top: 1em; }
|
|
311
|
+
.abstract { background: #f5f5f5; padding: 1.5em; border-radius: 8px; margin: 1em 0; }
|
|
312
|
+
.key-insight, .insight { background: #e8f4f8; border-left: 4px solid #2196F3; padding: 1em; margin: 1em 0; }
|
|
313
|
+
.definition { background: #fff3e0; border-left: 4px solid #ff9800; padding: 1em; margin: 1em 0; }
|
|
314
|
+
.limitations { background: #ffebee; border-left: 4px solid #f44336; padding: 1em; margin: 1em 0; }
|
|
315
|
+
.conclusion { background: #e8f5e9; border-left: 4px solid #4caf50; padding: 1.5em; margin: 1em 0; }
|
|
316
|
+
.figure { text-align: center; margin: 2em 0; }
|
|
317
|
+
.experiment-details, .results-table, .ablation-results { margin: 1em 0; }
|
|
318
|
+
.reproducibility { background: #f5f5f5; padding: 1.5em; border-radius: 8px; margin: 2em 0; }
|
|
319
|
+
</style>
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: {{TITLE}}
|
|
3
|
+
authors: {{AUTHORS}}
|
|
4
|
+
date: {{DATE}}
|
|
5
|
+
arxiv:
|
|
6
|
+
tags: [machine-learning, deep-learning]
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# {{TITLE}}
|
|
10
|
+
|
|
11
|
+
**{{AUTHORS}}**
|
|
12
|
+
|
|
13
|
+
*{{DATE}}*
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Abstract
|
|
18
|
+
|
|
19
|
+
{{ABSTRACT}}
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## 1. Introduction
|
|
24
|
+
|
|
25
|
+
Provide background and motivation for your research. Explain:
|
|
26
|
+
- What problem are you addressing?
|
|
27
|
+
- Why is it important?
|
|
28
|
+
- What is novel about your approach?
|
|
29
|
+
|
|
30
|
+
### 1.1 Motivation
|
|
31
|
+
|
|
32
|
+
Describe the real-world context and importance of the problem.
|
|
33
|
+
|
|
34
|
+
### 1.2 Contributions
|
|
35
|
+
|
|
36
|
+
List the main contributions of your work:
|
|
37
|
+
1. First contribution
|
|
38
|
+
2. Second contribution
|
|
39
|
+
3. Third contribution
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## 2. Related Work
|
|
44
|
+
|
|
45
|
+
Survey previous research relevant to your work. Organize by:
|
|
46
|
+
- Different approaches to the problem
|
|
47
|
+
- Complementary methods
|
|
48
|
+
- Alternative solutions
|
|
49
|
+
|
|
50
|
+
### 2.1 Previous Approaches
|
|
51
|
+
|
|
52
|
+
Discuss earlier methods and their limitations.
|
|
53
|
+
|
|
54
|
+
### 2.2 Recent Advances
|
|
55
|
+
|
|
56
|
+
Highlight recent developments in the field.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## 3. Background
|
|
61
|
+
|
|
62
|
+
Provide necessary technical background for understanding your work.
|
|
63
|
+
|
|
64
|
+
### 3.1 Problem Formulation
|
|
65
|
+
|
|
66
|
+
Formally define the problem you're solving.
|
|
67
|
+
|
|
68
|
+
### 3.2 Preliminaries
|
|
69
|
+
|
|
70
|
+
Introduce key concepts, notation, and terminology.
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## 4. Methodology
|
|
75
|
+
|
|
76
|
+
Describe your approach in detail.
|
|
77
|
+
|
|
78
|
+
### 4.1 Overview
|
|
79
|
+
|
|
80
|
+
Provide a high-level description of your method.
|
|
81
|
+
|
|
82
|
+
### 4.2 Model Architecture
|
|
83
|
+
|
|
84
|
+
Detail the technical components of your system.
|
|
85
|
+
|
|
86
|
+
### 4.3 Training Procedure
|
|
87
|
+
|
|
88
|
+
Explain how the model is trained.
|
|
89
|
+
|
|
90
|
+
### 4.4 Implementation Details
|
|
91
|
+
|
|
92
|
+
Provide reproducibility information:
|
|
93
|
+
- Hyperparameters
|
|
94
|
+
- Hardware requirements
|
|
95
|
+
- Software dependencies
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## 5. Experiments
|
|
100
|
+
|
|
101
|
+
Present your experimental setup and results.
|
|
102
|
+
|
|
103
|
+
### 5.1 Datasets
|
|
104
|
+
|
|
105
|
+
Describe the datasets used for evaluation.
|
|
106
|
+
|
|
107
|
+
### 5.2 Evaluation Metrics
|
|
108
|
+
|
|
109
|
+
Define the metrics used to assess performance.
|
|
110
|
+
|
|
111
|
+
### 5.3 Baselines
|
|
112
|
+
|
|
113
|
+
List comparison methods.
|
|
114
|
+
|
|
115
|
+
### 5.4 Experimental Setup
|
|
116
|
+
|
|
117
|
+
Detail the experimental configuration.
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
## 6. Results
|
|
122
|
+
|
|
123
|
+
Present and analyze your findings.
|
|
124
|
+
|
|
125
|
+
### 6.1 Main Results
|
|
126
|
+
|
|
127
|
+
Report primary experimental results.
|
|
128
|
+
|
|
129
|
+
| Model | Dataset | Metric | Score |
|
|
130
|
+
|-------|---------|--------|-------|
|
|
131
|
+
| Baseline | Dataset A | Accuracy | 0.85 |
|
|
132
|
+
| Ours | Dataset A | Accuracy | 0.92 |
|
|
133
|
+
|
|
134
|
+
### 6.2 Ablation Studies
|
|
135
|
+
|
|
136
|
+
Analyze the contribution of different components.
|
|
137
|
+
|
|
138
|
+
### 6.3 Qualitative Analysis
|
|
139
|
+
|
|
140
|
+
Provide examples and case studies.
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## 7. Discussion
|
|
145
|
+
|
|
146
|
+
Interpret your results and discuss implications.
|
|
147
|
+
|
|
148
|
+
### 7.1 Analysis
|
|
149
|
+
|
|
150
|
+
What do the results tell us?
|
|
151
|
+
|
|
152
|
+
### 7.2 Limitations
|
|
153
|
+
|
|
154
|
+
Acknowledge limitations of your approach.
|
|
155
|
+
|
|
156
|
+
### 7.3 Broader Impact
|
|
157
|
+
|
|
158
|
+
Discuss societal implications and potential applications.
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## 8. Conclusion
|
|
163
|
+
|
|
164
|
+
Summarize your work and contributions.
|
|
165
|
+
|
|
166
|
+
### 8.1 Summary
|
|
167
|
+
|
|
168
|
+
Recap the main findings.
|
|
169
|
+
|
|
170
|
+
### 8.2 Future Work
|
|
171
|
+
|
|
172
|
+
Suggest directions for future research.
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## Acknowledgments
|
|
177
|
+
|
|
178
|
+
Thank collaborators, funding sources, and computational resources.
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## References
|
|
183
|
+
|
|
184
|
+
1. Author A, et al. "Paper Title." Conference/Journal, Year.
|
|
185
|
+
2. Author B, et al. "Another Paper." Conference/Journal, Year.
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## Appendix
|
|
190
|
+
|
|
191
|
+
### A. Additional Experiments
|
|
192
|
+
|
|
193
|
+
Supplementary experimental results.
|
|
194
|
+
|
|
195
|
+
### B. Implementation Details
|
|
196
|
+
|
|
197
|
+
Code snippets and configuration details.
|
|
198
|
+
|
|
199
|
+
### C. Hyperparameters
|
|
200
|
+
|
|
201
|
+
Complete list of hyperparameters used.
|