BenchMark·Hub

formal-grammar-llm-benchmark

B待确认Benchmark
推理通用推理开放mit

发布方:hoisoserious

热度10.1▲ 0.1
下载量 · 30天
176
Hugging Face
GitHub Stars
代码仓库
论文被引
Semantic Scholar
跑分模型 · 30天
Leaderboard results

简介

A formal grammar benchmark to study learning and memorization of large language models Usage Load a specific grammar (config) and split: from datasets import load_dataset ds = load_dataset( "<username>/formal-grammar-llm-benchmark", name="pcfg_cfg3b_eq_len_skewed_prob", ) # available splits per grammar: # train_sequences, test_sequences, non_grammatical_sequences, # non_grammatical_*_grammar_edit_*, non_grammatical_*_edit_distance_*… See the full description on the dataset page: https://huggingface.co/datasets/hoisoserious/formal-grammar-llm-benchmark.