alibaba /
Tangram-Android
Tangram is a modular UI solution for building native page dynamically including Tangram for Android, Tangram for iOS and even backend CMS. This project provides the sdk on Android.
38/100 healthLoading repository data…
KaijieMo-kj / repository
This project provides an Ancient Chinese Allusion Resource Library to facilitate the automatic analysis of allusions in classical texts and to support research in humanities and language education.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
本项目旨在提供古汉语典故资源库,以支持计算机自动分析古籍文本中的用典现象,并为人文学科研究及语文教育提供助力。项目基于典故辞书构建了以下两大核心资源:
此外,项目设计了两项任务:
基于上述资源,项目提供了机器学习模型、神经网络模型及大语言模型的评测基线,旨在探测当前模型在典故自动识别中的表现。资源库还广泛适用于大语言模型评测、汉语学习及古典文学研究等领域。
数据结构
该知识库以典故为核心,组织了典故及其不同衍生释义与典形词的层级结构,便于分析用典背后的语义关系。部分典形词后会加数字,这是为了区分同形不同义的情况。使用时可根据需求自行处理。
数据结构示例如下:
{
"典源词": "阿戎",
"典源内容": "南朝宋刘义庆《世说新语·雅量》:“王戎七岁,尝与诸小儿游。看道边李树多子折枝。诸儿竞走取之,唯戎不动。人问之,答曰:‘树在道边而多子,此必苦李。’取之信然。”",
"衍生列表": [
{
"典形词": "阿戎1",
"释义": "后因以阿戎美称他人之子。",
"同源列表": [
{
"典形词": "阿戎",
"例句": [
"唐王维《送李员外贤郎》诗:“借问阿戎父,知为童子郎。”"
]
}
]
}
]
}
用于训练模型的两个数据文件:
用于评估模型性能的两个测试集:
Task1_testset_3.0.jsonl
Task2_testset_3.0.jsonl
如果您希望获取模型在典故识别任务中的表现,请将模型对测试集的预测结果提交至 mokaijie@mail.bnu.edu.cn。
如果您在研究中使用了本数据集,请引用以下论文:
@article{Kaijie2024,
title={古汉语典故资源库的构建及应用研究},
author={莫凯洁,丘子靓,王予沛,胡韧奋},
journal={中文信息学报},
year={2024},
pages = {27--34}
}
本项目的数据集使用 MIT License。
This project provides an Ancient Chinese Allusion Resource Library to facilitate the automatic analysis of allusions in classical texts and to support research in humanities and language education. The project consists of the following two core resources:
Additionally, the project introduces two key tasks:
Based on these resources, the project provides evaluation baselines using machine learning models, neural network models, and large language models, aiming to explore their performance in allusion recognition. This resource library is widely applicable to large language model evaluation, Chinese language learning, and classical literature studies.
Structure
The knowledge base organizes Chinese allusions into a hierarchical structure, focusing on their meanings and derived forms to facilitate semantic analysis. Some allusion forms(典形词) are followed by numbers to distinguish different meanings of the same form. You can handle them according to your needs when using the data.
Example structure:
{
"典源词": "阿戎",
"典源内容": "南朝宋刘义庆《世说新语·雅量》:“王戎七岁,尝与诸小儿游。看道边李树多子折枝。诸儿竞走取之,唯戎不动。人问之,答曰:‘树在道边而多子,此必苦李。’取之信然。”",
"衍生列表": [
{
"典形词": "阿戎1",
"释义": "后因以阿戎美称他人之子。",
"同源列表": [
{
"典形词": "阿戎",
"例句": [
"唐王维《送李员外贤郎》诗:“借问阿戎父,知为童子郎。”"
]
}
]
}
]
}
Two files are provided for training models:
Two test sets are provided to evaluate model performance:
Task1_testset_3.0.jsonl
Task2_testset_3.0.jsonl
If you use this dataset in your research, please cite the following paper:
@article{Kaijie2024,
title={Construction and Application of Ancient Chinese Allusion Resources},
author={Kaijie Mo, Ziliang Qiu, Yupei Wang, Renfen Hu},
journal={Journal of Chinese Information Processing},
year={2024},
pages = {27--34}
}
This project dataset is licensed under the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
alibaba /
Tangram is a modular UI solution for building native page dynamically including Tangram for Android, Tangram for iOS and even backend CMS. This project provides the sdk on Android.
38/100 healthtkarim45 /
This repository is a curated collection of hands-on data science projects tailored for beginners. Whether you're just starting your journey in data science or looking to strengthen your skills, these projects provide a practical and interactive way to apply your knowledge.
90/100 healthDoriandarko /
o1-engineer is a command-line tool designed to assist developers in managing and interacting with their projects efficiently. Leveraging the power of OpenAI's API, this tool provides functionalities such as code generation, file editing, and project planning to streamline your development workflow.
75/100 healthjohannilsson /
DEPRECATED This project aims to provide a reusable pull to refresh widget for Android.
69/100 healthAI-Efficiency /
A list of papers, docs, codes about model quantization. This repo is aimed to provide the info for model quantization research, we are continuously improving the project. Welcome to PR the works (papers, repositories) that are missed by the repo.
79/100 healthYalantis /
This project aims to provide a simple and customizable pull to refresh implementation. Made in Yalantis
88/100 health