paper-with-me

Papers

Instance-Based Learning of Span Representations: A Case Study through Named Entity Recognition

2020-04-29 · ACL 2020 6 · Hiroki Ouchi, Jun Suzuki, Sosuke Kobayashi, Sho Yokoi, Tatsuki Kuribayashi, Ryuto Konno, Kentaro Inui

Interpretable rationales for model predictions play a critical role in practical applications. In this study, we develop models possessing interpretable inference process for structured prediction. Specifically, we present a method of instance-based learning that learns similarities between spans. At inference time, each span is assigned a class label based on its similar spans in the training set, where it is easy to understand how much each training instance contributes to the predictions. Through empirical analysis on named entity recognition, we demonstrate that our method enables to build models that have high interpretability without sacrificing performance.

📄 PDF Abstract BibTeX arXiv:2004.14514

Code (1)

hiroki13/instance-based-ner 공식 구현 tf

Tasks

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

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

An Empirical Study of Span Representations in Argumentation Structure Parsing

2019-07-01 · ACL 2019 7 · Tatsuki Kuribayashi, Hiroki Ouchi, Naoya Inoue, Paul Reisert 외

For several natural language processing (NLP) tasks, span representation design is attracting considerable attention as a promising new technique; a common basis for an effective design has been established. With such ba…

Behavior and Representation in Large Language Models for Combinatorial Optimization: From Feature Extraction to Algorithm Selection

2025-12-15 · Francesca Da Ros, Luca Di Gaspero, Kevin Roitero arxiv

Recent advances in Large Language Models (LLMs) have opened new perspectives for automation in optimization. While several studies have explored how LLMs can generate or solve optimization models, far less is understood …

A Geometric View of SRC: Learning Representations for Stable Residual Inference

2026-05-28 · Vangelis P. Oikonomou arxiv

Reconstruction-based inference assigns a class by comparing class-wise reconstruction residuals; Sparse Representation Classification (SRC) is a canonical instance whose reliability depends on the geometry of the learned…

A BERT-based Universal Model for Both Within- and Cross-sentence Clinical Temporal Relation Extraction

2019-06-01 · WS 2019 6 · Chen Lin, Timothy Miller, Dmitriy Dligach, Steven Bethard 외

Classic methods for clinical temporal relation extraction focus on relational candidates within a sentence. On the other hand, break-through Bidirectional Encoder Representations from Transformers (BERT) are trained on l…

RelationRelation ExtractionSentenceTemporal Relation Extraction

Online Prediction with Limited Selectivity

2025-08-13 · Licheng Liu, Mingda Qiao arxiv

Selective prediction [Dru13, QV19] models the scenario where a forecaster freely decides on the prediction window that their forecast spans. Many data statistics can be predicted to a non-trivial error rate without any d…