paper-with-me

홈 › Papers

CQE: A Comprehensive Quantity Extractor

2023-05-15 · Satya Almasian, Vivian Kazakova, Philip Göldner, Michael Gertz

Quantities are essential in documents to describe factual information. They are ubiquitous in application domains such as finance, business, medicine, and science in general. Compared to other information extraction approaches, interestingly only a few works exist that describe methods for a proper extraction and representation of quantities in text. In this paper, we present such a comprehensive quantity extraction framework from text data. It efficiently detects combinations of values and units, the behavior of a quantity (e.g., rising or falling), and the concept a quantity is associated with. Our framework makes use of dependency parsing and a dictionary of units, and it provides for a proper normalization and standardization of detected quantities. Using a novel dataset for evaluation, we show that our open source framework outperforms other systems and -- to the best of our knowledge -- is the first to detect concepts associated with identified quantities. The code and data underlying our framework are available at https://github.com/vivkaz/CQE.

📄 PDF Abstract BibTeX arXiv:2305.08853

Code (2)

satya77/cqe_evaluation 공식 구현
vivkaz/cqe 공식 구현

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Curiously Effective Features for Image Quality Prediction

2021-06-10 · Sören Becker, Thomas Wiegand, Sebastian Bosse

The performance of visual quality prediction models is commonly assumed to be closely tied to their ability to capture perceptually relevant image aspects. Models are thus either based on sophisticated feature extractors…

Predictionregression

Separation Capacity of Scattering Networks

2026-06-29 · Konstantin Häberle, Helmut Bölcskei arxiv

In this paper, we attempt to enhance the theoretical understanding of convolutional neural networks (CNNs) as feature extractors in classification tasks by analyzing them through the lens of Cover's function-counting the…

Bootstrapping for Numerical Open IE

2017-07-01 · ACL 2017 7 · Swarnadeep Saha, Harinder Pal, {Mausam}

We design and release BONIE, the first open numerical relation extractor, for extracting Open IE tuples where one of the arguments is a number or a quantity-unit phrase. BONIE uses bootstrapping to learn the specific dep…

Implicit RelationsOpen Information ExtractionSentence

Interpretation of the Transformer and Improvement of the Extractor

2023-11-21 · Zhe Chen

It has been over six years since the Transformer architecture was put forward. Surprisingly, the vanilla Transformer architecture is still widely used today. One reason is that the lack of deep understanding and comprehe…

Can CLIP Count Stars? An Empirical Study on Quantity Bias in CLIP

2024-09-23 · Zeliang Zhang, Zhuo Liu, Mingqian Feng, Chenliang Xu

CLIP has demonstrated great versatility in adapting to various downstream tasks, such as image editing and generation, visual question answering, and video understanding. However, CLIP-based applications often suffer fro…

Image GenerationQuestion AnsweringVideo UnderstandingVisual Question Answering