paper-with-me

Papers

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 result, the performance of these models is limited when they are applied to number-intensive applications in clinical and financial domains. In this work, we propose a simple number embedding approach based on knowledge graph. We construct a knowledge graph consisting of number entities and magnitude relations. Knowledge graph embedding method is then applied to obtain number vectors. Our approach is easy to implement, and experiment results on various numeracy-related NLP tasks demonstrate the effectiveness and efficiency of our method.

📄 PDF Abstract BibTeX

Code (1)

hduanac/nekg 공식 구현 tf

Tasks

Graph EmbeddingKnowledge Graph EmbeddingNatural Language Understanding

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

Do Language Embeddings Capture Scales?

2020-10-11 · EMNLP (BlackboxNLP) 2020 11 · Xikun Zhang, Deepak Ramachandran, Ian Tenney, Yanai Elazar 외

Pretrained Language Models (LMs) have been shown to possess significant linguistic, common sense, and factual knowledge. One form of knowledge that has not been studied yet in this context is information about the scalar…

Common Sense Reasoning

Exploring Numeracy in Word Embeddings

2019-07-01 · ACL 2019 7 · Aakanksha Naik, Ravich, Abhilasha er, Carolyn Rose 외

Word embeddings are now pervasive across NLP subfields as the de-facto method of forming text representataions. In this work, we show that existing embedding models are inadequate at constructing representations that cap…

Word Embeddings

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…

LUNA: Language Understanding with Number Augmentations on Transformers via Number Plugins and Pre-training

2022-12-06 · Hongwei Han, Jialiang Xu, Mengyu Zhou, Yijia Shao 외

Transformers are widely used in NLP tasks. However, current approaches to leveraging transformers to understand language expose one weak spot: Number understanding. In some scenarios, numbers frequently occur, especially…