RnDCircle Logo
DILAB
서울시립대학교 통계학과 박재휘 교수
Knowledge-grounded conversation
Retrieval-Augmented Generation
Information retrieval
연구 영역
기본 정보
논문·특허
과제
구성원

DILAB

서울시립대학교 통계학과 박재휘 교수

DILAB(데이터 지능 연구실)은 데이터 기반의 지능형 응용 기술 개발을 목표로 다양한 인공지능 및 데이터 과학 연구를 수행하고 있습니다. 연구실은 데이터베이스, 빅데이터, 기계학습 등 첨단 기술을 활용하여 대규모 데이터의 분석, 자연어 처리, 비전-언어 융합 등 다양한 분야에 걸친 응용 연구를 진행하고 있습니다. 특히, 최근에는 대규모 언어 모델(LLM)과 외부 지식 증강(RAG) 기반의 대화 시스템, 챗봇, 멀티홉 질의응답 등 차세대 인공지능 기술 개발에 주력하고 있습니다. 이러한 연구는 LLM의 성능 향상과 연산 비용 절감, 그리고 실제 사용자와의 상호작용을 고려한 실용적 시스템 구현에 초점을 맞추고 있습니다. 비전-언어 멀티모달 인공지능 분야에서도 활발한 연구가 이루어지고 있습니다. 이미지와 텍스트를 결합한 멀티모달 모델 개발, 이미지 설명 생성, 이미지 기반 질의응답, 텍스트-이미지 검색 등 다양한 응용 기술을 연구하며, 벡터 데이터베이스와 장기 시각 기억 네트워크 등 최신 기술을 도입하고 있습니다. 또한, 도메인 특화 텍스트 분석을 통해 한글 소설, 지적재산권 문서 등 특정 분야의 방대한 데이터에서 의미와 가치를 추출하고, 중복 검출, 데이터 인사이트 도출 등 실제 산업 현장에서 요구되는 문제 해결에 기여하고 있습니다. 이러한 연구는 데이터 기반의 의사결정 지원, 지식 네트워크 구축 등 다양한 사회적 요구에 부응하고 있습니다. DILAB은 이론적 연구와 실용적 응용을 아우르는 융합적 접근을 통해, 데이터와 인공지능 기술의 새로운 가능성을 모색하고 있습니다. 앞으로도 데이터 지능 연구실은 인공지능, 데이터사이언스, 멀티모달 융합 등 다양한 분야에서 혁신적인 연구를 지속하며, 학계와 산업계에 기여할 것입니다.

