Skip to content
View robert1ridley's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report robert1ridley

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
robert1ridley/README.md

Hi, I’m @robert1ridley. I’m currently a PhD student at the Artificial Intelligence Institute at Nanjing University. I’m open to collaborating on any interesting projects. You can reach me at robert.n.ridley@gmail.com.

Pinned

  1. cross-prompt-trait-scoring cross-prompt-trait-scoring Public

    This repository contains the code used to produce the results from the paper Automated Cross-prompt Scoring of Essay Traits published in AAAI 2021.

    Python 25 6

  2. linguisticBias linguisticBias Public

    This is the code and data used to produce the results from the EMNLP 2023 paper Addressing Linguistic Bias through a Contrastive Analysis of Academic Writing in the NLP Domain.

    Python

  3. udaciflashcards udaciflashcards Public

    Udaciflashcards is a React Native app, designed for ios. The final project in the Udacity React Nanodegree program, this app allows users to study collections of flashcards. Users can create differ…

    JavaScript

  4. Knowledge_Base_QA_system Knowledge_Base_QA_system Public

    A knowledge-base question-answering system for《三国演义》(The Romance of the Three Kingdoms)

    Python 1

  5. ner-tagging ner-tagging Public

    This NER tagger uses a hidden-markov language model plus the viterbi algorithm to tag Chinese sentences according to whether they contain named entities, such as the names of people, times, places …

    Python 1

  6. chinese-segmentation-tool chinese-segmentation-tool Public

    This poject is a segmentation tool for Chinese text. It uses a combination of Forward Maximum Matching (FMM) and Reverse Maximum Matching (RMM) followed by a lowest-mean-cost disambiguation algorithm.

    Python