분류 전체보기
-
VLMEvalKit 환경세팅(Gemma3)LLM Eval 2025. 6. 4. 14:59
pip install git+https://github.com/huggingface/transformers@v4.49.0-Gemma-3!pip3 install -q -U datasets==2.18.export TRANSFORMERS_NO_FLASH_ATTN=1 https://github.com/open-compass/VLMEvalKit/blob/main/docs/en/Quickstart.md VLMEvalKit/docs/en/Quickstart.md at main · open-compass/VLMEvalKitOpen-source evaluation toolkit of large multi-modality models (LMMs), support 220+ LMMs, 80+ benchmarks - open..
-
Multimodal Chart Retrieval:A Comparison of Text, Table and Image Based Approaches논문 리뷰 2025. 5. 29. 15:10
기여점멀티모달 차트 검색 문제 제기 및 비교 평가이미지 기반 차트를 텍스트 질의를 통해 검색하는 과제를 설정하고, 다음 네 가지 방법을 비교:(a) OCR 후 텍스트 기반 검색(b) 차트 디렌더링(DEPLOT) → 테이블 검색(c) 이미지 이해 모델(PALI-3) 직접 사용(d) (b)와 (c)를 결합한 접근TABGTR 모델 제안테이블 구조 임베딩을 활용한 텍스트 검색 모델을 새롭게 제안.NQ-TABLES 벤치마크에서 R@1 48.88%로 기존 대비 성능 향상.모델 효율성과 정확도 비교DEPLOT 기반 접근은 PALI-3보다 정확도가 높고 파라미터 수는 10배 적음 (300M vs 3B).다만, 복잡한 차트에는 DEPLOT이 성능 저하를 보임.결합 방식의 시너지 효과단일 모델보다 PALI-3 + DEPL..
-
ubuntu wifi 무선랜설치카테고리 없음 2025. 5. 23. 17:07
https://csj000714.tistory.com/908 [Network] Ubuntu 무선 랜카드 세팅(NEXT-1305AC-AT, rtl88x2BU): Window Linux 호환가능💡 본 문서는 'Linux Ubuntu 무선 랜카드 세팅(NEXT-1305AC-AT, rtl88x2BU)'에 대해 정리해놓은 글입니다. 윈도우, 리눅스 호환가능한 랜카드인 NEXT-1305AC-AT를 구매하고, 이를 설치하여 세팅한 과정에 대해csj000714.tistory.comhttps://github.com/morrownr/88x2bu-20210702 GitHub - morrownr/88x2bu-20210702: Linux Driver for USB WiFi Adapters that are based on th..
-
GLaMM: Pixel Grounding Large Multimodal Model논문 리뷰 2025. 5. 21. 16:24
Background and MotivationLarge Multimodal Models (LMMs) extend Large Language Models into the vision domainEarly LMMs generated ungrounded textual responses based on holistic imagesRecent region-level LMMs allow visually grounded responsesLimitations include single-object references, need for manual region input, and lack of dense pixel-wise groundingProposed Model: GLaMMGLaMM is the first model..
-
LitLLM: A Toolkit for Scientific Literature Review논문 리뷰 2025. 5. 20. 15:49
Background and MotivationLiterature review is essential for understanding research context, limitations, and building on existing workManual review is tedious and time-consumingAutomatic literature review generation using LLMs is an attractive solutionProblems in Existing LLM-based MethodsMany current LLM-based approaches suffer from hallucination and factual errorsLack awareness of recent resea..
-
ChatCite: LLM Agent with Human Workflow Guidance for Comparative Literature Summary논문 리뷰 2025. 5. 20. 14:33
Background and MotivationLiterature review is a key stage in the research processEnables understanding of the research problem and comparison of existing workLiterature summarization is time-consuming and challengingLimitations of Existing ApproachesPrevious LLM-based studies focused on the full pipeline: retrieval, screening, and summarizationSummarization often relied on simple Chain-of-Though..
-
Literature vs. Paperproject/논문 작성 2025. 5. 20. 13:38
literatureliterature는 문학 또는 문헌이라는 뜻. 문맥에 따라 의미 달라짐의미: 특정 주제와 관련된 전체 연구 결과물들의 모음형태: 수많은 논문, 보고서, 책, 기사 등을 포괄용도: 기존 연구의 흐름이나 경향을 파악하는 데 사용예시 표현:literature review (문헌 고찰)recent literature on AI (AI에 관한 최근 문헌)예술적 의미소설, 시, 희곡, 수필 등 창작된 글을 포함.미적 가치나 감성, 철학적 깊이 등을 표현한 작품.예: 셰익스피어, 호메로스, 제인 오스틴 등학문적 의미특정 주제에 대한 연구나 자료의 집합.과학 literature = 연구 논문의학 literature = 의학 관련 보고서나 자료어원라틴어 litteratura에서 유래. 글자로 된 글쓰..