Knowledge-grounded conversationRetrieval-Augmented GenerationInformation retrievalKnowledge selectionText matching
대표 연구 분야
연구 영역 전체보기
주제-로컬 컨텍스트 연동 Retrieval 기반 지식기반 대화 생성 연구 thumbnail
주제-로컬 컨텍스트 연동 Retrieval 기반 지식기반 대화 생성 연구
Topic-and-Local Context Joint Retrieval for Knowledge-Grounded Response Generation
연구 분야 상세보기
연구 성과 추이
표시된 성과는 수집된 데이터 기준으로 산출되며, 일부 차이가 있을 수 있습니다.
주요 논문
3
논문 전체보기
1
Conference paper
|
인용수 10
·
2024
Proxy-based Item Representation for Attribute and Context-aware Recommendation
Jinseok Seol, Minseok Gang, Sang‐goo Lee, Jaehui Park
Neural network approaches in recommender systems have shown remarkable success by representing a large set of items as a learnable vector embedding table. However, infrequent items may suffer from inadequate training opportunities, making it difficult to learn meaningful representations. We examine that in attribute and context-aware settings, the poorly learned embeddings of infrequent items impair the recommendation accuracy. To address such an issue, we propose a proxy-based item representation that allows each item to be expressed as a weighted sum of learnable proxy embeddings. Here, the proxy weight is determined by the attributes and context of each item and may incorporate bias terms in case of frequent items to further reflect collaborative signals. The proxy-based method calculates the item representations compositionally, ensuring each representation resides inside a well-trained simplex and, thus, acquires guaranteed quality. Additionally, that the proxy embeddings are shared across all items allows the infrequent items to borrow training signals of frequent items in a unified model structure and end-to-end manner. Our proposed method is a plug-and-play model that can replace the item encoding layer of any neural network-based recommendation model, while consistently improving the recommendation performance with much smaller parameter usage. Experiments conducted on real-world recommendation benchmark datasets demonstrate that our proposed model outperforms state-of-the-art models in terms of recommendation accuracy by up to 17% while using only 10% of the parameters.
https://doi.org/10.1145/3616855.3635824
Computer science
Proxy (statistics)
Recommender system
Embedding
Collaborative filtering
Artificial neural network
Benchmark (surveying)
Artificial intelligence
Machine learning
Set (abstract data type)
2
Article
|
인용수 36
·
2022
Retrieval-Augmented Response Generation for Knowledge-Grounded Conversation in the Wild
Yeonchan Ahn, Sang‐goo Lee, Junho Shim, Jaehui Park
IF 3.9 (2022)
IEEE Access
Users on the internet usually have conversations on interesting facts or topics along with diverse knowledge from the web. However, most existing knowledge-grounded conversation models consider only a single document regarding the topic of a conversation. The recently proposed retrieval-augmented models generate a response based on multiple documents; however, they ignore the given topic and use only the local context of the conversation. To this end, we introduce a novel retrieval-augmented response generation model that retrieves an appropriate range of documents relevant to both the topic and local context of a conversation and uses them for generating a knowledge-grounded response. Our model first accepts both topic words extracted from the whole conversation and the tokens before the response to yield multiple representations. It then chooses representations of the first N token and ones of keywords from the conversation and document encoders and compares the two groups of representation from the conversation with those groups of the document, respectively. For training, we introduce a new data-weighting scheme to encourage the model to produce knowledge-grounded responses without ground truth knowledge. Both automatic and human evaluation results with a large-scale dataset show that our models can generate more knowledgeable, diverse, and relevant responses compared to the state-of-the-art models.
https://doi.org/10.1109/access.2022.3228964
Conversation
Computer science
Context (archaeology)
Security token
Information retrieval
Representation (politics)
Natural language processing
Artificial intelligence
The Internet
World Wide Web
3
Article
|
인용수 6
·
2020
Exploiting Text Matching Techniques for Knowledge-Grounded Conversation
Yeonchan Ahn, Sang‐goo Lee, Jaehui Park
IF 3.367 (2020)
IEEE Access
Knowledge-grounded conversation models aim at generating informative responses for the given dialogue context, based on external knowledge. To generate an informative and context-coherent response, it is important to conjugate dialogue context and external knowledge in a balanced manner. However, existing studies have paid less attention to finding appropriate knowledge sentences from external knowledge sources than to generating proper sentences with correct dialogue acts. In this paper, we propose two knowledge selection strategies: 1) Reduce-Match and 2) Match-Reduce and explore several neural knowledge-grounded conversation models based on each strategy. Models based on Reduce-Match strategy first distill the whole dialogue context into a single vector with salient features preserved and then compare this context vector with the representation of knowledge sentences to predict a relevant knowledge sentence. Models based on Match-Reduce strategy first match every turn of the context with knowledge sentences to capture fine-grained interactions and aggregate them while minimizing information loss to predict the knowledge sentence. Experimental results show that conversation models using each of our knowledge selection strategies outperform the competitive baselines not only in terms of knowledge selection accuracy but also in response generation performance. Our best model based on Match-Reduce outperforms the baselines in the comparative studies with the Wizard of Wikipedia dataset. Also, our best model based on Reduce-Match outperforms them with the CMU Document Grounded Conversations dataset.
https://doi.org/10.1109/access.2020.3007893
Conversation
Computer science
Matching (statistics)
Natural language processing
Psychology
Communication
최신 정부 과제
8
과제 전체보기
1
2024년 8월-2025년 7월
|80,000,000
한국어 소설 분석 언어 모델(LLM) 개발
1. 한국어 소설 분석 언어 모델(LLM) 개발 (1)웹소설 2차 콘텐츠 복잡한 제작과정을 해결할 수 있는 인공지능 소설 분석 모델 개발 (2) 인공지능 소설 분석 모델을 통한 콘텐츠 시나리오 제작 (3) 시나리오 제작 툴 B2B, B2C 판매2. 웹 소설이 오디오북, 웹툰, 드라마 같은 다양한 콘텐츠로 발행되는 미디어 믹스 (Media Mix) 사례가 많...
소설
언어모델
시나리오
텍스트
분석
2
2024년 8월-2025년 7월
|80,000,000
한국어 소설 분석 언어 모델(LLM) 개발
1. 한국어 소설 분석 언어 모델(LLM) 개발 (1)웹소설 2차 콘텐츠 복잡한 제작과정을 해결할 수 있는 인공지능 소설 분석 모델 개발 (2) 인공지능 소설 분석 모델을 통한 콘텐츠 시나리오 제작 (3) 시나리오 제작 툴 B2B, B2C 판매2. 웹 소설이 오디오북, 웹툰, 드라마 같은 다양한 콘텐츠로 발행되는 미디어 믹스 (Media Mix) 사례가 많...
소설
언어모델
시나리오
텍스트
분석
3
2020년 1월-2027년 12월
|2,600,000,000
장기 시각 메모리 네트워크 기반의 예지형 시각지능 핵심기술 개발
본 과제는 영상정보를 체계적으로 기억하고 미래 상황을 예측하는 시각 메모리 네트워크 기반 예지형 시각지능 원천기술 개발 과제임. 영상 내 유의미한 시공간 정보 탐색과 기억 압축, 객체 간 관계 이해, 단기·장기 기억 융합, 장기 시각 기억의 통합 분석을 통해 상황 추론과 단기 미래 예측 기술을 구현하는 데 목표가 있음. 이를 위해 시공간 인식, 관계 이해, 기억 융합, 상황 추론 기술을 단계적으로 개발하는 구조임. 개발 성과는 CCTV, SNS, 블랙박스 기반 공간상황 분석 및 예측, 이미지/동영상 큐레이션, 스마트 디바이스 AR 서비스, 자율로봇·자율주행·원격 감시 지능화에 활용 가능함. 안전한 사회 실현, 시각 빅데이터 과부하 해소, 고부가가치 서비스 창출과 고급 일자리 확대에 기여하는 효과가 기대됨.
기억 추론
시각적 기억
시각적 예지
시각적 인지
장기 기억
연구실 하이라이트
연구실의 정보를 AI가 요약해서 키워드 중심으로 정리해두었어요
기술파급력
차세대 지식기반 대화형 AI 기술
AI 요약 확인하기
SCIE논문
초고효율 개인화 추천 시스템
AI 요약 확인하기
융합기술
비전-언어 멀티모달 AI 솔루션
AI 요약 확인하기
기업협력
도메인 특화 텍스트 분석 및 지식 자산화
AI 요약 확인하기
독창적기술
실사 수준의 복잡한 장면 생성 AI
AI 요약 확인하기
연구자역량
데이터 근본을 이해하는 연구 역량
AI 요약 확인하기
맞춤형 인사이트 리포트
연구실의 전체 데이터를 활용한 맞춤형 인사이트 리포트
연구 트렌드부터 공동 연구 방향성 기획까지
연구실과 같이 할 수 있는게 무엇인지,
지금 바로 확인해보세요
무료 리포트 확인하기