Scores on benchmarks
Model rank shown below is with respect to all public models..166 |
average_language
rank 11
3 benchmarks |
|
.332 |
neural_language
rank 11
2 benchmarks |
|
.332 |
Pereira2018-linear
rank 11
2 benchmarks |
|
.244 |
Pereira2018.243sentences-linear
v1
rank 11
|
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
.419 |
Pereira2018.384sentences-linear
v1
rank 11
|
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
How to use
from brainscore_language import load_model model = load_model("randomembedding-1600") model.start_task(...) model.start_recording(...) model.look_at(...)
Benchmarks bibtex
@proceedings{futrell2018natural, title={The Natural Stories Corpus}, author={Futrell, Richard and Gibson, Edward and Tily, Harry J. and Blank, Idan and Vishnevetsky, Anastasia and Piantadosi, Steven T. and Fedorenko, Evelina}, conference={International Conference on Language Resources and Evaluation (LREC)}, url={http://www.lrec-conf.org/proceedings/lrec2018/pdf/337.pdf}, year={2018} } @inproceedings{gauthier-etal-2020-syntaxgym, title = "{S}yntax{G}ym: An Online Platform for Targeted Evaluation of Language Models", author = "Gauthier, Jon and Hu, Jennifer and Wilcox, Ethan and Qian, Peng and Levy, Roger", booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics: System Demonstrations", month = jul, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.acl-demos.10", pages = "70--76", abstract = "Targeted syntactic evaluations have yielded insights into the generalizations learned by neural network language models. However, this line of research requires an uncommon confluence of skills: both the theoretical knowledge needed to design controlled psycholinguistic experiments, and the technical proficiency needed to train and deploy large-scale language models. We present SyntaxGym, an online platform designed to make targeted evaluations accessible to both experts in NLP and linguistics, reproducible across computing environments, and standardized following the norms of psycholinguistic experimental design. This paper releases two tools of independent value for the computational linguistics community: 1. A website, syntaxgym.org, which centralizes the process of targeted syntactic evaluation and provides easy tools for analysis and visualization; 2. Two command-line tools, {`}syntaxgym{`} and {`}lm-zoo{`}, which allow any user to reproduce targeted syntactic evaluations and general language model inference on their own machine.", }