paper-with-me

Papers

Numeracy-600K: Learning Numeracy for Detecting Exaggerated Information in Market Comments

2019-07-01 · ACL 2019 7 · Chung-Chi Chen, Hen-Hsen Huang, Hiroya Takamura, Hsin-Hsi Chen

In this paper, we attempt to answer the question of whether neural network models can learn numeracy, which is the ability to predict the magnitude of a numeral at some specific position in a text description. A large benchmark dataset, called Numeracy-600K, is provided for the novel task. We explore several neural network models including CNN, GRU, BiGRU, CRNN, CNN-capsule, GRU-capsule, and BiGRU-capsule in the experiments. The results show that the BiGRU model gets the best micro-averaged F1 score of 80.16{\%}, and the GRU-capsule model gets the best macro-averaged F1 score of 64.71{\%}. Besides discussing the challenges through comprehensive experiments, we also present an important application scenario, i.e., detecting exaggerated information, for the task.

📄 PDF Abstract BibTeX

Code (1)

aistairc/Numeracy-600K 공식 구현

Tasks

Position

Methods 이 논문이 사용한 방법론

BiGRU A Bidirectional GRU, or BiGRU, is a sequence processing model that consists of two GRUs. one taking the input in a forward…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Do NLP Models Know Numbers? Probing Numeracy in Embeddings

2019-09-17 · IJCNLP 2019 11 · Eric Wallace, Yizhong Wang, Sujian Li, Sameer Singh 외

The ability to understand and work with numbers (numeracy) is critical for many complex reasoning tasks. Currently, most NLP models treat numbers in text in the same way as other tokens---they embed them as distributed v…

Question Answering

Revealing the Numeracy Gap: An Empirical Investigation of Text Embedding Models

2025-09-06 · Ningyuan Deng, Hanyu Duan, Yixuan Tang, Yi Yang arxiv

Text embedding models are widely used in natural language processing applications. However, their capability is often benchmarked on tasks that do not require understanding nuanced numerical information in text. As a res…

Learning Numeracy: A Simple Yet Effective Number Embedding Approach Using Knowledge Graph

2021-11-01 · Findings (EMNLP) 2021 11 · Hanyu Duan, Yi Yang, Kar Yan Tam

Numeracy plays a key role in natural language understanding. However, existing NLP approaches, not only traditional word2vec approach or contextualized transformer-based language models, fail to learn numeracy. As the re…

Graph EmbeddingKnowledge Graph EmbeddingNatural Language Understanding

Investigating Numeracy Learning Ability of a Text-to-Text Transfer Model

2021-09-10 · Findings (EMNLP) 2021 11 · Kuntal Kumar Pal, Chitta Baral

The transformer-based pre-trained language models have been tremendously successful in most of the conventional NLP tasks. But they often struggle in those tasks where numerical understanding is required. Some possible r…

Transfer Learning

Representing Numbers in NLP: a Survey and a Vision

2021-03-24 · NAACL 2021 4 · Avijit Thawani, Jay Pujara, Pedro A. Szekely, Filip Ilievski

NLP systems rarely give special consideration to numbers found in text. This starkly contrasts with the consensus in neuroscience that, in the brain, numbers are represented differently from words. We arrange recent NLP …

Survey