paper-with-me

Papers

Text-in-Context: Token-Level Error Detection for Table-to-Text Generation

2021-08-01 · INLG (ACL) 2021 8 · Zdeněk Kasner, Simon Mille, Ondřej Dušek

We present our Charles-UPF submission for the Shared Task on Evaluating Accuracy in Generated Texts at INLG 2021. Our system can detect the errors automatically using a combination of a rule-based natural language generation (NLG) system and pretrained language models (LMs). We first utilize a rule-based NLG system to generate sentences with facts that can be derived from the input. For each sentence we evaluate, we select a subset of facts which are relevant by measuring semantic similarity to the sentence in question. Finally, we finetune a pretrained language model on annotated data along with the relevant facts for fine-grained error detection. On the test set, we achieve 69% recall and 75% precision with a model trained on a mixture of human-annotated and synthetic data.

📄 PDF Abstract BibTeX

Code (1)

kasnerz/accuracysharedtask_cuni-upf 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSemantic SimilaritySemantic Textual SimilaritySentenceTable-to-Text GenerationText Generation

Similar Papers 제목 키워드 기반

Targeted Remasking: Replacing Token Editing with Token-to-Mask Refinement in Discrete Diffusion Language Models

2026-04-06 · Lin Yao arxiv

Discrete masked diffusion language models such as LLaDA generate text through iterative denoising, where mask tokens are progressively replaced with predicted tokens. LLaDA2.1 introduced a Token-to-Token (T2T) editing me…

Instruction Following

Towards Token-Level Text Anomaly Detection

2026-01-20 · Yang Cao, Bicheng Yu, Sikun Yang, Ming Liu 외 arxiv

Despite significant progress in text anomaly detection for web applications such as spam filtering and fake news detection, existing methods are fundamentally limited to document-level analysis, unable to identify which …

Fake News DetectionAnomaly Detection

Improving End-to-End Contextual Speech Recognition with Fine-Grained Contextual Knowledge Selection

2022-01-30 · Minglun Han, Linhao Dong, Zhenlin Liang, Meng Cai 외

Nowadays, most methods in end-to-end contextual speech recognition bias the recognition process towards contextual knowledge. Since all-neural contextual biasing methods rely on phrase-level contextual modeling and atten…

speech-recognitionSpeech Recognition

Multi-Level Contextual Token Relation Modeling for Machine-Generated Text Detection

2026-05-15 · Chenwang Wu, Yiuming Cheung, Bo Han, Shuhai Zhang 외 arxiv

Machine-generated texts (MGTs) pose risks such as disinformation and phishing, underscoring the need for reliable detection. Metric-based methods, which extract statistically distinguishable features of MGTs, are often m…

Text Detection

ZeroED: Hybrid Zero-shot Error Detection through Large Language Model Reasoning

2025-04-06 · Wei Ni, Kaihang Zhang, Xiaoye Miao, Xiangyu Zhao 외

Error detection (ED) in tabular data is crucial yet challenging due to diverse error types and the need for contextual understanding. Traditional ED methods often rely heavily on manual criteria and labels, making them l…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model