https://github.com/taylor-arnold/replication
Replication code for a range of research projects. Includes the scripts and data (when possible) necessary to reproduce the results associated with published projects.
https://github.com/taylor-arnold/replication
open-code open-data replication-data replication-materials
Last synced: 5 months ago
JSON representation
Replication code for a range of research projects. Includes the scripts and data (when possible) necessary to reproduce the results associated with published projects.
- Host: GitHub
- URL: https://github.com/taylor-arnold/replication
- Owner: taylor-arnold
- Created: 2024-06-21T14:52:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T14:19:59.000Z (8 months ago)
- Last Synced: 2025-08-20T10:46:34.139Z (5 months ago)
- Topics: open-code, open-data, replication-data, replication-materials
- Language: R
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Replication Code
This repository contains replication code for a range of research projects, organized into folders by paper. Each folder includes the scripts and data necessary to reproduce the results associated with that specific project. If you have any questions about the code or are looking for replication materials related to other projects not listed here, please feel free to contact me directly at **tarnold2@richmond.edu**.
Great! Here's the updated template including a **BibTeX citation** section. This keeps things clean, readable, and helpful for researchers who may want to cite your work directly.
---
## Publications and Associated Code
### [Whisper for L2 Speech Scoring](./10.1007-s10772-024-10141-5)
**Citation:**\
Ballier, N., Arnold, T., Méli, A. *et al.* (2024). *Whisper for L2 speech scoring*. *International Journal of Speech Technology*, **27**, 923–934. [https://doi.org/10.1007/s10772-024-10141-5](https://doi.org/10.1007/s10772-024-10141-5)
**Description:**
Replication code for the paper investigating the use of OpenAI’s Whisper model for automatic scoring of second language (L2) speech. The scripts reproduce the model evaluation, scoring pipeline, and result analysis described in the publication.
```bibtex
@article{ballier2024whisper,
title={Whisper for L2 speech scoring},
author={Ballier, Nicolas and Arnold, Taylor and Méli, Aurélie and others},
journal={International Journal of Speech Technology},
volume={27},
pages={923--934},
year={2024},
publisher={Springer},
doi={10.1007/s10772-024-10141-5}
}
```