llm-kb
← Back to research
Paper

L-MAD framework systematically evaluates multi-agent debate structures in legal reasoning

Researchers introduced the Legal Multi-Agent Debate (L-MAD) framework to evaluate different debate structures and aggregation methods for Legal Textual Entailment. Assigning distinct expert personas to multiple agents improved upon strong single-agent baselines by up to 8%. The study also revealed a trade-off between agent population size and performance.

0 engagement·1 source·Fri, Jul 10, 2026, 05:08 AM
The L-MAD framework systematically evaluates multi-agent debate (MAD) structures in the legal domain, which is highly structured and knowledge-heavy. By assigning distinct expert personas to multiple agents, L-MAD improves upon strong single-agent baselines by up to 8%. The analysis also shows a clear trade-off when scaling the agent population, though the specific nature of this trade-off is not fully detailed in the excerpt.

Entities

L-MAD(tool)Legal Multi-Agent Debate(concept)Legal Textual Entailment(benchmark)

Related

PaperFri, Jul 10, 2026, 04:54 PM

Agora paper proposes auction-based task allocation for LLM agents

A new arXiv paper introduces Agora, a framework that uses an incentive-compatible auction mechanism to dynamically allocate tasks to expert LLMs and tools, aiming to improve reasoning performance while accounting for cost and performance variability. The approach addresses limitations in current orchestration methods that rely on coarse-grained function matching.

0 engagement·1 source·arxiv
arXiv
ProductSun, Jul 12, 2026, 08:19 PM

AI debate platform with RAG, moderator, and judge

A platform where two AI agents debate opposing positions using real data via RAG. A separate moderator agent tries to derail the leading debater, and a judge agent fact-checks and scores the debate. Designed for exploring AI argumentation and fact-checking dynamics.

6 engagement·1 source·reddit
PaperFri, Jul 10, 2026, 02:46 PM

ProofCouncil: An LLM Agent for Solving Open Mathematical Problems

Researchers introduced ProofCouncil, an LLM agent with an author-critic architecture designed to solve open mathematical problems. It was submitted to the FirstProof challenge, where it autonomously tackled 6 out of 10 problems and received referee evaluations.

0 engagement·1 source·arxiv
arXiv
PaperThu, Jul 9, 2026, 07:34 PM

GATS framework eliminates LLM calls during agent planning inference

Researchers propose GATS (Graph-Augmented Tree Search), a planning framework that uses a layered world model and UCB1-based tree search to avoid LLM inference during planning, reducing computational cost and stochasticity. The approach outperforms LATS and ReAct on multi-step planning tasks.

0 engagement·1 source·arxiv
arXiv
Tool ReleaseWed, Jul 8, 2026, 07:28 PM

AgentMaker: a new Python framework for building LLM agents and multi-agent systems

AgentMaker is a general-purpose Python framework for building LLM agents and multi-agent systems, featuring tools, memory, RAG, context engineering, guardrails, human-in-the-loop, and observability. It is released under MIT license on GitHub and PyPI.

32 engagement·1 source·github