paper-with-me

홈 › Papers

Robust Text Classifier on Test-Time Budgets

2018-08-24 · IJCNLP 2019 11 · Md. Rizwan Parvez, Tolga Bolukbasi, Kai-Wei Chang, Venkatesh Saligrama

We propose a generic and interpretable learning framework for building robust text classification model that achieves accuracy comparable to full models under test-time budget constraints. Our approach learns a selector to identify words that are relevant to the prediction tasks and passes them to the classifier for processing. The selector is trained jointly with the classifier and directly learns to incorporate with the classifier. We further propose a data aggregation scheme to improve the robustness of the classifier. Our learning framework is general and can be incorporated with any type of text classification model. On real-world data, we show that the proposed approach improves the performance of a given classifier and speeds up the model with a mere loss in accuracy performance.

📄 PDF Abstract BibTeX arXiv:1808.08270

Code (1)

uclanlp/Fast-and-Robust-Text-Classification 공식 구현 pytorch

Tasks

General Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Analyzing Text Representations under Tight Annotation Budgets: Measuring Structural Alignment

2022-10-11 · César González-Gutiérrez, Audi Primadhanty, Francesco Cazzaro, Ariadna Quattoni

Annotating large collections of textual data can be time consuming and expensive. That is why the ability to train models with limited annotation budgets is of great importance. In this context, it has been shown that un…

text-classificationText Classification

From Scale to Speed: Adaptive Test-Time Scaling for Image Editing

2026-02-24 · Xiangyan Qu, Zhenlong Yuan, Jing Tang, Rui Chen 외 arxiv

Image Chain-of-Thought (Image-CoT) is a test-time scaling paradigm that improves image generation by extending inference time. Most Image-CoT methods focus on text-to-image (T2I) generation. Unlike T2I generation, image …

Image GenerationImage Editing

Lower Bounds on Cross-Entropy Loss in the Presence of Test-time Adversaries

2021-04-16 · Arjun Nitin Bhagoji, Daniel Cullina, Vikash Sehwag, Prateek Mittal

Understanding the fundamental limits of robust supervised learning has emerged as a problem of immense interest, from both practical and theoretical standpoints. In particular, it is critical to determine classifier-agno…

Diagnostic

How Inference Compute Shapes Frontier LLM Evaluation

2026-06-16 · Jessica McFadyen, Ole Jorgensen, Harry Coppock, Kevin Wei 외 arxiv

AI evaluations are shifting toward harder tasks that benefit from longer trajectories involving tool use and iterative problem solving. As a result, performance is increasingly sensitive to the amount and allocation of c…

Ladders in Chaos: When, How, (and Perhaps Why) Does Test-Time Scaling Improve LLM Machine Translation

2026-08-28 · Di Wu, Sergey Troshin, Christof Monz, Antske Fokkens 외 arxiv

Two forms of test-time scaling for Large Language Models (LLMs) have emerged as effective and widely adopted paradigms: sequential, in which later answer attempts depend on earlier ones, and parallel, such as i.i.d. samp…

Machine Translation