paper-with-me

홈 › Papers

WHERE and WHICH: Iterative Debate for Biomedical Synthetic Data Augmentation

2025-03-31 · Zhengyi Zhao, Shubo Zhang, Bin Liang, Binyang Li, Kam-Fai Wong

In Biomedical Natural Language Processing (BioNLP) tasks, such as Relation Extraction, Named Entity Recognition, and Text Classification, the scarcity of high-quality data remains a significant challenge. This limitation poisons large language models to correctly understand relationships between biological entities, such as molecules and diseases, or drug interactions, and further results in potential misinterpretation of biomedical documents. To address this issue, current approaches generally adopt the Synthetic Data Augmentation method which involves similarity computation followed by word replacement, but counterfactual data are usually generated. As a result, these methods disrupt meaningful word sets or produce sentences with meanings that deviate substantially from the original context, rendering them ineffective in improving model performance. To this end, this paper proposes a biomedical-dedicated rationale-based synthetic data augmentation method. Beyond the naive lexicon similarity, specific bio-relation similarity is measured to hold the augmented instance having a strong correlation with bio-relation instead of simply increasing the diversity of augmented data. Moreover, a multi-agents-involved reflection mechanism helps the model iteratively distinguish different usage of similar entities to escape falling into the mis-replace trap. We evaluate our method on the BLURB and BigBIO benchmark, which includes 9 common datasets spanning four major BioNLP tasks. Our experimental results demonstrate consistent performance improvements across all tasks, highlighting the effectiveness of our approach in addressing the challenges associated with data scarcity and enhancing the overall performance of biomedical NLP models.

📄 PDF Abstract BibTeX arXiv:2503.23673

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualData Augmentationnamed-entity-recognitionNamed Entity RecognitionRelationRelation Extractiontext-classificationText Classification

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

Debatrix: Multi-dimensional Debate Judge with Iterative Chronological Analysis Based on LLM

2024-03-12 · Jingcong Liang, Rong Ye, Meng Han, Ruofei Lai 외

How can we construct an automated debate judge to evaluate an extensive, vibrant, multi-turn debate? This task is challenging, as judging a debate involves grappling with lengthy texts, intricate argument relationships, …

MV-Debate: Multi-view Agent Debate with Dynamic Reflection Gating for Multimodal Harmful Content Detection in Social Media

2025-08-07 · Rui Lu, Jinhe Bi, Yunpu Ma, Feng Xiao 외 arxiv

Social media has evolved into a complex multimodal environment where text, images, and other signals interact to shape nuanced meanings, often concealing harmful intent. Identifying such intent, whether sarcasm, hate spe…

Intent Detection

Debate2Create: Robot Co-design via Multi-Agent LLM Debate

2025-10-29 · Kevin Qiu, Marek Cygan arxiv

We introduce Debate2Create (D2C), a multi-agent LLM framework that formulates robot co-design as structured, iterative debate grounded in physics-based evaluation. A design agent and control agent engage in a thesis-anti…

A Survey on Training Challenges in Generative Adversarial Networks for Biomedical Image Analysis

2022-01-19 · Muhammad Muneeb Saad, Ruairi O'Reilly, Mubashir Husain Rehmani

In biomedical image analysis, the applicability of deep learning methods is directly impacted by the quantity of image data available. This is due to deep learning models requiring large image datasets to provide high-le…

The Cost of Consensus: Isolated Self-Correction Prevails Over Unguided Homogeneous Multi-Agent Debate

2026-04-29 · Blaž Bertalanič, Carolina Fortuna arxiv

Multi-agent debate, where teams of LLMs iteratively exchange rationales and vote on answers, is widely deployed under the assumption that peer review filters hallucinations. Yet the failure dynamics of homogeneous debate…