paper-with-me

홈 › Papers

DIY-MKG: An LLM-Based Polyglot Language Learning System

2025-07-02 · Kenan Tang, Yanhong Li, Yao Qin arxiv

Existing language learning tools, even those powered by Large Language Models (LLMs), often lack support for polyglot learners to build linguistic connections across vocabularies in multiple languages, provide limited customization for individual learning paces or needs, and suffer from detrimental cognitive offloading. To address these limitations, we design Do-It-Yourself Multilingual Knowledge Graph (DIY-MKG), an open-source system that supports polyglot language learning. DIY-MKG allows the user to build personalized vocabulary knowledge graphs, which are constructed by selective expansion with related words suggested by an LLM. The system further enhances learning through rich annotation capabilities and an adaptive review module that leverages LLMs for dynamic, personalized quiz generation. In addition, DIY-MKG allows users to flag incorrect quiz questions, simultaneously increasing user engagement and providing a feedback loop for prompt refinement. Our evaluation of LLM-based components in DIY-MKG shows that vocabulary expansion is reliable and fair across multiple languages, and that the generated quizzes are highly accurate, validating the robustness of DIY-MKG.

📄 PDF Abstract BibTeX arXiv:2507.01872

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

On the Abuse and Detection of Polyglot Files

2024-07-01 · Luke Koch, Sean Oesch, Amul Chaulagain, Jared Dixon 외

A polyglot is a file that is valid in two or more formats. Polyglot files pose a problem for malware detection systems that route files to format-specific detectors/signatures, as well as file upload and sanitization too…

Malware Detection

Toward the Detection of Polyglot Files

2022-03-14 · Luke Koch, Sean Oesch, Mary Adkisson, Sam Erwin 외

Standardized file formats play a key role in the development and use of computer software. However, it is possible to abuse standardized file formats by creating a file that is valid in multiple file formats. The resulti…

Malware Detection

Sources of Transfer in Multilingual Named Entity Recognition

2020-05-02 · ACL 2020 6 · David Mueller, Nicholas Andrews, Mark Dredze

Named-entities are inherently multilingual, and annotations in any given language may be limited. This motivates us to consider polyglot named-entity recognition (NER), where one model is trained using annotated data dra…

Multilingual Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Polyglot Neural Language Models: A Case Study in Cross-Lingual Phonetic Representation Learning

2016-05-12 · NAACL 2016 6 · Yulia Tsvetkov, Sunayana Sitaram, Manaal Faruqui, Guillaume Lample 외

We introduce polyglot language models, recurrent neural network models trained to predict symbol sequences in many different languages using shared representations of symbols and conditioning on typological information a…

Representation Learning

Polyglot Semantic Role Labeling

2018-05-29 · ACL 2018 7 · Phoebe Mulcaire, Swabha Swayamdipta, Noah Smith

Previous approaches to multilingual semantic dependency parsing treat languages independently, without exploiting the similarities between semantic structures across languages. We experiment with a new approach where we …

Dependency ParsingSemantic Dependency ParsingSemantic Role Labeling