[백준]2739번 구구단 Date: 2022.12.07    Updated: 2022.12.07 카테고리: Baekjoon 문제 풀이 N = int(input()) for i in range(1,10): print("%d * %d = %d " %(N,i,N*i)) Baekjoon 카테고리 내 다른 글 보러가기 이전 글  [백준]2480번 주사위 다음 글   [백준]25304번 영수증 댓글 남기기
[논문리뷰]Text-Printed Image: Bridging the Image-Text Modality Gap for Text-centric Training of Large Vision-Language Models (CVPR, 2026) 2026.07.15
[논문리뷰]Reading, Not Thinking: Understanding and Bridging the Modality Gap When Text Becomes Pixels in Multimodal LLMs (arXiv, 2026) 2026.07.15
[논문리뷰]Retrieval-Augmented Machine Translation with Unstructured Knowledge (EMNLP findings, 2025) 2026.07.14
[논문리뷰]Knowledge-based Visual Question Answering with Multimodal Processing, Retrieval and Filtering (NeurIPS, 2025) 2026.07.10
[논문리뷰]RobustVisRAG: Causaliy-Aware Vision-Based Retrieval-Augmented Generation under Visual Degradations (CVPR, 2026) 2026.06.29
[논문리뷰]SURf: Teaching Large Vision-Language Models to Selectively Utilize Retrieved Information (EMNLP, 2024) 2026.06.22
[논문리뷰]ConRAG: Consensus-Driven Multi-View Retrieval for Multi-Hop Question Answering (arXiv, 2026) 2026.06.20
[논문리뷰]EchoSight-Advancing Visual-Language Models with Wiki Knowledge (EMNLP findings, 2024) 2026.06.19
댓글 남기기