Landcore: Coreference Resolution with Language-Specific LLM-Enhanced Prompts and XML-Inspired Annotation Scheme
Summary
Landcore (LANguage Dependent COference REsolution) is a system submitted to the LLM Track of the CRAC 2026 Shared Task on Multilingual Coreference Resolution. It investigates the effectiveness of Large Language Models in resolving coreference across diverse languages and domains, employing a few-shot prompting methodology. The system utilizes a detailed prompt, which is further refined by an LLM to generate language-specific instructions and examples. Landcore also introduces an XML-inspired annotation scheme, designed to be more compatible with LLMs than existing formats. While not achieving the highest performance in the task, the underlying concepts and techniques demonstrated by Landcore consistently enhance performance across different experimental configurations.
Key takeaway
For NLP Engineers developing multilingual coreference resolution systems, consider integrating LLM-enhanced, language-specific prompts. Your systems can benefit from an XML-inspired annotation scheme, which improves LLM compatibility and performance across diverse settings. Experiment with few-shot prompting to adapt models efficiently to new languages and domains, even if it doesn't yield top-tier benchmark results initially, as these techniques consistently show performance improvements.
Key insights
LLM-enhanced, language-specific prompts and XML-inspired annotation improve multilingual coreference resolution.
Principles
- LLMs can generate language-specific prompts.
- XML-inspired annotation schemes suit LLMs better.
- Few-shot prompting is effective for multilingual tasks.
Method
Design a comprehensive prompt with instructions and examples, then use an LLM to enhance it for language-specific contexts. Apply an XML-inspired annotation scheme for LLM compatibility.
In practice
- Adapt prompts using LLMs for specific languages.
- Structure coreference data with XML-like formats.
- Employ few-shot learning for cross-lingual NLP.
Topics
- Coreference Resolution
- Large Language Models
- Multilingual NLP
- Prompt Engineering
- XML Annotation
- Few-shot Learning
Best for: Research Scientist, AI Scientist, NLP Engineer, Prompt Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.