paper-with-me

Papers

Differentiable Multi-Agent Actor-Critic for Multi-Step Radiology Report Summarization

2022-03-15 · ACL 2022 5 · Sanjeev Kumar Karn, Ning Liu, Hinrich Schuetze, Oladimeji Farri

The IMPRESSIONS section of a radiology report about an imaging study is a summary of the radiologist's reasoning and conclusions, and it also aids the referring physician in confirming or excluding certain diagnoses. A cascade of tasks are required to automatically generate an abstractive summary of the typical information-rich radiology report. These tasks include acquisition of salient content from the report and generation of a concise, easily consumable IMPRESSIONS section. Prior research on radiology report summarization has focused on single-step end-to-end models -- which subsume the task of salient content acquisition. To fully explore the cascade structure and explainability of radiology report summarization, we introduce two innovations. First, we design a two-step approach: extractive summarization followed by abstractive summarization. Second, we additionally break down the extractive part into two independent tasks: extraction of salient (1) sentences and (2) keywords. Experiments on English radiology reports from two clinical sites show our novel approach leads to a more precise summary compared to single-step and to two-step-with-single-extractive-process baselines with an overall improvement in F1 score Of 3-4%.

📄 PDF Abstract BibTeX arXiv:2203.08257

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationExtractive Summarization

Similar Papers 제목 키워드 기반

Merging model-based control with multi-agent reinforcement learning for multi-agent cooperative teaming strategies

2026-06-04 · Christian Llanes, Spencer W. Jensen, Samuel Coogan arxiv

In this work, we propose a framework that combines multi-agent reinforcement learning (MARL) with model-based control to achieve safe, dynamically feasible actions in cooperative multi-agent tasks. Multi-agent reinforcem…

Multi-agent Reinforcement Learning

Learning responsibility allocations for multi-agent interactions: A differentiable optimization approach with control barrier functions

2024-10-09 · Isaac Remy, David Fridovich-Keil, Karen Leung

From autonomous driving to package delivery, ensuring safe yet efficient multi-agent interaction is challenging as the interaction dynamics are influenced by hard-to-model factors such as social norms and contextual cues…

Autonomous Driving

A Differentiable Model for Optimizing the Genetic Drivers of Synaptogenesis

2024-02-11 · Tommaso Boccato, Matteo Ferrante, Nicola Toschi

There is a growing consensus among neuroscientists that many neural circuits critical for survival result from a process of genomic decompression, hence are constructed based on the information contained within the genom…

SACHA: Soft Actor-Critic with Heuristic-Based Attention for Partially Observable Multi-Agent Path Finding

2023-07-05 · Qiushi Lin, Hang Ma

Multi-Agent Path Finding (MAPF) is a crucial component for many large-scale robotic systems, where agents must plan their collision-free paths to their given goal positions. Recently, multi-agent reinforcement learning h…

Multi-Agent Path FindingMulti-agent Reinforcement Learning

FACMAC: Factored Multi-Agent Centralised Policy Gradients

2020-03-14 · NeurIPS 2021 12 · Bei Peng, Tabish Rashid, Christian A. Schroeder de Witt, Pierre-Alexandre Kamienny 외

We propose FACtored Multi-Agent Centralised policy gradients (FACMAC), a new method for cooperative multi-agent reinforcement learning in both discrete and continuous action spaces. Like MADDPG, a popular multi-agent act…

MuJoCoMulti-agent Reinforcement LearningQ-LearningReinforcement Learning+3