paper-with-me

홈 › Papers

TechGPT-2.0: A large language model project to solve the task of knowledge graph construction

2024-01-09 · Jiaqi Wang, Yuying Chang, Zhong Li, Ning An, Qi Ma, Lei Hei, Haibo Luo, Yifei Lu, Feiliang Ren

Large language models have exhibited robust performance across diverse natural language processing tasks. This report introduces TechGPT-2.0, a project designed to enhance the capabilities of large language models specifically in knowledge graph construction tasks, including named entity recognition (NER) and relationship triple extraction (RTE) tasks in NLP applications. Additionally, it serves as a LLM accessible for research within the Chinese open-source model community. We offer two 7B large language model weights and a QLoRA weight specialized for processing lengthy texts.Notably, TechGPT-2.0 is trained on Huawei's Ascend server. Inheriting all functionalities from TechGPT-1.0, it exhibits robust text processing capabilities, particularly in the domains of medicine and law. Furthermore, we introduce new capabilities to the model, enabling it to process texts in various domains such as geographical areas, transportation, organizations, literary works, biology, natural sciences, astronomical objects, and architecture. These enhancements also fortified the model's adeptness in handling hallucinations, unanswerable queries, and lengthy texts. This report provides a comprehensive and detailed introduction to the full fine-tuning process on Huawei's Ascend servers, encompassing experiences in Ascend server debugging, instruction fine-tuning data processing, and model training. Our code is available at https://github.com/neukg/TechGPT-2.0

📄 PDF Abstract BibTeX arXiv:2401.04507

Code (1)

neukg/techgpt-2.0 공식 구현 mindspore

Tasks

graph constructionLanguage ModelingLanguage ModellingLarge Language Modelnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRTE

Similar Papers 제목 키워드 기반

SkillScope: A Tool to Predict Fine-Grained Skills Needed to Solve Issues on GitHub

2025-01-27 · Benjamin C. Carter, Jonathan Rivas Contreras, Carlos A. Llanes Villegas, Pawan Acharya 외

New contributors often struggle to find tasks that they can tackle when onboarding onto a new Open Source Software (OSS) project. One reason for this difficulty is that issue trackers lack explanations about the knowledg…

Web-based Argumentation

2016-12-14 · Kenrick

Assumption-Based Argumentation (ABA) is an argumentation framework that has been proposed in the late 20th century. Since then, there was still no solver implemented in a programming language which is easy to setup and n…

HWE-Bench: Benchmarking LLM Agents on Real-World Hardware Bug Repair Tasks

2026-04-16 · Fan Cui, Hongyuan Hou, Zizhang Luo, Chenyun Yin 외 arxiv

Existing benchmarks for hardware design primarily evaluate Large Language Models (LLMs) on isolated, component-level tasks such as generating HDL modules from specifications, leaving repository-scale evaluation unaddress…

Prompt Waywardness: The Curious Case of Discretized Interpretation of Continuous Prompts

2021-12-15 · NAACL 2022 7 · Daniel Khashabi, Shane Lyu, Sewon Min, Lianhui Qin 외

Fine-tuning continuous prompts for target tasks has recently emerged as a compact alternative to full model fine-tuning. Motivated by these promising results, we investigate the feasibility of extracting a discrete (text…

PROMPT WAYWARDNESS: The Curious Case of Discretized Interpretation of Continuous Prompts

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Fine-tuning continuous prompts for target tasks has recently emerged as a compact alternative to full model fine-tuning. Motivated by these promising results, we investigate the feasibility of extracting a discrete (text…