paper-with-me

Papers

Reflective Agreement: Combining Self-Mixture of Agents with a Sequence Tagger for Robust Event Extraction

2025-08-26 · Fatemeh Haji, Mazal Bethany, Cho-Yu Jason Chiang, Anthony Rios, Peyman Najafirad arxiv

Event Extraction (EE) involves automatically identifying and extracting structured information about events from unstructured text, including triggers, event types, and arguments. Traditional discriminative models demonstrate high precision but often exhibit limited recall, particularly for nuanced or infrequent events. Conversely, generative approaches leveraging Large Language Models (LLMs) provide higher semantic flexibility and recall but suffer from hallucinations and inconsistent predictions. To address these challenges, we propose Agreement-based Reflective Inference System (ARIS), a hybrid approach combining a Self Mixture of Agents with a discriminative sequence tagger. ARIS explicitly leverages structured model consensus, confidence-based filtering, and an LLM reflective inference module to reliably resolve ambiguities and enhance overall event prediction quality. We further investigate decomposed instruction fine-tuning for enhanced LLM event extraction understanding. Experiments demonstrate our approach outperforms existing state-of-the-art event extraction methods across three benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2508.19359

Code (0)

등록된 구현이 없습니다.

Tasks

Event Extraction

Similar Papers 제목 키워드 기반

CollabVLA: Self-Reflective Vision-Language-Action Model Dreaming Together with Human

2025-09-18 · Nan Sun, Yongchang Li, Chenxu Wang, Huiying Li 외 arxiv

In this work, we present CollabVLA, a self-reflective vision-language-action framework that transforms a standard visuomotor policy into a collaborative assistant. CollabVLA tackles key limitations of prior VLAs, includi…

MARS: Memory-Enhanced Agents with Reflective Self-improvement

2025-03-25 · Xuechen Liang, Meiling Tao, Yinghui Xia, Jianhui Wang 외

Large language models (LLMs) have made significant advances in the field of natural language processing, but they still face challenges such as continuous decision-making, lack of long-term memory, and limited context wi…

Decision Making

Prosocial or Selfish? Agents with different behaviors for Contract Negotiation using Reinforcement Learning

2018-09-19 · Vishal Sunder, Lovekesh Vig, Arnab Chatterjee, Gautam Shroff

We present an effective technique for training deep learning agents capable of negotiating on a set of clauses in a contract agreement using a simple communication protocol. We use Multi Agent Reinforcement Learning to t…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Self-evolving Agents with reflective and memory-augmented abilities

2024-09-01 · Xuechen Liang, Yangfan He, Yinghui Xia, Xinyuan Song 외

Large language models (LLMs) have made significant advances in the field of natural language processing, but they still face challenges such as continuous decision-making. In this research, we propose a novel framework b…

Decision Making

ParamMem: Augmenting Language Agents with Parametric Reflective Memory

2026-02-26 · Tianjun Yao, Yongqiang Chen, Yujia Zheng, Pan Li 외 arxiv

Self-reflection enables language agents to iteratively refine solutions, yet often produces repetitive outputs that limit reasoning performance. Recent studies have attempted to address this limitation through various ap…

Multi-hop Question AnsweringMathematical ReasoningCode Generation