Create LIMIT-GRAPH-v1.1
Browse files- LIMIT-GRAPH-v1.1 +38 -0
LIMIT-GRAPH-v1.1
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- multilingual
|
| 5 |
+
- semantic-graph
|
| 6 |
+
- agent-benchmark
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
- id
|
| 10 |
+
- ar
|
| 11 |
+
- es
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# 🌐 LIMIT-GRAPH v1.1
|
| 15 |
+
|
| 16 |
+
LIMIT-GRAPH is a multilingual benchmark for semantic graph alignment and agentic reasoning. It includes annotated corpora in English, Indonesian, Arabic, and Spanish.
|
| 17 |
+
|
| 18 |
+
## 📁 Contents
|
| 19 |
+
|
| 20 |
+
- `corpora/`: Annotated reasoning chains
|
| 21 |
+
- `graph_vocab/`: Semantic vocabularies per language
|
| 22 |
+
- `edges/`: Graph edges for alignment
|
| 23 |
+
- `evaluation/`: Harness and metrics
|
| 24 |
+
|
| 25 |
+
## 🧠 Use Cases
|
| 26 |
+
|
| 27 |
+
- Train and evaluate multilingual agents
|
| 28 |
+
- Align reasoning chains to semantic graphs
|
| 29 |
+
- Submit agents to the LIMIT-GRAPH leaderboard
|
| 30 |
+
|
| 31 |
+
## 🔗 GitHub + Leaderboard
|
| 32 |
+
|
| 33 |
+
- [LIMIT-GRAPH GitHub](https://github.com/AI-Research-Agent-Team/LIMIT-GRAPH)
|
| 34 |
+
- [Leaderboard](https://github.com/AI-Research-Agent-Team/LIMIT-GRAPH#leaderboard)
|
| 35 |
+
|
| 36 |
+
## 📜 License
|
| 37 |
+
|
| 38 |
+
This dataset is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|