{"version":"1.0","provider_name":"Globalization Partners International","provider_url":"https:\/\/www.globalizationpartners.com","author_name":"Mohamed Mazen","author_url":"https:\/\/www.globalizationpartners.com\/author\/mmazen\/","title":"\u4eba\u5de5\u667a\u80fd\u548c\u8bed\u8a00\u670d\u52a1 - Globalization Partners International","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"3jOQZv3J8H\"><a href=\"https:\/\/www.globalizationpartners.com\/tools\/artificial-intelligence-and-language-services\/?lang=zh-hans\">\u4eba\u5de5\u667a\u80fd\u548c\u8bed\u8a00\u670d\u52a1<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.globalizationpartners.com\/tools\/artificial-intelligence-and-language-services\/embed\/?lang=zh-hans#?secret=3jOQZv3J8H\" width=\"600\" height=\"338\" title=\"&#8220;\u4eba\u5de5\u667a\u80fd\u548c\u8bed\u8a00\u670d\u52a1&#8221; &#8212; Globalization Partners International\" data-secret=\"3jOQZv3J8H\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\n\/* ]]> *\/\n<\/script>\n","description":"GPI \u4ece\u7ffb\u8bd1\u5e94\u7528\u7a0b\u5e8f\u548c\u9879\u76ee\u7ba1\u7406\u5e94\u7528\u7a0b\u5e8f\u7684\u89d2\u5ea6\u63d0\u4f9b\u8bed\u8a00\u7ffb\u8bd1\u3002\u6211\u4eec\u7684\u672c\u5730\u5316\u9879\u76ee\u7ba1\u7406\u5458\u3001\u5e94\u7528\u7a0b\u5e8f\u5f00\u53d1\u8005\u3001\u7ffb\u8bd1\u7684\u5185\u90e8\u56e2\u961f\uff0c \u5728\u5404\u79cd\u7ffb\u8bd1\u60c5\u51b5\u4e0b\uff0c\u90fd\u5728\u4e0d\u65ad\u4f18\u5316\u7ffb\u8bd1\u6280\u672f\u3001\u7ffb\u8bd1\u51c6\u786e\u6027\u548c\u6210\u672c\u6548\u76ca\u3002 &nbsp; AI\u9a71\u52a8\u7684\u8bed\u8a00\u7ffb\u8bd1\u670d\u52a1\uff1a \u795e\u7ecf\u673a\u7ffb\u8bd1(NMT): \u6211\u4eec\u7684NMT\u6a21\u578b\u4f7f\u7528\u6df1\u5ea6\u5b66\u4e60\u6280\u672f\uff0c\u4e3a\u5404\u79cd\u8bed\u8a00\u63d0\u4f9b\u9ad8\u8d28\u91cf\u7684\u3001\u7b26\u5408\u5177\u4f53\u8bed\u5883\u7684\u7ffb\u8bd1\u3002\u8fd9\u5c06\u786e\u4fdd\u6211\u4eec\u8fdb\u884c\u6700\u81ea\u7136\u548c\u51c6\u786e\u7684\u7ffb\u8bd1 \u81ea\u7136\u8bed\u8a00\u5904\u7406(NLP)\uff1a\u6211\u4eec\u4f7f\u7528NLP\u65b9\u6cd5\u6765\u7406\u89e3\u8bed\u5883\u3001\u6587\u5316\u7ec6\u5fae\u5dee\u522b\u548c\u672c\u571f\u7684\u8868\u8fbe\u65b9\u5f0f\uff0c\u4f7fGPI\u80fd\u591f\u5b8c\u6210\u7ffb\u8bd1\u7684\u540c\u65f6\u4fdd\u6301\u539f\u6765\u7684\u6587\u8c03\uff0c \u98ce\u683c\u548c\u610f\u5411\u3002 \u6e90\u8bed\u97f3\u8bc6\u522b\u3001\u7ffb\u8bd1\u548c\u914d\u97f3\u3002\u6211\u4eec\u7684\u56e2\u961f\u901a\u8fc7\u9009\u62e9AI\u9a71\u52a8\u8bed\u97f3\u8bc6\u522b\u3001\u7ffb\u8bd1\u548c\u97f3\u9891\u751f\u6210\u7cfb\u7edf\uff0c\u6765\u8f6c\u5f55\u53e3\u8bed\u97f3\u9891\u3001 \u521b\u5efa\u5b57\u5e55\u548c\u811a\u672c\u3001\u7ffb\u8bd1\u5185\u5bb9\uff0c\u751a\u81f3\u53ef\u4ee5\u4e3a\u5176\u914d\u97f3 \u591a\u8bed\u79cd\u6587\u6863\u7ffb\u8bd1\uff1a\u6211\u4eec\u7684 AI \u5de5\u5177 (NMT\u3001GenAI\u548cHIL \u5de5\u4f5c\u6d41\u7a0b) \u53ef\u4ee5\u5904\u7406\u5e7f\u6cdb\u7684\u6587\u4ef6\u683c\u5f0f\uff0c\u5305\u62ecPDF\u3001 Excel\u3001Word \u6587\u6863\u7b49\uff0c\u4e0d\u4ec5\u53ef\u4ee5\u8282\u7701\u6210\u672c\u3001\u8282\u7701\u65f6\u95f4\uff0c\u8fd8\u53ef\u4ee5\u51c6\u786e\u5730\u7ffb\u8bd1\u5927\u91cf\u6587\u672c\u3002 &nbsp; \u6ce8\uff1a\u9664\u975e\u5f97\u5230\u5ba2\u6237\u7684\u8ba8\u8bba\u3001\u6279\u51c6\u3001\u5e76\u53d7\u76f8\u5e94\u6761\u6b3e\u548c\u6761\u4ef6\u7ba1\u7406\uff0cGPI \u4e0d\u4f1a\u5728\u7ffb\u8bd1\u4e2d\u81ea\u53d1\u4f7f\u7528\u4efb\u4f55\u5f62\u5f0f\u7684 AI \u3002 \u4eca\u5929\uff0c\u5bf9\u4e8e\u90a3\u4e9b\u60f3\u8981\u4f7f\u7528\u751f\u6210\u5f0f\u4eba\u5de5\u667a\u80fd\u6765\u8f85\u52a9\u7ffb\u8bd1\u8fc7\u7a0b\u7684\u5ba2\u6237\uff0cGPI \u5efa\u8bae\u91c7\u7528\u6df7\u5408\u7ffb\u8bd1\u65b9\u6cd5\u3002\u4f8b\u5982\uff0c \u5728\u7ffb\u8bd1\u540e\u7f16\u8f91\u9636\u6bb5\u4f7f\u7528\u751f\u6210\u5f0f\u4eba\u5de5\u667a\u80fd\u4ee5\u4fbf\u5728\u4eba\u5de5\u57fa\u7840\u7ffb\u8bd1\u6216\u795e\u7ecf\u673a\u5668\u7ffb\u8bd1\u5b8c\u6210\u540e\u80fd\u591f\u8fdb\u884c\u6700\u540e\u6539\u8fdb\u3002\u5373\u4f7f\u8fd9\u6837\uff0c\u4e00\u4f4d\u5408\u683c\u7684\u7ffb\u8bd1\u5458\u4e5f\u4f1a\u914d\u5408\u5177\u4f53\u7684\u9879\u76ee\u6765\u8fdb\u884c\u5404\u79cd\u5f62\u5f0f\u7684\u5ba1\u67e5\uff0c\u5305\u62ec\u540e\u8bd1\u3001\u98ce\u683c\u5ba1\u67e5\u548c\u8d28\u91cf\u8bc4\u4f30\uff0c\u4ee5\u8fbe\u5230\u6700\u9ad8\u8d28\u91cf\u7684\u7ffb\u8bd1\u3002 &nbsp; \u4eba\u5de5\u667a\u80fd (AI) \u9a71\u52a8\u7684\u7ffb\u8bd1\u9879\u76ee\u7ba1\u7406\u7cfb\u7edf\uff1a \u5728\u8bed\u8a00\u7ffb\u8bd1\u548c\u9879\u76ee\u7ba1\u7406\u6280\u672f\u7684\u6700\u65b0\u53d1\u5c55\u4e2d\uff0cGPI\u611f\u5230\u65e0\u6bd4\u81ea\u8c6a\u3002\u6211\u4eec\u662f\u9996\u6279\u8bbe\u8ba1\u3001\u5f00\u53d1\u548c\u90e8\u7f72\u6211\u4eec\u81ea\u5df1\u57fa\u4e8e\u751f\u6210\u5f0fAI\u7684\u9879\u76ee\u7ba1\u7406\u5de5\u5177\u7684\u7ffb\u8bd1\u516c\u53f8\u4e4b\u4e00\uff0c\u8fd9\u4e2a\u5de5\u5177\u79f0\u4e4b\u4e3a\u201cARTIETM 1000\u201d\u3002ARTIE 1000\u7cbe\u7b80\u5e76\u52a0\u5f3a\u7ffb\u8bd1\u8fc7\u7a0b\u548c\u6211\u4eec\u7684\u4eba\u5de5\u9879\u76ee\u7ba1\u7406\u56e2\u961f\uff0c \u786e\u4fdd\u9879\u76ee\u80fd\u591f\u5728\u9884\u7b97\u8303\u56f4\u5185\u4ee5\u975e\u540c\u5bfb\u5e38\u7684\u8d28\u91cf\u53ca\u65f6\u5b8c\u6210\u3002 \u529f\u80fd\u5305\u62ec: \u81ea\u52a8\u5316\u5de5\u4f5c\u6d41\u7ba1\u7406\uff1a\u5728AI\u7684\u5e2e\u52a9\u4e0b\uff0c\u6211\u4eec\u73b0\u5728\u5df2\u7ecf\u66f4\u6709\u6548\u5730\u6307\u6d3e\u3001\u8ddf\u8e2a\u548c\u5b8c\u6210\u4e00\u4e9b\u7ffb\u8bd1\u5de5\u4f5c\uff0c\u8fbe\u5230\u66f4\u5feb\u548c\u66f4\u53ef\u9760\u7684\u5468\u8f6c\u65f6\u95f4 \u8d44\u6e90\u5206\u914d\u4f18\u5316\uff1aAI \u7b97\u6cd5\u5e2e\u52a9\u9879\u76ee\u7ba1\u7406\u5458\u6307\u6d3e\u7ffb\u8bd1\u56e2\u961f\uff0c\u786e\u4fdd\u6bcf\u4e2a\u9879\u76ee\u90fd\u6709\u6b63\u786e\u7684\u7ffb\u8bd1\u5458\u3001\u5ba1\u6838\u5458\uff0c \u548c\u4e13\u9898\u4e13\u5bb6\uff0c\u4f18\u5316\u9009\u62e9\u548c\u8d44\u6e90\u51b3\u5b9a \u9879\u76ee\u8ddf\u8e2a\u548c\u900f\u660e\u5ea6\uff1aAI\u52a0\u5f3a\u4e86\u5b9e\u65f6\u8ddf\u8e2a\u548c\u62a5\u544a\u5de5\u4f5c\u7684\u529f\u80fd\uff0c\u4e3a\u9879\u76ee\u8fdb\u5c55\u3001\u622a\u6b62\u65f6\u95f4\u3001\u6210\u672c\u3001\u63d0\u4f9b\u4e86\u66f4\u591a\u5546\u4e1a\u60c5\u62a5\u548c\u900f\u660e\u5ea6 \u7ffb\u8bd1\u6700\u4f73\u5b9e\u8df5\uff1a\u6211\u4eec\u7684 AI \u9879\u76ee\u7ba1\u7406\u5de5\u5177\u4e3a\u6240\u6709GPI \u8bed\u8a00\u548c\u6280\u672f\u4e13\u4e1a\u4eba\u5458\u63d0\u4f9b\u591a\u5e74\u7684\u6700\u4f73\u5b9e\u8df5\u3001\u5de5\u4f5c\u8303\u56f4\u3001\u89c4\u5212\u6307\u5bfc\uff0c\u5e76\u63d0\u4f9b\u50a8\u5b58\u5927\u91cf\u7ffb\u8bd1\u3001\u672c\u5730\u5316\u3001\u8bed\u8a00\u3001\u6587\u5316\u3001\u56fd\u5bb6\u548c\u5546\u4e1a\u77e5\u8bc6\u7684\u6570\u636e\u5e93\u3002 &nbsp; &nbsp; \u4eba\u5de5\u667a\u80fd\uff1a2023\u5e74\uff0cGPI\u8bbe\u8ba1\u3001\u5f00\u53d1\u548c\u90e8\u7f72\u4e86\u6211\u4eec\u81ea\u5df1\u7684 AI\u7ffb\u8bd1\u9879\u76ee\u7ba1\u7406\u6280\u672f\uff0c\u5c06\u5176\u547d\u540d\u4e3a\uff0c \u201cARTIE 1000\u201d \u7cfb\u6307 \u201c\u4eba\u9020\u667a\u80fd\u5b9e\u4f53\u6a21\u578b1000\u201d\u3002GPI \u8fd0\u7528\u5c06\u8fd130\u5e74\u7684\u4e1a\u5185\u7ecf\u9a8c\uff0c\u5e94\u75283\u4e07\u4e2a\u7684\u6210\u529f\u7684\u7ffb\u8bd1\u9879\u76ee\u3001\u8d85\u8fc7200\u79cd\u8bed\u8a00\u7684\u6700\u4f73\u5b9e\u8df5\uff0c\u4ee5\u4e00\u4e2a\u591a\u5b66\u79d1\u9879\u76ee\u7ba1\u7406\u548c\u6280\u672f\u7ec4\u4e3a\u6838\u5fc3\uff0c\u7531\u591a\u5e74\u7684\u6700\u4f73\u5b9e\u8df5\u548c\u6807\u51c6\u4f5c\u4e3aAI\u8bad\u7ec3\u57fa\u7840\uff0c\u5f00\u53d1\u4e86 \u201cARTIE [&hellip;]","thumbnail_url":"https:\/\/www.globalizationpartners.com\/wp-content\/uploads\/2023\/10\/Artificial-Intelligence-and-Language-Services-01.png"}