Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisch committed Dec 25, 2017
1 parent 6a9216d commit 5d699e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/distant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Paragraphs are skipped if:
3. They don't contain token matches with named entities found in the question (using both NER recognizers from NLTK and the default for the `--tokenizer` option).
4. The overlap between the context and the question is too low.

Setting different thresholds for 1 and 4 can change the quality of found matches. These are adjusted through the `--match-threshold`, `--char-max`, `--char-min`, and `--window-sz` parameters.
Setting different thresholds for conditions 1 and 4 can change the quality of found matches. These are adjusted through the `--match-threshold`, `--char-max`, `--char-min`, and `--window-sz` parameters.

## Checking Results

Expand All @@ -65,12 +65,11 @@ This will allow you to manually iterate through the dataset and visually inspect
python scripts/distant/check_data.py data/generated/WikiMovies-train.dstrain
```

>--------------------------------------------------
>Question: what films can be described by juzo itami ?
>
>Document: Itami 's debut as director was the movie `` Osōshiki ( **The Funeral** ) '' in 1984 , at the age of 50 . This film proved popular in Japan and won many awards , including Japanese Academy Awards for Best Picture , Best Director , and Best Screenplay . However , it was his second movie , the `` noodle western '' `` Tampopo '' , that earned him international exposure and acclaim .
>Document: Itami 's debut as director was the movie \`\` Osōshiki ( _**The Funeral**_ ) '' in 1984 , at the age of 50 . This film proved popular in Japan and won many awards , including Japanese Academy Awards for Best Picture , Best Director , and Best Screenplay . However , it was his second movie , the \`\` noodle western '' \`\` Tampopo '' , that earned him international exposure and acclaim .
Note: The script in the repository is slightly modified from the original. Some of the logic was improved and it is faster. The number of DS instances it generates will be different from the paper, however. The performance is still similar, and the multitask models available in this repository were trained on data generated with the provided script.
**Note:** The script in the repository is slightly modified from the original. Some of the logic was improved and it is faster. The number of DS instances it generates will be different from the paper, however. The performance is still similar, and the multitask models available in this repository were trained on data generated with the provided script.

If run with the default arguments, the expected numbers of generated examples are:

Expand Down

0 comments on commit 5d699e2

Please sign in to comment.