paper-with-me

홈 › Papers

Learning to Prune: Exploring the Frontier of Fast and Accurate Parsing

2017-01-01 · TACL 2017 1 · Tim Vieira, Jason Eisner

Pruning hypotheses during dynamic programming is commonly used to speed up inference in settings such as parsing. Unlike prior work, we train a pruning policy under an objective that measures end-to-end performance: we search for a fast and accurate policy. This poses a difficult machine learning problem, which we tackle with the lols algorithm. lols training must continually compute the effects of changing pruning decisions: we show how to make this efficient in the constituency parsing setting, via dynamic programming and change propagation algorithms. We find that optimizing end-to-end performance in this way leads to a better Pareto frontier{---}i.e., parsers which are more accurate for a given runtime.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Constituency ParsingDecision MakingMachine TranslationStructured Prediction

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Viable Dependency Parsing as Sequence Labeling

2019-02-27 · NAACL 2019 6 · Michalina Strzyz, David Vilares, Carlos Gómez-Rodríguez

We recast dependency parsing as a sequence labeling problem, exploring several encodings of dependency trees as labels. While dependency parsing by means of sequence labeling had been attempted in existing work, results …

Dependency Parsing

Learning-Guided Sparsification of Dynamic Graphs in Robotic Exploration

2026-04-15 · Adithya V. Sastry, Bibek Poudel, Weizi Li arxiv

Many robotic exploration algorithms rely on graph structures for frontier-based exploration and dynamic path planning. However, these graphs grow rapidly, accumulating redundant information and impacting performance. We …

fastHan: A BERT-based Multi-Task Toolkit for Chinese NLP

2020-09-18 · ACL 2021 5 · Zhichao Geng, Hang Yan, Xipeng Qiu, Xuanjing Huang

We present fastHan, an open-source toolkit for four basic tasks in Chinese natural language processing: Chinese word segmentation (CWS), Part-of-Speech (POS) tagging, named entity recognition (NER), and dependency parsin…

Chinese Word SegmentationDependency Parsingnamed-entity-recognitionNamed Entity Recognition+5

Pruning Neural Machine Translation for Speed Using Group Lasso

2021-11-01 · WMT (EMNLP) 2021 11 · Maximiliana Behnke, Kenneth Heafield

Unlike most work on pruning neural networks, we make inference faster. Group lasso regularisation enables pruning entire rows, columns or blocks of parameters that result in a smaller dense network. Because the network i…

DecoderMachine TranslationTranslation

Enforcing Structural Diversity in Cube-pruned Dependency Parsing

2014-06-01 · ACL 2014 6 · Hao Zhang, Ryan Mcdonald
Dependency ParsingDiversityPrepositional Phrase Attachment