docs: fix CITATION.cff url to match repo, set correct type (#5)
Browse files- docs: fix CITATION.cff url to match repo, set correct type (8cc2804745ddca35b7b589a7097725a0aad71881)
- CITATION.cff +60 -0
CITATION.cff
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
title: "Language Decoded: Investigating Language-Dependent vs. Structure-Dependent Reasoning Benefits of Code"
|
| 3 |
+
message: "If you use this work, please cite it using the metadata from this file."
|
| 4 |
+
type: software
|
| 5 |
+
authors:
|
| 6 |
+
- affiliation: Legesher
|
| 7 |
+
email: madi@legesher.com
|
| 8 |
+
family-names: Edgar
|
| 9 |
+
given-names: Madison
|
| 10 |
+
- affiliation: Grayhat
|
| 11 |
+
email: bazaz@grayhat.studio
|
| 12 |
+
family-names: Bazaz
|
| 13 |
+
given-names: Saad Ahmed
|
| 14 |
+
- affiliation: Cohere
|
| 15 |
+
email: tomsherborne@cohere.com
|
| 16 |
+
family-names: Sherborne
|
| 17 |
+
given-names: Tom
|
| 18 |
+
- affiliation: Independent
|
| 19 |
+
email: rashikshahjahan@protonmail.com
|
| 20 |
+
family-names: Shahjahan
|
| 21 |
+
given-names: Rashik
|
| 22 |
+
- affiliation: The Friedman Brain Institute
|
| 23 |
+
email: khojasteh.mirza@mssm.edu
|
| 24 |
+
family-names: Mirza
|
| 25 |
+
given-names: Khojasteh
|
| 26 |
+
- affiliation: Grayhat
|
| 27 |
+
email: sarah.jawaid@grayhat.studio
|
| 28 |
+
family-names: Jawaid
|
| 29 |
+
given-names: Sarah
|
| 30 |
+
- affiliation: Tkxel
|
| 31 |
+
email: rafaym30@gmail.com
|
| 32 |
+
family-names: Mustafa
|
| 33 |
+
given-names: Rafay
|
| 34 |
+
- affiliation: Grayhat
|
| 35 |
+
email: sohaib.bazaz@grayhat.studio
|
| 36 |
+
family-names: Bazaz
|
| 37 |
+
given-names: Sohaib Ahmed
|
| 38 |
+
repository: "https://huggingface.co/legesher"
|
| 39 |
+
url: "https://huggingface.co/legesher/language-decoded-lora"
|
| 40 |
+
license: Apache-2.0
|
| 41 |
+
date-released: "2026-03-12"
|
| 42 |
+
keywords:
|
| 43 |
+
- multilingual
|
| 44 |
+
- code
|
| 45 |
+
- transpilation
|
| 46 |
+
- language-models
|
| 47 |
+
- tiny-aya-expedition
|
| 48 |
+
- legesher
|
| 49 |
+
- tiny-aya
|
| 50 |
+
references:
|
| 51 |
+
- type: article
|
| 52 |
+
title: "To Code, or Not To Code? Exploring Impact of Code in Pre-training"
|
| 53 |
+
authors:
|
| 54 |
+
- family-names: Aryabumi
|
| 55 |
+
given-names: Viraat
|
| 56 |
+
- name: "et al."
|
| 57 |
+
year: 2024
|
| 58 |
+
identifiers:
|
| 59 |
+
- type: other
|
| 60 |
+
value: "arXiv:2408.10914"
|