paper-with-me

Papers

Co-training for Low Resource Scientific Natural Language Inference

2024-06-20 · Mobashir Sadat, Cornelia Caragea

Scientific Natural Language Inference (NLI) is the task of predicting the semantic relation between a pair of sentences extracted from research articles. The automatic annotation method based on distant supervision for the training set of SciNLI (Sadat and Caragea, 2022b), the first and most popular dataset for this task, results in label noise which inevitably degenerates the performance of classifiers. In this paper, we propose a novel co-training method that assigns weights based on the training dynamics of the classifiers to the distantly supervised labels, reflective of the manner they are used in the subsequent training epochs. That is, unlike the existing semi-supervised learning (SSL) approaches, we consider the historical behavior of the classifiers to evaluate the quality of the automatically annotated labels. Furthermore, by assigning importance weights instead of filtering out examples based on an arbitrary threshold on the predicted confidence, we maximize the usage of automatically labeled data, while ensuring that the noisy labels have a minimal impact on model training. The proposed method obtains an improvement of 1.5% in Macro F1 over the distant supervision baseline, and substantial improvements over several other strong SSL baselines. We make our code and data available on Github.

📄 PDF Abstract BibTeX arXiv:2406.14666

Code (1)

msadat3/weighted_cotraining 공식 구현

Tasks

ArticlesNatural Language Inference

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Speaking the Language of Science: Toward a General-Purpose Generative Foundation Model for the Natural Sciences

2026-06-15 · Mingyang Li, Yurou Liu, Jieping Ye, Bing Su 외 arxiv

In this report, we present LOGOS (Language Of Generative Objects in Science), a scientific generative language model that unifies heterogeneous tasks across the natural sciences within a single autoregressive framework b…

A MISMATCHED Benchmark for Scientific Natural Language Inference

2025-06-05 · Firoz Shaik, Mobashir Sadat, Nikita Gautam, Doina Caragea 외

Scientific Natural Language Inference (NLI) is the task of predicting the semantic relation between a pair of sentences extracted from research articles. Existing datasets for this task are derived from various computer …

ArticlesNatural Language InferenceRelationSentence

SciNLI: A Corpus for Natural Language Inference on Scientific Text

2022-03-13 · ACL 2022 5 · Mobashir Sadat, Cornelia Caragea

Existing Natural Language Inference (NLI) datasets, while being instrumental in the advancement of Natural Language Understanding (NLU) research, are not related to scientific text. In this paper, we introduce SciNLI, a …

Natural Language InferenceNatural Language UnderstandingSentence

Information Extraction from Scientific Literature for Method Recommendation

2018-12-14 · Luan Yi

As a research community grows, more and more papers are published each year. As a result there is increasing demand for improved methods for finding relevant papers, automatically understanding the key ideas and recommen…

MSciNLI: A Diverse Benchmark for Scientific Natural Language Inference

2024-04-11 · Mobashir Sadat, Cornelia Caragea

The task of scientific Natural Language Inference (NLI) involves predicting the semantic relation between two sentences extracted from research articles. This task was recently proposed along with a new dataset called Sc…

ArticlesDiversityNatural Language InferenceSentence+1