llm-kb
← Back to research
Paper

PRecG: Legal Precedent Retrieval with Graph Neural Networks and Rhetorical Role Segmentation

A new paper introduces PRecG, a method for legal precedent retrieval that uses graph neural networks and rhetorical role segmentation to capture nuanced legal meanings. Unlike existing approaches that treat documents as monolithic texts, PRecG models the rhetorical structure of legal cases, improving retrieval accuracy by distinguishing the contextual significance of legal entities.

0 engagement·1 source·Fri, Jul 10, 2026, 04:35 AM
The paper, published on arXiv on 2026-07-10, proposes PRecG (Precedent Retrieval with Graph neural networks). It addresses the limitation of current legal retrieval systems that map documents to a low-dimensional semantic space and compute similarity based on proximity, ignoring rhetorical organization. PRecG segments legal documents into rhetorical roles (e.g., facts, issue, holding) and uses a graph neural network to model relationships between segments. This allows the system to differentiate the importance of legal concepts based on their role. The approach is evaluated on standard legal retrieval benchmarks, showing significant improvements over baselines. No specific benchmark numbers or model sizes are provided in the excerpt.

Entities

PRecG(tool)Graph Neural Networks(concept)Rhetorical Role Segmentation(concept)

Related

Paper

Paper challenges text-only pretraining, proposes visual pretraining for language models

A new arXiv paper argues that current language model pretraining discards rich visual information from documents and web pages. The authors propose scalable visual pretraining to incorporate figures, equations, and layouts, aiming to improve language intelligence beyond text-only approaches.

0 engagement·1 source·arxiv
Fri, Jul 10, 2026, 05:57 PM
arXiv
Paper

DynaKRAG: A unified framework for learnable evidence control in multi-hop RAG

Researchers propose DynaKRAG, a framework that learns a state-conditioned policy to dynamically choose among evidence operations (retrieval, reformulation, critique, sufficiency checking) in multi-hop retrieval-augmented generation. This moves beyond fixed pipelines, potentially improving accuracy and flexibility in complex QA tasks.

0 engagement·1 source·arxiv
Tue, Jul 7, 2026, 05:09 PM
arXiv
Paper

Research paper proposes RAG-based LLM system for automated investor briefs using GPT-4o

A new study on arXiv (July 10, 2026) presents a Retrieval-Augmented Generation (RAG) system that uses GPT-4o to generate investor briefs from SEC filings, macroeconomic data, and Kitchin cycle analysis. The system preprocesses documents from EDGAR and other sources, then queries GPT-4o via API to produce summaries for fundamental analysis.

0 engagement·1 source·arxiv
Fri, Jul 10, 2026, 06:20 AM
arXiv
Paper

RSF-GLLM framework decouples differentiable graph reasoning from answer generation for multi-hop QA over knowledge graphs

Researchers propose RSF-GLLM, a framework that decouples differentiable graph reasoning from answer generation to address the non-differentiability issue in traditional retrieve-then-read pipelines for multi-hop question answering over knowledge graphs. The Recurrent Soft-Flow module uses a GRU-guided query updater and dynamic gating to propagate relevance scores across semantically dissimilar bridge nodes.

0 engagement·1 source·arxiv
Tue, Jul 7, 2026, 05:32 PM
arXiv
Product

Knowledge graph search with electrical circuit scoring

OpenKGO replaces binary yes/no matching in knowledge graph search with a scoring system modeled as an electrical circuit. Each query becomes a circuit where relevance is measured by current flow, enabling soft ranking instead of hard pattern matching. It runs locally, is open source under Apache-2.0, and aims to improve retrieval for RAG and search applications.

1 engagement·1 source·reddit
Sun, Jul 12, 2026, 06:09 PM