




{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://jdding.github.io/#person",
      "@type": "Person",
      "name": "Jiandong Ding (丁建栋)",
      "alternateName": "Jiandong Ding",
      "givenName": "Jiandong",
      "familyName": "Ding",
      "jobTitle": "Principal Algorithm Expert",
      "url": "https://jdding.github.io/",
      "email": "jdding@fudan.edu.cn",
      "affiliation": {
        "@type": "Organization",
        "name": "Huawei Technologies"
      },
      "alumniOf": {
        "@type": "CollegeOrUniversity",
        "name": "Fudan University"
      },
      "knowsAbout": ["LLM Agents","Recommender Systems","Data Mining"],
      "sameAs": [
        "https://www.linkedin.com/in/jiandong-ding-60498833/",
        "https://github.com/jdding",
        "https://scholar.google.com/citations?user=5-e7wi4AAAAJ"
      ]
    },
    {
      "@id": "https://jdding.github.io/#website",
      "@type": "WebSite",
      "name": "Jiandong Ding",
      "url": "https://jdding.github.io/",
      "description": "Personal research site for Jiandong Ding, Principal Algorithm Expert working on recommender systems, LLM agents, and data mining.",
      "about": { "@id": "https://jdding.github.io/#person" },
      "inLanguage": "en-US"
    },
    {
      "@id": "https://jdding.github.io/publications/#collection",
      "@type": "CollectionPage",
      "name": "Full Publications",
      "url": "https://jdding.github.io/publications/",
      "about": { "@id": "https://jdding.github.io/#person" },
      "numberOfItems": 23
    },
    {
      "@id": "https://jdding.github.io/patents/#collection",
      "@type": "CollectionPage",
      "name": "Patents",
      "url": "https://jdding.github.io/patents/",
      "about": { "@id": "https://jdding.github.io/#person" },
      "numberOfItems": 56
    },
    {
      "@id": "https://jdding.github.io/topics/llm-agents/#topic",
      "@type": "DefinedTerm",
      "name": "LLM Agents",
      "url": "https://jdding.github.io/topics/llm-agents/",
      "description": "I study how LLM-based systems expose, retrieve, evaluate, and govern capabilities when they become reusable infrastructure.",
      "inDefinedTermSet": "Jiandong Ding research topics"
    },
    {
      "@id": "https://jdding.github.io/topics/recommender-systems/#topic",
      "@type": "DefinedTerm",
      "name": "Recommender Systems",
      "url": "https://jdding.github.io/topics/recommender-systems/",
      "description": "I work on recommendation problems where user behavior, retrieval spaces, and deployment constraints change over time.",
      "inDefinedTermSet": "Jiandong Ding research topics"
    },
    {
      "@id": "https://jdding.github.io/topics/data-mining/#topic",
      "@type": "DefinedTerm",
      "name": "Data Mining",
      "url": "https://jdding.github.io/topics/data-mining/",
      "description": "I use data mining methods to learn from weak labels, sparse evidence, operational logs, and field experiment settings.",
      "inDefinedTermSet": "Jiandong Ding research topics"
    },
    {
      "@id": "https://jdding.github.io/projects/dormant-user-recommendation",
      "@type": "ResearchProject",
      "name": "Dormant-user recommendation",
      "description": "Studying recommendation for returning users after long inactivity gaps, where pre-gap history exists but its current reliability must be recalibrated.",
      "about": { "@id": "https://jdding.github.io/topics/recommender-systems/#topic" },
      "member": { "@id": "https://jdding.github.io/#person" }
    },
    {
      "@id": "https://jdding.github.io/projects/search-recommendation-interaction",
      "@type": "ResearchProject",
      "name": "Search and recommendation interaction",
      "description": "Studying how search behavior and recommendation exposure interact, with emphasis on attribution boundaries rather than headline metric movement.",
      "about": { "@id": "https://jdding.github.io/topics/recommender-systems/#topic" },
      "member": { "@id": "https://jdding.github.io/#person" }
    },
    {
      "@id": "https://jdding.github.io/projects/semantic-id-auditing",
      "@type": "ResearchProject",
      "name": "Semantic-ID auditing",
      "description": "Auditing semantic-ID mappings used by generative recommendation systems before expensive downstream training and deployment decisions.",
      "about": { "@id": "https://jdding.github.io/topics/llm-agents/#topic" },
      "member": { "@id": "https://jdding.github.io/#person" }
    },
    {
      "@id": "https://jdding.github.io/projects/agent-skill-retrieval",
      "@type": "ResearchProject",
      "name": "Agent skill retrieval and governance",
      "description": "Studying retrieval and governance problems when agent skills become reusable software assets in larger enterprise skill libraries.",
      "about": { "@id": "https://jdding.github.io/topics/llm-agents/#topic" },
      "member": { "@id": "https://jdding.github.io/#person" }
    },
    {
      "@id": "https://jdding.github.io/publication/deltagate",
      "@type": "ScholarlyArticle",
      "headline": "Zero-Observation User Reactivation with Gap-Driven Dimensional Gating",
      "name": "Zero-Observation User Reactivation with Gap-Driven Dimensional Gating",
      "author": "J Ding, T Liu, F Liu, H Qin, T Wu",
      "datePublished": 2026,
      "isPartOf": "Accepted to the 20th ACM Conference on Recommender Systems (RecSys '26)",
      "about": { "@id": "https://jdding.github.io/topics/recommender-systems/#topic" },
      "mainEntityOfPage": "https://jdding.github.io/deltagate/",
      "codeRepository": "https://github.com/jdding/DeltaGate"
    },
    {
      "@id": "https://jdding.github.io/publication/skillresolve-bench",
      "@type": "ScholarlyArticle",
      "headline": "SkillResolve-Bench: Measuring and Resolving Same-Capability Ambiguity in Agent Skill Retrieval",
      "name": "SkillResolve-Bench: Measuring and Resolving Same-Capability Ambiguity in Agent Skill Retrieval",
      "author": "J Ding",
      "datePublished": 2026,
      "isPartOf": "arXiv preprint arXiv:2606.10388",
      "about": { "@id": "https://jdding.github.io/topics/llm-agents/#topic" },
      "url": "https://arxiv.org/abs/2606.10388",
      "mainEntityOfPage": "https://jdding.github.io/skillresolve-bench/"
    },
    {
      "@id": "https://jdding.github.io/publication/sidinspector",
      "@type": "ScholarlyArticle",
      "headline": "SIDInspector: A Mapping-First Diagnostic Resource for Semantic-ID Tokenizers",
      "name": "SIDInspector: A Mapping-First Diagnostic Resource for Semantic-ID Tokenizers",
      "author": "J Ding, H Chang, H Qin, T Liu",
      "datePublished": 2026,
      "isPartOf": "arXiv preprint arXiv:2606.10375",
      "about": { "@id": "https://jdding.github.io/topics/llm-agents/#topic" },
      "url": "https://arxiv.org/abs/2606.10375",
      "mainEntityOfPage": "https://jdding.github.io/sidinspector/"
    },
    {
      "@id": "https://jdding.github.io/publication/hpgr",
      "@type": "ScholarlyArticle",
      "headline": "Beyond the Flat Sequence: Hierarchical and Preference-Aware Generative Recommendations",
      "name": "Beyond the Flat Sequence: Hierarchical and Preference-Aware Generative Recommendations",
      "author": "Z Chen, H Chang, T Liu, C Zhou, Y Cao, J Ding, M Liu, B Qin",
      "datePublished": 2026,
      "isPartOf": "Proceedings of the ACM Web Conference 2026",
      "about": { "@id": "https://jdding.github.io/topics/recommender-systems/#topic" },
      "mainEntityOfPage": "https://jdding.github.io/hpgr/",
      "sameAs": "https://doi.org/10.1145/3774904.3792790"
    },
    {
      "@id": "https://jdding.github.io/publication/invariant-feature-learning",
      "@type": "ScholarlyArticle",
      "headline": "Invariant feature learning for counterfactual watch-time prediction in video recommendation",
      "name": "Invariant feature learning for counterfactual watch-time prediction in video recommendation",
      "author": "C Jin, Y Ren, H Ma, Y Xia, Y Guan, H Zhang, J Ding, J Guan, S Zhou",
      "datePublished": 2026,
      "isPartOf": "Proceedings of the AAAI Conference on Artificial Intelligence",
      "about": { "@id": "https://jdding.github.io/topics/recommender-systems/#topic" },
      "mainEntityOfPage": "https://jdding.github.io/aaai-difl/",
      "sameAs": "https://doi.org/10.1609/aaai.v40i17.38518"
    },
    {
      "@id": "https://jdding.github.io/publication/rpe4rec",
      "@type": "ScholarlyArticle",
      "headline": "RPE4Rec: Enhancing Dynamic Node Retrieval with Efficient Relative Position Encoding for Recommendation Systems",
      "name": "RPE4Rec: Enhancing Dynamic Node Retrieval with Efficient Relative Position Encoding for Recommendation Systems",
      "author": "K Cheng, H Chang, P Wang, L Gu, J Ding, Y Cao, J Ye, B Du",
      "datePublished": 2026,
      "isPartOf": "Proceedings of the Nineteenth ACM International Conference on Web Search and Data Mining",
      "about": { "@id": "https://jdding.github.io/topics/recommender-systems/#topic" },
      "url": "https://dl.acm.org/doi/epdf/10.1145/3773966.3778006",
      "mainEntityOfPage": "https://jdding.github.io/rpe4rec/",
      "sameAs": "https://doi.org/10.1145/3773966.3778006"
    },
    {
      "@id": "https://jdding.github.io/publication/dygraph",
      "@type": "ScholarlyArticle",
      "headline": "Towards Practical Large-scale Dynamical Heterogeneous Graph Embedding: Cold-start Resilient Recommendation",
      "name": "Towards Practical Large-scale Dynamical Heterogeneous Graph Embedding: Cold-start Resilient Recommendation",
      "author": "M Long, J Liu, Y Li, H Xiong, J Yan, K Wang, Y Cao, J Ding",
      "datePublished": 2025,
      "isPartOf": "arXiv preprint arXiv:2512.13120",
      "about": { "@id": "https://jdding.github.io/topics/recommender-systems/#topic" },
      "url": "https://arxiv.org/abs/2512.13120",
      "mainEntityOfPage": "https://jdding.github.io/dygraph/",
      "sameAs": "https://doi.org/10.48550/arxiv.2512.13120"
    },
    {
      "@id": "https://jdding.github.io/publication/bis-nl2sql",
      "@type": "ScholarlyArticle",
      "headline": "BIS: NL2SQL Service Evaluation Benchmark for Business Intelligence Scenarios",
      "name": "BIS: NL2SQL Service Evaluation Benchmark for Business Intelligence Scenarios",
      "author": "B Caglayan, M Wang, JD Kelleher, S Fei, G Tong, J Ding, P Zhang",
      "datePublished": 2025,
      "isPartOf": "Lecture Notes in Computer Science, 15405, 357-372",
      "about": { "@id": "https://jdding.github.io/topics/llm-agents/#topic" },
      "url": "https://doi.org/10.1007/978-981-96-0808-9_27",
      "mainEntityOfPage": "https://jdding.github.io/bis-nl2sql/",
      "sameAs": "https://doi.org/10.1007/978-981-96-0808-9_27"
    },
    {
      "@id": "https://jdding.github.io/publication/unified-low-rank-compression",
      "@type": "ScholarlyArticle",
      "headline": "Unified Low-rank Compression Framework for Click-through Rate Prediction",
      "name": "Unified Low-rank Compression Framework for Click-through Rate Prediction",
      "author": "H Yu, M Fu, J Ding, Y Zhou, J Wu",
      "datePublished": 2024,
      "isPartOf": "Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining",
      "about": { "@id": "https://jdding.github.io/topics/recommender-systems/#topic" },
      "url": "https://dl.acm.org/doi/epdf/10.1145/3637528.3671520",
      "mainEntityOfPage": "https://jdding.github.io/kdd-ctr/",
      "sameAs": "https://doi.org/10.1145/3637528.3671520"
    },
    {
      "@id": "https://jdding.github.io/publication/pd-serve",
      "@type": "ScholarlyArticle",
      "headline": "P/D-Serve: Serving Disaggregated Large Language Model at Scale",
      "name": "P/D-Serve: Serving Disaggregated Large Language Model at Scale",
      "author": "Y Jin, T Wang, H Lin, M Song, P Li, Y Ma, Y Shan, Z Yuan, C Li, Y Sun, et al.",
      "datePublished": 2024,
      "isPartOf": "arXiv preprint arXiv:2408.08147",
      "about": { "@id": "https://jdding.github.io/topics/llm-agents/#topic" },
      "url": "https://arxiv.org/pdf/2408.08147",
      "mainEntityOfPage": "https://jdding.github.io/pd-serve/",
      "sameAs": "https://doi.org/10.48550/arxiv.2408.08147"
    },
    {
      "@id": "https://jdding.github.io/publication/acl-topic",
      "@type": "ScholarlyArticle",
      "headline": "Neural Topic Modeling Based on Cycle Adversarial Training and Contrastive Learning",
      "name": "Neural Topic Modeling Based on Cycle Adversarial Training and Contrastive Learning",
      "author": "B Wang, L Zhang, D Zhou, Y Cao, J Ding",
      "datePublished": 2023,
      "isPartOf": "Findings of the Association for Computational Linguistics: ACL 2023",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://aclanthology.org/2023.findings-acl.616.pdf",
      "mainEntityOfPage": "https://jdding.github.io/acl-topic/",
      "sameAs": "https://doi.org/10.18653/v1/2023.findings-acl.616"
    },
    {
      "@id": "https://jdding.github.io/publication/continual-gcn",
      "@type": "ScholarlyArticle",
      "headline": "Continual Graph Convolutional Network for Text Classification",
      "name": "Continual Graph Convolutional Network for Text Classification",
      "author": "T Wu, Q Liu, Y Cao, Y Huang, XM Wu, J Ding",
      "datePublished": 2023,
      "isPartOf": "Proceedings of the AAAI Conference on Artificial Intelligence",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://ojs.aaai.org/index.php/AAAI/article/view/26611/26383",
      "mainEntityOfPage": "https://jdding.github.io/continual-gcn/",
      "sameAs": "https://doi.org/10.1609/aaai.v37i11.26611"
    },
    {
      "@id": "https://jdding.github.io/publication/naacl-epida",
      "@type": "ScholarlyArticle",
      "headline": "EPiDA: An Easy Plug-in Data Augmentation Framework for High Performance Text Classification",
      "name": "EPiDA: An Easy Plug-in Data Augmentation Framework for High Performance Text Classification",
      "author": "M Zhao, L Zhang, Y Xu, J Ding, J Guan, S Zhou",
      "datePublished": 2022,
      "isPartOf": "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://aclanthology.org/2022.naacl-main.349",
      "mainEntityOfPage": "https://jdding.github.io/naacl-epida/",
      "sameAs": "https://doi.org/10.18653/v1/2022.naacl-main.349"
    },
    {
      "@id": "https://jdding.github.io/publication/neurips-dpssl",
      "@type": "ScholarlyArticle",
      "headline": "DP-SSL: Towards Robust Semi-Supervised Learning with a Few Labeled Samples",
      "name": "DP-SSL: Towards Robust Semi-Supervised Learning with a Few Labeled Samples",
      "author": "Y Xu, J Ding, L Zhang, S Zhou",
      "datePublished": 2021,
      "isPartOf": "Advances in Neural Information Processing Systems",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://arxiv.org/pdf/2110.13740",
      "mainEntityOfPage": "https://jdding.github.io/neurips-dpssl/",
      "sameAs": "https://doi.org/10.5555/3540261.3541477"
    },
    {
      "@id": "https://jdding.github.io/publication/emnlp-keygraph",
      "@type": "ScholarlyArticle",
      "headline": "Weakly-Supervised Text Classification Based on Keyword Graph",
      "name": "Weakly-Supervised Text Classification Based on Keyword Graph",
      "author": "L Zhang, J Ding, Y Xu, Y Liu, S Zhou",
      "datePublished": 2021,
      "isPartOf": "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://aclanthology.org/2021.emnlp-main.222.pdf",
      "mainEntityOfPage": "https://jdding.github.io/emnlp-keygraph/",
      "sameAs": "https://doi.org/10.18653/v1/2021.emnlp-main.222"
    },
    {
      "@id": "https://jdding.github.io/publication/ai-assistance-live-streaming",
      "@type": "ScholarlyArticle",
      "headline": "Effectiveness of AI Assistance in Live-Streaming: A Randomized Field Experiment",
      "name": "Effectiveness of AI Assistance in Live-Streaming: A Randomized Field Experiment",
      "author": "L Wang, Y He, J Ding, N Huang, Y Hong, X Guo, D Liu, G Chen",
      "datePublished": 2021,
      "isPartOf": "ICIS 2021 Proceedings",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://aisel.aisnet.org/icis2021/hci_robot/hci_robot/3/",
      "mainEntityOfPage": "https://jdding.github.io/ai-assistance-live-streaming/"
    },
    {
      "@id": "https://jdding.github.io/publication/sales-data-live-streaming",
      "@type": "ScholarlyArticle",
      "headline": "The Sales Data Sells: Effects of Real-Time Sales Analytics on Live Streaming Selling",
      "name": "The Sales Data Sells: Effects of Real-Time Sales Analytics on Live Streaming Selling",
      "author": "Y He, L Wang, N Huang, Y Hong, J Ding, Y Sun, Y Liu",
      "datePublished": 2021,
      "isPartOf": "ICIS 2021 Proceedings",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://aisel.aisnet.org/icis2021/data_analytics/data_analytics/2/",
      "mainEntityOfPage": "https://jdding.github.io/sales-data-live-streaming/"
    },
    {
      "@id": "https://jdding.github.io/publication/large-scale-mirna-clustering",
      "@type": "ScholarlyArticle",
      "headline": "Automatically Clustering Large-Scale miRNA Sequences: Methods and Experiments",
      "name": "Automatically Clustering Large-Scale miRNA Sequences: Methods and Experiments",
      "author": "L Wan, J Ding, T Jin, J Guan, S Zhou",
      "datePublished": 2012,
      "isPartOf": "BMC Genomics",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://bmcgenomics.biomedcentral.com/articles/10.1186/1471-2164-13-S8-S15",
      "mainEntityOfPage": "https://jdding.github.io/large-scale-mirna-clustering/",
      "sameAs": "https://doi.org/10.1186/1471-2164-13-s8-s15"
    },
    {
      "@id": "https://jdding.github.io/publication/finding-microrna-targets-plants",
      "@type": "ScholarlyArticle",
      "headline": "Finding MicroRNA Targets in Plants: Current Status and Perspectives",
      "name": "Finding MicroRNA Targets in Plants: Current Status and Perspectives",
      "author": "J Ding, S Zhou, J Guan",
      "datePublished": 2012,
      "isPartOf": "Genomics, Proteomics and Bioinformatics",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://academic.oup.com/gpb/article/10/5/264/7221796",
      "mainEntityOfPage": "https://jdding.github.io/finding-microrna-targets-plants/",
      "sameAs": "https://doi.org/10.1016/j.gpb.2012.09.003"
    },
    {
      "@id": "https://jdding.github.io/publication/genome-wide-mirna-target-interactions",
      "@type": "ScholarlyArticle",
      "headline": "Genome-Wide Search for miRNA-target Interactions in Arabidopsis Thaliana with an Integrated Approach",
      "name": "Genome-Wide Search for miRNA-target Interactions in Arabidopsis Thaliana with an Integrated Approach",
      "author": "J Ding, D Li, U Ohler, J Guan, S Zhou",
      "datePublished": 2012,
      "isPartOf": "BMC Genomics",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://bmcgenomics.biomedcentral.com/articles/10.1186/1471-2164-13-S3",
      "mainEntityOfPage": "https://jdding.github.io/genome-wide-mirna-target-interactions/",
      "sameAs": "https://doi.org/10.1186/1471-2164-13-s3-s3"
    },
    {
      "@id": "https://jdding.github.io/publication/mirfam",
      "@type": "ScholarlyArticle",
      "headline": "miRFam: An Effective Automatic miRNA Classification Method Based on n-Grams and a Multiclass SVM",
      "name": "miRFam: An Effective Automatic miRNA Classification Method Based on n-Grams and a Multiclass SVM",
      "author": "J Ding, S Zhou, J Guan",
      "datePublished": 2011,
      "isPartOf": "BMC Bioinformatics",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://doi.org/10.1186/1471-2105-12-216",
      "mainEntityOfPage": "https://jdding.github.io/mirfam/",
      "sameAs": "https://doi.org/10.1186/1471-2105-12-216"
    },
    {
      "@id": "https://jdding.github.io/publication/imirtp",
      "@type": "ScholarlyArticle",
      "headline": "imiRTP: An Integrated Method to Identifying miRNA-target Interactions in Arabidopsis Thaliana",
      "name": "imiRTP: An Integrated Method to Identifying miRNA-target Interactions in Arabidopsis Thaliana",
      "author": "J Ding, S Yu, U Ohler, J Guan, S Zhou",
      "datePublished": 2011,
      "isPartOf": "2011 IEEE International Conference on Bioinformatics and Biomedicine",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://ieeexplore.ieee.org/document/6120415/",
      "mainEntityOfPage": "https://jdding.github.io/imirtp/",
      "sameAs": "https://doi.org/10.1109/bibm.2011.13"
    },
    {
      "@id": "https://jdding.github.io/publication/mirensvm",
      "@type": "ScholarlyArticle",
      "headline": "MiRenSVM: Towards Better Prediction of microRNA Precursors Using an Ensemble SVM Classifier with Multi-Loop Features",
      "name": "MiRenSVM: Towards Better Prediction of microRNA Precursors Using an Ensemble SVM Classifier with Multi-Loop Features",
      "author": "J Ding, S Zhou, J Guan",
      "datePublished": 2010,
      "isPartOf": "BMC Bioinformatics",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://doi.org/10.1186/1471-2105-11-S11-S11",
      "mainEntityOfPage": "https://jdding.github.io/mirensvm/",
      "sameAs": "https://doi.org/10.1186/1471-2105-11-s11-s11"
    },
    {
      "@id": "https://jdding.github.io/patent/us11856243b2",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method, device, and computer storage medium for managing virtual streaming",
      "identifier": "US-11856243-B2",
      "datePublished": 2023,
      "creator": "Jin Xu, Ding JIANDONG",
      "publisher": "Alibaba (China) Co., Ltd.",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/US11856243B2/en"
    },
    {
      "@id": "https://jdding.github.io/patent/us12267751b2",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and apparatus for identifying objects in a spatial region",
      "identifier": "US-12267751-B2",
      "datePublished": 2025,
      "creator": "Meng Yi, Xu Jin, Ding JIANDONG",
      "publisher": "Alibaba Group Holding Limited",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/US12267751B2/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn113923504b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Video preview animation generation method and device",
      "identifier": "CN-113923504-B",
      "datePublished": 2022,
      "creator": "何永继, 丁建栋",
      "publisher": "阿里巴巴达摩院(杭州)科技有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN113923504B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn113590247b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Text creation method and computer program product",
      "identifier": "CN-113590247-B",
      "datePublished": 2024,
      "creator": "丁建栋",
      "publisher": "杭州阿里云飞天信息技术有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN113590247B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn115379265b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Live broadcast behavior control method and device of virtual anchor",
      "identifier": "CN-115379265-B",
      "datePublished": 2023,
      "creator": "孙艳, 丁建栋",
      "publisher": "阿里巴巴新加坡控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN115379265B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn114064766b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Service registration method and device",
      "identifier": "CN-114064766-B",
      "datePublished": 2026,
      "creator": "刘士博, 何永继, 丁建栋",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN114064766B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn113810726b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Control method, control device, and control equipment",
      "identifier": "CN-113810726-B",
      "datePublished": 2023,
      "creator": "何永继, 刘士博, 丁建栋",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN113810726B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn113806427b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "ETL task processing method and device",
      "identifier": "CN-113806427-B",
      "datePublished": 2025,
      "creator": "丁建栋, 孙大为, 王琦",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN113806427B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/us11270039b2",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Road network generation",
      "identifier": "US-11270039-B2",
      "datePublished": 2022,
      "creator": "Guoqiang Hu, Jiandong Ding, Peng Ji, Ning Duan, Jun Zhu",
      "publisher": "International Business Machines Corporation",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/US11270039B2/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn111047130b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and system for traffic analysis and management",
      "identifier": "CN-111047130-B",
      "datePublished": 2021,
      "creator": "刘未名, 丁建栋",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN111047130B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn111353797b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Resource allocation method, device and electronic equipment",
      "identifier": "CN-111353797-B",
      "datePublished": 2023,
      "creator": "孙华美, 丁建栋, 李子玉, 刘未名",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN111353797B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn111275229b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Resource model training method, resource gap prediction method, device and electronic equipment",
      "identifier": "CN-111275229-B",
      "datePublished": 2022,
      "creator": "石贤芝, 丁建栋",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN111275229B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn110689362b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Region clustering method and system",
      "identifier": "CN-110689362-B",
      "datePublished": 2022,
      "creator": "丁建栋",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN110689362B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn110688435b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Similar track searching method and system",
      "identifier": "CN-110688435-B",
      "datePublished": 2022,
      "creator": "丁建栋",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN110688435B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn105631239b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and apparatus for managing gene order",
      "identifier": "CN-105631239-B",
      "datePublished": 2018,
      "creator": "丁建栋, 朱俊, 黄胜, 张亚楠, 严骏驰",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN105631239B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn105205196b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and system for generating road network",
      "identifier": "CN-105205196-B",
      "datePublished": 2018,
      "creator": "赵乾坤, 段宁, 高鹏, 丁建栋, 张欣, 嵇鹏",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN105205196B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn105095617b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and apparatus for reconstructing missing parts of an object's target trajectory",
      "identifier": "CN-105095617-B",
      "datePublished": 2019,
      "creator": "赵乾坤, 严骏驰, 丁建栋, 张超, 王瑜, 张亚楠",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN105095617B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn105091890b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and apparatus for recommended candidate path",
      "identifier": "CN-105091890-B",
      "datePublished": 2018,
      "creator": "丁建栋, 朱俊, 段宁, 嵇鹏, 赵乾坤",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN105091890B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn104951667b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and apparatus for analyzing protein-sequence properties",
      "identifier": "CN-104951667-B",
      "datePublished": 2018,
      "creator": "丁建栋, 张亚楠, 严骏驰, 黄振, 张超",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN104951667B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn104598660b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and system for detecting islanding effects in power-network topology",
      "identifier": "CN-104598660-B",
      "datePublished": 2017,
      "creator": "张亚楠, 金锋, 田启明, 刘宇航, 曲俊媚, 丁建栋",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN104598660B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn104346366b",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Test-data expansion method and apparatus",
      "identifier": "CN-104346366-B",
      "datePublished": 2017,
      "creator": "胡国强, 朱俊, 段宁, 丁建栋, 黄胜",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN104346366B/en"
    },
    {
      "@id": "https://jdding.github.io/patent/us2022294837a1",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method, device, and computer storage medium for managing virtual streaming",
      "identifier": "US-2022294837-A1",
      "datePublished": 2022,
      "creator": "Jin Zheng, Ding JIANDONG",
      "publisher": "Alibaba (China) Co., Ltd.",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/US20220294837A1/en"
    },
    {
      "@id": "https://jdding.github.io/patent/us2022248066a1",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Live Broadcast Interaction Method, Apparatus, Device and Storage Medium",
      "identifier": "US-2022248066-A1",
      "datePublished": 2022,
      "creator": "Shibo LIU, Jiandong Ding, Yongji HE",
      "publisher": "Alibaba Group Holding Limited",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/US20220248066A1/en"
    },
    {
      "@id": "https://jdding.github.io/patent/us2022217500a1",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and apparatus for identifying objects in a spatial region",
      "identifier": "US-2022217500-A1",
      "datePublished": 2022,
      "creator": "Meng Yi, Xu Jin, Ding JIANDONG",
      "publisher": "Alibaba Group Holding Limited",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/US20220217500A1/en"
    },
    {
      "@id": "https://jdding.github.io/patent/us2022248107a1",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method, apparatus, electronic device, and storage medium for sound effect processing during live streaming",
      "identifier": "US-2022248107-A1",
      "datePublished": 2022,
      "creator": "Xu Jin, Ding JIANDONG",
      "publisher": "Alibaba Group Holding Limited",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/US20220248107A1/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn113923504a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Video preview moving picture generation method and device",
      "identifier": "CN-113923504-A",
      "datePublished": 2022,
      "creator": "何永继, 丁建栋",
      "publisher": "阿里巴巴达摩院(杭州)科技有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN113923504A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn113590247a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Text creation method and computer program product",
      "identifier": "CN-113590247-A",
      "datePublished": 2021,
      "creator": "丁建栋",
      "publisher": "阿里巴巴达摩院(杭州)科技有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN113590247A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn115379265a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Live broadcast behavior control method and device of virtual anchor",
      "identifier": "CN-115379265-A",
      "datePublished": 2022,
      "creator": "孙艳, 丁建栋",
      "publisher": "阿里巴巴新加坡控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN115379265A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn115080791a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and device for recommending playing time of video playing platform and electronic equipment",
      "identifier": "CN-115080791-A",
      "datePublished": 2022,
      "creator": "马玥, 王琦, 丁建栋",
      "publisher": "阿里巴巴新加坡控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/recommender-systems/#topic" },
      "url": "https://patents.google.com/patent/CN115080791A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn114912932a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and device for improving user state and electronic equipment",
      "identifier": "CN-114912932-A",
      "datePublished": 2022,
      "creator": "丁建栋, 刘士博, 曹雅婷",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN114912932A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn114064844a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Emotion recognition method and device and electronic equipment",
      "identifier": "CN-114064844-A",
      "datePublished": 2022,
      "creator": "杨其成, 丁建栋",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN114064844A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn114064766a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Service registration method and device",
      "identifier": "CN-114064766-A",
      "datePublished": 2022,
      "creator": "刘士博, 何永继, 丁建栋",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN114064766A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn113935509a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Prediction method and device",
      "identifier": "CN-113935509-A",
      "datePublished": 2022,
      "creator": "丁建栋, 王琦",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN113935509A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn113810726a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Control method and control device",
      "identifier": "CN-113810726-A",
      "datePublished": 2021,
      "creator": "何永继, 刘士博, 丁建栋",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN113810726A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn113806427a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "ETL task processing method and device",
      "identifier": "CN-113806427-A",
      "datePublished": 2021,
      "creator": "丁建栋, 孙大为, 王琦",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN113806427A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/us2020012755a1",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Road network generation",
      "identifier": "US-2020012755-A1",
      "datePublished": 2020,
      "creator": "Guoqiang Hu, Jiandong Ding, Peng Ji, Ning Duan, Jun Zhu",
      "publisher": "International Business Machines Corporation",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/US20200012755A1/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn112445950a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Data visualization processing method and device and electronic equipment",
      "identifier": "CN-112445950-A",
      "datePublished": 2021,
      "creator": "丁建栋, 邹业盛",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN112445950A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn111047130a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and system for traffic analysis and management",
      "identifier": "CN-111047130-A",
      "datePublished": 2020,
      "creator": "刘未名, 丁建栋",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN111047130A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn112054949a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "User information processing method, information push method, device and electronic device",
      "identifier": "CN-112054949-A",
      "datePublished": 2020,
      "creator": "丁建栋",
      "publisher": "阿里巴巴集团控股有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN112054949A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn111680382a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Grade prediction model training method, grade prediction device and electronic equipment",
      "identifier": "CN-111680382-A",
      "datePublished": 2020,
      "creator": "石贤芝, 丁建栋, 杨育",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN111680382A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn111353094a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Information pushing method and device",
      "identifier": "CN-111353094-A",
      "datePublished": 2020,
      "creator": "贺永正, 丁建栋, 杨育, 石贤芝",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN111353094A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn111353797a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Resource allocation method and device and electronic equipment",
      "identifier": "CN-111353797-A",
      "datePublished": 2020,
      "creator": "孙华美, 丁建栋, 李子玉, 刘未名",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN111353797A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn111275229a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Resource model training method, resource gap prediction method, device and electronic equipment",
      "identifier": "CN-111275229-A",
      "datePublished": 2020,
      "creator": "石贤芝, 丁建栋",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN111275229A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn111091219a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and system for predicting whether user has vehicle",
      "identifier": "CN-111091219-A",
      "datePublished": 2020,
      "creator": "丁建栋",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN111091219A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn110688435a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Similar track searching method and system",
      "identifier": "CN-110688435-A",
      "datePublished": 2020,
      "creator": "丁建栋",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN110688435A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn110689362a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Region clustering method and system",
      "identifier": "CN-110689362-A",
      "datePublished": 2020,
      "creator": "丁建栋",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN110689362A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn110390415a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Trip-mode recommendation method and system based on user travel data",
      "identifier": "CN-110390415-A",
      "datePublished": 2019,
      "creator": "丁建栋, 周晓飞",
      "publisher": "北京嘀嘀无限科技发展有限公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN110390415A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn105630801a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and apparatus for detecting deviated user",
      "identifier": "CN-105630801-A",
      "datePublished": 2016,
      "creator": "张超, 严骏驰, 丁建栋, 龚旻, 张亚楠, 王瑜",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN105630801A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn105631239a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Methods and apparatuses for managing gene sequences",
      "identifier": "CN-105631239-A",
      "datePublished": 2016,
      "creator": "丁建栋, 朱俊, 黄胜, 张亚楠, 严骏驰",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN105631239A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/de112014005580t5",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Genome compression and decompression",
      "identifier": "DE-112014005580-T5",
      "datePublished": 2016,
      "creator": "Jiandong Ding, Junchi Yan, Yanan Zhang, Yunjie Qiu, Min Gong",
      "publisher": "International Business Machines Corporation",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/DE112014005580T5/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn105205196a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and system for generating road network",
      "identifier": "CN-105205196-A",
      "datePublished": 2015,
      "creator": "赵乾坤, 段宁, 高鹏, 丁建栋, 张欣, 嵇鹏",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN105205196A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn105095617a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and device for constructing missing part of target movement track of object",
      "identifier": "CN-105095617-A",
      "datePublished": 2015,
      "creator": "赵乾坤, 严骏驰, 丁建栋, 张超, 王瑜, 张亚楠",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN105095617A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn105091890a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and apparatus used for recommending candidate path",
      "identifier": "CN-105091890-A",
      "datePublished": 2015,
      "creator": "丁建栋, 朱俊, 段宁, 嵇鹏, 赵乾坤",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN105091890A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn104951667a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and device for analyzing protein-sequence properties",
      "identifier": "CN-104951667-A",
      "datePublished": 2015,
      "creator": "丁建栋, 张亚楠, 严骏驰, 黄振, 张超",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN104951667A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn104598660a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Method and system for detecting island effect in power network topology",
      "identifier": "CN-104598660-A",
      "datePublished": 2015,
      "creator": "张亚楠, 金锋, 田启明, 刘宇航, 曲俊媚, 丁建栋",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN104598660A/en"
    },
    {
      "@id": "https://jdding.github.io/patent/cn104346366a",
      "@type": "CreativeWork",
      "additionalType": "Patent",
      "name": "Test data expansion method and device",
      "identifier": "CN-104346366-A",
      "datePublished": 2015,
      "creator": "胡国强, 朱俊, 段宁, 丁建栋, 黄胜",
      "publisher": "国际商业机器公司",
      "about": { "@id": "https://jdding.github.io/topics/data-mining/#topic" },
      "url": "https://patents.google.com/patent/CN104346366A/en"
    }
  ]
}
