paper-with-me

Papers

Adjusting the Precision-Recall Trade-Off with Align-and-Predict Decoding for Grammatical Error Correction

2022-05-01 · ACL 2022 5 · Xin Sun, Houfeng Wang

Modern writing assistance applications are always equipped with a Grammatical Error Correction (GEC) model to correct errors in user-entered sentences. Different scenarios have varying requirements for correction behavior, e.g., performing more precise corrections (high precision) or providing more candidates for users (high recall). However, previous works adjust such trade-off only for sequence labeling approaches. In this paper, we propose a simple yet effective counterpart – Align-and-Predict Decoding (APD) for the most popular sequence-to-sequence models to offer more flexibility for the precision-recall trade-off. During inference, APD aligns the already generated sequence with input and adjusts scores of the following tokens. Experiments in both English and Chinese GEC benchmarks show that our approach not only adapts a single model to precision-oriented and recall-oriented inference, but also maximizes its potential to achieve state-of-the-art results. Our code is available at https://github.com/AutoTemp/Align-and-Predict.

📄 PDF Abstract BibTeX

Code (1)

autotemp/align-and-predict 공식 구현 pytorch

Tasks

Grammatical Error Correction

Similar Papers 제목 키워드 기반

Training Normalizing Flows with the Precision-Recall Divergence

2023-02-01 · Alexandre Verine, Benjamin Negrevergne, Muni Sreenivas Pydi, Yann Chevaleyre

Generative models can have distinct mode of failures like mode dropping and low quality samples, which cannot be captured by a single scalar metric. To address this, recent works propose evaluating generative models usin…

A Semi-Markov Structured Support Vector Machine Model for High-Precision Named Entity Recognition

2019-07-01 · ACL 2019 7 · Ravneet Arora, Chen-Tse Tsai, Ketevan Tsereteli, Prabhanjan Kambadur 외

Named entity recognition (NER) is the backbone of many NLP solutions. F1 score, the harmonic mean of precision and recall, is often used to select/evaluate the best models. However, when precision needs to be prioritized…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Precision Recall Controllable Radiology Report Generation via Hybrid Natural Language and Clinical Reward Learning

2026-06-19 · Ling Chen, Ruinan Jin, Jun Luo, Hanliang Chen 외 arxiv

Automated radiology report generation (RRG) has gained increasing attention because it can reduce the heavy workload of clinical report writing. However, most existing methods mainly optimize for natural language generat…

Reinforcement Learning

Precision-Recall Divergence Optimization for Generative Modeling with GANs and Normalizing Flows

2023-09-21 · NeurIPS 2023 11

Achieving a balance between image quality (precision) and diversity (recall) is a significant challenge in the domain of generative models. Current state-of-the-art models primarily rely on optimizing heuristics, such as…

Evaluating Protein-protein Interaction Predictors with a Novel 3-Dimensional Metric

2015-11-06 · Haohan Wang, Madhavi K. Ganapathiraju

In order for the predicted interactions to be directly adopted by biologists, the ma- chine learning predictions have to be of high precision, regardless of recall. This aspect cannot be evaluated or numerically represen…