Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
juliehunter commited on
Commit
c0aac9d
·
verified ·
1 Parent(s): f3dff6f

Update README with arxiv info

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -1913,18 +1913,20 @@ dataset = load_dataset("OpenLLM-France/Lucie-Training-Dataset", name, revision="
1913
 
1914
  When using the Lucie Training Dataset, please cite the following paper:
1915
 
1916
- ✍ Olivier Gouvert, Julie Hunter, Jérôme Louradour, Christophe Cerisara,
1917
- Evan Dufraisse, Yaya Sy, Laura Rivière, Jean-Pierre Lorré (2025)
1918
- The Lucie-7B LLM and the Lucie Training Dataset:
1919
- open resources for multilingual language generation
 
1920
  ```bibtex
1921
  @misc{openllm2025lucie,
1922
- title={The Lucie-7B LLM and the Lucie Training Dataset:
1923
- open resources for multilingual language generation},
1924
- author={Olivier Gouvert and Julie Hunter and Jérôme Louradour and Christophe Cérisara and Evan Dufraisse and Yaya Sy and Laura Rivière and Jean-Pierre Lorré},
1925
  year={2025},
 
1926
  archivePrefix={arXiv},
1927
- primaryClass={cs.CL}
 
1928
  }
1929
  ```
1930
 
 
1913
 
1914
  When using the Lucie Training Dataset, please cite the following paper:
1915
 
1916
+ ✍ Olivier Gouvert, Julie Hunter, Jérôme Louradour,
1917
+ Christophe Cérisara, Evan Dufraisse, Yaya Sy,
1918
+ Laura Rivière, Jean-Pierre Lorré (2025).
1919
+ [The Lucie-7B LLM and the Lucie Training Dataset:
1920
+ Open resources for multilingual language generation](https://arxiv.org/abs/2503.12294). arxiv:2503.12294.
1921
  ```bibtex
1922
  @misc{openllm2025lucie,
1923
+ title={The Lucie-7B LLM and the Lucie Training Dataset: Open resources for multilingual language generation},
1924
+ author={Olivier Gouvert and Julie Hunter and Jérôme Louradour and Christophe Cerisara and Evan Dufraisse and Yaya Sy and Laura Rivière and Jean-Pierre Lorré and OpenLLM-France community},
 
1925
  year={2025},
1926
+ eprint={2503.12294},
1927
  archivePrefix={arXiv},
1928
+ primaryClass={cs.CL},
1929
+ url={https://arxiv.org/abs/2503.12294},
1930
  }
1931
  ```
1932