paper-with-me

홈 › Papers

Quantity Tagger: A Latent-Variable Sequence Labeling Approach to Solving Addition-Subtraction Word Problems

2019-08-31 · ACL 2019 7 · Yanyan Zou, Wei Lu

An arithmetic word problem typically includes a textual description containing several constant quantities. The key to solving the problem is to reveal the underlying mathematical relations (such as addition and subtraction) among quantities, and then generate equations to find solutions. This work presents a novel approach, Quantity Tagger, that automatically discovers such hidden relations by tagging each quantity with a sign corresponding to one type of mathematical operation. For each quantity, we assume there exists a latent, variable-sized quantity span surrounding the quantity token in the text, which conveys information useful for determining its sign. Empirical results show that our method achieves 5 and 8 points of accuracy gains on two datasets respectively, compared to prior approaches.

📄 PDF Abstract BibTeX arXiv:1909.00176

Code (1)

zoezou2015/quantity_tagger 공식 구현

Similar Papers 제목 키워드 기반

Plug-Tagger: A Pluggable Sequence Labeling Framework with Pre-trained Language Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Fine-tuning the pre-trained language models (PLMs) on downstream tasks is the de-facto paradigm in NLP. Despite the superior performance on sequence labeling, the fine-tuning requires large-scale parameters and time-cons…

Language ModelingLanguage Modelling

Variational Sequential Labelers for Semi-Supervised Learning

2019-06-23 · EMNLP 2018 10 · Mingda Chen, Qingming Tang, Karen Livescu, Kevin Gimpel

We introduce a family of multitask variational methods for semi-supervised sequence labeling. Our model family consists of a latent-variable generative model and a discriminative labeler. The generative models use latent…

Learning Word EmbeddingsWord Embeddings

Arabic POS Tagging: Don't Abandon Feature Engineering Just Yet

2017-04-01 · WS 2017 4 · Kareem Darwish, Hamdy Mubarak, Ahmed Abdelali, Mohamed Eldesouki

This paper focuses on comparing between using Support Vector Machine based ranking (SVM-Rank) and Bidirectional Long-Short-Term-Memory (bi-LSTM) neural-network based sequence labeling in building a state-of-the-art Arabi…

Feature EngineeringNamed Entity Recognition (NER)Part-Of-Speech TaggingPOS+2

A New Concept of Deep Reinforcement Learning based Augmented General Tagging System

2018-08-01 · COLING 2018 8 · Yu Wang, Abhishek Patel, Hongxia Jin

In this paper, a new deep reinforcement learning based augmented general tagging system is proposed. The new system contains two parts: a deep neural network (DNN) based sequence labeling model and a deep reinforcement l…

Deep Reinforcement LearningNamed Entity Recognition (NER)reinforcement-learningReinforcement Learning+3

Low-Rank Hidden State Embeddings for Viterbi Sequence Labeling

2017-08-02 · Dung Thai, Shikhar Murty, Trapit Bansal, Luke Vilnis 외

In textual information extraction and other sequence labeling tasks it is now common to use recurrent neural networks (such as LSTM) to form rich embedded representations of long-term input co-occurrence patterns. Repres…

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