paper-with-me

홈 › Papers

Learning Numeral Embedding

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Chengyue Jiang, Zhonglin Nian, Kaihao Guo, Shanbo Chu, Yinggong Zhao, Libin Shen, Kewei Tu

Word embedding is an essential building block for deep learning methods for natural language processing. Although word embedding has been extensively studied over the years, the problem of how to effectively embed numerals, a special subset of words, is still underexplored. Existing word embedding methods do not learn numeral embeddings well because there are an infinite number of numerals and their individual appearances in training corpora are highly scarce. In this paper, we propose two novel numeral embedding methods that can handle the out-of-vocabulary (OOV) problem for numerals. We first induce a finite set of prototype numerals using either a self-organizing map or a Gaussian mixture model. We then represent the embedding of a numeral as a weighted average of the prototype number embeddings. Numeral embeddings represented in this manner can be plugged into existing word embedding learning approaches such as skip-gram for training. We evaluated our methods and showed its effectiveness on four intrinsic and extrinsic tasks: word similarity, embedding numeracy, numeral prediction, and sequence labeling.

📄 PDF Abstract BibTeX

Code (1)

jeffchy/learning-numeral-embeddings 공식 구현 pytorch

Tasks

Word Similarity

Similar Papers 제목 키워드 기반

Learning Numeral Embeddings

2019-12-28 · Chengyue Jiang, Zhonglin Nian, Kaihao Guo, Shanbo Chu 외

Word embedding is an essential building block for deep learning methods for natural language processing. Although word embedding has been extensively studied over the years, the problem of how to effectively embed numera…

Word Similarity

Laying Anchors: Semantically Priming Numerals in Language Modeling

2024-04-02 · Mandar Sharma, Rutuja Murlidhar Taware, Pravesh Koirala, Nikhil Muralidhar 외

Off-the-shelf pre-trained language models have become the de facto standard in NLP pipelines for a multitude of downstream tasks. However, the inability of these models to properly encode numerals limits their performanc…

Language ModelingLanguage Modelling

FiNCAT: Financial Numeral Claim Analysis Tool

2022-01-26 · Sohom Ghosh, Sudip Kumar Naskar

While making investment decisions by reading financial documents, investors need to differentiate between in-claim and outof-claim numerals. In this paper, we present a tool which does it automatically. It extracts conte…

Language ModelingLanguage Modellingregression

InfraredGP: Efficient Graph Partitioning via Spectral Graph Neural Networks with Negative Corrections

2025-08-27 · Meng Qin, Weihua Li, Jinqiang Cui, Sen Pei arxiv

Graph partitioning (GP), a.k.a. community detection, is a classic problem that divides nodes of a graph into densely-connected blocks. From a perspective of graph signal processing, we find that graph Laplacian with a ne…

Community Detectiongraph partitioning

NumGPT: Improving Numeracy Ability of Generative Pre-trained Models

2021-09-07 · Zhihua Jin, Xin Jiang, Xingbo Wang, Qun Liu 외

Existing generative pre-trained language models (e.g., GPT) focus on modeling the language structure and semantics of general texts. However, those models do not consider the numerical properties of numbers and cannot pe…

Math