paper-with-me

Papers

Fine-Tuning Language Models on Multiple Datasets for Citation Intention Classification

2024-10-17 · Zeren Shui, Petros Karypis, Daniel S. Karls, Mingjian Wen, Saurav Manchanda, Ellad B. Tadmor, George Karypis

Citation intention Classification (CIC) tools classify citations by their intention (e.g., background, motivation) and assist readers in evaluating the contribution of scientific literature. Prior research has shown that pretrained language models (PLMs) such as SciBERT can achieve state-of-the-art performance on CIC benchmarks. PLMs are trained via self-supervision tasks on a large corpus of general text and can quickly adapt to CIC tasks via moderate fine-tuning on the corresponding dataset. Despite their advantages, PLMs can easily overfit small datasets during fine-tuning. In this paper, we propose a multi-task learning (MTL) framework that jointly fine-tunes PLMs on a dataset of primary interest together with multiple auxiliary CIC datasets to take advantage of additional supervision signals. We develop a data-driven task relation learning (TRL) method that controls the contribution of auxiliary datasets to avoid negative transfer and expensive hyper-parameter tuning. We conduct experiments on three CIC datasets and show that fine-tuning with additional datasets can improve the PLMs' generalization performance on the primary dataset. PLMs fine-tuned with our proposed framework outperform the current state-of-the-art models by 7% to 11% on small datasets while aligning with the best-performing model on a large dataset.

📄 PDF Abstract BibTeX arXiv:2410.13332

Code (1)

shuix007/deep-citation 공식 구현 pytorch

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Learning to Generate Answers with Citations via Factual Consistency Models

2024-06-19 · Rami Aly, Zhiqiang Tang, Samson Tan, George Karypis

Large Language Models (LLMs) frequently hallucinate, impeding their reliability in mission-critical situations. One approach to address this issue is to provide citations to relevant sources alongside generated content, …

In-Context Learning

Towards Better Citation Intent Classification

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

Accurate classification of citation intents in a scientific article provides deeper contextual understanding of and better quantifies the contributions of cited articles. This improves scientific literature platform capa…

ArticlesCitation Intent ClassificationClassificationData Augmentation+3

Adaptive Question Answering: Enhancing Language Model Proficiency for Addressing Knowledge Conflicts with Source Citations

2024-10-05 · Sagi Shaier, Ari Kobren, Philip Ogren

Resolving knowledge conflicts is a crucial challenge in Question Answering (QA) tasks, as the internet contains numerous conflicting facts and opinions. While some research has made progress in tackling ambiguous setting…

Language ModelingLanguage ModellingQuestion AnsweringReading Comprehension+1

Adapting Pretrained Language Models for Citation Classification via Self-Supervised Contrastive Learning

2025-05-20 · Tong Li, Jiachuan Wang, Yongqi Zhang, Shuangyin Li 외

Citation classification, which identifies the intention behind academic citations, is pivotal for scholarly analysis. Previous works suggest fine-tuning pretrained language models (PLMs) on citation classification datase…

Contrastive LearningDecoderSentence

LM-BFF-MS: Improving Few-Shot Fine-tuning of Language Models based on Multiple Soft Demonstration Memory

2022-05-01 · ACL 2022 5 · Eunhwan Park, Donghyeon Jeon, Seonhoon Kim, Inho Kang 외

LM-BFF (CITATION) achieves significant few-shot performance by using auto-generated prompts and adding demonstrations similar to an input example. To improve the approach of LM-BFF, this paper proposes LM-BFF-MS—better f…

MRPCSST-2Word Embeddings