all(408)
-
[블로그 자동포스팅] 썸네일 자동 업로드
썸네일을 자동 포스팅 코드에 포함하는 방법을 몰랐는데 알게 되었다 썸네일 외에 자세한 내용은 아래의 글 참고하기! https://codlingual.tistory.com/277 [블로그 자동포스팅 총정리] API에서 코드 자동 실행까지 이 블로그의 paper-of-the-day 카테고리는 자동 포스팅되고 있다. 아쉽게도 썸네일을 자동으로 설정하는 방법은 없는 거 같아서 썸네일은 수동으로 지정해주었지만! 글은 완전 자동이다. 자동 포스 codlingual.tistory.com 그냥 사진 하나 업로드 하니까 자동으로 그게 썸네일로 설정되네 안 되는줄 알았구만! # 업로드하고 싶은 사진의 path를 입력으로 받음 def upload_png(path): access_token = [각 블로그의 access to..
2022.01.05 -
[2022-01-05] 오늘의 자연어처리
Robust Natural Language Processing: Recent Advances, Challenges, and Future Directions Recent natural language processing (NLP) techniques have accomplished high performance on benchmark datasets, primarily due to the significant improvement in the performance of deep learning. The advances in the research community have led to great enhancements in state-of-the-art production systems for NLP ta..
2022.01.05 -
[2022-01-04] 오늘의 자연어처리
Hypers at ComMA@ICON: Modelling Aggressiveness, Gender Bias and Communal Bias Identification Due to the exponentially increasing reach of social media, it is essential to focus on its negative aspects as it can potentially divide society and incite people into violence. In this paper, we present our system description of work on the shared task ComMA@ICON, where we have to classify how aggressiv..
2022.01.04 -
[2022-01-02] 오늘의 자연어처리
A Survey on Gender Bias in Natural Language Processing Language can be used as a means of reproducing and enforcing harmful stereotypes and biases and has been analysed as such in numerous research. In this paper, we present a survey of 304 papers on gender bias in natural language processing. We analyse definitions of gender and its categories within social sciences and connect them to formal d..
2022.01.02 -
[2021-12-30] 오늘의 자연어처리
Mirror Matching: Document Matching Approach in Seed-driven Document Ranking for Medical Systematic Reviews When medical researchers conduct a systematic review (SR), screening studies is the most time-consuming process: researchers read several thousands of medical literature and manually label them relevant or irrelevant. Screening prioritization (ie., document ranking) is an approach for assis..
2021.12.30 -
[블로그 자동포스팅 총정리] API에서 코드 자동 실행까지
이 블로그의 paper-of-the-day 카테고리는 자동 포스팅되고 있다. 아쉽게도 썸네일을 자동으로 설정하는 방법은 없는 거 같아서 썸네일은 수동으로 지정해주었지만! 글은 완전 자동이다. 자동 포스팅 방법을 공유한다 ~~ 목차 1. 티스토리 블로그 API 등록 2. 자동 포스팅을 위한 파이썬 코드 3. 파이썬 코드 자동 실행 1. 티스토리 블로그 API 등록 https://www.tistory.com/guide/api/manage/register TISTORY 나를 표현하는 블로그를 만들어보세요. www.tistory.com 1. 1. [앱 등록] 탭에서 다음을 입력해 API를 등록한다 서비스명: 블로그 이름 서비스 URL: 블로그 주소 CallBack: 블로그 주소 이외에 서비스 형태는 '웹서비스'..
2021.12.30