paper-with-me

Papers

Context-NER : Contextual Phrase Generation at Scale

2021-09-16 · Himanshu Gupta, Shreyas Verma, Santosh Mashetty, Swaroop Mishra

Named Entity Recognition (NER) has seen significant progress in recent years, with numerous state-of-the-art (SOTA) models achieving high performance. However, very few studies have focused on the generation of entities' context. In this paper, we introduce CONTEXT-NER, a task that aims to generate the relevant context for entities in a sentence, where the context is a phrase describing the entity but not necessarily present in the sentence. To facilitate research in this task, we also present the EDGAR10-Q dataset, which consists of annual and quarterly reports from the top 1500 publicly traded companies. The dataset is the largest of its kind, containing 1M sentences, 2.8M entities, and an average of 35 tokens per sentence, making it a challenging dataset. We propose a baseline approach that combines a phrase generation algorithm with inferencing using a 220M language model, achieving a ROUGE-L score of 27% on the test split. Additionally, we perform a one-shot inference with ChatGPT, which obtains a 30% ROUGE-L, highlighting the difficulty of the dataset. We also evaluate models such as T5 and BART, which achieve a maximum ROUGE-L of 49% after supervised finetuning on EDGAR10-Q. We also find that T5-large, when pre-finetuned on EDGAR10-Q, achieve SOTA results on downstream finance tasks such as Headline, FPB, and FiQA SA, outperforming vanilla version by 10.81 points. To our surprise, this 66x smaller pre-finetuned model also surpasses the finance-specific LLM BloombergGPT-50B by 15 points. We hope that our dataset and generated artifacts will encourage further research in this direction, leading to the development of more sophisticated language models for financial text analysis

📄 PDF Abstract BibTeX arXiv:2109.08079

Code (1)

him1411/edgar10q-dataset 공식 구현

Tasks

ContextNERLanguage ModellingMachine Reading Comprehensionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NEROpen Information ExtractionQuestion GenerationQuestion-GenerationReading ComprehensionSentence

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Approximate Nearest Neighbour Phrase Mining for Contextual Speech Recognition

2023-04-18 · Maurits Bleeker, Pawel Swietojanski, Stefan Braun, Xiaodan Zhuang

This paper presents an extension to train end-to-end Context-Aware Transformer Transducer ( CATT ) models by using a simple, yet efficient method of mining hard negative phrases from the latent space of the context encod…

speech-recognitionSpeech Recognition

Paraphrase Generation: A Survey of the State of the Art

2021-11-01 · EMNLP 2021 11 · Jianing Zhou, Suma Bhat

This paper focuses on paraphrase generation,which is a widely studied natural language generation task in NLP. With the development of neural models, paraphrase generation research has exhibited a gradual shift to neural…

Paraphrase GenerationSurveyText Generation

ConRPG: Paraphrase Generation using Contexts as Regularizer

2021-09-01 · EMNLP 2021 11 · Yuxian Meng, Xiang Ao, Qing He, Xiaofei Sun 외

A long-standing issue with paraphrase generation is how to obtain reliable supervision signals. In this paper, we propose an unsupervised paradigm for paraphrase generation based on the assumption that the probabilities …

Paraphrase Generation

Contextualized Automatic Speech Recognition with Dynamic Vocabulary Prediction and Activation

2025-05-29 · Zhennan Lin, Kaixun Huang, Wei Ren, Linju Yang 외

Deep biasing improves automatic speech recognition (ASR) performance by incorporating contextual phrases. However, most existing methods enhance subwords in a contextual phrase as independent units, potentially compromis…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Improving End-to-End Contextual Speech Recognition with Fine-Grained Contextual Knowledge Selection

2022-01-30 · Minglun Han, Linhao Dong, Zhenlin Liang, Meng Cai 외

Nowadays, most methods in end-to-end contextual speech recognition bias the recognition process towards contextual knowledge. Since all-neural contextual biasing methods rely on phrase-level contextual modeling and atten…

speech-recognitionSpeech Recognition