The English Headline Treebank corpus
收藏NIAID Data Ecosystem2026-03-14 收录
下载链接:
https://zenodo.org/record/7312045
下载链接
链接失效反馈官方服务:
资源简介:
This repository contains the evaluation sets used in
A Benton, T Shi, O İrsoy, and I Malioutov."Weakly Supervised Headline Dependency Parsing". Findings of EMNLP. 2022.
This dataset contains parse annotations for English news headlines and a script to produce conllu files joined with original headline text.
Parse annotations are joined to the corresponding text by running:
LDC_NYT_DIR="/PATH/TO/UNTARRED/LDC2008T19/" # path to untarred LDC2008T19
python build_eht.py --nyt_dir ${LDC_NYT_DIR} --num_proc 4
This will download the Google sentence compression (GSC) dataset, and build conllu files for GSC examples. If you have the New York Times Annotated Corpus (LDC2008T19) untarred locally, this will also join annotations to the NYT examples (location passed via --nyt_dir).
Increase the argument to --num_procs to process more shards from the NYT corpus in parallel and reduce build time. The above was tested with python 3.9.7.
The EHT evaluation sets, with gold-annotated POS tags and dependency relations, are built as EHT/gsc.test.conllu and EHT/nyt.test.conllu
Silver, projected, trees which we used to train and validate out models are built under GSC_projected. These are not gold parse trees (projected predictions from the article lead sentence), and are shared purely for reproducibility sake.
创建时间:
2022-11-11



