jwj51720/Hansol-QA

건축 자재들에 관련된 질문과 상황에 대해 답변을 제공하는 프로젝트

0

stars

137

commits

Jupyter Notebook

primary language

Mar 24, 2024

updated

large-language-models
natural-language-processing
question-answering

README

도배 하자 질의 응답 처리 : 한솔데코 시즌2 AI 경진대회

2024.01.29 ~ 2024.03.11
Competition Page
image

Project Structure

Hansol-QA/
│
├── configs/ - configuration file for model train and inference
│   ├── datavortex_*.json
│   └── ldsolar_*.json
│
├── experiments/ - experimental ipynb files for model and technique application
│   ├── EDA.ipynb
│   ├── config_crypto.ipynb: encrypt configuration information
│   ├── klue_Roberta-large.ipynb: predict category for test data question
│   ├── papago_backtranslation.ipynb: backtranlation data augmentation with papago api
│   ├── question_similarity_check.ipynb: measure the similarity between Q1 and Q2 and select the Q2 to exclude
│   ├── rag_chromadb.ipynb: RAG Techniques Using Chromadb
│   ├── test_split.ipynb: dividie test data by conjunction
│   └── trained_inference_test.ipynb: qualitative assessment of the inference ability of the trained model
│
├── modules/ - functions and classes required to operate the model
│   ├── dataloader.py
│   ├── trainer.py
│   └── utils.py
│
├── templates/ - template for creating qa dataset
│   ├── datavortex.txt
│   └── ldcc.txt
│
├── requirements.txt - requirements for carrying out the project
├── train.py - main script to start training
└── inference.py - make submission with trained models

Models & References

Contributors

jwj51720

137 commits

jwj51720/Hansol-QA

건축 자재들에 관련된 질문과 상황에 대해 답변을 제공하는 프로젝트

0

stars

137

commits

Jupyter Notebook

primary language

Mar 24, 2024

updated

large-language-models
natural-language-processing
question-answering

README

도배 하자 질의 응답 처리 : 한솔데코 시즌2 AI 경진대회

2024.01.29 ~ 2024.03.11
Competition Page
image

Project Structure

Hansol-QA/
│
├── configs/ - configuration file for model train and inference
│   ├── datavortex_*.json
│   └── ldsolar_*.json
│
├── experiments/ - experimental ipynb files for model and technique application
│   ├── EDA.ipynb
│   ├── config_crypto.ipynb: encrypt configuration information
│   ├── klue_Roberta-large.ipynb: predict category for test data question
│   ├── papago_backtranslation.ipynb: backtranlation data augmentation with papago api
│   ├── question_similarity_check.ipynb: measure the similarity between Q1 and Q2 and select the Q2 to exclude
│   ├── rag_chromadb.ipynb: RAG Techniques Using Chromadb
│   ├── test_split.ipynb: dividie test data by conjunction
│   └── trained_inference_test.ipynb: qualitative assessment of the inference ability of the trained model
│
├── modules/ - functions and classes required to operate the model
│   ├── dataloader.py
│   ├── trainer.py
│   └── utils.py
│
├── templates/ - template for creating qa dataset
│   ├── datavortex.txt
│   └── ldcc.txt
│
├── requirements.txt - requirements for carrying out the project
├── train.py - main script to start training
└── inference.py - make submission with trained models

Models & References

Contributors

jwj51720

137 commits

Languages

Jupyter Notebook

92.4%

Python

7.6%