Update README.md
Browse files
README.md
CHANGED
@@ -137,7 +137,7 @@ Data Labeling for Evaluation Datasets:
|
|
137 |
### LiveCodeBench (20240801-20250201)
|
138 |
|
139 |
| Models | Pass@1 |
|
140 |
-
|
141 |
| R1-Distill-Qwen-7B | 37.6 |
|
142 |
| OpenCodeReasoning-Distill-Qwen-7B-Instruct | 51.3 |
|
143 |
|
@@ -174,3 +174,19 @@ NVIDIA believes Trustworthy AI is a shared responsibility and we have establishe
|
|
174 |
For more detailed information on ethical considerations for this model, please see the Model Card++ [Explainability](./EXPLAINABILITY.md), [Bias](./BIAS.md), [Safety & Security](./SAFETY_and_SECURITY.md), and [Privacy](./PRIVACY.md) Subcards.
|
175 |
|
176 |
Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
### LiveCodeBench (20240801-20250201)
|
138 |
|
139 |
| Models | Pass@1 |
|
140 |
+
|:--------------|:------------|
|
141 |
| R1-Distill-Qwen-7B | 37.6 |
|
142 |
| OpenCodeReasoning-Distill-Qwen-7B-Instruct | 51.3 |
|
143 |
|
|
|
174 |
For more detailed information on ethical considerations for this model, please see the Model Card++ [Explainability](./EXPLAINABILITY.md), [Bias](./BIAS.md), [Safety & Security](./SAFETY_and_SECURITY.md), and [Privacy](./PRIVACY.md) Subcards.
|
175 |
|
176 |
Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
177 |
+
|
178 |
+
|
179 |
+
## Citation
|
180 |
+
|
181 |
+
If you find the data useful, please cite:
|
182 |
+
```
|
183 |
+
@article{ahmad2025opencodereasoning,
|
184 |
+
title={OpenCodeReasoning: Advancing Data Distillation for Competitive Coding},
|
185 |
+
author={Wasi Uddin Ahmad, Sean Narenthiran, Somshubra Majumdar, Aleksander Ficek, Siddhartha Jain, Jocelyn Huang, Vahid Noroozi, Boris Ginsburg},
|
186 |
+
year={2025},
|
187 |
+
eprint={2504.01943},
|
188 |
+
archivePrefix={arXiv},
|
189 |
+
primaryClass={cs.CL},
|
190 |
+
url={https://arxiv.org/abs/2504.01943},
|
191 |
+
}
|
192 |
+
|