Skip to content

Commit

Permalink
Add a link to the JSAI2024 paper
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Jun 20, 2024
1 parent cb7b467 commit a088001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/_constants/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export const LINK = {
NLP_2023_PAPER: 'https://www.anlp.jp/proceedings/annual_meeting/2023/pdf_dir/P9-5.pdf',
NLP_2024_PAPER: 'https://www.anlp.jp/proceedings/annual_meeting/2024/pdf_dir/E7-6.pdf',
COGSCI_2024_PAPER: 'https://escholarship.org/uc/item/25s574wc',
JSAI_2024_PAPER:
'https://www.jstage.jst.go.jp/article/pjsai/JSAI2024/0/JSAI2024_4A1GS603/_article/-char/ja',
KAKUSEI: 'https://kakusei.aist.go.jp/',
TTT: 'https://todaitotexas.com/',
HUNDRED_PROGRAM: 'https://100program.jp/',
Expand Down
4 changes: 2 additions & 2 deletions app/_contents/SectionResearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const SECTION_RESEARCH = {
{
title: 'Domestic Conference (Non-refereed)',
contents: [
`Masatoshi Otake, **Daichi Kato**, Yuto Nozaki, Satoshi Hirooka, Yusuke Miyao, Asako Kanezaki.\n"Construction of a Video Translation Dataset with Added Character Personality and Interpersonal Relationship Information"\nJSAI2024. (TBA)`,
`Masatoshi Otake, **Daichi Kato**, Yuto Nozaki, Satoshi Hirooka, Yusuke Miyao, Asako Kanezaki.\n"Construction of a Video Translation Dataset with Added Character Personality and Interpersonal Relationship Information"\nJSAI2024. [(paper)](${LINK.JSAI_2024_PAPER})`,
`**Daichi Kato**, Ryo Ueda, Yusuke Miyao.\n「RL-SPINNを用いた創発言語の汎化性能の評価」\nNLP2024. [(paper)](${LINK.NLP_2024_PAPER})`,
`**Daichi Kato**, Ryo Ueda, Yusuke Miyao.\n"Creole Simplicity and Compositionality of the Languages Arising in a Plain Emergent Language Contact Model"\nJSAI2023. [(paper)](${LINK.JSAI_2023_PAPER})`,
`**Daichi Kato**, Ryo Ueda, Yusuke Miyao.\n「簡素なモデルでの創発言語の接触によるクレオール単純化の再現」\nNLP2023. [(paper)](${LINK.NLP_2023_PAPER})`,
Expand All @@ -48,7 +48,7 @@ export const SECTION_RESEARCH = {
{
title: '国内学会 (査読なし)',
contents: [
`大嶽 匡俊, **加藤大地**, 野崎 雄斗, 廣岡 聖司, 宮尾 祐介, 金崎 朝子.\n「キャラクターの性格と人間関係情報を付加した映像翻訳データセットの構築」\n人工知能学会第38回全国大会(JSAI2024). (TBA)`,
`大嶽 匡俊, **加藤大地**, 野崎 雄斗, 廣岡 聖司, 宮尾 祐介, 金崎 朝子.\n「キャラクターの性格と人間関係情報を付加した映像翻訳データセットの構築」\n人工知能学会第38回全国大会(JSAI2024). [(paper)](${LINK.JSAI_2024_PAPER})`,
`**加藤大地**, 上田亮, 宮尾祐介.\n「RL-SPINNを用いた創発言語の汎化性能の評価」\n言語処理学会第30回年次大会(NLP2024). [(paper)](${LINK.NLP_2024_PAPER})`,
`**加藤大地**, 上田亮, 宮尾祐介.\n「簡素な創発言語接触モデルで生じる言語のクレオール単純性と構成性」\n人工知能学会第37回全国大会(JSAI2023). [(paper)](${LINK.JSAI_2023_PAPER})`,
`**加藤大地**, 上田亮, 宮尾祐介.\n「簡素なモデルでの創発言語の接触によるクレオール単純化の再現」\n言語処理学会第29回年次大会(NLP2023). [(paper)](${LINK.NLP_2023_PAPER})`,
Expand Down

0 comments on commit a088001

Please sign in to comment.