Datasets:
added citation
Browse files
README.md
CHANGED
@@ -177,8 +177,22 @@ The following table contains the list of original GitHub repositories used to co
|
|
177 |
| angular | [Angular Framework](https://github.com/angular/angular), [Angular Components](https://github.com/angular/components), [Angular CLI](https://github.com/angular/angular-cli), [TypeScript Language](https://github.com/microsoft/TypeScript) |
|
178 |
| godot | [Godot Engine](https://github.com/godotengine/godot), [Godot Demo Projects](https://github.com/godotengine/godot-demo-projects), [Godot Documentation](https://github.com/godotengine/godot-docs), [Godot Official Website](https://github.com/godotengine/godot-website), [Learn GDScript with GDQuest](https://github.com/GDQuest/learn-gdscript), [C# Language](https://github.com/dotnet/csharplang) |
|
179 |
|
180 |
-
##
|
181 |
|
182 |
The FreshStack datasets are provided under the CC-BY-SA 4.0 license.
|
183 |
|
184 |
-
> The original GitHub repositories used for constructing the corpus may contain non-permissive licenses; we advise the reader to check the licenses for each repository carefully.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
| angular | [Angular Framework](https://github.com/angular/angular), [Angular Components](https://github.com/angular/components), [Angular CLI](https://github.com/angular/angular-cli), [TypeScript Language](https://github.com/microsoft/TypeScript) |
|
178 |
| godot | [Godot Engine](https://github.com/godotengine/godot), [Godot Demo Projects](https://github.com/godotengine/godot-demo-projects), [Godot Documentation](https://github.com/godotengine/godot-docs), [Godot Official Website](https://github.com/godotengine/godot-website), [Learn GDScript with GDQuest](https://github.com/GDQuest/learn-gdscript), [C# Language](https://github.com/dotnet/csharplang) |
|
179 |
|
180 |
+
## License
|
181 |
|
182 |
The FreshStack datasets are provided under the CC-BY-SA 4.0 license.
|
183 |
|
184 |
+
> The original GitHub repositories used for constructing the corpus may contain non-permissive licenses; we advise the reader to check the licenses for each repository carefully.
|
185 |
+
|
186 |
+
## Citation
|
187 |
+
|
188 |
+
```
|
189 |
+
@misc{thakur2025freshstack,
|
190 |
+
title={FreshStack: Building Realistic Benchmarks for Evaluating Retrieval on Technical Documents},
|
191 |
+
author={Nandan Thakur and Jimmy Lin and Sam Havens and Michael Carbin and Omar Khattab and Andrew Drozdov},
|
192 |
+
year={2025},
|
193 |
+
eprint={2504.13128},
|
194 |
+
archivePrefix={arXiv},
|
195 |
+
primaryClass={cs.IR},
|
196 |
+
url={https://arxiv.org/abs/2504.13128},
|
197 |
+
}
|
198 |
+
```
|