라텍스에서 목록 제목과 목록 항목 사이의 공백을 어떻게 제거합니까?

라텍스에서 목록 제목과 목록 항목 사이의 공백을 어떻게 제거합니까?
\begin{rsection}{Project}
{ \bf Movie Recommender System}
\begin{itemize}[noitemsep]
\item Implemented the collaborative filtering algorithm
\item performed exploratory data analysis
\end{itemize}
\end{rsection}

출력:

영화 추천 시스템

  • 협업 필터링 알고리즘 구현
  • 탐색적 데이터 분석 수행

"영화 추천 시스템"과 글머리 기호 사이의 간격을 줄이고 싶습니다.

관련 정보